/*
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/responsive/css/styles.less
design/themes/responsive/css/tygh/supports.css
design/themes/responsive/css/tygh/responsive.less
design/themes/responsive/css/addons/social_buttons/styles.less
design/themes/responsive/css/addons/social_buttons/responsive.less
design/themes/responsive/css/addons/tags/styles.less
design/themes/responsive/css/addons/rss_feed/styles.less
design/themes/responsive/css/addons/newsletters/styles.less
design/themes/responsive/css/addons/geo_maps/styles.less
design/themes/responsive/css/addons/vendor_communication/styles.less
design/themes/responsive/css/addons/vendor_communication/responsive.less
design/themes/responsive/css/addons/gift_certificates/styles.less
design/themes/responsive/css/addons/gift_certificates/responsive.less
design/themes/responsive/css/addons/store_locator/styles.less
design/themes/marry/css/addons/store_locator/responsive.less
design/themes/responsive/css/addons/recaptcha/styles.less
design/themes/responsive/css/addons/product_variations/styles.less
design/themes/responsive/css/addons/reward_points/styles.less
design/themes/responsive/css/addons/call_requests/styles.less
design/themes/responsive/css/addons/form_builder/styles.less
design/themes/responsive/css/addons/form_builder/responsive.less
design/themes/responsive/css/addons/banners/styles.less
design/themes/responsive/css/addons/banners/styles.less
design/themes/responsive/css/addons/marry_discussion/styles.less
design/themes/responsive/css/addons/marry_discussion/responsive.less
design/themes/responsive/css/addons/wishlist/styles.less
design/themes/responsive/css/addons/wishlist/responsive.less
design/themes/responsive/css/addons/image_zoom/lib/easyzoom.css
design/themes/responsive/css/addons/image_zoom/styles.less
design/themes/responsive/css/addons/hybrid_auth/styles.less
design/themes/responsive/css/addons/marry/font_linearicons.less
design/themes/responsive/css/addons/marry/styles.less
design/themes/marry/css/lib/venobox/venobox.css
*/


/* Lite Checkout */
@supports (-webkit-appearance: none) {
    .selector:not(*:root), .litecheckout .litecheckout__field--selectbox .litecheckout__input {
        padding-top: 10px !important;
        padding-left: 6px !important;
    }
}
/* End of Lite Checkout */
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.vbox-overlay * { 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}
.vbox-left{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items:center;
}
.vbox-num{
    display: inline-block;
    margin: 6px 0 6px 15px;
}
/* ----- Social share ----- */
.vbox-share{
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.vbox-share svg{
    max-height: 28px;
    width: 28px;
    z-index: 10;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
}


/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vbox-figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.vbox-figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.vbox-animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot);
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot);
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot);
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.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;
}
.product-title-color {
  color: #7d93ab;
}
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;
}
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/responsive/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png?1653031870') 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content > a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1653031870') 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/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1653031870');
}
.ui-widget-header .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1653031870');
}
.ui-state-default .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_888888_256x240.png?1653031870');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1653031870');
}
.ui-state-active .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1653031870');
}
.ui-state-highlight .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1653031870');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1653031870');
}
.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/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1653031870') 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/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1653031870') 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.row {
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 700px;
}
.span12 {
  width: 700px;
}
.span11 {
  width: 640px;
}
.span10 {
  width: 580px;
}
.span9 {
  width: 520px;
}
.span8 {
  width: 460px;
}
.span7 {
  width: 400px;
}
.span6 {
  width: 340px;
}
.span5 {
  width: 280px;
}
.span4 {
  width: 220px;
}
.span3 {
  width: 160px;
}
.span2 {
  width: 100px;
}
.span1 {
  width: 40px;
}
.offset12 {
  margin-left: 740px;
}
.offset11 {
  margin-left: 680px;
}
.offset10 {
  margin-left: 620px;
}
.offset9 {
  margin-left: 560px;
}
.offset8 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 440px;
}
.offset6 {
  margin-left: 380px;
}
.offset5 {
  margin-left: 320px;
}
.offset4 {
  margin-left: 260px;
}
.offset3 {
  margin-left: 200px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 80px;
}
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.8571428571429%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.8571428571429%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.428571428571%;
}
.row-fluid .span10 {
  width: 82.857142857143%;
}
.row-fluid .span9 {
  width: 74.285714285714%;
}
.row-fluid .span8 {
  width: 65.714285714286%;
}
.row-fluid .span7 {
  width: 57.142857142857%;
}
.row-fluid .span6 {
  width: 48.571428571429%;
}
.row-fluid .span5 {
  width: 40%;
}
.row-fluid .span4 {
  width: 31.428571428571%;
}
.row-fluid .span3 {
  width: 22.857142857143%;
}
.row-fluid .span2 {
  width: 14.285714285714%;
}
.row-fluid .span1 {
  width: 5.7142857142857%;
}
.row-fluid .offset12 {
  margin-left: 105.71428571429%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.85714285714%;
}
.row-fluid .offset11 {
  margin-left: 97.142857142857%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.285714285714%;
}
.row-fluid .offset10 {
  margin-left: 88.571428571429%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.714285714286%;
}
.row-fluid .offset9 {
  margin-left: 80%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.142857142857%;
}
.row-fluid .offset8 {
  margin-left: 71.428571428571%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.571428571429%;
}
.row-fluid .offset7 {
  margin-left: 62.857142857143%;
}
.row-fluid .offset7:first-child {
  margin-left: 60%;
}
.row-fluid .offset6 {
  margin-left: 54.285714285714%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.428571428571%;
}
.row-fluid .offset5 {
  margin-left: 45.714285714286%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.857142857143%;
}
.row-fluid .offset4 {
  margin-left: 37.142857142857%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.285714285714%;
}
.row-fluid .offset3 {
  margin-left: 28.571428571429%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.714285714286%;
}
.row-fluid .offset2 {
  margin-left: 20%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.142857142857%;
}
.row-fluid .offset1 {
  margin-left: 11.428571428571%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5714285714286%;
}
[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;
  width: 100%;
}
.container:after {
  clear: both;
}
.container-fluid {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.container-fluid:after {
  clear: both;
}
@font-face {
  font-family:glyphs;
  src: url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.eot?1653031870');
  src: url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/responsive/media/fonts/glyphs.svg?1653031870#glyphs') 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-up-dir,
.ty-icon-right-dir,
.ty-icon-down-dir,
.ty-icon-left-dir,
.ty-icon-star-empty,
.ty-icon-th-list,
.ty-icon-heart,
.ty-icon-flight,
.ty-icon-ok,
.ty-icon-cancel,
.ty-icon-cancel-circle,
.ty-icon-minus-circle,
.ty-icon-right-thin,
.ty-icon-cw,
.ty-icon-left-circle,
.ty-icon-right-circle,
.ty-icon-help-circle,
.ty-icon-back,
.ty-icon-products-multicolumns,
.ty-icon-print,
.ty-icon-chat,
.ty-icon-article-alt,
.ty-icon-docs,
.ty-icon-zoom-in,
.ty-icon-zoom-out,
.ty-icon-down-open,
.ty-icon-left-open,
.ty-icon-right-open,
.ty-icon-up-open,
.ty-icon-down-micro,
.ty-icon-up-micro,
.ty-icon-right-open-thin,
.ty-icon-left-open-thin,
.ty-icon-products-without-options,
.ty-icon-short-list,
.ty-icon-plus-circle,
.ty-icon-user,
.ty-icon-doc-text,
.ty-icon-calendar,
.ty-icon-chart-bar,
.ty-icon-download,
.ty-icon-search,
.ty-icon-lock,
.ty-icon-popup,
.ty-icon-plus,
.ty-icon-folder,
.ty-icon-folder-open,
.ty-icon-mail,
.ty-icon-twitter,
.ty-icon-facebook,
.ty-icon-file,
.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-location-arrow,
.ty-icon-star,
.ty-icon-star-half,
.ty-icon-refresh,
.ty-icon-basket,
.ty-icon-image,
.icon-image,
.ty-icon-edit,
.ty-icon-live-edit,
.ty-icon-gift,
.ty-icon-ban-circle,
.ty-icon-wrench,
.ty-icon-feed,
.ty-icon-eye-open,
.ty-icon-eye-close,
.ty-icon-handler,
.ty-icon-youtube,
.ty-icon-cart,
.ty-icon-target,
.ty-icon-pointer,
.ty-icon-shipping,
.ty-icon-courier,
.ty-icon-instagram {
  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-up-dir:before {
  content: "\e000";
}
.ty-icon-right-dir:before {
  content: "\e001";
}
.ty-icon-down-dir:before {
  content: "\e002";
}
.ty-icon-left-dir:before {
  content: "\e003";
}
.ty-icon-star-empty:before {
  content: "\e004";
}
.ty-icon-th-list:before {
  content: "\e005";
}
.ty-icon-heart:before {
  content: "\e006";
}
.ty-icon-flight:before {
  content: "\e007";
}
.ty-icon-ok:before {
  content: "\e008";
}
.ty-icon-cancel:before {
  content: "\e009";
}
.ty-icon-cancel-circle:before {
  content: "\e00a";
}
.ty-icon-minus-circle:before {
  content: "\e00b";
}
.ty-icon-right-thin:before {
  content: "\e00c";
}
.ty-icon-cw:before {
  content: "\e00d";
}
.ty-icon-left-circle:before {
  content: "\e00e";
}
.ty-icon-right-circle:before {
  content: "\e00f";
}
.ty-icon-help-circle:before {
  content: "\e010";
}
.ty-icon-back:before {
  content: "\e011";
}
.ty-icon-products-multicolumns:before {
  content: "\e012";
}
.ty-icon-print:before {
  content: "\e013";
}
.ty-icon-chat:before {
  content: "\e014";
}
.ty-icon-article-alt:before {
  content: "\e015";
}
.ty-icon-docs:before {
  content: "\e016";
}
.ty-icon-zoom-in:before {
  content: "\e017";
}
.ty-icon-zoom-out:before {
  content: "\e018";
}
.ty-icon-down-open:before {
  content: "\e019";
}
.ty-icon-left-open:before {
  content: "\e01a";
}
.ty-icon-right-open:before {
  content: "\e01b";
}
.ty-icon-up-open:before {
  content: "\e01c";
}
.ty-icon-down-micro:before {
  content: "\e01d";
}
.ty-icon-up-micro:before {
  content: "\e01e";
}
.ty-icon-right-open-thin:before {
  content: "\e01f";
}
.ty-icon-left-open-thin:before {
  content: "\e020";
}
.ty-icon-products-without-options:before {
  content: "\e021";
}
.ty-icon-short-list:before {
  content: "\e022";
}
.ty-icon-plus-circle:before {
  content: "\e023";
}
.ty-icon-user:before {
  content: "\e024";
}
.ty-icon-doc-text:before {
  content: "\e025";
}
.ty-icon-calendar:before {
  content: "\e026";
}
.ty-icon-chart-bar:before {
  content: "\e027";
}
.ty-icon-download:before {
  content: "\e028";
}
.ty-icon-search:before {
  content: "\e029";
}
.ty-icon-lock:before {
  content: "\e02a";
}
.ty-icon-popup:before {
  content: "\e02b";
}
.ty-icon-plus:before {
  content: "\e02c";
}
.ty-icon-folder:before {
  content: "\e02d";
}
.ty-icon-folder-open:before {
  content: "\e02e";
}
.ty-icon-mail:before {
  content: "\e02f";
}
.ty-icon-twitter:before {
  content: "\e600";
}
.ty-icon-facebook:before {
  content: "\e601";
}
.ty-icon-file:before {
  content: "\e032";
}
.ty-icon-trashcan:before {
  content: "\e033";
}
.ty-icon-d-arrow:before {
  content: "\e602";
}
.ty-icon-bubble:before {
  content: "\e035";
}
.ty-icon-upload:before {
  content: "\e036";
}
.ty-icon-cog:before {
  content: "\e037";
}
.ty-icon-square:before {
  content: "\e038";
}
.ty-icon-arrow-up-right:before {
  content: "\e039";
}
.ty-icon-arrow-up-left:before {
  content: "\e03a";
}
.ty-icon-arrow-down-left:before {
  content: "\e03b";
}
.ty-icon-arrow-down-right:before {
  content: "\e03c";
}
.ty-icon-arrow-down:before {
  content: "\e03d";
}
.ty-icon-arrow-up:before {
  content: "\e03e";
}
.ty-icon-arrow-left:before {
  content: "\e03f";
}
.ty-icon-arrow-right:before {
  content: "\e040";
}
.ty-icon-location-arrow:before {
  content: "\e901";
}
.ty-icon-star:before {
  content: "\e041";
}
.ty-icon-star-half:before {
  content: "\e042";
}
.ty-icon-refresh:before {
  content: "\e043";
}
.ty-icon-basket:before {
  content: "\e044";
}
.ty-icon-image:before {
  content: "\e045";
}
.icon-image:before {
  content: "\e045";
}
.ty-icon-edit:before {
  content: "\e046";
}
.ty-icon-live-edit:before {
  content: "\e046";
}
.ty-icon-gift:before {
  content: "\e048";
}
.ty-icon-ban-circle:before {
  content: "\e049";
}
.ty-icon-wrench:before {
  content: "\e04a";
}
.ty-icon-feed:before {
  content: "\e603";
}
.ty-icon-eye-open:before {
  content: "\e604";
}
.ty-icon-eye-close:before {
  content: "\e605";
}
.ty-icon-handler:before {
  content: "\e606";
}
.ty-icon-youtube:before {
  content: "\e607";
}
.ty-icon-cart:before {
  content: "\e900";
}
.ty-icon-target:before {
  content: "\e9b3";
}
.ty-icon-pointer:before {
  content: "\e04b";
}
.ty-icon-shipping:before {
  content: "\e04c";
}
.ty-icon-courier:before {
  content: "\e04d";
}
.ty-icon-instagram:before {
  content: "\e04e";
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family:ALSRubl-Arial;
  src: url('../../../../../../../../design/themes/marry/media/fonts/alsrubl-arial-regular.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/alsrubl-arial-regular.eot?1653031870#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/alsrubl-arial-regular.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/alsrubl-arial-regular.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/alsrubl-arial-regular.svg?1653031870#ALSRublArialRegular') format('svg');
}
.ty-rub {
  font-family:ALSRubl-Arial,Arial,sans-serif;
  font-size: inherit;
}
.ty-flag {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url('../../../../../../../../design/themes/responsive/media/images/icons/flags.png?1653031870') 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/responsive/media/images/icons/flags@2x.png?1653031870');
    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;
  }
}
.cm-dialog-opener {
  -webkit-touch-callout: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  background: #ffffff;
  max-width: 100%;
  overflow-x: hidden;
}
body,
p,
div,
li {
  color: #2e3a47;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
p {
  margin: 0;
  padding: 6px 0;
}
a {
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
  color: #333333;
  cursor: pointer;
  border-bottom: 0;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
a:hover {
  color: #1a1a1a;
}
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 #dce3ea;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  color: #2e3a47;
}
h1,
h2 {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-family:'SVN-Proxima Nova','PT Sans';
}
.ty-btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 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;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-radius: 2px;
  -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;
}
.ty-btn + .ty-btn {
  margin-left: 10px;
}
.ty-btn i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.ty-btn.ty-btn-icon i {
  margin-left: 3px;
  margin-right: 3px;
}
.ty-btn:hover {
  color: #fff;
  text-decoration: none;
}
.ty-btn__big {
  padding: 6px 17px;
  text-transform: uppercase;
}
.ty-btn__text,
.ty-btn__text:hover {
  padding: 0;
  background: none !important;
  color: #333333;
}
.ty-btn__primary {
  background: #EE3E7B;
  color: #fff;
}
.ty-btn__primary:hover {
  background: #f05a8e;
  color: #fff;
}
.ty-btn__primary.ty-btn__text {
  color: #EE3E7B;
}
.ty-btn__secondary {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__secondary:hover {
  background: #6cd250;
  color: #fff;
}
.ty-btn__tertiary {
  background: #BDC3C7;
  color: #fff;
}
.ty-btn__tertiary:hover {
  background: #d9dcde;
  color: #fff;
}
.buttons-container .buttons-container {
  margin-top: 0;
}
.ty-btn-go {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  min-width: 32px;
  height: 30px;
  border: 0px;
  border-left: 1px solid #cdcdcd;
  background: #dce3ea;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
}
.ty-btn-go__icon {
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 20px;
  line-height: 20px;
  color: #808080;
}
.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;
}
.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-m-none {
  margin: 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;
}
.ty-position-relative {
  position: relative;
}
.cm-opacity {
  opacity: 0.3;
}
.cm-hint {
  color: #607994;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
  padding: 4px 8px;
  border: 1px solid #acbdcd;
  background: #fff;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  height: 32px;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 4px;
}
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,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0;
  border-color: #333333;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
}
select {
  padding: 4px 3px 3px;
  min-width: 4em;
  max-width: 100%;
  height: 2.2em;
  line-height: 2.2em;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.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;
  width: 100%;
}
.ty-control-group:after {
  clear: both;
}
.ty-control-group__label {
  float: left;
  padding: 6px 0;
  margin-right: 10px;
  width: 110px;
  color: #1a2128;
}
.ty-control-group__title {
  display: block;
  padding: 6px 0;
  font-weight: bold;
}
.ty-control-group__price {
  width: 115px;
}
.ty-control-group__item {
  display: inline-block;
  padding: 6px 0;
  word-break: break-all;
  word-break: break-word;
}
.ty-control-group__item.ty-company-name {
  margin-right: 25px;
}
.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,
input[type="email"].cm-failed-field,
input[type="tel"].cm-failed-field,
textarea.cm-failed-field,
.cm-field-container.cm-failed-field input[type="text"] {
  border: 1px solid #bf4d4d;
  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 #dce3ea;
  border-width: 1px 0px 1px 1px;
  border-bottom: none;
}
.ty-table th {
  padding: 12px;
  border-right: 1px solid #dce3ea;
  border-bottom: 1px solid #dce3ea;
  background: #e9edf2;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  font-weight: bold;
  line-height: normal;
}
.ty-table th i {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 16px;
  color: #BDC3C7;
}
.ty-table tr,
.table .table tr {
  background-color: #fff;
}
.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 tbody tr:nth-child(2n) {
  background: #e9edf2;
}
.ty-table th,
.ty-table th a {
  color: #404040;
  font-weight: bold;
}
.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 {
  border-bottom: 1px dotted #4d4d4d;
  padding: 0;
  text-decoration: none;
  color: #1a2128;
  cursor: pointer;
}
.ty-dashed-link {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
.ty-login-form__wrong-credentials-container {
  padding: 10px 0;
  text-align: center;
}
.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: #9cb0c4;
  vertical-align: middle;
}
.ty-remove:hover .ty-remove__txt,
.ty-remove:hover .ty-remove__icon {
  color: #9cb0c4;
}
.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: #9cb0c4;
}
.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 #dce3ea;
}
.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-bottom {
  position: absolute;
  bottom: -16px;
  left: 14px;
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.ty-caret-bottom .ty-caret-outer,
.ty-caret-bottom .ty-caret-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: -1px;
}
.ty-caret-bottom .ty-caret-outer {
  width: 0;
  height: 0;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #dce3ea;
}
.ty-caret-bottom .ty-caret-inner {
  top: -1px;
  left: 2px;
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.ty-caret-info {
  position: absolute;
  top: -7px;
  left: 12px;
  float: left;
  overflow: hidden;
  width: 12px;
  height: 7px;
}
.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 #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 #fff;
  border-left: 6px solid transparent;
}
.ty-no-items {
  padding: 60px 20px;
  background: #F8F9F9;
  color: #BDC3C7;
  text-align: center;
  font-size: 115%;
  margin-bottom: 20px;
}
.ty-icon-cancel-circle {
  font-size: 16px;
  line-height: 16px;
  color: #7c97b1;
}
.ty-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ty-menu:before,
.ty-menu:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-menu:after {
  clear: both;
}
.ty-menu__items {
  background: #26323e;
  position: relative;
  border-radius: 6px;
}
.ty-menu__items:before,
.ty-menu__items:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-menu__items:after {
  clear: both;
}
.ty-menu__item {
  padding: 0px;
  display: block;
  float: left;
}
.ty-menu__item:nth-child(2) .ty-menu__item-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ty-menu__submenu-items {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ty-menu__item-active .ty-menu__item-link {
  background: #1c252e;
}
.no-touch .ty-menu__item:hover .ty-menu__submenu-items,
.is-hover-menu .ty-menu__submenu-items {
  display: block;
}
.no-touch .ty-menu__item:hover .ty-menu__item-link,
.is-hover-menu .ty-menu__item-link,
.is-hover-menu.ty-menu__item-active .ty-menu__item-link {
  background: #202a35;
  color: white;
  text-shadow: none;
}
.ty-menu__item .ty-menu__item-link {
  color: #ffffff;
  position: relative;
  padding: 13px 20px;
  display: block;
  min-height: 46px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: 200px;
  display: none;
  position: absolute;
  background: white;
  z-index: 200;
  border: 1px solid #1e2831;
  border-top: 0;
  padding: 15px 16px;
}
.ty-menu__submenu-items .ty-menu__submenu-item {
  margin-bottom: 10px;
}
.ty-menu__submenu-items .ty-menu__submenu-link {
  color: #333333;
}
.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: #333333;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
  color: #FFF;
  background: #333333;
  padding: 2px 6px;
}
.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;
  z-index: 30;
}
.ty-menu-vertical .ty-menu__item {
  float: none;
  position: relative;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu {
  display: none;
  right: 0;
  left: auto;
  top: 0;
  position: absolute;
  z-index: 6;
}
.ty-menu-vertical .ty-menu__submenu-items {
  padding: 0;
  border: 1px solid #1e2831;
}
.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link,
.ty-menu-vertical .ty-menu__submenu .is-hover-menu > .ty-menu__submenu-item-header .ty-menu__item-link {
  background: #333333;
  color: #ffffff;
}
.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i,
.ty-menu-vertical .ty-menu__submenu .is-hover-menu i {
  color: #fff;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
  color: #333333;
  background: white;
  padding: 14px 20px;
}
.no-touch .ty-menu-vertical .ty-menu__item:hover > .ty-menu__submenu,
.ty-menu-vertical .is-hover-menu > .ty-menu__submenu {
  display: block;
}
.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover > .ty-menu__item-link {
  background: #333333;
  color: white;
}
.ty-menu-vertical .ty-menu__item .ty-icon-left-open {
  display: none;
}
.ty-menu__item-arrow i {
  position: absolute;
  z-index: 5;
  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__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 {
  left: 0;
}
.ty-menu__submenu-reverse-direction {
  right: 0px;
}
.ty-menu__submenu-reverse-direction .ty-menu__submenu-items {
  right: 0px;
}
.ty-menu__submenu-to-right {
  right: 0px;
}
.ty-menu__submenu-to-right .ty-menu__submenu-items {
  right: 0px;
}
.ty-menu-item__sale .ty-menu__item-link,
.no-touch .ty-menu-item__sale .ty-menu__item-link:hover {
  color: yellow;
}
html.dialog-is-open {
  overflow: hidden;
}
html.dialog-is-open body {
  overflow: scroll;
}
.ui-widget,
.ui-widget button {
  font-family:'Open Sans',sans-serif;
}
.object-container {
  padding: 10px 20px 0px 20px;
  background: #fff;
  overflow: auto;
}
.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-dialog-content {
  overflow: visible;
  display: block !important;
}
.ui-widget-content.ui-dialog {
  padding: 0;
  border: none;
  max-width: 930px;
}
.object-container .ty-control-group__label {
  float: none;
  width: auto;
  display: inline-block;
  min-width: 120px;
  vertical-align: top;
}
.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 0;
  min-height: 120px !important;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-widget-content.ui-dialog {
  border-radius: 6px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 13px 20px 10px;
  border: none;
  border-bottom: 1px solid #bccad7;
  background: #e6ebf0;
  -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/responsive/media/images/picker_bg_outside.png?1653031870') repeat-x 0 -100% scroll #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.ui-dialog .ui-dialog-title {
  width: auto;
  margin: 0;
  color: #2c3e50;
  font-weight: normal;
  font-size: 18px;
  padding-right: 20px;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 27px;
  right: 13px;
  padding: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: url('../../../../../../../../design/themes/responsive/media/images/icons/openhand.cur?1653031870'), move;
}
.ui-dialog .buttons-container {
  margin: 0px -20px;
}
.ui-dialog .buttons-container.picker {
  padding: 13px 0;
  width: 100%;
  border-top: 1px solid #ffffff;
  background-color: #f9f9f9;
}
.buttons-container-picker {
  padding: 0;
  width: 100%;
}
.buttons-container-picker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #e3e3e3;
}
.ui-dialog .buttons-container.picker > div {
  margin: 0 15px;
}
.ui-widget-header .ui-icon-closethick {
  color: #bccad7;
  background: none;
  margin: -10px 0 0 -10px;
  text-indent: 0;
  font: 13px/1 'glyphs';
  speak: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
}
.ui-widget-header .ui-icon-closethick.ui-state-hover {
  opacity: 1;
}
.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-dialog-titlebar-close.ui-state-hover span:before {
  color: #9fb2c4;
}
.ui-widget-header .ui-state-default {
  background: none;
  border: 0;
  outline: none;
}
.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;
  font-weight: bold;
}
.ty-wysiwyg-content h2 {
  font-weight: bold;
  font-size: 30px;
}
.ty-wysiwyg-content h3 {
  font-weight: bold;
  font-size: 24px;
}
.ty-wysiwyg-content h4 {
  font-weight: bold;
  font-size: 18px;
}
.ty-wysiwyg-content h5 {
  font-weight: bold;
  font-size: 14px;
}
.ty-wysiwyg-content h6 {
  font-weight: bold;
  font-size: 12px;
}
.ty-wysiwyg-content h1,
.ty-wysiwyg-content h2,
.ty-wysiwyg-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.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 {
  padding: 5px;
}
.ty-wysiwyg-content ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.ty-wysiwyg-content ul > li {
  list-style-type: inherit;
}
.ty-wysiwyg-content ul.ty-select-block__list {
  padding: 0;
  margin: 0;
}
.ty-wysiwyg-content ul.ty-select-block__list li {
  list-style-type: none;
}
.ty-wysiwyg-content ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.ty-wysiwyg-content ol > li {
  list-style-type: inherit;
}
.ty-product-block__description ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.ty-product-block__description ul > li {
  list-style-type: inherit;
}
.ty-product-block__description ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.ty-product-block__description ol > li {
  list-style-type: inherit;
}
.ty-product-list__description ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.ty-product-list__description ul > li {
  list-style-type: inherit;
}
.ty-product-list__description ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.ty-product-list__description ol > li {
  list-style-type: inherit;
}
.ty-wysiwyg-content iframe {
  max-width: 100%;
}
.ty-wysiwyg-content .no-border td {
  border: 0;
}
.redactor-box ol li {
  list-style-type: decimal;
}
.redactor-box ul li {
  list-style-type: disc;
}
.ty-wysiwyg-content [class*="ty-column"] {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}
.ty-wysiwyg-content .ty-notice {
  padding: 10px 25px;
  background: #e6ebf0;
  color: #2e3a47;
  border-radius: 4px;
  display: inline-block;
}
.ty-wysiwyg-content .ty-image {
  padding: 10px;
  border: 4px solid #ffffff;
  outline: 2px solid #dce3ea;
  box-sizing: border-box;
}
.ty-wysiwyg-content {
  word-wrap: break-word;
}
.ty-wysiwyg-content h1.ty-main-title {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 155%;
  font-weight: normal;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  margin-top: 45px;
  font-weight: normal;
  font-size: 37px;
}
@media (max-width: 767px) {
  .ty-wysiwyg-content h1.ty-main-title2,
  .ty-wysiwyg-content h1.ty-main-title {
    font-size: 24px;
  }
}
.ty-wysiwyg-content h3.ty-main-title2 {
  margin: 78px 0 32px;
  font-size: 22px;
  font-weight: normal;
}
.ty-list-container,
.ty-items-container {
  margin: 20px 0;
  line-height: 140%;
}
.ty-list-container.ty-decimal .ty-list-text,
.ty-items-container.ty-decimal .ty-list-text {
  padding-left: 40px;
}
.ty-list-container.ty-decimal .ty-list-item,
.ty-items-container.ty-decimal .ty-list-item {
  position: absolute;
  margin-top: 7px;
  margin-left: -40px;
  font-size: 60px;
  color: #00ccff;
}
.ty-list-container .ty-column4 .ty-company__item,
.ty-list-container .ty-column4 .ty-gift-certificate__item {
  padding-right: 10%;
}
@media (max-width: 478px) {
  .ty-list-container .ty-column4 .ty-company__item,
  .ty-list-container .ty-column4 .ty-gift-certificate__item {
    padding-right: 0;
  }
}
.ty-list-container .ty-company__item {
  padding-right: 10%;
}
.ty-list-container .ty-list-image {
  margin: 17px 0;
  text-align: center;
}
.ty-list-container .ty-list-image.ty-left {
  text-align: left;
}
.ty-list-container .ty-list-image.ty-right {
  text-align: right;
}
.ty-list-container .ty-list-text {
  padding-top: 8px;
  font-family:Arial;
  font-size: 12px;
  line-height: 150%;
}
.ty-list-container .ty-list-text.big {
  font-size: 16px;
}
.ty-list-container .ty-list-text .ty-header {
  display: block;
  font-size: 21px;
}
.ty-list-container .ty-list-text .ty-header .ty-big {
  font-size: 218%;
  font-weight: bold;
  line-height: normal;
}
.ty-list-container.with-shadow .ty-list-image {
  padding: 10px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.ty-list-container.with-shadow .ty-list-text {
  padding-top: 0;
  margin-bottom: 27px;
}
.ty-list-container .ty-list-header {
  display: block;
  padding-bottom: 6px;
  font-size: 22px;
  line-height: normal;
}
.ty-items-container .item {
  padding-right: 4%;
}
@media screen and (max-width: 480px) {
  .ty-items-container {
    text-align: center;
  }
  .ty-items-container .item {
    padding-right: 0;
  }
}
.ty-column1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column3 {
  display: inline-block;
  width: 33.333333333333%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column4 {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column5 {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column6 {
  display: inline-block;
  width: 16.666666666667%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column7 {
  display: inline-block;
  width: 14.285714285714%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column8 {
  display: inline-block;
  width: 12.5%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column9 {
  display: inline-block;
  width: 11.111111111111%;
  vertical-align: top;
  margin-right: -0.25em;
}
.ty-column10 {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  margin-right: -0.25em;
}
@media (max-width: 979px) {
  .ty-column1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column2 {
    width: 100%;
  }
  .ty-column3 {
    width: 50%;
  }
  .ty-column4 {
    width: 33.333333333333%;
  }
  .ty-column5 {
    width: 25%;
  }
  .ty-column6 {
    width: 20%;
  }
  .ty-column7 {
    width: 16.666666666667%;
  }
  .ty-column8 {
    width: 14.285714285714%;
  }
  .ty-column9 {
    width: 12.5%;
  }
  .ty-column10 {
    width: 11.111111111111%;
  }
}
@media (max-width: 767px) {
  .ty-column1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column2 {
    width: 50%;
  }
  .ty-column3 {
    width: 50%;
  }
  .ty-column4 {
    width: 50%;
  }
  .ty-column5 {
    width: 50%;
  }
  .ty-column6 {
    width: 50%;
  }
  .ty-column7 {
    width: 50%;
  }
  .ty-column8 {
    width: 50%;
  }
  .ty-column9 {
    width: 50%;
  }
  .ty-column10 {
    width: 50%;
  }
}
@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: #e6eff4;
  background-image: -moz-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6eff4),to(#e6eff4));
  background-image: -webkit-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: -o-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: linear-gradient(to bottom,#e6eff4,#e6eff4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6eff4', endColorstr='#ffe6eff4', GradientType=0);
}
@media (max-width: 1024px) {
  .tygh-top-panel .ty-text-links-wrapper {
    border: none;
  }
}
.top-links-grid .ty-float-left,
.top-links-grid .ty-float-right {
  max-width: 100%;
}
.top-links-grid .ty-text-links {
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .top-links-grid {
    float: none !important;
    width: auto !important;
  }
  .top-links-grid > .ty-geo-maps__geolocation {
    float: right;
  }
  .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener {
    padding: 10px 11px 11px 8px;
    color: #5e7d9c;
  }
  .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener:hover {
    background: #cfd9e2;
  }
  .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__location {
    display: none;
  }
  .top-links-grid .ty-text-links-btn.visible-phone {
    display: inherit !important;
  }
}
@media (min-width: 1025px) {
  .top-links-grid .ty-text-links_show_inline {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .top-links-grid .ty-text-links_show_inline > .ty-text-links__item {
    display: block;
  }
}
.top-menu-grid {
  padding-top: 38px;
}
.top-quick-links {
  max-width: 100%;
}
.top-quick-links a {
  color: #2d3540;
}
.our-brands-grid {
  margin-bottom: 80px;
}
.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 > div {
  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);
}
.tygh-content > div {
  padding-bottom: 40px;
}
.tygh-content > div {
  background-color: #ffffff;
}
.side-grid .ty-account-info__user-arrow {
  display: none;
}
.side-grid .ty-dropdown-box__content {
  right: auto;
  left: 0;
}
.main-content-grid {
  width: 100%;
}
.footer-content-grid {
  margin: 30px 0px;
}
.ty-holiday-gift-banner {
  margin-top: -20px;
  width: 100%;
}
.top-my-account {
  margin-left: 22px;
}
.buttons-container {
  padding: 17px 20px;
  background: #e6ebf0;
  border-radius: 6px;
}
.buttons-container:before,
.buttons-container:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.buttons-container:after {
  clear: both;
}
.ty-mainbox-body .buttons-container {
  margin: 25px 0px;
}
.ty-mainbox-title {
  margin-bottom: 10px;
}
.ty-mainbox-title:before,
.ty-mainbox-title:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-mainbox-title:after {
  clear: both;
}
.ty-mainbox-title__left {
  float: left;
}
.ty-mainbox-title__right {
  display: block;
  float: right;
  margin-top: 7px;
  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-mainbox-container.ty-float-right,
.ty-mainbox-container.ty-float-left {
  width: inherit;
}
.ty-subheaders-group {
  margin: 0 15px 21px 15px;
}
.ty-subheader {
  margin: 0;
  padding: 7px 0 10px 0;
  font-size: 18px;
  color: #34495E;
}
.ty-subheader__tooltip {
  font-size: inherit;
}
.ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.ty-mainbox-simple-title:before,
.ty-mainbox-simple-title:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-mainbox-simple-title:after {
  clear: both;
}
.ty-sidebox-important {
  margin-bottom: 15px;
}
.ty-sidebox-important__title {
  width: 100%;
}
.ty-sidebox-important__title-wrapper {
  font-size: 13px;
  font-weight: normal;
  color: #909598;
  padding: 4px 14px 8px;
  background: #ECF0F1;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.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 0 6px 0;
}
.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,
.no-touch .ty-text-links__a:hover {
  color: #1a1a1a;
}
.ty-text-links__item {
  position: relative;
  display: block;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .ty-text-links-wrapper {
    border-bottom: 1px solid #dce3ea;
  }
}
@media (max-width: 1024px) {
  .ty-text-links-btn {
    display: inline-block;
    padding: 9px 10px 7px 10px;
    color: #5e7d9c;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .ty-text-links-btn.open {
    z-index: 650;
    background: #5e7d9c;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .ty-text-links-btn__arrow {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px;
    width: 7px;
    vertical-align: super;
  }
}
@media (max-width: 1024px) {
  .ty-text-links_show_inline {
    position: absolute;
    min-width: 170px;
    left: 15px;
    right: 15px;
    display: none;
    background: #fff;
    border: 1px solid #708ca9;
    padding: 7px 14px;
    z-index: 5;
    margin: 0;
  }
}
.ty-text-links_show_inline .ty-level-0 > .ty-text-links {
  display: none;
  position: absolute;
  min-width: 200px;
  background: #fff;
  border: 1px solid #708ca9;
  z-index: 10;
  padding: 5px;
  margin: 0;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .ty-text-links_show_inline .ty-level-0 > .ty-text-links {
    display: block;
    background: none;
    border: 0 none;
    padding: 0;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .ty-text-links_show_inline .ty-text-links__item {
    margin-right: 0;
    display: block;
  }
}
.ty-text-links_show_inline .ty-text-links__item:before {
  content: none;
}
@media (max-width: 1024px) {
  .ty-text-links_show_inline .ty-text-links__item .ty-text-links__a {
    display: block;
  }
}
@media (max-width: 1024px) {
  .ty-text-links_show_inline .ty-text-links {
    margin: 0;
  }
}
.ty-text-links_show_inline > .ty-text-links__item {
  display: inline-block;
}
.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links {
  display: block;
}
.ty-text-links_show_inline .ty-level-0.is-hover-link > .ty-text-links {
  display: block;
}
.ty-dropdown-box .ty-text-links__item {
  margin: 0;
  padding: 7px 14px;
}
.ui-datepicker {
  width: unset !important;
  min-width: 17em !important;
}
.ty-accordion {
  margin-top: 20px;
}
.ty-accordion .ui-accordion-header-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  text-indent: 0;
  overflow: visible;
}
.ty-accordion .ui-accordion-header-icon:before {
  font-family:glyphs;
  font-size: 25px;
  content: "\e019";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ty-accordion .ui-accordion-header {
  position: relative;
  color: #7c7e80;
  margin-top: 5px;
  padding: 8px 12px;
  border: 0px;
  border-radius: 0px;
  background: #e5ebec;
  background-image: none;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #bdc3c7;
  color: white;
}
.ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  content: "\e01c";
}
.ty-accordion .ui-accordion-content {
  border: 0;
}
.ty-logo-container {
  position: relative;
  margin-top: 2px;
}
.ty-logo-container__image {
  display: inline-block;
  text-decoration: none;
}
.ty-logo-container__image.vertical-middle {
  visibility: hidden;
}
.ty-grid-list__item {
  padding: 10px 10px 25px 10px;
  position: relative;
  border: 1px solid transparent;
}
.ty-grid-list__item:before,
.ty-grid-list__item:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-grid-list__item:after {
  clear: both;
}
.ty-grid-list__item--overlay:hover {
  border-color: #acbdcd;
}
.ty-grid-list__item:hover .ty-grid-list__control {
  display: block;
  position: absolute;
  z-index: 110;
  background: #fff;
  border: 1px solid #acbdcd;
  border-top: 0;
  margin-left: -11px;
  padding: 0px 10px 20px 10px;
}
.ty-grid-list__item:hover--control {
  border-color: #acbdcd;
}
.ty-grid-list__item:hover .ty-icon-left-circle,
.ty-grid-list__item:hover .ty-icon-right-circle {
  visibility: visible;
}
.ty-grid-list__image {
  position: relative;
  padding: 18px 0;
  border: 1px solid #ebebeb;
  background: #fff;
  text-align: center;
  min-height: 50px;
}
.ty-grid-list__image .ty-no-image {
  border: 0px;
}
.ty-grid-list__price {
  display: block;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  word-break: break-all;
}
.ty-grid-list__no-price {
  text-align: left;
  width: auto;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ty-grid-list__item-name .product-title {
  display: block;
  color: #7d93ab;
  word-wrap: break-word;
}
.ty-grid-list__control {
  display: none;
  width: 100%;
  width: calc(100% - 20px);
  padding-top: 5px;
}
.ty-grid-list__control .ty-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
.ty-product-empty {
  background: #F8F9F9;
  margin: 28px 10px 0 10px;
  height: 190px;
  text-align: center;
}
.ty-product-empty__text {
  color: #cdcdcd;
  font-size: 115%;
  line-height: 190px;
}
.ty-product-list {
  padding: 35px 0;
}
.ty-product-list__image {
  position: relative;
  float: left;
  margin: 0 25px 20px 0;
  border: 1px solid #ebebeb;
}
.ty-product-list__content {
  overflow: hidden;
}
.ty-product-list__info {
  overflow-x: auto;
  overflow-y: hidden;
}
.ty-product-list__control .ty-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
.ty-product-list__control .ty-btn.ty-btn-icon {
  margin-right: 10px;
}
.ty-product-list__control .ty-btn.ty-btn-icon~.ty-btn.ty-btn-icon {
  margin-left: 5px;
}
.ty-product-list__control .ty-product-coming-soon {
  margin: 10px 0px;
}
.ty-product-list__item-name .product-title {
  font-size: 130%;
  word-wrap: break-word;
}
.ty-product-list__price .ty-price-num {
  font-size: 120%;
}
.ty-product-list__price {
  padding: 10px 0px;
}
.ty-product-list__description {
  line-height: 170%;
}
.ty-product-list .ty-qty-out-of-stock {
  margin-right: 20px;
  padding: 2px 0px 0px 0px;
  vertical-align: top;
}
.ty-compact-list__item {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.ty-compact-list__item:before,
.ty-compact-list__item:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-compact-list__item:after {
  clear: both;
}
.ty-compact-list__content:before,
.ty-compact-list__content:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-compact-list__content:after {
  clear: both;
}
.ty-compact-list__item .ty-discount-label {
  top: auto;
  right: auto;
  bottom: 5px;
}
.ty-compact-list__item .ty-qty {
  margin: 0;
}
.ty-compact-list__image {
  float: left;
  width: 13%;
  padding: 0px 25px;
  text-align: center;
}
.ty-compact-list__image .ty-discount-label {
  position: static;
  float: none;
  display: inline-block;
  margin-top: 5px;
}
.ty-compact-list__title {
  float: left;
  width: 30%;
  margin: 0 10px 0 0;
  word-wrap: break-word;
}
.ty-compact-list__controls {
  float: right;
  position: relative;
  padding-bottom: 30px;
  width: 40%;
  text-align: right;
}
.ty-compact-list__controls .ty-btn__add-to-cart {
  margin: 0 0 0 10px;
}
.ty-compact-list__controls .ty-qty-out-of-stock {
  margin-right: 0;
}
.ty-compact-list__controls .ty-product-coming-soon {
  width: 100%;
  right: 0px;
  padding-top: 12px;
  text-align: right;
  position: absolute;
}
.ty-product-coming-soon {
  color: #767676;
}
.ty-compact-list__controls > div {
  display: inline-block;
  vertical-align: middle;
}
.ty-compact-list__controls .qty {
  padding-top: 0;
}
.ty-compact-list__price {
  margin-right: 10px;
}
.ty-compact-list__price .ty-list-price {
  margin-right: 4px;
}
.ty-compact-list__item .ty-control-group__label {
  width: auto;
}
.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;
}
.ty-scroller-list__item {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.ty-scroller-list__item .ty-grid-list__item {
  padding-bottom: 0;
}
.ty-scroller-list__item .ty-grid-list__item .ty-grid-list__control {
  display: block;
  position: static;
  padding-top: 5px;
  padding-bottom: 0;
  border-color: transparent;
  border-bottom: 0;
}
.ty-scroller-list__description .product-title {
  display: inline-block;
  overflow: hidden;
  padding-top: 5px;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.ty-scroller-list__item:hover .ty-quick-view-button {
  visibility: visible;
  text-align: center;
}
.ty-simple-list__buttons {
  padding: 17px 20px;
}
.ty-simple-list .ty-discount-label {
  top: 1px;
  right: 1px;
}
.ty-simple-list .ty-discount-label:before,
.ty-simple-list .ty-discount-label:after {
  content: "";
  position: absolute;
}
.ty-simple-list .ty-discount-label:before {
  top: -1px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 150px;
  background-image: -webkit-linear-gradient(bottom,transparent,#dce3ea);
  background-image: -moz-linear-gradient(bottom,transparent,#dce3ea);
  background-image: -o-linear-gradient(bottom,transparent,#dce3ea);
}
.ty-simple-list .ty-discount-label:after {
  top: 0;
  right: 1px;
  width: 150px;
  height: 1px;
  background-image: -webkit-linear-gradient(right,#dce3ea,transparent);
  background-image: -moz-linear-gradient(right,#dce3ea,transparent);
  background-image: -o-linear-gradient(right,#dce3ea,transparent);
}
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 #a3b5c8;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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,
.ty-shipping-country + .ty-shipping-state,
.ty-first-name + .ty-last-name {
  margin-left: 4.8%;
}
.billing-last-name,
.shipping-last-name {
  margin-right: 0;
}
.ty-company-description textarea {
  width: 100%;
}
.ty-account {
  margin-top: 30px;
}
.ty-account--nopadding {
  margin: 0;
}
.ty-account .ty-input-text {
  width: 100%;
}
.ty-account-detail {
  margin: 45px 0 0 58px;
  padding-bottom: 250px;
  background: url('../../../../../../../../design/themes/responsive/media/images/profile_details.png?1653031870') no-repeat bottom center;
  color: #BDC3C7;
}
.ty-account-detail h4 {
  font-size: 19px;
  padding-bottom: 10px;
}
.ty-account-detail ul li {
  list-style-type: disc;
  margin: 15px 0 0 17px;
}
.ty-account-benefits {
  margin: 47px 0 0 60px;
  color: #BDC3C7;
}
.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;
}
.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__txt {
  float: left;
  padding: 8px 5px 8px 0;
}
.ty-currencies__item {
  float: left;
  padding: 8px 13px;
  border-radius: 4px;
  color: #2d3540;
}
.ty-currencies__item:hover {
  background: #cfd9e2;
  color: #181c22;
}
.ty-currencies__active {
  background: #cfd9e2;
  color: #181c22;
}
.ty-sidebox {
  margin-bottom: 44px;
  word-wrap: break-word;
  background: #fff;
}
.ty-sidebox__title {
  position: relative;
  padding: 0px 30px 9px 0px;
  border-bottom: 1px solid #dce3ea;
}
.touch .ty-sidebox__title {
  cursor: pointer;
}
.ty-sidebox__title-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  float: left;
  width: 35px;
  color: #9cb0c4;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}
.ty-sidebox__icon-hide {
  display: none;
}
.ty-sidebox__title.open .ty-sidebox__icon-open {
  display: none;
}
.ty-sidebox__title.open .ty-sidebox__icon-hide {
  display: block;
}
.ty-sidebox__title-wrapper,
.ty-sidebox__title span,
.ty-sidebox__title a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #A1A6AA;
  padding: 0;
}
.ty-sidebox .buttons-container {
  background: none;
  padding: 20px 0px;
}
.ty-compare {
  position: relative;
}
.ty-compare__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.ty-compare-menu {
  width: 150px;
}
.ty-compare-menu__a {
  padding: 8px 16px 7px;
  display: block;
}
.ty-compare-menu__a:hover {
  background: #eff0f2;
  color: #34495e;
  text-decoration: none;
}
.ty-compare-menu__elem {
  display: block;
  padding: 8px 16px 7px;
  color: #fff;
  background: #1abc9c;
}
.ty-compare-products {
  width: 100%;
  table-layout: fixed;
}
.ty-compare-products__product {
  padding: 0 10px;
  width: 215px;
  vertical-align: top;
  text-align: center;
}
.ty-compare-products__item {
  padding: 5px 0;
}
.ty-compare-products__menu {
  vertical-align: top;
  padding: 0 10px;
  width: 150px;
}
.ty-compare-products__product .buttons-container {
  margin: 0;
}
.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label {
  display: inline-block;
  float: none;
  width: 90px;
}
.touch .ty-compare-products__product .ty-qty .ty-control-group__label {
  display: block;
  width: 100%;
}
.ty-compare-products__delete {
  position: relative;
  visibility: hidden;
  padding-bottom: 2px;
}
.touch .ty-compare-products__delete,
.ty-compare-products__product:hover .ty-compare-products__delete {
  visibility: visible;
}
.ty-compare-feature {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
}
.ty-compare-feature__table {
  width: 100%;
  table-layout: fixed;
}
.ty-compare-feature__row:nth-child(odd) {
  background-color: #ffffff;
}
.ty-compare-feature__item {
  padding: 10px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  text-align: left;
}
.ty-compare-feature_item_size {
  padding: 0 10px;
  width: 215px;
}
.ty-compare-sort {
  width: 150px;
  text-align: left;
}
.ty-compare-sort__a {
  visibility: hidden;
  margin-left: 3px;
  vertical-align: middle;
}
.touch .ty-compare-sort__a,
.ty-compare-sort:hover .ty-compare-sort__a {
  visibility: visible;
}
.ty-compare-list__item {
  text-align: left;
}
.ty-compare-checkbox {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid #4d4d4d;
  background-color: #fff;
  color: #607994;
  text-align: left;
}
.ty-compare-checkbox__icon {
  position: relative;
  top: -2px;
  left: 1px;
  font-size: 11px;
}
.ty-price-num {
  font-size: 15px;
  font-weight: bold;
}
.ty-sku {
  padding: 0;
  font-size: 90%;
}
.ty-price,
.ty-sub-price,
.ty-list-price {
  font-size: 100%;
}
.ty-price {
  margin: 6px 0;
  color: #343434;
}
.ty-sub-price {
  color: #1b1b1b;
}
.ty-list-price {
  color: #1b1b1b;
  line-height: 100%;
  font-size: 13px;
}
.ty-tax-include {
  display: block;
  padding-bottom: 5px;
}
.ty-price-update {
  display: inline-block;
  font-size: 13px;
}
.ty-qty {
  margin-bottom: 15px;
}
.ty-qty-in-stock,
.ty-qty-out-of-stock {
  font-weight: bold;
}
.ty-qty-in-stock {
  color: #2ECC71;
}
.ty-qty-out-of-stock {
  color: #e74c3c;
}
.ty-min-qty-description {
  font-size: 12px;
  padding-top: 0;
  color: #8ca3ba;
}
.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-product-labels {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.ty-product-labels__item {
  display: flex;
  background-color: #feba0f;
  padding: 5px 10px;
  margin-left: 3px;
  margin-bottom: 3px;
  overflow: hidden;
}
.ty-product-labels__item--link:hover {
  opacity: 0.7;
}
.ty-product-labels__item--discount {
  background-color: #feba0f;
}
.ty-product-labels__item--shipping {
  background-color: #EE3E7B;
}
@media (min-width: 481px) {
  .ty-product-labels__item--mini {
    margin-bottom: 1px;
    margin-left: 1px;
    padding: 2px 7px;
    font-size: 0.9em;
  }
}
.ty-product-labels__item--rounded {
  border-radius: 3px;
}
.ty-product-labels__content {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ty-product-labels__icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.ty-product-labels--top-right {
  top: 0;
  right: 0;
  justify-content: flex-end;
}
.ty-product-labels--top-left {
  top: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-product-labels--bottom-right {
  bottom: 0;
  right: 0;
  justify-content: flex-end;
}
.ty-product-labels--bottom-left {
  bottom: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 481px) {
  .ty-product-labels--mini {
    margin-bottom: -1px;
    margin-left: -1px;
  }
}
.ty-product-labels--static {
  position: static;
}
.ty-discount-label {
  position: absolute;
  right: 0;
  top: 0;
  background: #feba0f;
  color: white;
  list-style: none;
}
.ty-discount-label__item {
  float: left;
  height: 28px;
  font-size: 16px;
  white-space: nowrap;
  line-height: 28px;
  padding: 0 10px 0 12px;
  color: #fff;
}
.ty-value-changer {
  display: inline-block;
  vertical-align: top;
  width: 53px;
}
input.ty-value-changer__input {
  float: left;
  width: 36px;
  height: 33px;
  text-align: center;
}
.touch input.ty-value-changer__input {
  height: 34px;
}
.ty-value-changer__increase,
.ty-value-changer__decrease {
  position: relative;
  float: right;
  width: 14px;
  height: 14px;
  border: 1px solid #acbdcd;
  color: #acbdcd;
  font-size: 16px;
  line-height: 13px;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  -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;
}
.ty-value-changer__increase:hover,
.ty-value-changer__decrease:hover {
  color: #acbdcd;
}
.no-touch .ty-value-changer__increase:hover,
.no-touch .ty-value-changer__decrease:hover {
  background: #acbdcd;
  color: #fff;
  text-decoration: none;
}
.touch .ty-value-changer {
  width: 110px;
}
.touch .ty-value-changer__input {
  float: right;
}
.touch .ty-value-changer__increase,
.touch .ty-value-changer__decrease {
  float: left;
  width: 36px;
  height: 32px;
  font-size: 22px;
  line-height: 27px;
  background: #acbdcd;
  color: #fff;
}
.touch .ty-value-changer__increase {
  border-right: 0;
  float: right;
}
.touch .ty-value-changer__decrease {
  border-left: 0;
}
.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: 15px;
  right: 2px;
  margin-top: -10px;
  margin-right: 8px;
  color: #8ca3ba;
  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 {
  margin-top: 10px;
  min-width: 200px;
  padding: 0;
  border: 1px solid #dce3ea;
}
.ty-qty-discount__table .ty-qty-discount__td {
  border: 0 none;
  border-right: 1px solid #dce3ea;
  padding: 8px 12px;
}
.tooltip {
  display: none;
  max-width: 200px;
  z-index: 10000;
  padding: 9px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-align: left;
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip p {
  color: #fff;
  padding: 0px;
}
.tooltip li {
  color: #fff;
}
.tooltip-arrow {
  position: absolute;
  top: -10px;
  right: 3px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}
.tooltip.arrow-top .tooltip-arrow {
  top: auto;
  left: auto;
  bottom: -10px;
  right: 3px;
  border-width: 0 10px 10px 0;
  border-color: transparent rgba(0,0,0,0.8) transparent transparent;
}
.tooltip.right {
  padding: 9px;
  text-align: left !important;
}
.arrow-top.right .tooltip-arrow {
  left: 3px;
  right: auto;
  border-width: 10px 10px 0 0;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
.arrow-down.right .tooltip-arrow {
  right: auto;
  top: -10px;
  left: 3px;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent rgba(0,0,0,0.8);
}
.arrow-down.top .tooltip-arrow {
  top: auto;
  bottom: -10px;
  border-width: 10px 0 0 10px;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
.arrow-down.right.top .tooltip-arrow {
  right: auto;
  top: auto;
  bottom: -10px;
  left: 3px;
  border-width: 10px 10px 0 0;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
.tooltip img {
  max-width: 100%;
}
.touchevents body {
  cursor: pointer;
}
.touchevents.mouseevents body {
  cursor: initial;
}
.ty-tooltip-block {
  vertical-align: middle;
  cursor: pointer;
}
.ty-no-image {
  position: relative;
  display: block;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  color: #c8c8c8;
  cursor: default;
  max-width: 100%;
  min-width: 100%;
  -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/responsive/media/images/spinner.gif?1653031870') no-repeat center center;
}
.ty-grayscale {
  filter: url("data:image/svg+xml;utf8,#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.ty-grayscale:hover {
  filter: url("data:image/svg+xml;utf8,#grayscale");
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.ty-status-info label {
  display: block;
  margin: 0 20px 10px 0;
}
.ty-select-block {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 1022;
  min-width: 50px;
  border: 1px solid #708ca9;
  background-color: #fff;
}
.ty-select-block {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ty-select-wrapper {
  position: relative;
}
.ty-select-block__a {
  cursor: pointer;
  display: block;
  padding: 7px 13px 4px;
  color: #54708c;
  border: 1px solid transparent;
}
.ty-select-block__a:hover {
  background: #cfd9e2;
  color: #54708c;
  text-decoration: none;
}
.ty-select-block__a.open,
.ty-select-block__a.open:hover {
  background: #708ca9;
  color: white;
}
.ty-select-block__a.open .ty-select-block__arrow {
  color: white;
}
.ty-select-block__a-item {
  display: inline-block;
  vertical-align: top;
}
.ty-select-block__arrow {
  margin-left: 3px;
  font-size: 140%;
  color: #5e7d9c;
}
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 {
  background: #333333;
  color: white;
}
.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;
  width: 100%;
}
.ty-select-block__list-a:after {
  clear: both;
}
.ty-select-block__txt {
  float: left;
  padding: 8px 5px 8px 0;
}
.ty-dropdown-box {
  display: inline-block;
  position: relative;
  color: #34495E;
}
.ty-dropdown-box  .ty-icon-down-micro {
  position: relative;
  top: 5px;
  width: 7px;
  color: #5e7d9c;
  font-size: 20px;
  line-height: 0;
}
.ty-dropdown-box__title {
  position: relative;
  display: inline-block;
  padding: 7px 11px 7px 8px;
  border: 1px solid transparent;
}
.ty-dropdown-box__title a {
  color: #5e7d9c;
}
.ty-dropdown-box__title a:hover {
  text-decoration: none;
}
.ty-dropdown-box__title:hover {
  background: #cfd9e2;
}
.ty-dropdown-box__title .ty-account-info__title {
  text-decoration: none;
  white-space: nowrap;
}
.ty-dropdown-box__title.open {
  z-index: 650;
  background: #5e7d9c;
}
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i,
.ty-dropdown-box__title.open .ty-minicart-title {
  color: white;
}
.ty-dropdown-box__content {
  position: absolute;
  right: 0;
  z-index: 600;
  margin-top: -1px;
  min-width: 220px;
  border: 1px solid #708ca9;
  background: #fff;
  text-align: left;
}
.ty-dropdown-box__content {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ty-account-info__buttons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.top-cart-content .ty-dropdown-box__content {
  border-top-left-radius: 6px;
}
.top-cart-content .ty-dropdown-box__title {
  border-radius: 6px;
}
.top-cart-content .ty-dropdown-box__title.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ty-dropdown-box__content .buttons-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ty-dropdown-box__content .ty-dropdown-box__item {
  display: block;
  margin-bottom: 0px;
  padding: 7px 14px;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: #333333;
  color: white;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  display: block;
  color: white;
}
.ty-dropdown-box__content .ty-account-info__orders {
  padding: 14px 14px 7px 14px;
  margin-top: 20px;
  background: #e6ebf0;
}
.ty-dropdown-box__content .ty-account-info__buttons {
  padding: 15px 14px 16px 14px;
  margin-top: -6px;
  background: #e6ebf0;
}
.ty-dropdown-box__content .ty-account-info__name:hover {
  background: none;
  color: #34495e;
}
.ty-minicart__icon {
  color: #54708c;
  top: 7px;
  font-size: 14px;
  position: absolute;
}
.ty-minicart__icon.ty-icon-cart {
  font-size: 16px;
  top: 8px;
}
.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: #54708c;
}
.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-txt {
  color: #6c6c6c;
}
.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 {
  margin-top: 30px;
  min-height: 200px;
}
.ty-login__input {
  margin: 0;
  width: 100%;
}
.ty-login__remember-me {
  padding: 6px 0;
}
.ty-login__filed-label {
  width: auto;
  color: #1a2128;
}
.ty-password-forgot__label {
  float: left;
}
a.ty-password-forgot__a {
  float: right;
  padding: 6px 0;
}
.ty-recover-password {
  margin-top: 30px;
}
.ty-login-reglink__a {
  display: inline-block;
  padding: 0 0 10px;
}
.ty-login-popup {
  min-width: 295px;
  max-width: 310px;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
}
.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: #2e3a47;
}
.ty-login-info {
  margin: 46px 0 0 59px;
}
.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 #ccd6e0;
  -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: #8ca3ba;
}
.ty-breadcrumbs {
  position: relative;
  margin-bottom: 14px;
  padding: 20px 105px 10px 0px;
  color: #fcfdfd;
}
.ty-breadcrumbs__arrow,
.ty-breadcrumbs__a,
.ty-breadcrumbs__current {
  display: inline-block;
  padding: 2px;
}
.ty-breadcrumbs__current {
  color: #333333;
}
.ty-breadcrumbs__a {
  display: inline-block;
  color: #8ca3ba;
}
.ty-breadcrumbs__slash {
  display: inline-block;
  margin: 0px 6px;
  padding: 2px 0;
  color: #8ca3ba;
}
.ty-breadcrumbs__a:hover {
  color: #8ca3ba;
}
.ty-product-switcher {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 0 24px;
}
.ty-product-switcher__a {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: -2px;
  padding: 0;
  font-size: 18px;
}
.ty-product-switcher__a:hover {
  text-decoration: none;
}
.ty-product-switcher__a-left {
  float: left;
  left: 0;
}
.ty-product-switcher__a-right {
  float: right;
  right: 0;
}
.ty-product-switcher__icon {
  color: #7c97b1;
}
.ty-product-switcher__a:hover .ty-product-switcher__icon {
  color: #9cb0c4;
}
.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: #bccad7;
  cursor: default;
}
.ty-product-switcher span {
  float: left;
  font-size: 85%;
  padding: 2px;
  color: #bccad7;
}
.ty-section {
  margin: 20px 0 15px 0;
}
.ty-section__title {
  padding: 13px 15px 11px 15px;
  cursor: pointer;
  background: #ecf0f1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.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;
}
.ty-section__body .buttons-container {
  margin: 30px 0 0 -20px;
  padding: 15px 20px 15px 20px;
  width: 100%;
  background: #dce3ea;
}
.ty-search-result {
  padding: 12px 7px;
}
.ty-search-form__inline-input {
  width: 190px;
}
.ty-search-result:hover {
  background: #dce3ea;
}
.ty-search-form__input {
  width: 170px;
}
.ty-search-form__input-large {
  width: 200px;
}
.ty-subcategories-field {
  float: left;
  margin-left: 10px;
}
.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: #acbdcd;
  font-size: 145%;
  cursor: pointer;
}
input.ty-search-block__input {
  display: block;
  padding: 7px 30px 7px 10px;
  width: 100%;
  height: 33px;
  border: 1px solid #acbdcd;
  border-radius: 25px;
  -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 #333333;
  background-color: #fff;
}
.vendor-stores-block-grid h2 {
  margin: 0px;
  font-size: 25px;
  text-align: center;
}
.ty-sort-container {
  padding-left: 10px;
  background: #dce3ea;
  margin: 28px 0px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
.ty-sort-container__views-icons {
  display: inline-block;
  float: right;
}
.ty-sort-container__views-a {
  display: block;
  color: #8ca3ba;
  float: left;
  padding: 10px 11px;
  width: 15px;
  height: 17px;
  font-size: 125%;
}
.ty-sort-container__views-a:hover {
  text-decoration: none;
}
.ty-sort-container__views-a.active {
  background: #ccd6e0;
}
.ty-sort-dropdown {
  display: inline-block;
  position: relative;
}
.ty-sort-dropdown .ty-sort-dropdown__wrapper {
  text-decoration: none;
}
.ty-sort-dropdown__wrapper {
  padding: 5px 7px 9px 7px;
  display: inline-block;
  color: #34495e;
  cursor: pointer;
}
.ty-sort-dropdown__icon {
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  top: 5px;
}
.ty-sort-dropdown__wrapper:hover {
  background: #d2dbe4;
}
.ty-sort-dropdown__wrapper.open {
  background: #54708c;
  color: white;
}
.ty-sort-dropdown__content {
  position: absolute;
  z-index: 100;
  border: 1px solid #97a0a5;
  background: #fff;
  min-width: 200px;
}
.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
  text-decoration: none;
}
.ty-sort-dropdown__content-item-a {
  padding: 7px 14px;
  color: #333333;
  display: block;
}
.ty-sort-dropdown__content-item-a:hover {
  background: #333333;
  color: #fff;
}
.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;
  display: inline-block;
  min-width: 350px;
  vertical-align: top;
  width: 100%;
}
.ty-subcategories-block__item {
  padding-bottom: 10px;
  text-align: center;
}
.ty-subcategories-block__a {
  font-weight: bold;
}
.ty-feature {
  margin: 30px 0px;
}
.ty-feature:before,
.ty-feature:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-feature:after {
  clear: both;
}
.ty-feature__image {
  float: left;
  margin: 0 25px 10px 0;
}
.ty-feature__description {
  line-height: 140%;
  overflow: hidden;
}
.ty-product-feature {
  padding: 10px;
}
.ty-product-feature:nth-child(2n) {
  background: #e9edf2;
}
.ty-product-feature__label {
  display: inline-block;
  width: 280px;
  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-group {
  margin-bottom: 10px;
}
.ty-product-feature-group .ty-subheader {
  padding: 15px 0 6px 0;
  margin: 0;
  font-size: 120%;
}
.ty-features-all__group {
  margin-bottom: 50px;
}
.ty-features-all__list-item {
  padding-bottom: 8px;
}
.ty-features-all__list-a {
  font-size: 110%;
}
.ty-features-list {
  padding: 3px 0;
}
.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: transparent  repeat scroll;
}
.container {
  min-height: 0;
  min-width: 0;
}
.container-fluid {
  max-width: auto;
  min-width: auto;
  margin: 0 auto;
}
.tygh-footer {
  min-height: 36px;
}
.bottom-copyright {
  margin-top: 15px;
  color: #9a9ea3;
  font-size: 13px;
}
.ty-payment-icons {
  margin: 10px 0px;
}
.footer-no-wysiwyg ul {
  margin: 10px 0 0 0px;
  padding-left: 0px;
}
.footer-no-wysiwyg ul li {
  list-style-type: none;
}
.ty-social-link-block {
  margin-top: 13px;
  margin-right: 30px;
  margin-bottom: 25px;
  font-size: 0;
}
.ty-social-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  position: relative;
  vertical-align: bottom;
  top: 7px;
}
@media (min-width: 980px) {
  .ty-social-link {
    margin-right: 15px;
  }
}
.ty-social-link a {
  color: white;
  display: block;
}
.ty-social-link i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 38px;
  color: #fff;
}
.ty-social-link span {
  display: inline-block;
  vertical-align: middle;
}
h3.ty-social-link__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
  margin: 0px 20px 5px 0px;
  color: #fff;
}
.ty-social-link:last-child {
  margin-right: 0px;
}
.ty-footer-menu__icon-open,
.ty-footer-menu__icon-hide {
  display: none;
  color: #9a9ea3;
}
.footer-stay-connected {
  background: #333333;
  color: #fff;
  min-height: 84px !important;
}
.ty-footer-menu {
  color: #9ba1a7;
}
.ty-footer-menu > .row {
  padding: 30px 0px 15px 0px;
}
.tygh-footer > div {
  background-color: #e6eff4;
  background-image: -moz-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6eff4),to(#e6eff4));
  background-image: -webkit-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: -o-linear-gradient(top,#e6eff4,#e6eff4);
  background-image: linear-gradient(to bottom,#e6eff4,#e6eff4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6eff4', endColorstr='#ffe6eff4', GradientType=0);
  width: auto;
  min-width: none;
  max-width: none;
  padding: 0;
}
.tygh-footer .ty-footer-grid__full-width {
  float: none;
  width: auto;
}
.container-fluid .ty-footer-grid__full-width {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-copyright {
  background-color: #f8fafc;
}
.ty-footer-menu__header,
.ty-footer-general__header {
  position: relative;
  color: #9a9ea3;
  font-weight: bold;
  font-size: 19px;
  padding-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.ty-footer-menu__items,
.ty-footer-general__body {
  margin: 10px 0 20px;
}
.ty-footer-menu__item {
  margin-bottom: 8px;
}
.ty-footer-menu__item a {
  color: #9a9ea3;
}
.ty-footer-menu__item a:hover {
  color: #333333;
}
.ty-product-block {
  margin: 5px 0 30px 0;
  margin-top: 5px;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ty-product-block-title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #2e3a47;
  word-wrap: break-word;
}
.ty-brand {
  margin: 5px 0;
}
.ty-product-block__img-wrapper {
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 0 0 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .ty-product-block__img-wrapper {
    max-width: 100%;
  }
}
.ty-product-block__img-wrapper img {
  display: block;
  margin: 0 auto;
}
.ty-product-block__left {
  display: table-cell;
  overflow: hidden;
}
.ty-product-block__note-wrapper {
  position: relative;
}
.ty-product-block__note {
  position: absolute;
  right: 0;
  padding: 21px 0 0;
  width: 200px;
  line-height: 140%;
  color: #798d8e;
  word-wrap: break-word;
}
.ty-product-block__note-inner {
  right: -200px;
}
.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:'SVN-Proxima Nova','Open Sans';
  font-size: 20px;
  font-weight: 600;
  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: 20px;
}
.ty-product-block__button .ty-btn {
  margin-right: 20px;
  margin-bottom: 10px;
}
.ty-product-block__button .ty-btn ~ .ty-btn {
  margin-left: 10px;
}
.ty-product-block__button .ty-btn.ty-btn-icon {
  margin-right: 10px;
}
.ty-product-block__button .ty-btn.ty-btn-icon ~ .ty-btn.ty-btn-icon {
  margin-left: 5px;
}
.ty-product-block__button .button-container {
  display: inline-block;
}
.content-description {
  line-height: 1.4;
  word-wrap: break-word;
}
.ty-product-block .ty-discount-label {
  z-index: 1;
}
.ty-product-bigpicture__img {
  position: relative;
  padding-top: 20px;
}
.ty-product-bigpicture__img:before,
.ty-product-bigpicture__img:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-product-bigpicture__img:after {
  clear: both;
}
.ty-product-bigpicture__img .ty-pict {
  max-height: 420px;
  margin: 0 auto;
}
.ty-product-bigpicture__as-thumbs .ty-product-thumbnails {
  float: left;
  margin: 0 -60px 0 0;
  width: 55px !important;
  position: relative;
  z-index: 5;
}
.ty-product-bigpicture .ty-product-bigpicture-thumbnails_gallery {
  padding-left: 60px;
}
.ty-product-bigpicture .ty-product-img {
  border: 0;
  float: right;
  width: 100%;
}
.ty-product-bigpicture .ty-previewer {
  text-align: center;
  margin-left: 60px;
}
.ty-product-bigpicture__no-thumbs .ty-previewer {
  margin-left: 0px;
}
.ty-product-bigpicture .ty-product-thumbnails__item {
  margin: 0 10px 10px 0;
}
.ty-product-bigpicture__left {
  width: 100%;
  float: left;
  text-align: center;
}
.ty-product-bigpicture__left-wrapper {
  margin: 20px 350px 0 0;
}
.ty-product-bigpicture .ty-product-block-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.ty-product-bigpicture__right {
  float: left;
  margin-left: -320px;
  width: 318px;
  margin-top: 15px;
  padding-bottom: 15px;
  background: #e6ebf0;
  border: 1px solid #ebebeb;
  text-align: center;
  box-sizing: border-box;
}
.ty-product-bigpicture .ty-product-block__note {
  position: static;
  width: auto;
}
.ty-product-bigpicture__brand .ty-features-list {
  padding: 16px 0;
  border-bottom: 1px solid #dddfdf;
  box-shadow: 0 1px 0 #fff;
  background: #fff;
}
.ty-product-bigpicture__prices {
  padding: 20px 0;
  margin: 0 10px 20px;
  border-bottom: 1px solid #dddfdf;
  box-shadow: 0 1px 0 #fff;
}
.ty-product-bigpicture__prices .ty-list-price {
  font-size: 14px;
}
.ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num {
  font-size: 30px;
}
.ty-product-bigpicture__prices .ty-product-block__price-old {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ty-product-bigpicture__prices .ty-product-block__price-old > span > .ty-list-price {
  margin-right: 5px;
}
.ty-product-bigpicture__prices .ty-save-price {
  color: #f2ae01;
}
.ty-product-bigpicture__prices .ty-save-price__percent {
  display: none;
}
.ty-product-bigpicture__sidebar-bottom {
  width: 230px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.ty-product-bigpicture .ty-control-group__label {
  display: inline-block;
  float: none;
  width: 95px;
  text-align: left;
}
.ty-product-bigpicture .ty-product-block__note,
.ty-product-bigpicture .ty-product-block__button {
  text-align: center;
}
.ty-product-bigpicture .ty-product-block__note {
  padding-top: 8px;
}
.ty-product-bigpicture .ty-product-block__button .ty-btn {
  margin-right: 0;
}
.ty-product-bigpicture .ty-product-options__description,
.ty-product-bigpicture .ty-product-variant-image {
  margin-left: 0;
}
.ty-product-bigpicture .ty-product-options .ty-input-text {
  width: auto;
  max-width: 105px;
}
.ty-product-bigpicture .ty-product-options {
  margin-bottom: 10px;
}
.ty-product-bigpicture .ty-product-block__option .help-inline {
  margin: 0 0 12px;
}
.ty-product-options__title {
  padding-right: 5px;
  font-weight: bold;
}
.ty-product-options {
  margin-bottom: 15px;
}
.ty-product-options .ty-table {
  margin-top: 10px;
}
.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: #9cb0c4;
  font-size: 85%;
}
.ty-product-options__image {
  display: inline-block;
  margin: 2px 0;
  border: 2px solid #ffffff;
  cursor: pointer;
  min-height: 52px;
}
.ty-product-options__image--wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
  border: 2px solid #ffffff;
}
.ty-product-options__image--wrapper--active {
  border-color: #9cb0c4;
}
.ty-product-options__image--wrapper .ty-product-options__image {
  margin: 0;
  border: 0;
}
.ty-product-options__image--wrapper .ty-no-image {
  cursor: unset;
}
.ty-product-options__radio {
  display: none;
}
.ty-product-options__radio--label {
  display: inline-block;
  margin: 2px 8px 2px 0;
  border: 2px solid #dce3ea;
  cursor: pointer;
  padding: 6px 10px;
}
.ty-product-options__radio:checked + .ty-product-options__radio--label,
.ty-product-options__radio--label:hover,
.ty-product-options__radio--label:active {
  border-color: #9cb0c4;
}
.product-variant-image-selected {
  border-color: #9cb0c4;
}
.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-options__no-combinations {
  padding-top: 0;
  color: #b94a48;
}
.ty-product-img {
  border: 1px solid #dce3ea;
  position: relative;
}
.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 #dce3ea;
}
.ty-product-thumbnails__item.active {
  border-color: #888;
}
.ty-previewer {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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/responsive/media/images/icons/zoom_icon.png?1653031870') 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/responsive/media/images/icons/zoom_icon@2x.png?1653031870');
    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%;
  visibility: hidden;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.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: 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 {
  width: 700px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  max-width: 450px;
  padding-left: 20px;
}
a.ty-quick-view__title {
  font-size: 24px;
  font-weight: bold;
  color: #2e3a47;
}
.ty-quick-view__title .ty-product-block-title {
  margin-bottom: 0;
}
.ty-quick-view-tools {
  position: relative;
  height: 20px;
}
.ty-quick-view-tools .ty-product-switcher {
  top: 0;
}
.ty-quick-view__wrapper .ty-product-block__img {
  display: table-cell;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}
.ty-quick-view__wrapper .ty-product-img {
  margin-bottom: 15px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  word-wrap: break-word;
}
.ty-quick-view__wrapper .ty-product-block__note {
  position: static;
  padding-top: 10px;
  width: 100%;
}
.ty-quick-view-button {
  padding-top: 5px;
  text-align: left;
}
.touchevents .ty-mainbox-container .ty-grid-list__control,
.touchevents .ty-grid-list__item:hover .ty-quick-view-button,
.touchevents .ty-grid-list__item .ty-quick-view-button {
  display: none;
}
.touchevents .ty-grid-list__item--overlay:hover {
  border-color: transparent;
}
.touchevents .ty-grid-list__item--overlay .ty-grid-list__control {
  display: none;
}
.ty-product-notification__body {
  padding: 15px 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: 7px;
}
.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;
  padding: 10px;
  min-width: 0px;
}
.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 #dce3ea;
  margin-left: 70px;
}
.ty-product-notification__buttons {
  padding: 15px 20px;
  background: #ECF0F1;
}
.ty-product-filters__wrapper {
  background: #dce3ea;
  border-radius: 6px;
}
.ty-product-filters {
  padding-top: 5px;
  line-height: 140%;
  margin-left: 7px;
  margin-bottom: 15px;
}
.ty-product-filters__variants {
  overflow-y: auto;
  line-height: 1.4em;
  margin-bottom: 7px;
}
.ty-product-filters__group {
  padding: 2px 0;
  margin: 5px 3px;
}
.ty-product-filters__group label {
  font-weight: initial;
}
.ty-product-filters__group label,
.ty-product-filters__group label > input {
  cursor: pointer;
}
.ty-product-filters__group label.disabled,
.ty-product-filters__group label.disabled > input {
  background-color: transparent;
  color: #bbc6d3;
  cursor: default;
}
.ty-product-filters__item-more {
  margin-bottom: -9px;
}
.ty-product-filters__tools {
  padding: 10px 12px;
}
.ty-product-filters__extra-block {
  margin-top: -3px;
}
.ty-product-filters__extra-link {
  border-color: #9cb0c4;
  cursor: pointer;
}
.ty-product-filters__color-filter {
  display: flex;
  flex-wrap: wrap;
}
.ty-product-filters__color-list-item {
  display: flex;
  position: relative;
  padding: 0;
  margin: 3px;
}
.ty-product-filters__color-filter-item {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.ty-product-filters__color-filter-item:hover {
  cursor: pointer;
}
.ty-product-filters__color-filter-item--disabled {
  opacity: 0.3;
}
.ty-product-filters__color-filter-item--disabled:hover {
  cursor: auto;
}
.ty-product-filters__color-filter-item:hover .ty-product-filters__color-filter-check,
.ty-product-filters__color-filter-item:focus .ty-product-filters__color-filter-check {
  opacity: 1;
}
.ty-product-filters__color-filter-item--disabled:hover .ty-product-filters__color-filter-check {
  opacity: 0;
}
.ty-product-filters__color-filter-check {
  position: absolute;
  color: #fff;
  opacity: 0;
}
.ty-product-filters__color-filter-check--invert {
  color: #555;
}
.ty-product-filters__color-filter-check--selected {
  opacity: 1;
}
.ty-product-filters__color-filter-checkbox {
  position: absolute;
  opacity: 0;
}
.ty-product-filters__color-filter-swatch {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
}
.ty-product-filters__color-filter-swatch--selected {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
}
.ty-product-filters__color-filter-checkbox:focus + .ty-product-filters__color-filter-item .ty-product-filters__color-filter-swatch {
  box-shadow: inset 0 0 0 1px #EE3E7B, inset 0 0 0 3px #fff;
}
.ty-filter-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 70%;
  background: #fff;
}
.ty-filter-icon__check,
.ty-filter-icon__delete {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 8px;
  height: 8px;
  font-size: 8px;
}
.ty-filter-icon__check,
.ty-filter-icon__delete {
  display: none;
}
.ty-product-filters__title {
  color: #5a728b;
  font-weight: 600;
}
.ty-product-filters__title .ty-icon-cancel-circle {
  position: relative;
  font-size: 16px;
  top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.ty-product-filters__title .ty-icon-cancel-circle:hover {
  color: #333333;
}
.ty-product-filters__switch {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d3dbe3;
}
.ty-product-filters__switch-right,
.ty-product-filters__switch-down {
  margin-right: 5px;
  color: #9cb0c4;
  float: right;
  font-size: 115%;
}
.ty-product-filters__switch-down {
  margin-right: 4px;
}
.open.ty-product-filters__switch .ty-product-filters__switch-down,
.ty-product-filters__switch-right {
  display: none;
}
.open.ty-product-filters__switch .ty-product-filters__switch-right,
.ty-product-filters__switch-down {
  position: relative;
  display: inline-block;
  top: 2px;
}
.ty-product-filters__advanced-button,
.ty-product-filters__reset-button {
  position: relative;
  color: #566d85;
  font-size: 85%;
}
.ty-product-filters__reset-button {
  float: right;
}
.ty-product-filters__reset-icon {
  position: absolute;
  left: -14px;
  font-size: 130%;
}
.ty-product-filters__search {
  position: relative;
  padding: 10px 10px 0 3px;
}
.ty-product-filters__search .ty-input-text-medium {
  padding-right: 28px;
  width: 100%;
}
.ty-product-filters__search-icon {
  position: absolute;
  right: 18px;
  top: 18px;
}
.ty-product-filters__no-items-found {
  margin-bottom: 20px;
  margin-right: 10px;
}
.ty-horizontal-product-filters {
  padding-left: 10px;
  background: #dce3ea;
  margin: 0 0 30px;
}
.ty-horizontal-product-filters-dropdown {
  display: inline-block;
  position: relative;
}
.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
  text-decoration: none;
}
.ty-horizontal-product-filters-dropdown__wrapper {
  padding: 5px 7px 9px 7px;
  display: inline-block;
  color: #34495e;
  cursor: pointer;
}
.ty-horizontal-product-filters-dropdown__wrapper.active {
  background: #d2dbe4;
}
.ty-horizontal-product-filters-dropdown__icon {
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  top: 5px;
}
.ty-horizontal-product-filters-dropdown__wrapper:hover {
  background: #d2dbe4;
}
.ty-horizontal-product-filters-dropdown__wrapper.open {
  background: #54708c;
  color: white;
}
.ty-horizontal-product-filters-dropdown__content {
  position: absolute;
  z-index: 101;
  border: 1px solid #97a0a5;
  background: #fff;
  min-width: 250px;
}
.ty-horizontal-filters-content-to-right {
  left: 0;
}
.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a {
  text-decoration: none;
}
.ty-horizontal-product-filters-dropdown__content-item-a {
  padding: 7px 14px;
  color: #333333;
  display: block;
}
.ty-horizontal-product-filters-dropdown__content-item-a:hover {
  background: #333333;
  color: #fff;
}
.ty-horizontal-product-filters-dropdown .ty-product-filters {
  margin-bottom: 0;
}
.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle {
  position: relative;
  font-size: 16px;
  top: 3px;
  padding-left: 5px;
}
.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover {
  color: #333333;
}
.ty-horizontal-product-filters .ty-range-slider,
.ty-horizontal-product-filters .ty-range-slider .ui-slider-range,
.ty-horizontal-product-filters .ty-range-slider .ui-slider-handle {
  z-index: 101;
}
.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools {
  background-color: #dce3ea;
}
.ty-horizontal-product-filters.ty-selected-product-filters {
  margin-bottom: 25px;
}
.cm-date-range {
  display: inline-block;
  padding: 15px 10px 9px;
  margin-bottom: 15px;
}
.cm-date-range a {
  color: #2e3a47;
}
.ty-date-range .ty-icon-calendar {
  position: relative;
  color: #2e3a47;
  font-size: 16px;
  margin-right: 3px;
  top: 2px;
}
.daterangepicker.dropdown-menu.opensright,
.daterangepicker.dropdown-menu.opensleft {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #97a0a5;
  padding: 10px 8px;
  z-index: 101;
}
.daterangepicker.dropdown-menu.opensright:before,
.daterangepicker.dropdown-menu.opensleft:before,
.daterangepicker.dropdown-menu.opensright:after,
.daterangepicker.dropdown-menu.opensleft:after {
  display: none;
}
.daterangepicker .ranges {
  min-width: 180px;
}
.daterangepicker > .ranges > ul > li {
  color: #333333;
}
.daterangepicker > .ranges > ul > li.active,
.daterangepicker > .ranges > ul > li:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
}
.daterangepicker .ranges .range_inputs label {
  display: block;
  width: auto;
  color: #2e3a47;
}
.daterangepicker_start_input,
.daterangepicker_end_input {
  margin-top: 5px;
  margin-bottom: 20px;
}
.daterangepicker .input-mini {
  width: 80px;
  cursor: not-allowed;
  background-color: #eee;
}
.daterangepicker button.btn.btn-small.btn-success.applyBtn {
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 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;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-radius: 2px;
  -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;
  background: #4fbe31;
  margin-right: 5px;
}
.daterangepicker button.btn.btn-small.btn-success.applyBtn.ty-btn__text {
  padding: 0;
}
.daterangepicker button.btn.btn-small.clearBtn {
  padding: 6px 7px;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 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;
  font-family:'SVN-Proxima Nova','Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-radius: 2px;
  -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;
}
.daterangepicker button.btn.btn-small.clearBtn.ty-btn__text {
  padding: 0;
}
.daterangepicker .calendar {
  max-width: none !important;
}
.daterangepicker .calendar td.active,
.daterangepicker .calendar td.active:hover {
  background-color: #333333;
  background-image: -moz-linear-gradient(top,#333333,#333333);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#333333),to(#333333));
  background-image: -webkit-linear-gradient(top,#333333,#333333);
  background-image: -o-linear-gradient(top,#333333,#333333);
  background-image: linear-gradient(to bottom,#333333,#333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333', GradientType=0);
}
.ty-price-slider {
  padding: 10px;
  margin-bottom: 20px;
  color: #909598;
}
.ty-price-slider__inputs {
  padding: 0;
  color: #909598;
}
.ty-price-slider__input-text {
  margin: 0 0 5px 0;
  width: 74px;
}
.ty-range-slider__wrapper {
  margin-left: -1px;
  color: #bccad7;
}
.ty-range-slider__item {
  position: absolute;
  top: -5px;
  width: 1px;
  height: 10px;
  background: #bccad7;
}
.ty-range-slider__num {
  position: absolute;
  top: 21px;
  left: -25px;
  display: block;
  width: 45px;
  text-align: center;
  font-size: 75%;
  cursor: pointer;
  color: #909598;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ty-range-slider {
  position: relative;
  margin: 15px 12px;
  height: 5px;
  border: 1px solid #bccad7;
  background: #ecf0f1;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-range-slider .ui-slider-range {
  background: #bccad7;
  border: 0px;
  margin-top: -1px;
  height: 7px;
}
.ty-range-slider .ui-slider-handle {
  top: -9px;
  margin-left: -8px;
  width: 11px;
  height: 20px;
  background: #26323e;
  border-radius: 0px;
  border: 0px;
  cursor: col-resize;
}
.ty-range-slider .ui-slider-handle {
  outline: 0 none;
  -ms-touch-action: none;
  touch-action: none;
}
.ty-range-slider.ui-state-disabled .ui-slider-handle {
  cursor: not-allowed;
}
.ty-cart-content {
  margin-top: 30px;
  border: 1px solid #ffffff;
}
.ty-cart-content__title {
  padding: 12px;
  border: 1px solid #ffffff;
  border-right: 0 none;
  border-left: 0 none;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  background: #EDEFF1;
}
.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 #ffffff;
  vertical-align: top;
}
.ty-cart-content__image {
  float: left;
}
.ty-cart-content__image-block {
  padding-left: 20px;
}
.ty-cart-content__product-title {
  font-size: 115%;
  word-wrap: break-word;
}
.ty-cart-content__qty {
  padding: 12px 30px 0;
  text-align: center;
}
.ty-cart-content__sku {
  padding: 5px 0;
  word-break: break-all;
  word-break: break-word;
}
.ty-cart-content__price {
  padding-right: 20px;
  text-align: right;
}
.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: #333333;
  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: 30px 0 0;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 70px 70px -30px #f7f7f7;
  -moz-box-shadow: inset 0 70px 70px -30px #f7f7f7;
  box-shadow: inset 0 70px 70px -30px #f7f7f7;
  text-align: center;
}
.ty-cart-content__payment-methods-item {
  padding: 20px 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: #e6ebf0;
}
.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 #ecf0f1;
}
.ty-cart-items__list-item .ty-icon-cancel-circle {
  color: #7c97b1;
}
.ty-cart-items__list-item:last-child {
  border-bottom: 0px;
}
.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-tools {
  position: absolute;
  top: 10px;
  right: 0px;
  display: none;
}
.ty-cart-items__empty {
  margin: 15px 0;
  color: #9cb0c4;
}
.ty-minicart-title {
  padding-left: 20px;
  display: inline-block;
  text-decoration: none;
}
.ty-cart-total {
  background: #EDEFF1;
  border-radius: 6px;
}
.ty-cart-total__wrapper {
  padding: 17px 20px;
  border: 1px solid #ffffff;
  border-top: none;
}
.ty-cart-statistic {
  float: right;
  padding-top: 10px;
}
.ty-cart-statistic__item {
  clear: both;
  overflow: hidden;
  padding: 0 0 15px 0;
  color: #7c97b1;
}
.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-weight: bold;
  font-size: 138%;
}
.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 #333333;
  text-decoration: none;
}
.ty-cart-total__icon-estimation {
  padding: 0 2px;
}
.ty-cart-content__estimation {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 100%;
  box-sizing: content-box;
}
.ty-cart-content__estimation .ty-estimation-buttons {
  max-width: inherit;
  min-width: 100%;
}
.ty-sidebox .ty-input-text-medium {
  width: 100%;
}
.ty-estimation__title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #7c97b1;
}
.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;
  background: #fff;
}
.ty-cart-content-products__item {
  padding-top: 15px;
  border-bottom: 1px solid #bdc3c7;
}
.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: 260px;
}
.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 #dce3ea;
  border-radius: 3px;
}
.ty-group-block__arrow {
  position: relative;
}
.ty-group-block__arrow .ty-caret-info {
  top: -17px;
}
.ty-group-block .ty-caret-outer {
  border-bottom: 7px solid #dce3ea;
  border-bottom-color: rgba(0,0,0,0.1);
}
.ty-group-block .ty-caret-inner {
  border-bottom-color: #ecf0f4;
}
.ty-checkout__title {
  display: inline-block;
  margin: 30px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-family:'SVN-Proxima Nova','PT Sans';
}
.ty-checkout__title-icon {
  color: #a3b5c8;
  vertical-align: middle;
  font-size: 27px;
}
.checkout__block {
  padding: 0 20px;
}
.ty-checkout-buttons {
  margin-top: 15px;
  padding: 17px 25px 0px 25px;
  border-top: 1px solid #bccad7;
  background: #dce3ea;
}
.ty-checkout__terms {
  margin: 25px 20px;
  padding: 15px 20px;
  border: 2px solid #bdc3c7;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
}
.ty-checkout__shipping-tips {
  color: #7f7f7f;
  margin-bottom: 40px;
}
.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 45px 0;
  background: #dce3ea;
}
.ty-step__container-active .ty-tabs {
  margin-top: 5px;
  padding: 0px 10px;
}
.ty-step__container-active .ty-tabs__content {
  padding: 0;
}
.ty-step__body-active .ty-address-switch {
  margin: 25px 20px;
}
.ty-step__container-active .ty-step__title-txt {
  margin-left: 32px;
}
.ty-step__container-active .ty-step__title-left {
  background: #FFF;
  color: #a3b5c8;
  margin-top: -1px;
}
.ty-step__container {
  background: #dce3ea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ty-step__title,
.ty-step__title-active,
.ty-step__title-complete {
  position: relative;
  padding: 10px 14px 9px 14px;
}
.ty-step__title-complete {
  padding-right: 110px;
}
.ty-step__title-complete .ty-step__title-left {
  position: static;
  padding: 0px;
  background: none;
  color: #8ca3ba;
  display: inline;
}
.ty-step__title-complete .ty-step__title-txt {
  margin-left: 30px;
  color: #8ca3ba;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  position: absolute;
  right: 8px;
  top: 8px;
}
.ty-step__title-active {
  background: #a3b5c8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ty-step__title-arrow {
  display: block;
  width: 35px;
  height: 18px;
  position: absolute;
  font-size: 80px;
  line-height: 0;
  bottom: -30px;
  color: #a3b5c8;
  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: #8ca3ba;
  margin-left: 36px;
}
.ty-step__title-icon {
  position: absolute;
  top: 14px;
  left: 16px;
}
.ty-step-one .ty-checkout-buttons {
  border: 0;
  margin-top: 6px;
}
.ty-step-one .buttons-container {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ty-step__title-left {
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  color: #fff;
  padding: 2px 9px;
  background: #a3b5c8;
  border-radius: 50px;
}
.ty-step__title-right {
  float: right;
  padding: 4px 0 0 0;
}
.ty-step__body-active {
  padding: 20px 0;
}
.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 #anonymous_checkout .ty-control-group {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.ty-anonymous_checkout {
  padding: 0 25px;
  margin-top: 20px;
}
.ty-anonymous_checkout__field {
  padding: 0 25px;
  margin-top: 20px;
}
.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-shipping-options__image {
  max-width: 120px;
}
input.ty-shipping-options__checkbox {
  margin: 2px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 10%;
  max-width: 13px;
}
.ty-shipping-options__group {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 90%;
}
.ty-shipping-options__method {
  margin: 20px 0 5px;
  font-size: 0;
}
.ty-customer-notes {
  padding: 15px 20px;
}
.ty-customer-notes__title {
  font-weight: bold;
}
.ty-customer-notes__text {
  width: 100%;
  height: 100px;
  resize: vertical;
}
.ty-checkout__billing-options {
  padding: 20px 20px 0;
}
.ty-checkout__billing-options .ty-customer-notes,
.ty-checkout__billing-options .ty-license-agreement__checkbox,
.ty-checkout__billing-options .ty-company__termsf {
  padding-left: 0;
  padding-right: 0;
}
.ty-checkout__billing-options .ty-checkout__terms {
  margin-left: 0;
  margin-right: 0;
}
.ty-checkout__billing-options.ty-notab {
  padding: 0px 20px 0;
}
.ty-checkout__billing-tabs .ty-tabs {
  padding-left: 20px;
}
.ty-credit-card {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding-right: 54px;
  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/responsive/media/images/icons/payments.png?1653031870') 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: #333333;
}
.ty-cvv2-about__note {
  display: none;
  padding: 15px 5px;
  width: 340px;
  border: 1px solid #ffffff;
  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-payment-icons {
  margin: 10px 0;
}
.ty-payment-icons__item {
  display: inline-block;
  margin-left: 10px;
  width: 51px;
  height: 32px;
  background: url('../../../../../../../../design/themes/responsive/media/images/icons/payments.png?1653031870') no-repeat;
}
.ty-payment-icons__item.twocheckout {
  background-position: 0 0;
}
.ty-payment-icons__item.mastercard {
  background-position: 0px -100px;
}
.ty-payment-icons__item.paypal {
  background-position: -100px -100px;
}
.ty-payment-icons__item.visa {
  background-position: -200px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
  .ty-payment-icons__item {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/icons/payments@2x.png?1653031870');
    background-size: 400px, 400px;
  }
}
.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: 0px 0px;
}
.ty-order-products__list .ty-product-options {
  display: block;
  padding: 6px 0 0;
  color: #607994;
  margin-bottom: 0;
}
.ty-order-products__item {
  padding: 14px 0;
  border-bottom: 1px solid #ecf0f1;
}
.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;
  margin: 2px 0 0 0;
}
.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: #1a2128;
}
.ty-order-products__a {
  display: inline-block;
  margin: 2px 0 5px;
  max-width: 235px;
}
.ty-order-products__buttons {
  padding: 14px 0px;
}
.ty-order-products__buttons .text-button {
  color: #E74C3C;
}
.ty-order-info {
  color: #1a2128;
}
.ty-order-info__title {
  font-weight: bold;
}
.shipping-adress__delim {
  margin-bottom: 15px;
  padding-top: 10px;
  border-bottom: 1px solid #ECF0F1;
}
.ty-order-info__profile-field {
  padding: 10px;
  background: #dce3ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ty-order-info__profile-field-item {
  float: none;
  clear: left;
  word-break: break-all;
  word-break: break-word;
}
.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-order-info__profile-field .b-address,
.ty-order-info__profile-field .s-address {
  clear: left;
}
.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;
  width: 100%;
}
.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-other-pay {
  margin-top: 20px;
}
.ty-payments-list {
  float: left;
  margin: 0;
  padding-right: 60px;
}
.ty-payments-list__item {
  padding: 0px 0px 20px 0;
  font-size: 0;
}
input.ty-payments-list__checkbox {
  margin: 2px 0 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  max-width: 13px;
}
.ty-payments-list__checkbox:checked + .ty-payments-list__item-group {
  font-weight: bold;
}
.ty-payments-list__item-group {
  padding-left: 20px;
  color: #7c97b1;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 90%;
}
.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: #2e3a47;
}
.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-payments-list__image {
  max-width: 120px;
}
.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-repay .ty-tabs {
  margin-top: 5px;
}
.ty-repay-button {
  padding-bottom: 20px;
}
.ty-orders-detail {
  position: relative;
}
.ty-orders-detail .tabs {
  margin-top: 20px;
}
.ty-orders-detail .ty-subheaders-group {
  margin: 0;
}
.ty-orders__actions {
  margin: 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;
  width: 100%;
}
.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;
  word-break: break-all;
  word-break: break-word;
}
.ty-profiles-info__field .ty-info-field:before,
.ty-profiles-info__field .ty-info-field:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.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-description {
  margin-left: 20px;
}
.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-detail__table-code {
  word-break: break-all;
  word-break: break-word;
}
.ty-orders-notes {
  margin-top: 28px;
}
.ty-orders-notes__body {
  position: relative;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #dce3ea;
  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;
  margin-top: 10px;
  padding: 4px 20px;
  min-width: 52%;
  background: #e9edf2;
  border: 1px solid #dce3ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ty-orders-summary__table {
  width: 100%;
}
.ty-orders-summary__row {
  border-bottom: 1px solid #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 .ty-subheader {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}
.ty-orders-shipment .ty-subheader:first-child {
  margin-top: 0px;
}
.ty-orders-shipment__info p {
  padding-top: 0px;
}
.ty-orders-shipment__table {
  width: 100%;
  margin-top: 10px;
}
.ty-orders-shipment-notes__header {
  font-size: 14px;
  float: left;
  padding-right: 10px;
  display: table-cell;
}
.ty-orders-shipment-notes__body {
  display: table-cell;
}
.ty-orders-shipment-notes__info {
  padding-top: 20px;
}
.ty-orders-shipment-notes_body {
  float: left;
  display: table-cell;
}
.ty-orders-search {
  position: relative;
  width: 100%;
}
.ty-orders-search__item {
  vertical-align: top;
}
.ty-orders-search-options .ty-period {
  clear: none;
  margin-left: 2.1276595744681%;
  float: left;
}
.ty-orders-search-options .ty-period__wrapper {
  padding-right: 10px;
  margin-bottom: 12px;
}
.ty-orders-search-options .ty-period__select-date {
  margin-bottom: 12px;
  float: left;
}
.ty-orders-search-options .ty-period__select-date .ty-control-group__title {
  visibility: hidden;
}
.ty-orders-search-options .ty-period__dash {
  padding: 0;
}
.ty-orders-search-options .ty-status-info {
  font-size: 0;
  margin-left: -25px;
}
.ty-orders-search-options .ty-status-info label {
  display: inline-block;
  margin-right: 0;
  font-size: 0.875rem;
  width: 25%;
  word-break: break-word;
}
.ty-orders-search-options .ty-orders-search__options-status {
  margin-left: 25px;
}
.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/responsive/media/images/icons/ajax.gif?1653031870') no-repeat 15px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ty-checkout-block-terms {
  padding: 0;
}
.ty-license-agreement__checkbox {
  padding: 0 20px;
}
.ty-license-agreement__checkbox__checkbox {
  display: block;
  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: #E74C3C;
  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: #34495E;
}
.ty-exception__info {
  padding: 0px 0px 30px 0px;
  color: #BDC3C7;
  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: #ffffff;
  border-bottom: 1px solid #ebebeb;
  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 #ebebeb;
}
.ty-companies:before,
.ty-companies:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.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;
  width: 100%;
}
.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;
  width: 100%;
}
.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__terms {
  margin: 25px 20px;
  padding: 15px 20px;
  border: 2px solid #bdc3c7;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
}
.ty-company-info {
  margin: 45px 0 0 58px;
  padding-bottom: 280px;
  background: url('../../../../../../../../design/themes/responsive/media/images/company_vendor.png?1653031870') 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-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper {
  display: block;
  text-align: center;
  line-height: 100px;
}
.ty-grid-vendors .ty-grid-list__item-location .company-location {
  display: block;
  text-align: center;
  color: #7d93ab;
  word-wrap: break-word;
}
.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products {
  display: block;
  text-align: center;
  color: #7d93ab;
  word-wrap: break-word;
  text-transform: lowercase;
}
.vendor-info-grid {
  border-top: 1px solid #dce3ea;
  border-bottom: 1px solid #dce3ea;
  margin: 30px 0 3px;
  padding: 35px 0;
}
.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: #dce3ea;
}
.ty-download__icon {
  margin-left: 5px;
  font-size: 120%;
}
.ty-download__size-col {
  width: 20%;
}
.ty-download__nostyle {
  padding: 0 !important;
  border: 0 !important;
}
.ty-download__table-nomargin {
  width: 100%;
}
.te-mode {
  margin-left: 300px;
}
.te-mode .ty-ajax-loading-box {
  margin-left: 156px;
}
html #jquery-overlay {
  z-index: 1160;
}
html #jquery-lightbox {
  z-index: 1170;
}
.homepage-banners {
  margin-top: 25px;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-homepage-vendors {
  margin-top: 35px;
}
.ty-homepage-vendors ul {
  margin: 15px 15px 0 0;
}
.ty-homepage-vendors ul li {
  padding: 5px 0;
}
.ty-homepage-vendors__devider {
  border-top: 1px solid #dce3ea;
  padding: 10px 0;
  margin-top: 15px;
}
.ty-pagination {
  margin: 10px 0 10px;
  padding: 10px 0 10px 0;
}
.ty-pagination__items {
  display: inline-block;
  color: #6c8aa7;
}
.ty-pagination__bottom {
  border-top: 1px solid #dedede;
}
.ty-pagination__item,
.ty-pagination__selected {
  color: white;
  display: inline-block;
  padding: 3px 7px;
  min-width: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ty-pagination__item {
  color: #6c8aa7;
}
.ty-pagination__item:hover {
  background: #dce3ea;
  color: #6c8aa7;
  padding: 4px 7px;
}
.ty-pagination__selected {
  color: #fff;
  font-size: 16px;
  background: #333333;
}
.ty-pagination__range,
.ty-pagination__btn {
  margin: 0 4px;
  padding: 5px 7px;
  width: auto;
  color: #6c8aa7;
}
.ty-pagination__btn:hover {
  color: #6c8aa7;
}
.ty-pagination__prev,
.ty-pagination__next {
  color: #6c8aa7;
}
.ty-pagination__prev:hover,
.ty-pagination__next:hover {
  color: #6c8aa7;
  background: #dce3ea;
  cursor: pointer;
}
.ty-pagination__text {
  text-transform: uppercase;
}
.ty-pagination__text-arrow {
  font-size: 16px;
  line-height: 10px;
  font-style: normal;
}
.ty-pagination__text-arrow:before {
  content: "←";
}
.ty-pagination__right-arrow .ty-pagination__text-arrow:before {
  content: "→";
}
.ty-tabs {
  margin-top: 30px;
  vertical-align: bottom;
  border-bottom: 1px solid #c6d1dd;
}
.ty-tabs__list {
  vertical-align: bottom;
}
.ty-tabs__item,
.ty-tabs .subtab {
  float: left;
  vertical-align: bottom;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  margin: 2px 2px 0 0;
  padding: 0 0 0 3px;
  position: relative;
  background: #ccd6e0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ty-tabs__item:hover,
.ty-tabs .subtab:hover {
  background: #d6dee6;
}
.ty-tabs__item.active,
.ty-tabs .subtab.active {
  background: #9cb0c4;
}
.ty-tabs__a,
.ty-tabs .subtab a {
  display: block;
  padding: 8px 21px 2px 18px;
  height: 23px;
  color: #7c7e80;
  text-decoration: none;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a {
  color: #7C7E80;
}
.ty-tabs__a:hover,
.ty-tabs .subtab a:hover {
  text-decoration: none;
  color: #7c7e80;
}
.ty-tabs__content {
  padding: 15px 5px;
}
.tab-list-title {
  margin: 50px 0 15px 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dce3ea;
  font-size: 22px;
}
.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-tabs__item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.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/marry/media/images/icons/ajax_loader.svg?1653031870') 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: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  display: none;
}
.notification-content-extended {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1101;
  margin: -40px 0 0 -320px;
  min-height: 140px;
  width: 640px;
  color: #000;
  background-color: #fff;
  border: 1px solid gray;
}
.notification-content-extended {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.notification-content-extended h1 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ty-product-notification__buttons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.notification-content-extended .ty-product-notification__body {
  overflow: auto;
}
.notification-body-extended {
  color: #000;
  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;
  border-radius: 4px;
}
.notification-content strong {
  margin-right: 7px;
}
.notification-content-extended h1 {
  position: relative;
  padding: 13px 30px 10px 20px;
  border: none;
  border-bottom: 1px solid #bdc3c7;
  background: #f8f9f9;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  width: 100%;
  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;
}
.notification-content-extended h1 span {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 16px;
  height: 16px;
  color: #acacac;
  text-shadow: none;
  font: 13px/1 'glyphs';
  opacity: 1;
  cursor: pointer;
  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 {
  color: #dfdfdf;
  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%;
  opacity: 0.96;
}
.alert-success {
  border-color: #8bc045;
  background: #d0eaae;
  color: #496e16;
}
.alert-success .close {
  color: #8bc045;
}
.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;
}
.alert-error a {
  color: #fff;
  text-decoration: underline;
}
.owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0px,0px);
  display: flex !important;
  align-content: center;
}
.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;
  min-height: 32px;
}
.owl-buttons {
  color: #41576c;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.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 {
  margin: 0;
}
.ty-owl-controls {
  margin: -40px 0 0 0;
  float: right;
  position: relative;
  z-index: 100;
}
.ty-sidebox .ty-owl-controls {
  margin: -50px 0 0 0;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls-outside {
  margin-top: 0;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #a3b5c8;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.owl-theme .owl-controls-outside .owl-buttons div {
  float: left;
  font-size: 15px;
  padding: 2px 9px;
  height: 20px;
  width: 6px;
  margin-top: 3px;
  margin-bottom: 0;
}
.owl-theme .owl-controls-outside .owl-buttons div:last-child {
  margin-right: 0;
}
.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=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #A9B0B4;
}
.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;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/ajax_loader.svg?1653031870') 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;
}
#lightbox-container-image-box {
  height: 100% !important;
}
#lightbox-container-image,
#lightbox-container-image-data-box,
#lightbox-container-image-box,
#lightbox-image,
#lightbox-nav {
  max-width: 100vw;
}
#lightbox-image {
  max-height: 80vh;
}
@media (max-width: 767px) {
  #jquery-lightbox {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .pp_pic_holder.pp_default {
    max-width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0% !important;
  }
  #pp_full_res,
  .pp_content,
  .ppt {
    max-width: 100vw;
  }
  .pp_details {
    max-width: 100%;
  }
  #pp_full_res img,
  .pp_hoverContainer,
  .pp_content {
    max-width: 100%;
    height: auto !important;
  }
  a.pp_close {
    top: -35px !important;
  }
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-next {
  transform: scale(3);
}
.ty-owl-previewer .owl-next:before {
  border: 0 !important;
}
.ty-owl-previewer .owl-prev {
  transform: scale(3);
}
.ty-owl-previewer .owl-prev:after {
  border: 0 !important;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 80vh !important;
  width: 80vw !important;
  top: 10vh !important;
  left: 10vw !important;
  max-height: none;
  max-width: 80vw !important;
  position: fixed;
}
@media (max-width: 767px) {
  .ty-owl-previewer__dialog {
    height: 100vh !important;
    width: 100vw !important;
    top: 0vh !important;
    left: 0vw !important;
    max-width: 100vw !important;
  }
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: white;
  border: none;
}
.ty-owl-previewer.ui-dialog-content {
  height: calc(100% - 48px) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
}
.ty-footer-form-block {
  margin: 27px 0px 0px 0px;
  color: white;
}
.ty-footer-form-block__title {
  display: inline-block;
  padding-right: 30px;
  font-size: 22px;
  color: white;
  font-weight: normal;
}
.ty-footer-form-block__form {
  display: inline-block;
  margin: 0 0 10px 0 !important;
  width: 300px;
}
.ty-footer-form-block__form .cm-hint {
  color: #c9c9c9;
}
.dropdown-menu {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.products.view .ty-product-detail .ty-product-block__left {
  padding-right: 20px;
}
.products.view .ty-product-detail .ty-product-block__left .ty-product-block-title,
.products.view .ty-product-detail .ty-product-block__left .ty-product-block__advanced-option {
  display: none;
}
.products.view .ty-product-detail .ty-product-block__button .ty-btn {
  width: 175px;
}
.products.view .ty-product-detail .ty-product-prices {
  margin: 0;
}
.products.view .section.product-gallery .masonry {
  overflow: hidden;
}
.checkout.complete .alert-error {
  display: none;
}
.checkout #billing_address select#litecheckout_b_state {
  padding: 0 0 0 10px;
  text-align-last: left;
  height: 48px;
}
.litecheckout .cm-sdek-select-store {
  position: static;
  display: none;
}
.litecheckout .pickup--map-list,
.litecheckout .pickup--list,
.litecheckout .ty-checkout-select-store,
.litecheckout .ty-checkout-select-store__list,
.litecheckout .ty-checkout-select-store__map-full-div {
  padding-left: 0;
}
.litecheckout .pickup--show-all-btn-wrapper {
  width: 100%;
  padding: 6.5px;
  text-align: center;
}
.litecheckout .pickup__open-pickupups-btn {
  display: flex;
  margin-top: 15px;
  flex-basis: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
.litecheckout .pickup__offices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: auto;
  height: 500px;
  max-height: 500px;
  padding: 4px;
}
.litecheckout .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
  flex-basis: 100%;
  width: 100%;
}
.litecheckout .pickup__offices-wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  overflow-y: hidden;
  height: 502px;
  max-height: 502px;
  border: 1px solid #dce3ea;
  border-right: 0;
  margin: 0;
  border-radius: 6px 0 0 6px;
}
.litecheckout .pickup__offices-wrapper--near-map {
  flex-basis: 100% !important;
  width: auto;
}
.litecheckout .pickup__offices--list {
  padding: 0px;
}
@media (max-width: 767px) {
  .litecheckout .pickup__offices--list {
    max-height: calc(100vh - 140px) !important;
    min-height: calc(100vh - 140px) !important;
    overflow: auto;
  }
  .litecheckout .pickup__offices--list-no-height.pickup__offices {
    max-height: unset !important;
    min-height: unset !important;
    padding: 0;
    padding-top: 15px;
  }
  .litecheckout .pickup__offices--list-no-height.pickup__offices .ty-one-store {
    border-top: 1px solid #dce3ea;
    border-right: 1px solid #dce3ea;
  }
}
.litecheckout .pickup__offices--list .ty-one-store {
  padding: 0 !important;
  min-height: auto !important;
  border-bottom: 1px solid #dce3ea;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.litecheckout .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
  border: 0 !important;
  border-radius: 0 !important;
}
.litecheckout .pickup__offices--list .ty-sdek-office__selected {
  border-radius: 0 !important;
  border-left-color: #4fbe31 !important;
  background-color: #fff !important;
  order: 0 !important;
}
.litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
  color: #4fbe31;
}
.litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-sdek-store__label.ty-one-store__label {
  box-shadow: none !important;
}
.litecheckout .pickup__search {
  padding: 10px;
  background-color: rgba(0,0,0,0.02);
}
.litecheckout .pickup__search-field {
  max-width: 100%;
  margin: 0;
}
.litecheckout .pickup--list .pickup__offices-wrapper {
  flex-basis: 100%;
  border: 0;
  overflow: initial;
  height: auto;
}
.litecheckout .pickup--list .pickup__offices {
  padding: 0;
  margin: 0 -6.5px;
  height: auto;
}
.litecheckout .pickup--list .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
  flex-basis: 33.3%;
}
.litecheckout .pickup--map-list,
.litecheckout .pickup--list {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.litecheckout .pickup__map-wrapper {
  display: flex;
  flex-basis: 70%;
  height: 500px;
  margin: 0;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .litecheckout .pickup__map-wrapper {
    border-radius: 0;
  }
}
.litecheckout .pickup__map-container {
  flex-basis: 100%;
}
.litecheckout .pickup__offices--list--no-sorting .ty-sdek-office__selected {
  order: 0 !important;
}
.litecheckout .pickup--map-list .ty-checkout-select-store__item-view,
.litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view,
.litecheckout .pickup--list .ty-checkout-select-store__item-view,
.litecheckout .pickup--list .ty-checkout-select-store__list__item-view {
  padding: 0 6px;
  padding-bottom: 20px;
}
.litecheckout .pickup--map-list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button {
  padding: 10px 25px;
}
.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label {
  min-height: 105px;
  display: flex;
  align-items: center;
}
.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name {
  padding-top: 0px;
}
.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label label,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label label {
  width: 100%;
}
.litecheckout .pickup--map-list .ty-one-store,
.litecheckout .pickup--list .ty-one-store {
  display: flex;
  width: 33.3%;
  flex-basis: 33.3%;
  padding: 6.5px;
  margin: 0px;
  min-height: 145px;
  order: 1;
  background-color: rgba(0,0,0,0.02);
  border-left: 3px solid transparent;
  box-sizing: border-box;
}
.litecheckout .pickup--map-list .ty-one-store.hidden,
.litecheckout .pickup--list .ty-one-store.hidden {
  display: none;
}
.litecheckout .pickup--map-list .ty-one-store__name,
.litecheckout .pickup--list .ty-one-store__name {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__address,
.litecheckout .pickup--list .ty-one-store__description .ty-one-office__address {
  font-size: 12px;
  color: #6c6c6c;
}
.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__worktime,
.litecheckout .pickup--list .ty-one-store__description .ty-one-office__worktime {
  font-size: 12px;
  color: #6c6c6c;
}
.litecheckout .pickup--map-list .ty-one-store__label,
.litecheckout .pickup--list .ty-one-store__label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px #acbdcd;
}
.litecheckout .pickup--map-list .ty-one-store__label *,
.litecheckout .pickup--list .ty-one-store__label * {
  cursor: pointer;
}
.litecheckout .pickup--map-list .ty-one-store__radio-0,
.litecheckout .pickup--list .ty-one-store__radio-0 {
  display: none;
  border-radius: 5px;
  border: solid 1px #acbdcd;
}
.litecheckout .pickup--map-list .ty-one-store:hover,
.litecheckout .pickup--list .ty-one-store:hover {
  background: rgba(0,0,0,0.05);
}
.litecheckout .pickup--map-list .ty-one-store *,
.litecheckout .pickup--list .ty-one-store * {
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .litecheckout .pickup--map-list .ty-checkout-select-store,
  .litecheckout .pickup--map-list .ty-checkout-select-store__list,
  .litecheckout .pickup--list .ty-checkout-select-store,
  .litecheckout .pickup--list .ty-checkout-select-store__list {
    width: calc(100% - 2px);
  }
  .litecheckout .pickup--map-list .ty-one-store,
  .litecheckout .pickup--list .ty-one-store {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .litecheckout .pickup--map-list .ty-one-store,
  .litecheckout .pickup--list .ty-one-store {
    flex-basis: 100%;
  }
  .litecheckout .pickup--map-list,
  .litecheckout .pickup--list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .litecheckout .pickup__offices-wrapper {
    flex-basis: 100%;
    height: auto;
    max-height: unset;
    border: 0;
  }
  .litecheckout .pickup__offices {
    padding: 4px;
    height: auto;
    max-height: unset;
    overflow-y: auto;
  }
  .litecheckout .pickup__search {
    border: 0;
  }
  .litecheckout .pickup__map-wrapper {
    flex-direction: column;
    flex-basis: 100%;
    height: auto;
    border: 0;
  }
  .litecheckout .pickup__map-container {
    flex-basis: 70vh;
    height: 70vh;
    border: 1px solid #acbdcd;
  }
  .litecheckout .pickup__map-container--mobile-hint {
    display: flex;
    visibility: visible;
    min-height: 25px;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #acbdcd;
    border-top: 2px solid white;
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
  }
}
@media (min-width: 767px) {
  .litecheckout .accordeon-label,
  .litecheckout .accordeon-checkbox {
    visibility: hidden;
    display: none;
  }
  .litecheckout .pickup__map-container--mobile-hint {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .litecheckout .accordeon-labels {
    display: flex;
    width: 100%;
    padding: 0 10px;
  }
  .litecheckout .accordeon-label {
    display: inline-flex;
    border: 1px solid rgba(0,0,0,0.14);
    background-color: rgba(151,151,151,0.178);
    color: rgba(0,0,0,0.65);
    text-align: center;
    cursor: pointer;
    flex-basis: 100%;
    height: 25px;
    justify-content: center;
    align-items: center;
  }
  .litecheckout .accordeon-label--checked {
    background-color: #4fbe31;
    font-weight: 900;
    color: white;
  }
  .litecheckout .accordeon-label:first-child {
    border-right: 0;
  }
  .litecheckout .accordeon-label:checked {
    color: white;
  }
  .litecheckout .accordeon-checkbox {
    display: none;
  }
  .litecheckout .accordeon-content {
    display: none;
  }
  .litecheckout .accordeon-checkbox:checked ~ .accordeon-content {
    display: block;
  }
}
.ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
  min-width: 740px;
}
@media (max-width: 768px) {
  .ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .litecheckout-ya-baloon {
    overflow-x: hidden;
  }
}
.litecheckout__link {
  color: #4fbe32;
}
.litecheckout__shippings {
  transition: .256s padding;
}
.litecheckout__shippings:after {
  display: block;
  content: "";
  transition: .256s all;
  background-color: transparent;
  color: white;
}
.litecheckout__overlay--active {
  position: relative;
  z-index: inherit;
  padding: 0px 5px;
  min-height: 300px;
}
.litecheckout__overlay--active:after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  border-radius: 6px;
  content: attr(data-ca-lite-checkout-overlay-message);
  color: white;
  font-size: 38px;
}
.litecheckout__select {
  width: 100%;
  height: 41px;
  border: 1px solid #acbdcd;
  border-radius: 5px;
  font-size: 14px;
  color: #2e3a47;
}
.litecheckout__select:hover {
  border-color: #465f73;
}
.litecheckout__select:focus,
.litecheckout__select:focus-within {
  border-color: #4fbe31;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
}
.litecheckout__select-label {
  display: block;
  padding: 6px 0;
  font-weight: bold;
}
.litecheckout .ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy__wrapper {
  max-width: unset;
}
.litecheckout__pickpoint--postamat {
  width: 100%;
  margin-bottom: 6px;
}
.litecheckout__payment-method .ty-payments-list__item {
  display: none;
}
.litecheckout__payment-instructions {
  flex-direction: column;
}
.litecheckout__terms {
  width: 100%;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: 1px solid #dce3ea;
  background-color: rgba(249,249,249,0.5);
}
.litecheckout__address-switch {
  width: 100%;
  margin: 0;
}
.litecheckout__submit-btn {
  width: 100%;
  border-radius: 5px;
  background-color: #EE3E7B;
  height: 54px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border: none;
  transition: background 200ms;
}
.litecheckout__submit-btn--auto-width {
  max-width: 100%;
  width: auto;
  padding: 0 30px;
}
.litecheckout__submit-btn:hover,
.litecheckout__submit-btn:focus,
.litecheckout__submit-btn:focus-within {
  background: #f05a8e;
}
.litecheckout__form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.litecheckout__page-title {
  margin: 40px 0 15px;
  padding: 0 8px;
  font-size: 28px;
}
.tygh-footer > div.litecheckout__footer {
  background: transparent;
}
.litecheckout__footer {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .litecheckout__footer .ty-logo-container {
    margin-bottom: 10px;
  }
}
.litecheckout__footer .footer-copyright {
  background: transparent;
}
.litecheckout__footer .bottom-copyright {
  margin-top: 0;
}
.litecheckout__container {
  flex-basis: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 100%;
}
.litecheckout__section {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.litecheckout__group {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.litecheckout__group.hidden {
  display: none;
}
.litecheckout__group .captcha {
  padding: 0px 8px;
}
.litecheckout__item {
  display: flex;
  margin: 0.5rem;
}
.litecheckout__item--fill {
  flex-grow: 1;
  flex-shrink: 1;
}
.litecheckout__item--full {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.litecheckout__item--center {
  align-items: center;
}
.litecheckout__item:empty {
  display: none;
}
.litecheckout__field {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  min-width: 12rem;
  margin: 0.5rem;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .litecheckout__field {
    min-width: 5rem;
  }
}
@media (min-width: 768px) {
  .litecheckout__field--auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .litecheckout__field--fill {
    flex-basis: auto;
  }
}
.litecheckout__field--xsmall {
  flex-basis: calc(25% - 1rem);
}
.litecheckout__field--small {
  flex-basis: calc(33.33333% - 1rem);
}
.litecheckout__field--medium {
  flex-basis: calc(50% - 1rem);
}
.litecheckout__field--large {
  flex-basis: calc(66.66667% - 1rem);
}
.litecheckout__field--xlarge {
  flex-basis: calc(75% - 1rem);
}
.litecheckout__label,
.litecheckout__input {
  display: block;
  padding: 0;
  width: 100%;
  font-weight: normal;
}
.litecheckout__label.hidden,
.litecheckout__input.hidden {
  display: none;
}
.litecheckout .litecheckout__input {
  padding: 8px 4px;
  border: 1px solid #acbdcd;
  border-radius: 3px;
  box-sizing: border-box;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  color: #2e3a47;
}
.litecheckout .litecheckout__input--textarea {
  resize: vertical;
  min-height: 120px;
  width: 100%;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-top: 14px;
  padding-bottom: 2px;
}
.litecheckout .litecheckout__input:hover {
  border-color: #465f73;
}
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  border: solid 1px #4fbe31;
  box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
  outline: 0;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within)+.litecheckout__label {
  top: 10px;
  font-size: 14px;
  pointer-events: none;
}
.litecheckout .litecheckout__input[type=hidden] + .litecheckout__label,
.litecheckout .litecheckout__input[disabled] + .litecheckout__label,
.litecheckout .litecheckout__input.disabled + .litecheckout__label {
  display: none;
}
.litecheckout .litecheckout__input--selectable {
  padding: initial;
  padding-left: 9px;
  height: 40px;
  font-size: 16px;
  background: 0;
  border: 0;
  border-bottom: 1px solid #acbdcd;
}
.litecheckout .litecheckout__input--selectable:not(:placeholder-shown),
.litecheckout .litecheckout__input--selectable:focus,
.litecheckout .litecheckout__input--selectable:focus-within {
  padding: initial;
  padding-left: 9px;
}
.litecheckout .litecheckout__input--selectable--select {
  padding-left: 4px;
  border: 1px solid #acbdcd;
}
.litecheckout .litecheckout__input--selectable--select:not(:placeholder-shown),
.litecheckout .litecheckout__input--selectable--select:focus,
.litecheckout .litecheckout__input--selectable--select:focus-within {
  padding: initial;
  padding-left: 4px;
  color: #6c6c6c;
  padding-right: 1rem;
  text-align-last: right;
}
.litecheckout .litecheckout__input--selectable--select:hover {
  border: solid 1px #465f73;
}
.litecheckout .litecheckout__input--selectable--like-link {
  background-color: transparent;
  border: solid 1px #465f73;
  font-size: 22px;
  color: #4fbe31;
  font-family:'PT Sans';
  text-decoration: dashed;
  text-decoration-line: underline;
}
.litecheckout .litecheckout__input--selectable--like-link:not(:placeholder-shown) {
  cursor: pointer;
}
.litecheckout .litecheckout__input--selectable--like-link:hover {
  border: solid 1px #465f73;
}
.litecheckout .litecheckout__input--selectable--like-link:focus,
.litecheckout .litecheckout__input--selectable--like-link:focus-within {
  border-color: #4fbe31;
}
@media (max-width: 767px) {
  .litecheckout .litecheckout__input--selectable--like-link {
    font-size: 14px;
    padding-left: 7px;
    transition: cubic-bezier(0.075,0.82,0.165,1) .3s padding !important;
  }
  .litecheckout .litecheckout__input--selectable--like-link::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    background-size: 10px 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDM4LjUzMyA0MzguNTMzJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9JyNjOGM4YzgnIGQ9J200MDkuMTMzIDEwOS4yMDNjLTE5LjYwOC0zMy41OTItNDYuMjA1LTYwLjE4OS03OS43OTgtNzkuNzk2LTMzLjU5OS0xOS42MDYtNzAuMjc3LTI5LjQwNy0xMTAuMDYyLTI5LjQwNy0zOS43ODEgMC03Ni40NyA5LjgwMS0xMTAuMDYzIDI5LjQwNy0zMy41OTUgMTkuNjA0LTYwLjE5MiA0Ni4yMDEtNzkuOCA3OS43OTYtMTkuNjA5IDMzLjU5Ny0yOS40MSA3MC4yODYtMjkuNDEgMTEwLjA2NCAwIDM5Ljc4IDkuODA0IDc2LjQ2MyAyOS40MDcgMTEwLjA2MiAxOS42MDcgMzMuNTkyIDQ2LjIwNCA2MC4xODkgNzkuNzk5IDc5Ljc5OCAzMy41OTcgMTkuNjA1IDcwLjI4MyAyOS40MDcgMTEwLjA2MyAyOS40MDdzNzYuNDctOS44MDIgMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiA2MC4xODktNDYuMjA2IDc5Ljc5NS03OS43OTggMTkuNjAzLTMzLjU5NiAyOS40MDMtNzAuMjg0IDI5LjQwMy0xMTAuMDYyLjAwMS0zOS43ODItOS44LTc2LjQ3Mi0yOS4zOTktMTEwLjA2NHptLTg2LjUxMiAxNjEuNzM2YzMuNjE3IDMuNjEzIDUuNDI4IDcuOTA1IDUuNDI4IDEyLjg1NCAwIDUuMTMzLTEuODExIDkuNTE0LTUuNDI4IDEzLjEyN2wtMjUuNjkzIDI1LjcwMWMtMy42MTQgMy42MTMtNy45OTQgNS40Mi0xMy4xMzUgNS40Mi00Ljk0OCAwLTkuMjM2LTEuODA3LTEyLjg0Ny01LjQybC01MS42NzYtNTEuNjgyLTUxLjY3OCA1MS42ODJjLTMuNjE2IDMuNjEzLTcuODk4IDUuNDItMTIuODQ3IDUuNDItNS4xNCAwLTkuNTE3LTEuODA3LTEzLjEzNC01LjQybC0yNS42OTctMjUuNzAxYy0zLjYxNi0zLjYxMy01LjQyNC03Ljk5NC01LjQyNC0xMy4xMjcgMC00Ljk0OCAxLjgwOS05LjI0IDUuNDI0LTEyLjg1NGw1MS42NzgtNTEuNjczLTUxLjY3OC01MS42NzhjLTMuNjE2LTMuNjEyLTUuNDI0LTcuODk4LTUuNDI0LTEyLjg0NyAwLTUuMTQgMS44MDktOS41MTcgNS40MjQtMTMuMTM0bDI1LjY5Ny0yNS42OTNjMy42MTctMy42MTYgNy45OTQtNS40MjQgMTMuMTM0LTUuNDI0IDQuOTQ5IDAgOS4yMzEgMS44MDkgMTIuODQ3IDUuNDI0bDUxLjY3OCA1MS42NzQgNTEuNjc2LTUxLjY3NGMzLjYxLTMuNjE2IDcuODk4LTUuNDI0IDEyLjg0Ny01LjQyNCA1LjE0MSAwIDkuNTIxIDEuODA5IDEzLjEzNSA1LjQyNGwyNS42OTMgMjUuNjkzYzMuNjE3IDMuNjE3IDUuNDI4IDcuOTk0IDUuNDI4IDEzLjEzNCAwIDQuOTQ4LTEuODExIDkuMjM1LTUuNDI4IDEyLjg0N2wtNTEuNjc1IDUxLjY3OHonLz48L3N2Zz4=);
    height: 67%;
    width: 20px;
    transform: scale(1.5);
    padding-right: 10px;
    margin-right: 7px;
  }
  .litecheckout .litecheckout__input--selectable--select {
    max-width: unset;
    font-size: 14px;
  }
}
.litecheckout__label {
  transition: .3s all;
  font-size: 12px;
  color: #a1a6aa;
  position: absolute;
  top: 2px;
  left: 6px;
  width: calc(100% - 12px);
  overflow-x: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}
.litecheckout__step-title {
  align-self: center;
  font-size: 22px;
  color: #2e3a47;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.litecheckout__shipping-method {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 130px;
}
.litecheckout__shipping-method__logo-image {
  max-height: 60px;
}
.litecheckout__shipping-method__wrapper {
  border-radius: 5px;
  border: solid 1px #acbdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 2px);
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
.litecheckout__shipping-method__wrapper:hover {
  border-color: #465f73;
}
.litecheckout__shipping-method__wrapper .ty-error-text {
  padding: 0 6px;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #4fbe31;
  box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
}
.litecheckout__shipping-method__title,
.litecheckout__shipping-method__delivery-time {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: calc(100% - 1rem);
}
.litecheckout__shipping-method__title {
  color: #4fbe31;
  font-size: 16px;
}
.litecheckout__shipping-method__delivery-time {
  color: #6c6c6c;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.litecheckout__autocomplete-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.litecheckout__autocomplete-dropdown .ui-widget-content {
  border-radius: 3px;
}
.litecheckout__autocomplete-dropdown .ui-menu {
  padding: 0;
  height: auto;
  max-height: 30em;
  overflow-y: auto;
}
.litecheckout__autocomplete-dropdown .ui-menu .ui-menu-item {
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.litecheckout__autocomplete-dropdown .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-state-focus,
.litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-focus,
.litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-focus {
  color: #4fbe31;
  background: #fff;
}
.litecheckout__cart {
  margin-top: 66px;
  padding: 20px 15px;
  border-radius: 5px;
  background: #e6ebf0;
}
.litecheckout__cart .ty-order-products__price:not(:last-child) {
  margin-bottom: 3px;
}
.litecheckout__cart .ty-product-options {
  padding-top: 0;
  color: #6c7a88;
}
.litecheckout__cart .ty-order-products__item {
  border-color: #c6d1dd;
}
.litecheckout__order-products-p {
  display: inline-block;
  max-width: 238px;
}
.litecheckout__field--checkbox {
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.litecheckout__field--checkbox .litecheckout__label {
  position: relative;
  left: 0;
  top: 0;
  right: auto;
  width: auto;
  font-size: 14px;
}
.litecheckout__field--checkbox .litecheckout__input {
  width: auto;
  margin-top: 5px;
}
.litecheckout__field--date .ty-calendar__block {
  width: 100%;
}
.litecheckout__field--date .litecheckout__label {
  font-size: 14px;
  top: 0;
}
.litecheckout__field--selectbox {
  position: relative;
}
.litecheckout__field--selectbox:after {
  position: absolute;
  top: 10px;
  right: 2px;
  left: auto;
  bottom: auto;
  width: 15px;
  height: 20px;
  content: '';
  display: block;
  -webkit-appearance: menulist;
  -moz-appearance: none;
}
.litecheckout__field--selectbox .litecheckout__input {
  width: 100%;
  height: 40px;
  padding: 0 !important;
  padding-top: 14px !important;
  padding-left: 2px !important;
  -webkit-appearance: none;
  -moz-appearance: menulist;
  z-index: 1;
  background-color: transparent;
}
.litecheckout__field--selectbox .litecheckout__label {
  font-size: 14px;
}
.litecheckout__field--radio {
  padding-top: 22px;
}
.litecheckout__field--radio .litecheckout__label {
  top: 0;
  left: 0;
  font-size: 14px;
}
.litecheckout__field--radio .litecheckout__input {
  display: inline;
  padding: 0;
  margin: 0;
  width: unset;
  height: unset;
  margin-bottom: 2px;
  margin-right: 5px;
}
.litecheckout__field--radio .litecheckout__input:focus,
.litecheckout__field--radio .litecheckout__input:focus-within {
  box-shadow: 0 1px 0 4px rgba(79,190,49,0.2), 0 1px 0 1px #4fbe31;
}
.litecheckout__field--textarea .litecheckout__input {
  resize: vertical;
  min-height: 120px;
  width: 100%;
}
#shipping_rates_list {
  width: 100%;
}
#shipping_rates_list > .ty-shipping-options__total {
  display: none;
  visibility: hidden;
}
.ty-tiles {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  box-sizing: border-box;
  min-height: 130px;
}
.ty-tiles__title,
.ty-tiles__text,
.ty-tiles__link {
  margin: 0;
  padding: 0;
}
.ty-tiles__title--center,
.ty-tiles__text--center,
.ty-tiles__link--center {
  text-align: center;
}
.ty-tiles__title {
  color: #4fbe32;
  font-size: 16px;
}
.ty-tiles__text {
  color: #6c6c6c;
  font-size: 13px;
}
.ty-tiles__link {
  display: inline-block;
  color: #4fbe32;
  font-size: 13px;
}
.ty-tiles__link:hover {
  color: #ea621f;
}
.ty-tiles__actions {
  margin-top: auto;
  padding-top: 0.5rem;
}
.ty-tiles__wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 130px;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border: solid 1px #acbdcd;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.ty-tiles__wrapper:hover {
  border-color: #465f73;
}
.ty-tiles__wrapper .ty-error-text {
  padding: 0 6px;
}
.ty-tiles__wrapper--center {
  align-items: center;
}
.ty-tiles__wrapper--vcenter {
  justify-content: center;
}
.ty-tiles__radio:checked+.ty-tiles__wrapper {
  border: solid 1px #4fbe32;
  box-shadow: 0 0 0 4px rgba(79,190,50,0.2), 0 0 0 1px #4fbe32;
}
.ty-table--sorter th {
  position: relative;
}
.ty-table--sorter .header:not(.sorter-false),
.ty-table--sorter .tablesorter-header:not(.sorter-false) {
  cursor: pointer;
}
.ty-table--sorter .header:not(.sorter-false):hover,
.ty-table--sorter .tablesorter-header:not(.sorter-false):hover {
  text-decoration: underline;
}
.ty-table--sorter .header:not(.sorter-false):focus,
.ty-table--sorter .tablesorter-header:not(.sorter-false):focus {
  outline: none;
}
.ty-table--sorter .tablesorter-header-inner {
  font-weight: bold;
}
.ty-table--sorter .headerSortUp,
.ty-table--sorter .tablesorter-headerSortUp,
.ty-table--sorter .tablesorter-headerAsc {
  text-decoration: underline;
}
.ty-table--sorter .headerSortUp:before,
.ty-table--sorter .tablesorter-headerSortUp:before,
.ty-table--sorter .tablesorter-headerAsc:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 0;
  font-family:glyphs;
  text-transform: none;
  content: "\e000";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 980px) {
  .ty-table--sorter .headerSortUp:before,
  .ty-table--sorter .tablesorter-headerSortUp:before,
  .ty-table--sorter .tablesorter-headerAsc:before {
    right: 5px;
  }
}
.ty-table--sorter .headerSortDown,
.ty-table--sorter .tablesorter-headerSortDown,
.ty-table--sorter .tablesorter-headerDesc {
  text-decoration: underline;
}
.ty-table--sorter .headerSortDown:after,
.ty-table--sorter .tablesorter-headerSortDown:after,
.ty-table--sorter .tablesorter-headerDesc:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 0;
  font-family:glyphs;
  text-transform: none;
  content: "\e002";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 980px) {
  .ty-table--sorter .headerSortDown:after,
  .ty-table--sorter .tablesorter-headerSortDown:after,
  .ty-table--sorter .tablesorter-headerDesc:after {
    right: 5px;
  }
}
.bp__container {
  --bp-font: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', Ubuntu, 'Helvetica Neue', sans-serif;
  --bp-main-color: #0284d5;
  --bp-cscart-color: #51ccfb;
  --bp-main-color-hover: #0374ae;
  --bp-main-color-animation: #51ccfb;
  --bp-radius: 4px;
  --bp-panel-bg: rgba(0,0,0,0.8);
  --bp-panel-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  --bp-bottom-button-bg-hover: #f7f7f7;
  --bp-bottom-button-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 1px 18px 0 rgba(0,0,0,0.12), 0 6px 4px 0 rgba(0,0,0,0.14);
  --bp-bottom-button-shadow--hover: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  --bp-preview-color: #29b6f6;
  --bp-build-color: #ffca28;
  --bp-text-color: #66bb6a;
  --bp-theme-color: #ec407a;
  --bp-text-color-inverse: #fff;
  --bp-text-color-gray: #999;
  --bp-dropdown-menu-bg: #333;
  --bp-dropdown-menu-group-divider: 1px solid rgba(255,255,255,0.1);
  --bp-dropdown-menu-item-hover-bg: rgba(255,255,255,0.15);
}
.bp * {
  box-sizing: border-box;
}
.dialog-is-open .bp__container {
  display: none;
}
.bp-panel {
  display: -ms-grid;
  display: grid;
  z-index: 10100;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: var(--bp-panel-bg);
  -webkit-box-shadow: var(--bp-panel-shadow);
  box-shadow: var(--bp-panel-shadow);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  grid-template-areas: "nav close";
  -ms-grid-columns: auto 40px;
  grid-template-columns: auto 40px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .bp-panel {
    height: 56px;
    grid-template-areas: "logo nav . modes . actions close";
    -ms-grid-columns: 48px auto auto 1fr auto auto 40px;
    grid-template-columns: 48px auto auto 1fr auto auto 40px;
  }
}
.bp-panel--hidden {
  -webkit-transform: translateY(calc(110%));
  -ms-transform: translateY(calc(110%));
  transform: translateY(calc(100% + 10px));
}
.bp-logo {
  display: none;
  grid-area: logo;
}
@media (min-width: 768px) {
  .bp-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
}
.bp-logo:hover,
.bp-logo:focus,
.bp-logo--active {
  opacity: 1;
  color: #fff;
  outline: 0;
}
.bp-logo--color {
  color: var(--bp-cscart-color);
}
.bp-logo-icon {
  pointer-events: none;
}
.bp-nav {
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-area: nav;
  -ms-grid-columns: minmax(90px,auto) minmax(90px,auto);
  grid-template-columns: minmax(90px,auto) minmax(90px,auto);
}
.bp-nav__item {
  display: -webkit-box;
  display: flex;
  opacity: 0.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 6px;
  padding-left: 6px;
  color: var(--bp-text-color-inverse);
  font-size: 15px;
  font-family:var(--bp-font);
  white-space: nowrap;
  cursor: pointer;
}
.bp-nav__item:hover,
.bp-nav__item:focus,
.bp-nav__item--active {
  opacity: 1;
  color: var(--bp-text-color-inverse);
  text-decoration: none;
  outline: 0;
}
@media (min-width: 1024px) {
  .bp-nav__item {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
  }
}
.bp-nav__item-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bp-nav__active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: calc(100% / 3);
}
.bp-nav__active--activated {
  background: #fff;
}
.bp-nav--mv {
  -ms-grid-columns: minmax(90px,auto) minmax(90px,auto) minmax(90px,auto);
  grid-template-columns: minmax(90px,auto) minmax(90px,auto) minmax(90px,auto);
}
.bp-modes {
  display: none;
  grid-area: modes;
}
.bp-modes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  border: 0;
  color: #fff;
  background: none;
}
.bp-modes__item:hover,
.bp-modes__item:focus,
.bp-modes__item--active {
  outline: 0;
  opacity: 1;
  color: #fff;
}
.bp-modes__item:hover .bp-modes__item-icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.bp-modes__item:hover.bp-modes__item--preview,
.bp-modes__item--active.bp-modes__item--preview {
  color: var(--bp-preview-color);
}
.bp-modes__item:hover.bp-modes__item--build,
.bp-modes__item--active.bp-modes__item--build {
  color: var(--bp-build-color);
}
.bp-modes__item:hover.bp-modes__item--text,
.bp-modes__item--active.bp-modes__item--text {
  color: var(--bp-text-color);
}
.bp-modes__item:hover.bp-modes__item--theme,
.bp-modes__item--active.bp-modes__item--theme {
  color: var(--bp-theme-color);
}
.bp-modes__item--disabled .bp-modes__item-icon {
  opacity: 0.1;
}
.bp-modes__item--disabled.bp-modes__item:hover {
  color: #fff;
  cursor: auto;
}
.bp-modes__item--disabled.bp-modes__item:hover .bp-modes__item-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bp-modes__item-icon {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bp-modes__active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: transparent;
  width: calc(100% / 4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bp-modes__active--preview {
  background-color: var(--bp-preview-color);
}
.bp-modes__active--build {
  background-color: var(--bp-build-color);
}
.bp-modes__active--text {
  background-color: var(--bp-text-color);
}
.bp-modes__active--theme {
  background-color: var(--bp-theme-color);
}
@media (min-width: 768px) {
  .bp-modes {
    display: -ms-grid;
    display: grid;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: minmax(48px,64px) minmax(48px,64px) minmax(48px,64px) minmax(48px,64px);
    grid-template-columns: minmax(48px,64px) minmax(48px,64px) minmax(48px,64px) minmax(48px,64px);
  }
}
.bp-actions {
  display: none;
  grid-area: actions;
}
.bp-actions__item {
  height: 100%;
}
.bp-actions__item:hover,
.bp-actions__item:focus {
  outline: 0;
}
.bp-actions__item:hover,
.bp-actions__item--active {
  opacity: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .bp-actions {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -ms-grid-columns: 40px 40px;
    grid-template-columns: 40px 40px;
  }
}
@media (min-width: 768px) {
  .bp-panel--personal_demo.bp-panel--admin .bp-actions,
  .bp-panel--personal_demo.bp-panel--vendor .bp-actions {
    -ms-grid-columns: 40px;
    grid-template-columns: 40px;
  }
}
.bp-bottom-buttons {
  display: -ms-grid;
  display: grid;
  visibility: hidden;
  z-index: 900;
  position: fixed;
  bottom: 24px;
  left: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 48px);
  -ms-grid-columns: 56px 12px auto;
  grid-template-columns: 56px auto;
  -ms-grid-rows: 56px;
  grid-template-rows: 56px;
  grid-gap: 12px;
  pointer-events: none;
}
.bp-bottom-buttons--active {
  visibility: visible;
}
.bp-bottom-buttons > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.bp-bottom-buttons > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.bp-bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  color: var(--bp-main-color);
  font-size: 18px;
  background-color: #fff;
  -webkit-box-shadow: var(--bp-bottom-button-shadow);
  box-shadow: var(--bp-bottom-button-shadow);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: auto;
}
.bp-bottom-button:hover,
.bp-bottom-button:focus {
  color: var(--bp-main-color);
  background-color: var(--bp-bottom-button-bg-hover);
  -webkit-box-shadow: var(--bp-bottom-button-shadow--hover);
  box-shadow: var(--bp-bottom-button-shadow--hover);
  text-decoration: none;
  outline: 0;
}
.bp-bottom-button--disabled {
  opacity: 0;
  visibility: hidden;
}
.bp-bottom-button--disabled-panel {
  -webkit-transform: translatex(-28px) translateY(24px);
  -ms-transform: translatex(-28px) translateY(24px);
  transform: translatex(-28px) translateY(24px);
}
.bp-bottom-button--disabled-action {
  -webkit-transform: translatex(-88px) translateY(24px);
  -ms-transform: translatex(-88px) translateY(24px);
  transform: translatex(-88px) translateY(24px);
}
.bp-bottom-button--primary {
  color: #fff;
  background-color: var(--bp-main-color);
}
.bp-bottom-button--primary:hover,
.bp-bottom-button--primary:focus {
  color: #fff;
  background-color: var(--bp-main-color-hover);
}
.bp-bottom-button--logo {
  color: var(--bp-cscart-color);
}
.bp-bottom-button--logo:hover {
  color: var(--bp-cscart-color);
}
.bp-bottom-button--text {
  padding-right: 20px;
  padding-left: 20px;
}
.bp-bottom-button__icon {
  pointer-events: none;
}
.bp-info {
  display: inline;
  -webkit-transform: translate3d(0,50%,1px);
  transform: translate3d(0,50%,1px);
  margin-top: -1.2em;
  color: var(--bp-text-color-gray);
  font-size: 13px;
  font-family:var(--bp-font);
}
@media (min-width: 768px) {
  .bp-info {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bp-info {
    display: inline;
  }
}
.bp-info--animation {
  color: transparent;
  background: -webkit-gradient(linear,left top,right top,from(var(--bp-text-color-gray)),color-stop(60%,var(--bp-text-color-gray)),color-stop(80%,var(--bp-text-color-inverse)),to(var(--bp-text-color-gray)));
  background: -webkit-linear-gradient(left,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
  background: -o-linear-gradient(left,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
  background: linear-gradient(90deg,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: 10s bp-info--animation infinite linear;
  animation: 10s bp-info--animation infinite linear;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
@-webkit-keyframes bp-info--animation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 300px;
  }
}
@keyframes bp-info--animation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 300px;
  }
}
.bp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--bp-text-color-inverse);
  font-size: 13px;
}
.bp-btn__text {
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--bp-text-color-inverse);
  background-color: var(--bp-main-color);
  transition: all 0.2s;
}
.bp-btn__text--animation {
  -webkit-animation: bp-btn__text--animation 60s ease infinite;
  animation: bp-btn__text--animation 60s ease infinite;
}
.bp-btn:hover {
  text-decoration: none;
}
.bp-btn:hover .bp-btn__text {
  color: var(--bp-text-color-inverse);
  background-color: var(--bp-main-color-hover);
  -webkit-animation: none;
  animation: none;
}
@keyframes bp-btn__text--animation {
  0% {
    background-color: var(--bp-main-color);
  }
  98% {
    background-color: var(--bp-main-color);
  }
  99% {
    background-color: var(--bp-main-color-animation);
  }
  100% {
    background-color: var(--bp-main-color);
  }
}
.bp-dropdown {
  position: relative;
}
.bp-dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border: 0;
  color: #fff;
  background: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bp-dropdown-button:hover,
.bp-dropdown-button:focus {
  opacity: 1;
  outline: 0;
}
.bp-dropdown-button-icon--settings {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bp-dropdown-button--animation:focus .bp-dropdown-button-icon--settings {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bp-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 2px);
  right: -12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: var(--bp-radius);
  background-color: var(--bp-dropdown-menu-bg);
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  z-index: -1;
}
.bp-dropdown-menu--open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
}
.bp-dropdown-menu__group:not(:last-child) {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: var(--bp-dropdown-menu-group-divider);
}
.bp-dropdown-menu__item {
  display: block;
  padding: 6px 20px;
  color: #ffffff;
  font-size: 13px;
  font-family:var(--bp-font);
  white-space: nowrap;
}
.bp-dropdown-menu__item:hover,
.bp-dropdown-menu__item:focus {
  color: #fff;
  background-color: var(--bp-dropdown-menu-item-hover-bg);
  text-decoration: none;
}
.bp-dropdown-menu__item-text {
  display: block;
  padding: 6px 20px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 13px;
  font-family:var(--bp-font);
  white-space: nowrap;
}
.bp-tooltip {
  opacity: 0;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  padding: 9px;
  border-radius: var(--bp-radius);
  color: #fff;
  font-size: 14px;
  font-family:var(--bp-font);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bp-tooltip__secondary {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  white-space: normal;
  min-width: 200px;
  margin-top: 4px;
}
.bp-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: solid transparent;
  border-width: 10px;
  border-top-color: rgba(0,0,0,0.8);
  pointer-events: none;
  content: "";
}
.no-touchevents [data-bp-tooltip]:hover .bp-tooltip {
  opacity: 1;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.bp-tooltip--left {
  left: 2px;
}
.bp-tooltip--left:after {
  left: 26px;
}
.bp-tooltip--right {
  right: 2px;
}
.bp-tooltip--right:after {
  left: calc(90%);
}
.bp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  grid-area: close;
}
.bp-close:hover,
.bp-close--focus,
.bp-close--active {
  opacity: 1;
  outline: 0;
  color: #fff;
}
.bp-close__icon {
  pointer-events: none;
}
.bp-panel.bp-panel--personal_demo,
.bp-panel.bp-panel--demo {
  height: 96px;
  grid-template-areas: "demo demo" "nav close";
  -ms-grid-rows: 48px 48px;
  grid-template-rows: 48px 48px;
}
@media (min-width: 768px) {
  .bp-panel.bp-panel--personal_demo,
  .bp-panel.bp-panel--demo {
    height: 56px;
    grid-template-areas: "logo nav . modes . demo actions close";
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .bp-panel.bp-panel--personal_demo,
  .bp-panel.bp-panel--demo {
    grid-template-areas: "logo nav . modes . demo actions close";
    -ms-grid-columns: 48px auto auto 1fr auto auto auto 40px;
    grid-template-columns: 48px auto auto 1fr auto auto auto 40px;
  }
}
.bp-demo {
  display: none;
  height: 100%;
  grid-area: demo;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.bp-panel.bp-panel--personal_demo .bp-demo,
.bp-panel.bp-panel--demo .bp-demo {
  display: -ms-grid;
  display: grid;
}
.bp-panel.bp-panel--personal_demo .bp-demo {
  -ms-grid-columns: auto 12px auto;
  grid-template-columns: auto auto;
  grid-gap: 12px;
}
.bp-panel.bp-panel--admin .bp-modes {
  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 (min-width: 1224px) {
  .row {
    margin-left: -25px;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 25px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 875px;
  }
  .span12 {
    width: 875px;
  }
  .span11 {
    width: 800px;
  }
  .span10 {
    width: 725px;
  }
  .span9 {
    width: 650px;
  }
  .span8 {
    width: 575px;
  }
  .span7 {
    width: 500px;
  }
  .span6 {
    width: 425px;
  }
  .span5 {
    width: 350px;
  }
  .span4 {
    width: 275px;
  }
  .span3 {
    width: 200px;
  }
  .span2 {
    width: 125px;
  }
  .span1 {
    width: 50px;
  }
  .offset12 {
    margin-left: 925px;
  }
  .offset11 {
    margin-left: 850px;
  }
  .offset10 {
    margin-left: 775px;
  }
  .offset9 {
    margin-left: 700px;
  }
  .offset8 {
    margin-left: 625px;
  }
  .offset7 {
    margin-left: 550px;
  }
  .offset6 {
    margin-left: 475px;
  }
  .offset5 {
    margin-left: 400px;
  }
  .offset4 {
    margin-left: 325px;
  }
  .offset3 {
    margin-left: 250px;
  }
  .offset2 {
    margin-left: 175px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.8571428571429%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.8571428571429%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.428571428571%;
  }
  .row-fluid .span10 {
    width: 82.857142857143%;
  }
  .row-fluid .span9 {
    width: 74.285714285714%;
  }
  .row-fluid .span8 {
    width: 65.714285714286%;
  }
  .row-fluid .span7 {
    width: 57.142857142857%;
  }
  .row-fluid .span6 {
    width: 48.571428571429%;
  }
  .row-fluid .span5 {
    width: 40%;
  }
  .row-fluid .span4 {
    width: 31.428571428571%;
  }
  .row-fluid .span3 {
    width: 22.857142857143%;
  }
  .row-fluid .span2 {
    width: 14.285714285714%;
  }
  .row-fluid .span1 {
    width: 5.7142857142857%;
  }
  .row-fluid .offset12 {
    margin-left: 105.71428571429%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.85714285714%;
  }
  .row-fluid .offset11 {
    margin-left: 97.142857142857%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.285714285714%;
  }
  .row-fluid .offset10 {
    margin-left: 88.571428571429%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.714285714286%;
  }
  .row-fluid .offset9 {
    margin-left: 80%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.142857142857%;
  }
  .row-fluid .offset8 {
    margin-left: 71.428571428571%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.571428571429%;
  }
  .row-fluid .offset7 {
    margin-left: 62.857142857143%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60%;
  }
  .row-fluid .offset6 {
    margin-left: 54.285714285714%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.428571428571%;
  }
  .row-fluid .offset5 {
    margin-left: 45.714285714286%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.857142857143%;
  }
  .row-fluid .offset4 {
    margin-left: 37.142857142857%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.285714285714%;
  }
  .row-fluid .offset3 {
    margin-left: 28.571428571429%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.714285714286%;
  }
  .row-fluid .offset2 {
    margin-left: 20%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.142857142857%;
  }
  .row-fluid .offset1 {
    margin-left: 11.428571428571%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5714285714286%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 542px;
  }
  .span12 {
    width: 542px;
  }
  .span11 {
    width: 496px;
  }
  .span10 {
    width: 450px;
  }
  .span9 {
    width: 404px;
  }
  .span8 {
    width: 358px;
  }
  .span7 {
    width: 312px;
  }
  .span6 {
    width: 266px;
  }
  .span5 {
    width: 220px;
  }
  .span4 {
    width: 174px;
  }
  .span3 {
    width: 128px;
  }
  .span2 {
    width: 82px;
  }
  .span1 {
    width: 36px;
  }
  .offset12 {
    margin-left: 562px;
  }
  .offset11 {
    margin-left: 516px;
  }
  .offset10 {
    margin-left: 470px;
  }
  .offset9 {
    margin-left: 424px;
  }
  .offset8 {
    margin-left: 378px;
  }
  .offset7 {
    margin-left: 332px;
  }
  .offset6 {
    margin-left: 286px;
  }
  .offset5 {
    margin-left: 240px;
  }
  .offset4 {
    margin-left: 194px;
  }
  .offset3 {
    margin-left: 148px;
  }
  .offset2 {
    margin-left: 102px;
  }
  .offset1 {
    margin-left: 56px;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.8450184501845%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.8450184501845%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.428571428571%;
  }
  .row-fluid .span10 {
    width: 82.857142857143%;
  }
  .row-fluid .span9 {
    width: 74.285714285714%;
  }
  .row-fluid .span8 {
    width: 65.714285714286%;
  }
  .row-fluid .span7 {
    width: 57.142857142857%;
  }
  .row-fluid .span6 {
    width: 48.571428571429%;
  }
  .row-fluid .span5 {
    width: 40%;
  }
  .row-fluid .span4 {
    width: 31.428571428571%;
  }
  .row-fluid .span3 {
    width: 22.857142857143%;
  }
  .row-fluid .span2 {
    width: 14.285714285714%;
  }
  .row-fluid .span1 {
    width: 5.7142857142857%;
  }
  .row-fluid .offset12 {
    margin-left: 103.69003690037%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.84501845018%;
  }
  .row-fluid .offset11 {
    margin-left: 97.142857142857%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.285714285714%;
  }
  .row-fluid .offset10 {
    margin-left: 88.571428571429%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.714285714286%;
  }
  .row-fluid .offset9 {
    margin-left: 80%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.142857142857%;
  }
  .row-fluid .offset8 {
    margin-left: 71.428571428571%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.571428571429%;
  }
  .row-fluid .offset7 {
    margin-left: 62.857142857143%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60%;
  }
  .row-fluid .offset6 {
    margin-left: 54.285714285714%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.428571428571%;
  }
  .row-fluid .offset5 {
    margin-left: 45.714285714286%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.857142857143%;
  }
  .row-fluid .offset4 {
    margin-left: 37.142857142857%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.285714285714%;
  }
  .row-fluid .offset3 {
    margin-left: 28.571428571429%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.714285714286%;
  }
  .row-fluid .offset2 {
    margin-left: 20%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.142857142857%;
  }
  .row-fluid .offset1 {
    margin-left: 11.428571428571%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5714285714286%;
  }
}
@media (min-width: 1224px) {
  .ty-product-detail .ty-product-block__left {
    box-sizing: border-box;
    padding-right: 200px;
  }
  .ty-footer-grid__full-width > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .ty-footer-grid__full-width > .row-fluid {
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
  }
  .ty-footer-menu__items,
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (max-width: 1224px) {
  .ty-calendar__block {
    width: 100px;
  }
  .ty-control-group__price {
    width: 100px;
  }
  .ty-product-detail .ty-product-block__left {
    box-sizing: border-box;
    padding-right: 200px;
  }
  .ty-footer-grid__full-width > .row {
    width: 960px;
    margin: 0 auto;
  }
  .ty-footer-form-block__form {
    width: 220px;
  }
  h3.ty-footer-form-block__title,
  h3.ty-social-link__title {
    font-size: 20px;
  }
  .ty-orders__actions-right {
    float: none;
  }
}
@media (max-width: 979px) {
  .ty-sidebox__body-toggle {
    display: block;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding: 0px 10px;
  }
  .ty-select-block__a {
    margin-right: 0;
  }
  .top-currencies {
    margin-left: 2px;
  }
  .ty-product-detail .ty-product-block__left {
    box-sizing: border-box;
    padding-right: 0px;
  }
  .ty-grid-list__item .ty-icon-left-circle,
  .ty-grid-list__item .ty-icon-right-circle {
    visibility: visible;
  }
  .ty-product-empty {
    display: none;
  }
  .ty-wish-list-empty [class*="ty-column"] {
    width: 100%;
  }
  .ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty {
    display: block;
  }
  .ty-compact-list__title {
    width: 20%;
  }
  .ty-compact-list__controls {
    width: 50%;
  }
  .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;
  }
  .ty-payment-icons .ty-payment-icons__item {
    margin-left: 5px;
  }
  .ty-footer-form-block__title {
    padding-left: 10px;
  }
  .ty-footer-form-block__title,
  .ty-footer-form-block__form-container,
  .ty-footer-form-block__form {
    width: 100%;
  }
  h3.ty-social-link__title {
    display: block;
    margin-top: 21px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .ty-sort-container {
    padding-left: 0px;
  }
  .ty-product-block__note {
    width: 100%;
    position: static;
  }
  .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-product-detail .ty-product-block__left {
    padding-right: 0;
  }
  .ty-multi-checkout__step {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .ty-multi-checkout__arrow {
    display: none;
  }
  .ty-payments-list {
    padding-right: 20px;
  }
  .ty-payments-list__instruction {
    width: 210px;
  }
  .ty-pagination__text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-grid__full-width > .row {
    width: 736px;
    margin: 0 auto;
  }
  .ty-social-link__title {
    margin-right: 70px;
  }
  .ty-footer-menu__items,
  .ty-footer-general__body {
    display: block !important;
  }
  .ty-footer-form-block__form {
    width: 220px;
  }
  .ty-menu__item .ty-menu__item-link {
    padding: 14px 12px;
  }
  .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;
  }
  .ty-account-info__buttons .ty-btn {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
  .ty-orders-search-options .span4.ty-control-group {
    width: 50%;
    margin-left: 0;
  }
  .ty-orders-search-options .ty-period {
    margin-left: 0;
  }
  .te-mode .ty-orders-detail__table-image {
    float: none;
  }
}
@media (min-width: 768px) {
  .ty-cart-content .ty-cart-content__product-elem,
  .ty-cart-content .ty-cart-content__title {
    border: 0;
  }
  .ty-menu__item {
    display: block !important;
  }
  .ty-menu__menu-btn {
    display: none !important;
  }
  .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: #333333;
    color: #ffffff;
  }
  .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i {
    color: #fff;
  }
  .ty-sidebox__body {
    display: block !important;
  }
}
@media (max-width: 767px) {
  html.dialog-is-open {
    overflow: scroll;
  }
  .ty-menu__items .ty-menu__items-show {
    display: block !important;
    border-bottom: 0;
  }
  .ty-menu__item {
    display: none;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #1a232b;
    padding: 0px;
    position: relative;
  }
  .no-touch .ty-menu__item:hover .ty-menu__submenu-items,
  .ty-menu__item:hover .ty-menu__submenu-items {
    display: none;
  }
  .ty-menu__item:last-child {
    box-shadow: none;
    border-bottom: 0;
  }
  .ty-menu__item .ty-menu__item-toggle-active {
    background: #1c252e;
  }
  .ty-menu__item .ty-menu__item-link {
    position: static;
  }
  .ty-menu__submenu .ty-menu__submenu-items {
    padding: 0;
  }
  .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
  }
  .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    display: block;
    padding: 12px 30px 12px 40px;
  }
  .no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover {
    color: #1a1a1a;
  }
  .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__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle {
    color: #bfbfbf;
  }
  .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link {
    padding: 13px 40px;
    display: block;
  }
  .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 #d8d8d8;
    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-active {
    background: #e0e0e0;
  }
  .ty-menu__menu-btn {
    border-bottom: 0px;
    box-shadow: none;
  }
  .ty-menu__submenu-items {
    background: #ededed;
    position: static;
  }
  .ty-icon-short-list {
    padding-right: 4px;
  }
  .ty-menu__item-toggle {
    width: 50px;
    height: 44px;
    position: absolute;
    text-align: center;
    font-size: 35px;
    right: 0px;
    z-index: 100;
    color: #fff;
    top: 0px;
    cursor: pointer;
  }
  .ty-menu__item-toggle:hover {
    color: #fff;
  }
  .ty-menu__icon-hide,
  .ty-menu__icon-open {
    display: inline-block;
    line-height: 46px;
  }
  .ty-menu__submenu-dropdown-bottom {
    margin: auto;
  }
  .ty-menu__icon-hide {
    display: none;
  }
  .ty-menu__item-toggle-active .ty-menu__icon-hide {
    display: inline-block;
  }
  .ty-menu__item-toggle-active .ty-menu__icon-open {
    display: none;
  }
  .ty-menu-vertical {
    margin-bottom: 40px;
  }
  .ty-dropdown-box__content .ty-menu-vertical {
    margin-bottom: 0px;
  }
  .ty-menu-vertical .ty-menu__item {
    display: block;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu {
    position: static;
    display: block;
  }
  .ty-menu-vertical .ty-menu__item.menu-level-2 {
    padding-left: 35px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
    background: none;
    color: #333333;
    padding-left: 40px;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
    color: #333333;
  }
  .ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link {
    text-transform: uppercase;
    font-weight: bold;
  }
  .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
    background: #e0e0e0;
  }
  .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
    color: #000;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
    padding-left: 40px;
    text-transform: none;
    font-weight: normal;
    background: none;
  }
  .ty-menu-vertical .ty-menu__item-toggle i {
    top: 3px;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
    padding-left: 40px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle {
    background: none;
    color: #bfbfbf;
  }
  .ty-menu-vertical .ty-menu__submenu-item-header {
    margin-bottom: 0;
    padding-bottom: 0;
    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: 0;
  }
  .no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: none;
    color: #1a1a1a;
  }
  .ty-menu-vertical .menu-level-1.ty-menu__item-active > .ty-menu__submenu-item-header {
    background: #e0e0e0;
  }
  .ty-menu-vertical__dropdown .ty-menu__item {
    display: none;
  }
  .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;
  }
  .top-menu-grid {
    padding-top: 0;
  }
  .top-logo-grid {
    padding-top: 15px;
  }
  .top-logo-grid:before,
  .top-logo-grid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .top-logo-grid:after {
    clear: both;
  }
  .ty-logo-container {
    text-align: center;
    margin: 10px 0px 30px;
  }
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0px 10px;
  }
  .ty-mainbox-title .ty-status {
    display: block;
    float: none;
  }
  .notification-content-extended {
    width: 96%;
    left: 2%;
    right: 10px;
    margin: 0px;
  }
  .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: 5px 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;
    border-bottom: none;
  }
  .ty-table tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .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;
    width: 100%;
  }
  .ty-table td:after {
    clear: both;
  }
  .ty-table tr td:last-child {
    border-bottom: 0px;
  }
  .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__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%;
    margin: 0;
    -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: 10px 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;
  }
  .top-links-grid .ty-dropdown-box {
    background: none;
  }
  .ty-dropdown-box .ty-account-info__title-txt {
    display: none;
  }
  .account-benefits {
    margin: 0px 0px 30px 0px;
  }
  .top-cart-content {
    margin: 13px 0px;
  }
  .header-widget-grid .top-cart-content {
    margin: 0px;
  }
  .header-widget-grid {
    padding: 0px 10px;
  }
  .ty-grid-list__item:hover {
    border-radius: 0px;
    background: transparent;
  }
  .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__controls {
    width: 60%;
  }
  .ty-compact-list__image .ty-discount-label {
    display: inline-block;
    height: 30px;
    position: static;
    float: none;
  }
  .ty-compact-list__image {
    padding: 0px 10px 0px 0px;
  }
  .ty-sidebox {
    margin-bottom: 10px;
  }
  .ty-sidebox:last-child {
    margin-bottom: 30px;
  }
  .ty-product-block__left {
    display: block;
    overflow: visible;
    min-width: 0;
  }
  .ty-product-block {
    position: initial;
  }
  .ty-product-block__img-wrapper {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
    min-height: 0;
  }
  .ty-product-block__img-wrapper:before,
  .ty-product-block__img-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
  }
  .ty-product-block__img-wrapper:after {
    clear: both;
  }
  .ty-product-block__img-wrapper .ty-no-image {
    width: 100% !important;
  }
  .ui-dialog .ty-product-variant-image {
    margin-left: 0;
  }
  .ty-product-bigpicture__left,
  .ty-product-bigpicture__left-wrapper {
    width: 100%;
    margin: 0;
  }
  .ty-product-bigpicture__right {
    width: 100%;
    margin-left: 0;
  }
  .ty-product-thumbnails {
    width: 100% !important;
  }
  .ty-account-detail {
    margin-left: 0;
    background: none;
    padding-bottom: 0;
  }
  .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,
  .ty-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: 30px 0 0;
  }
  .ty-success-registration__item {
    display: block;
    width: 100%;
  }
  .ty-account-benefits {
    margin: 30px 0 0;
  }
  .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-product-feature__label {
    width: 180px;
  }
  .ty-sitemap__tree-section-list,
  .ty-sitemap__section-wrapper {
    width: 50%;
  }
  .ty-breadcrumbs {
    padding-right: 0;
  }
  .ty-product-switcher {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    top: 10px;
    text-align: center;
  }
  .ty-product-switcher__a {
    position: relative;
    top: 0;
    vertical-align: middle;
    font-size: 20px;
  }
  .ty-product-switcher__a-left,
  .ty-product-switcher__a-right {
    float: none;
  }
  .ty-product-switcher__a-left {
    margin-right: 10px;
  }
  .ty-product-switcher__a-right {
    margin-left: 10px;
  }
  .ty-product-switcher span {
    display: inline-block;
    float: none;
    font-size: 100%;
  }
  .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-checkout-buttons__submit-order {
    padding-bottom: 20px;
  }
  .ty-payments-list__instruction {
    width: 255px;
  }
  .ty-compare-products__menu,
  .ty-compare-sort {
    width: 130px;
  }
  .ty-compare-products__product,
  .ty-compare-feature_item_size {
    width: 180px;
  }
  .ty-compare__buttons .ty-btn {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-compare__buttons .ty-btn + .ty-btn {
    margin: 15px 0 0;
  }
  .search-block-grid {
    margin-top: 0px !important;
  }
  .footer-no-wysiwyg ul {
    margin: 0;
  }
  .ty-social-link-block {
    margin: 10px 0px 20px;
    text-align: center;
  }
  .ty-footer-grid__full-width .ty-float-right,
  .ty-footer-grid__full-width .ty-float-left {
    float: none;
  }
  .ty-footer-grid__full-width > .row {
    width: auto;
    margin: 0 auto;
  }
  .ty-footer-menu__items,
  .ty-footer-general__body {
    margin: 0;
    display: none;
  }
  .ty-footer-menu__items .ty-text-links__item,
  .ty-footer-general__body .ty-text-links__item {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dce3ea;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .ty-footer-menu__item {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .ty-footer-menu__header,
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #cfd1d4;
  }
  .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,
  .ty-footer-general__header.open .ty-footer-menu__icon-hide {
    display: block;
  }
  .ty-footer-menu__header.open .ty-footer-menu__icon-open,
  .ty-footer-general__header.open .ty-footer-menu__icon-open {
    display: none;
  }
  .ty-footer-form-block__title {
    display: block;
    padding-right: 0;
  }
  .ty-footer-form-block {
    text-align: center;
    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-detail__table-image {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .ty-orders-detail__table-description {
    margin-left: 0;
  }
  .ty-orders-summary__right {
    float: none;
  }
  .ty-orders-summary__wrapper {
    float: none;
    min-width: 0;
  }
  .ty-orders-search-options .ty-period {
    float: none;
    margin-left: 0;
  }
  .ty-orders-search-options .ty-period__wrapper {
    padding-right: 0;
  }
  .ty-orders-search-options .ty-period__select {
    width: 100%;
  }
  .ty-orders-search-options .ty-period__select-date .ty-control-group__title {
    display: none;
  }
  .ty-orders-search-options .ty-status-info {
    margin-left: 0;
  }
  .ty-orders-search-options .ty-status-info label {
    width: 50%;
  }
  .ty-orders-search-options .ty-orders-search__options-status {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    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;
  }
  .vendor-info-grid {
    margin-top: 10px;
  }
  .vendor-stores-block-grid {
    float: left !important;
    width: auto !important;
    padding: 10px 0;
  }
  .vendor-logo-grid .ty-logo-container-vendor {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .vendor-search-grid {
    margin-bottom: 20px;
  }
  .ty-filter-tooltip {
    float: right;
    left: 0 !important;
    margin-right: 20px;
  }
  .daterangepicker.dropdown-menu.opensright,
  .daterangepicker.dropdown-menu.opensleft {
    min-width: 340px !important;
  }
  .daterangepicker.dropdown-menu.opensright .ranges,
  .daterangepicker.dropdown-menu.opensright .calendar,
  .daterangepicker.dropdown-menu.opensleft .ranges,
  .daterangepicker.dropdown-menu.opensleft .calendar {
    float: none;
    margin: 10px auto 15px;
  }
  .daterangepicker.dropdown-menu.opensright:before,
  .daterangepicker.dropdown-menu.opensleft:before,
  .daterangepicker.dropdown-menu.opensright:after,
  .daterangepicker.dropdown-menu.opensleft:after {
    display: none;
  }
  .ty-sidebox__body {
    display: none;
  }
  .ty-horizontal-product-filters {
    padding-left: 0;
  }
  .ty-horizontal-product-filters-dropdown {
    width: 100%;
    border-bottom: 1px solid #d3dbe3;
  }
  .ty-horizontal-product-filters-dropdown:last-child {
    border-bottom: none;
  }
  .ty-horizontal-product-filters-dropdown__content {
    min-width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #dce3ea;
    border-right: 1px solid #dce3ea;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
    display: block;
    padding: 10px;
  }
  .ty-horizontal-product-filters-dropdown__content {
    position: relative;
    margin-bottom: 10px;
  }
  .ty-horizontal-product-filters-dropdown__icon {
    float: right;
    margin-right: 4px;
    top: 0px;
  }
  .ty-subcategories {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .ty-mainbox-title__right {
    float: none;
    display: block;
    margin-top: 0;
  }
  .ty-mainbox-title__left {
    float: none;
    display: block;
  }
  .ty-cart-content__buttons {
    padding: 16px 12px;
  }
  .header-widget-grid .top-logo-grid {
    padding-top: 0px;
  }
  .header-widget-grid .top-logo-grid {
    width: 50%;
    float: left;
  }
  .header-widget-grid .cart-content-grid {
    width: 50%;
    float: right;
    white-space: nowrap;
  }
  .ty-estimation-buttons__rate {
    margin-bottom: 10px;
  }
  .ty-search-form__input {
    margin: 4px 0px;
    width: 100%;
  }
  .ty-features-all .ty-column6 {
    width: 50%;
  }
  .ty-product-list__image {
    float: none;
    margin-bottom: 25px;
    margin-right: 0px;
    text-align: center;
  }
  .ty-sitemap__tree-section-list,
  .ty-sitemap__section-wrapper {
    width: 100%;
    min-height: 0;
  }
  .ty-compact-list__controls .ty-product-coming-soon {
    position: absolute;
    right: 0px;
    text-align: left;
    padding-top: 0px;
  }
  .ty-product-feature__label {
    width: 120px;
  }
  .ty-product-feature__value {
    max-width: 160px;
  }
  .ty-sort-container__views-a {
    padding: 7px;
  }
  .ty-compact-list__image,
  .ty-compact-list__title {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .ty-compact-list__image {
    margin-bottom: 10px;
  }
  .ty-btn__add-to-cart {
    margin-right: 10px;
  }
  .ty-product-block__button .ty-btn + .ty-btn,
  .ty-product-block__button .ty-btn ~ .ty-btn {
    margin-left: 0px;
  }
  .ty-pagination {
    text-align: center;
  }
  .ty-pagination__btn {
    width: 94%;
  }
  .ty-pagination__items {
    margin: 15px 0;
  }
  .ty-pagination__item {
    padding: 5px 6px;
  }
  .ty-pagination__text {
    display: inline-block;
  }
  .ty-compact-list__controls {
    width: 100%;
    text-align: left;
  }
  .ty-compact-list__price {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  .ty-compact-list__price .ty-price-update {
    display: inline-block;
  }
  .ty-step__title-txt {
    font-size: 18px;
  }
  .ty-checkout__billing-tabs .ty-tabs {
    padding: 0px;
  }
  .ty-checkout__billing-tabs .ty-tabs__item {
    float: none;
  }
  .ty-checkout-complete__login-info,
  .ty-checkout-complete__create-account {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .ty-payments-list {
    padding-right: 0;
  }
  .ty-payments-list__instruction {
    width: auto;
  }
  .ty-companies__img {
    float: none;
  }
  .ty-companies__info {
    padding: 0;
  }
  .ty-filters-search__item {
    padding-right: 0;
  }
  .ty-subcategories-block {
    min-width: 100%;
  }
  .ty-product-notification__buttons {
    display: block;
    text-align: right;
  }
  .ty-product-notification__buttons > div {
    float: none;
    display: inline-block;
    margin: 3px auto;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item:nth-child(2) .ty-menu__item-link {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.ty-grid-list__image img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .ty-no-image {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-content-grid:before,
.ty-cr-content-grid:after {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.ty-cr-content-grid:after {
  clear: both;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container input[type="radio"] ~ .checkmark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt .input-prepend .add-on:first-child,
.attach-images .upload-box .image-alt .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top,#F8F8F8,#D8D8D8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F8F8F8),to(#D8D8D8));
  background-image: -webkit-linear-gradient(top,#F8F8F8,#D8D8D8);
  background-image: -o-linear-gradient(top,#F8F8F8,#D8D8D8);
  background-image: linear-gradient(to bottom,#F8F8F8,#D8D8D8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffd8d8d8', GradientType=0);
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-main-blog .ty-grid-list__image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-blog-list .ty-grid-list__image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-blog-text-links__item .ty-grid-list__image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image img,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image .ty-no-image,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image img,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image .ty-no-image,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image img,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__image .ty-no-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-scroller-discussion-list {
  margin-left: -10px;
  margin-right: -10px;
}
.ty-discussion-post__content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ty-discussion-post__content a {
  display: block;
  position: relative;
}
.ty-scroller-discussion-list__item {
  margin-left: 10px;
  margin-right: 10px;
}
.ty-discussion-post {
  position: relative;
  margin: 10px 0 15px 0;
  padding: 15px;
  border: 1px solid #dce3ea;
}
.ty-discussion-post__author {
  font-weight: bold;
}
.ty-discussion-post__date {
  float: right;
  right: 0;
  margin-top: 1px;
  color: #adadad;
  font-size: 12px;
}
.ty-discussion-post__rating {
  font-size: 15px;
  margin-bottom: 5px;
}
.ty-discussion-post__message {
  line-height: 1.75;
  word-wrap: break-word;
}
.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: 0px;
}
.ty-stars,
.ty-discussion__review-a,
.ty-discussion__review-write {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.ty-grid-vendors .grid-list__rating {
  text-align: center;
  word-wrap: break-word;
}
.ty-grid-vendors .grid-list__rating .ty-stars {
  margin-right: 10px;
}
.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity {
  color: #7d93ab;
  display: inline-block;
}
.ty-stars {
  color: #333333;
}
.ty-stars__icon {
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
}
.ty-stars__icon:first-child {
  margin-left: 0;
}
.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;
}
.grid-list__rating .ty-stars {
  margin-bottom: 5px;
}
.ty-companies .ty-stars {
  display: block;
  margin: 5px 0 0;
}
.ty-rating {
  float: left;
  color: #333333;
}
.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;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
@font-face {
  font-family:Linearicons;
  src: url('../../../../../../../../design/themes/marry/media/fonts/Linearicons/Linearicons.ttf?1653031870') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="lin-icon-"],
[class*=" lin-icon-"] {
  font-family:Linearicons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lin-icon-home:before {
  content: "\e600";
}
.lin-icon-home2:before {
  content: "\e601";
}
.lin-icon-home3:before {
  content: "\e602";
}
.lin-icon-home4:before {
  content: "\e603";
}
.lin-icon-home5:before {
  content: "\e604";
}
.lin-icon-home6:before {
  content: "\e605";
}
.lin-icon-bathtub:before {
  content: "\e606";
}
.lin-icon-toothbrush:before {
  content: "\e607";
}
.lin-icon-bed:before {
  content: "\e608";
}
.lin-icon-couch:before {
  content: "\e609";
}
.lin-icon-chair:before {
  content: "\e60a";
}
.lin-icon-city:before {
  content: "\e60b";
}
.lin-icon-apartment:before {
  content: "\e60c";
}
.lin-icon-pencil:before {
  content: "\e60d";
}
.lin-icon-pencil2:before {
  content: "\e60e";
}
.lin-icon-pen:before {
  content: "\e60f";
}
.lin-icon-pencil3:before {
  content: "\e610";
}
.lin-icon-eraser:before {
  content: "\e611";
}
.lin-icon-pencil4:before {
  content: "\e612";
}
.lin-icon-pencil5:before {
  content: "\e613";
}
.lin-icon-feather:before {
  content: "\e614";
}
.lin-icon-feather2:before {
  content: "\e615";
}
.lin-icon-feather3:before {
  content: "\e616";
}
.lin-icon-pen2:before {
  content: "\e617";
}
.lin-icon-pen-add:before {
  content: "\e618";
}
.lin-icon-pen-remove:before {
  content: "\e619";
}
.lin-icon-vector:before {
  content: "\e61a";
}
.lin-icon-pen3:before {
  content: "\e61b";
}
.lin-icon-blog:before {
  content: "\e61c";
}
.lin-icon-brush:before {
  content: "\e61d";
}
.lin-icon-brush2:before {
  content: "\e61e";
}
.lin-icon-spray:before {
  content: "\e61f";
}
.lin-icon-paint-roller:before {
  content: "\e620";
}
.lin-icon-stamp:before {
  content: "\e621";
}
.lin-icon-tape:before {
  content: "\e622";
}
.lin-icon-desk-tape:before {
  content: "\e623";
}
.lin-icon-texture:before {
  content: "\e624";
}
.lin-icon-eye-dropper:before {
  content: "\e625";
}
.lin-icon-palette:before {
  content: "\e626";
}
.lin-icon-color-sampler:before {
  content: "\e627";
}
.lin-icon-bucket:before {
  content: "\e628";
}
.lin-icon-gradient:before {
  content: "\e629";
}
.lin-icon-gradient2:before {
  content: "\e62a";
}
.lin-icon-magic-wand:before {
  content: "\e62b";
}
.lin-icon-magnet:before {
  content: "\e62c";
}
.lin-icon-pencil-ruler:before {
  content: "\e62d";
}
.lin-icon-pencil-ruler2:before {
  content: "\e62e";
}
.lin-icon-compass:before {
  content: "\e62f";
}
.lin-icon-aim:before {
  content: "\e630";
}
.lin-icon-gun:before {
  content: "\e631";
}
.lin-icon-bottle:before {
  content: "\e632";
}
.lin-icon-drop:before {
  content: "\e633";
}
.lin-icon-drop-crossed:before {
  content: "\e634";
}
.lin-icon-drop2:before {
  content: "\e635";
}
.lin-icon-snow:before {
  content: "\e636";
}
.lin-icon-snow2:before {
  content: "\e637";
}
.lin-icon-fire:before {
  content: "\e638";
}
.lin-icon-lighter:before {
  content: "\e639";
}
.lin-icon-knife:before {
  content: "\e63a";
}
.lin-icon-dagger:before {
  content: "\e63b";
}
.lin-icon-tissue:before {
  content: "\e63c";
}
.lin-icon-toilet-paper:before {
  content: "\e63d";
}
.lin-icon-poop:before {
  content: "\e63e";
}
.lin-icon-umbrella:before {
  content: "\e63f";
}
.lin-icon-umbrella2:before {
  content: "\e640";
}
.lin-icon-rain:before {
  content: "\e641";
}
.lin-icon-tornado:before {
  content: "\e642";
}
.lin-icon-wind:before {
  content: "\e643";
}
.lin-icon-fan:before {
  content: "\e644";
}
.lin-icon-contrast:before {
  content: "\e645";
}
.lin-icon-sun-small:before {
  content: "\e646";
}
.lin-icon-sun:before {
  content: "\e647";
}
.lin-icon-sun2:before {
  content: "\e648";
}
.lin-icon-moon:before {
  content: "\e649";
}
.lin-icon-cloud:before {
  content: "\e64a";
}
.lin-icon-cloud-upload:before {
  content: "\e64b";
}
.lin-icon-cloud-download:before {
  content: "\e64c";
}
.lin-icon-cloud-rain:before {
  content: "\e64d";
}
.lin-icon-cloud-hailstones:before {
  content: "\e64e";
}
.lin-icon-cloud-snow:before {
  content: "\e64f";
}
.lin-icon-cloud-windy:before {
  content: "\e650";
}
.lin-icon-sun-wind:before {
  content: "\e651";
}
.lin-icon-cloud-fog:before {
  content: "\e652";
}
.lin-icon-cloud-sun:before {
  content: "\e653";
}
.lin-icon-cloud-lightning:before {
  content: "\e654";
}
.lin-icon-cloud-sync:before {
  content: "\e655";
}
.lin-icon-cloud-lock:before {
  content: "\e656";
}
.lin-icon-cloud-gear:before {
  content: "\e657";
}
.lin-icon-cloud-alert:before {
  content: "\e658";
}
.lin-icon-cloud-check:before {
  content: "\e659";
}
.lin-icon-cloud-cross:before {
  content: "\e65a";
}
.lin-icon-cloud-crossed:before {
  content: "\e65b";
}
.lin-icon-cloud-database:before {
  content: "\e65c";
}
.lin-icon-database:before {
  content: "\e65d";
}
.lin-icon-database-add:before {
  content: "\e65e";
}
.lin-icon-database-remove:before {
  content: "\e65f";
}
.lin-icon-database-lock:before {
  content: "\e660";
}
.lin-icon-database-refresh:before {
  content: "\e661";
}
.lin-icon-database-check:before {
  content: "\e662";
}
.lin-icon-database-history:before {
  content: "\e663";
}
.lin-icon-database-upload:before {
  content: "\e664";
}
.lin-icon-database-download:before {
  content: "\e665";
}
.lin-icon-server:before {
  content: "\e666";
}
.lin-icon-shield:before {
  content: "\e667";
}
.lin-icon-shield-check:before {
  content: "\e668";
}
.lin-icon-shield-alert:before {
  content: "\e669";
}
.lin-icon-shield-cross:before {
  content: "\e66a";
}
.lin-icon-lock:before {
  content: "\e66b";
}
.lin-icon-rotation-lock:before {
  content: "\e66c";
}
.lin-icon-unlock:before {
  content: "\e66d";
}
.lin-icon-key:before {
  content: "\e66e";
}
.lin-icon-key-hole:before {
  content: "\e66f";
}
.lin-icon-toggle-off:before {
  content: "\e670";
}
.lin-icon-toggle-on:before {
  content: "\e671";
}
.lin-icon-cog:before {
  content: "\e672";
}
.lin-icon-cog2:before {
  content: "\e673";
}
.lin-icon-wrench:before {
  content: "\e674";
}
.lin-icon-screwdriver:before {
  content: "\e675";
}
.lin-icon-hammer-wrench:before {
  content: "\e676";
}
.lin-icon-hammer:before {
  content: "\e677";
}
.lin-icon-saw:before {
  content: "\e678";
}
.lin-icon-axe:before {
  content: "\e679";
}
.lin-icon-axe2:before {
  content: "\e67a";
}
.lin-icon-shovel:before {
  content: "\e67b";
}
.lin-icon-pickaxe:before {
  content: "\e67c";
}
.lin-icon-factory:before {
  content: "\e67d";
}
.lin-icon-factory2:before {
  content: "\e67e";
}
.lin-icon-recycle:before {
  content: "\e67f";
}
.lin-icon-trash:before {
  content: "\e680";
}
.lin-icon-trash2:before {
  content: "\e681";
}
.lin-icon-trash3:before {
  content: "\e682";
}
.lin-icon-broom:before {
  content: "\e683";
}
.lin-icon-game:before {
  content: "\e684";
}
.lin-icon-gamepad:before {
  content: "\e685";
}
.lin-icon-joystick:before {
  content: "\e686";
}
.lin-icon-dice:before {
  content: "\e687";
}
.lin-icon-spades:before {
  content: "\e688";
}
.lin-icon-diamonds:before {
  content: "\e689";
}
.lin-icon-clubs:before {
  content: "\e68a";
}
.lin-icon-hearts:before {
  content: "\e68b";
}
.lin-icon-heart:before {
  content: "\e68c";
}
.lin-icon-star:before {
  content: "\e68d";
}
.lin-icon-star-half:before {
  content: "\e68e";
}
.lin-icon-star-empty:before {
  content: "\e68f";
}
.lin-icon-flag:before {
  content: "\e690";
}
.lin-icon-flag2:before {
  content: "\e691";
}
.lin-icon-flag3:before {
  content: "\e692";
}
.lin-icon-mailbox-full:before {
  content: "\e693";
}
.lin-icon-mailbox-empty:before {
  content: "\e694";
}
.lin-icon-at-sign:before {
  content: "\e695";
}
.lin-icon-envelope:before {
  content: "\e696";
}
.lin-icon-envelope-open:before {
  content: "\e697";
}
.lin-icon-paperclip:before {
  content: "\e698";
}
.lin-icon-paper-plane:before {
  content: "\e699";
}
.lin-icon-reply:before {
  content: "\e69a";
}
.lin-icon-reply-all:before {
  content: "\e69b";
}
.lin-icon-inbox:before {
  content: "\e69c";
}
.lin-icon-inbox2:before {
  content: "\e69d";
}
.lin-icon-outbox:before {
  content: "\e69e";
}
.lin-icon-box:before {
  content: "\e69f";
}
.lin-icon-archive:before {
  content: "\e6a0";
}
.lin-icon-archive2:before {
  content: "\e6a1";
}
.lin-icon-drawers:before {
  content: "\e6a2";
}
.lin-icon-drawers2:before {
  content: "\e6a3";
}
.lin-icon-drawers3:before {
  content: "\e6a4";
}
.lin-icon-eye:before {
  content: "\e6a5";
}
.lin-icon-eye-crossed:before {
  content: "\e6a6";
}
.lin-icon-eye-plus:before {
  content: "\e6a7";
}
.lin-icon-eye-minus:before {
  content: "\e6a8";
}
.lin-icon-binoculars:before {
  content: "\e6a9";
}
.lin-icon-binoculars2:before {
  content: "\e6aa";
}
.lin-icon-hdd:before {
  content: "\e6ab";
}
.lin-icon-hdd-down:before {
  content: "\e6ac";
}
.lin-icon-hdd-up:before {
  content: "\e6ad";
}
.lin-icon-floppy-disk:before {
  content: "\e6ae";
}
.lin-icon-disc:before {
  content: "\e6af";
}
.lin-icon-tape2:before {
  content: "\e6b0";
}
.lin-icon-printer:before {
  content: "\e6b1";
}
.lin-icon-shredder:before {
  content: "\e6b2";
}
.lin-icon-file-empty:before {
  content: "\e6b3";
}
.lin-icon-file-add:before {
  content: "\e6b4";
}
.lin-icon-file-check:before {
  content: "\e6b5";
}
.lin-icon-file-lock:before {
  content: "\e6b6";
}
.lin-icon-files:before {
  content: "\e6b7";
}
.lin-icon-copy:before {
  content: "\e6b8";
}
.lin-icon-compare:before {
  content: "\e6b9";
}
.lin-icon-folder:before {
  content: "\e6ba";
}
.lin-icon-folder-search:before {
  content: "\e6bb";
}
.lin-icon-folder-plus:before {
  content: "\e6bc";
}
.lin-icon-folder-minus:before {
  content: "\e6bd";
}
.lin-icon-folder-download:before {
  content: "\e6be";
}
.lin-icon-folder-upload:before {
  content: "\e6bf";
}
.lin-icon-folder-star:before {
  content: "\e6c0";
}
.lin-icon-folder-heart:before {
  content: "\e6c1";
}
.lin-icon-folder-user:before {
  content: "\e6c2";
}
.lin-icon-folder-shared:before {
  content: "\e6c3";
}
.lin-icon-folder-music:before {
  content: "\e6c4";
}
.lin-icon-folder-picture:before {
  content: "\e6c5";
}
.lin-icon-folder-film:before {
  content: "\e6c6";
}
.lin-icon-scissors:before {
  content: "\e6c7";
}
.lin-icon-paste:before {
  content: "\e6c8";
}
.lin-icon-clipboard-empty:before {
  content: "\e6c9";
}
.lin-icon-clipboard-pencil:before {
  content: "\e6ca";
}
.lin-icon-clipboard-text:before {
  content: "\e6cb";
}
.lin-icon-clipboard-check:before {
  content: "\e6cc";
}
.lin-icon-clipboard-down:before {
  content: "\e6cd";
}
.lin-icon-clipboard-left:before {
  content: "\e6ce";
}
.lin-icon-clipboard-alert:before {
  content: "\e6cf";
}
.lin-icon-clipboard-user:before {
  content: "\e6d0";
}
.lin-icon-register:before {
  content: "\e6d1";
}
.lin-icon-enter:before {
  content: "\e6d2";
}
.lin-icon-exit:before {
  content: "\e6d3";
}
.lin-icon-papers:before {
  content: "\e6d4";
}
.lin-icon-news:before {
  content: "\e6d5";
}
.lin-icon-reading:before {
  content: "\e6d6";
}
.lin-icon-typewriter:before {
  content: "\e6d7";
}
.lin-icon-document:before {
  content: "\e6d8";
}
.lin-icon-document2:before {
  content: "\e6d9";
}
.lin-icon-graduation-hat:before {
  content: "\e6da";
}
.lin-icon-license:before {
  content: "\e6db";
}
.lin-icon-license2:before {
  content: "\e6dc";
}
.lin-icon-medal-empty:before {
  content: "\e6dd";
}
.lin-icon-medal-first:before {
  content: "\e6de";
}
.lin-icon-medal-second:before {
  content: "\e6df";
}
.lin-icon-medal-third:before {
  content: "\e6e0";
}
.lin-icon-podium:before {
  content: "\e6e1";
}
.lin-icon-trophy:before {
  content: "\e6e2";
}
.lin-icon-trophy2:before {
  content: "\e6e3";
}
.lin-icon-music-note:before {
  content: "\e6e4";
}
.lin-icon-music-note2:before {
  content: "\e6e5";
}
.lin-icon-music-note3:before {
  content: "\e6e6";
}
.lin-icon-playlist:before {
  content: "\e6e7";
}
.lin-icon-playlist-add:before {
  content: "\e6e8";
}
.lin-icon-guitar:before {
  content: "\e6e9";
}
.lin-icon-trumpet:before {
  content: "\e6ea";
}
.lin-icon-album:before {
  content: "\e6eb";
}
.lin-icon-shuffle:before {
  content: "\e6ec";
}
.lin-icon-repeat-one:before {
  content: "\e6ed";
}
.lin-icon-repeat:before {
  content: "\e6ee";
}
.lin-icon-headphones:before {
  content: "\e6ef";
}
.lin-icon-headset:before {
  content: "\e6f0";
}
.lin-icon-loudspeaker:before {
  content: "\e6f1";
}
.lin-icon-equalizer:before {
  content: "\e6f2";
}
.lin-icon-theater:before {
  content: "\e6f3";
}
.lin-icon-3d-glasses:before {
  content: "\e6f4";
}
.lin-icon-ticket:before {
  content: "\e6f5";
}
.lin-icon-presentation:before {
  content: "\e6f6";
}
.lin-icon-play:before {
  content: "\e6f7";
}
.lin-icon-film-play:before {
  content: "\e6f8";
}
.lin-icon-clapboard-play:before {
  content: "\e6f9";
}
.lin-icon-media:before {
  content: "\e6fa";
}
.lin-icon-film:before {
  content: "\e6fb";
}
.lin-icon-film2:before {
  content: "\e6fc";
}
.lin-icon-surveillance:before {
  content: "\e6fd";
}
.lin-icon-surveillance2:before {
  content: "\e6fe";
}
.lin-icon-camera:before {
  content: "\e6ff";
}
.lin-icon-camera-crossed:before {
  content: "\e700";
}
.lin-icon-camera-play:before {
  content: "\e701";
}
.lin-icon-time-lapse:before {
  content: "\e702";
}
.lin-icon-record:before {
  content: "\e703";
}
.lin-icon-camera2:before {
  content: "\e704";
}
.lin-icon-camera-flip:before {
  content: "\e705";
}
.lin-icon-panorama:before {
  content: "\e706";
}
.lin-icon-time-lapse2:before {
  content: "\e707";
}
.lin-icon-shutter:before {
  content: "\e708";
}
.lin-icon-shutter2:before {
  content: "\e709";
}
.lin-icon-face-detection:before {
  content: "\e70a";
}
.lin-icon-flare:before {
  content: "\e70b";
}
.lin-icon-convex:before {
  content: "\e70c";
}
.lin-icon-concave:before {
  content: "\e70d";
}
.lin-icon-picture:before {
  content: "\e70e";
}
.lin-icon-picture2:before {
  content: "\e70f";
}
.lin-icon-picture3:before {
  content: "\e710";
}
.lin-icon-pictures:before {
  content: "\e711";
}
.lin-icon-book:before {
  content: "\e712";
}
.lin-icon-audio-book:before {
  content: "\e713";
}
.lin-icon-book2:before {
  content: "\e714";
}
.lin-icon-bookmark:before {
  content: "\e715";
}
.lin-icon-bookmark2:before {
  content: "\e716";
}
.lin-icon-label:before {
  content: "\e717";
}
.lin-icon-library:before {
  content: "\e718";
}
.lin-icon-library2:before {
  content: "\e719";
}
.lin-icon-contacts:before {
  content: "\e71a";
}
.lin-icon-profile:before {
  content: "\e71b";
}
.lin-icon-portrait:before {
  content: "\e71c";
}
.lin-icon-portrait2:before {
  content: "\e71d";
}
.lin-icon-user:before {
  content: "\e71e";
}
.lin-icon-user-plus:before {
  content: "\e71f";
}
.lin-icon-user-minus:before {
  content: "\e720";
}
.lin-icon-user-lock:before {
  content: "\e721";
}
.lin-icon-users:before {
  content: "\e722";
}
.lin-icon-users2:before {
  content: "\e723";
}
.lin-icon-users-plus:before {
  content: "\e724";
}
.lin-icon-users-minus:before {
  content: "\e725";
}
.lin-icon-group-work:before {
  content: "\e726";
}
.lin-icon-woman:before {
  content: "\e727";
}
.lin-icon-man:before {
  content: "\e728";
}
.lin-icon-baby:before {
  content: "\e729";
}
.lin-icon-baby2:before {
  content: "\e72a";
}
.lin-icon-baby3:before {
  content: "\e72b";
}
.lin-icon-baby-bottle:before {
  content: "\e72c";
}
.lin-icon-walk:before {
  content: "\e72d";
}
.lin-icon-hand-waving:before {
  content: "\e72e";
}
.lin-icon-jump:before {
  content: "\e72f";
}
.lin-icon-run:before {
  content: "\e730";
}
.lin-icon-woman2:before {
  content: "\e731";
}
.lin-icon-man2:before {
  content: "\e732";
}
.lin-icon-man-woman:before {
  content: "\e733";
}
.lin-icon-height:before {
  content: "\e734";
}
.lin-icon-weight:before {
  content: "\e735";
}
.lin-icon-scale:before {
  content: "\e736";
}
.lin-icon-button:before {
  content: "\e737";
}
.lin-icon-bow-tie:before {
  content: "\e738";
}
.lin-icon-tie:before {
  content: "\e739";
}
.lin-icon-socks:before {
  content: "\e73a";
}
.lin-icon-shoe:before {
  content: "\e73b";
}
.lin-icon-shoes:before {
  content: "\e73c";
}
.lin-icon-hat:before {
  content: "\e73d";
}
.lin-icon-pants:before {
  content: "\e73e";
}
.lin-icon-shorts:before {
  content: "\e73f";
}
.lin-icon-flip-flops:before {
  content: "\e740";
}
.lin-icon-shirt:before {
  content: "\e741";
}
.lin-icon-hanger:before {
  content: "\e742";
}
.lin-icon-laundry:before {
  content: "\e743";
}
.lin-icon-store:before {
  content: "\e744";
}
.lin-icon-haircut:before {
  content: "\e745";
}
.lin-icon-store-24:before {
  content: "\e746";
}
.lin-icon-barcode:before {
  content: "\e747";
}
.lin-icon-barcode2:before {
  content: "\e748";
}
.lin-icon-barcode3:before {
  content: "\e749";
}
.lin-icon-cashier:before {
  content: "\e74a";
}
.lin-icon-bag:before {
  content: "\e74b";
}
.lin-icon-bag2:before {
  content: "\e74c";
}
.lin-icon-cart:before {
  content: "\e74d";
}
.lin-icon-cart-empty:before {
  content: "\e74e";
}
.lin-icon-cart-full:before {
  content: "\e74f";
}
.lin-icon-cart-plus:before {
  content: "\e750";
}
.lin-icon-cart-plus2:before {
  content: "\e751";
}
.lin-icon-cart-add:before {
  content: "\e752";
}
.lin-icon-cart-remove:before {
  content: "\e753";
}
.lin-icon-cart-exchange:before {
  content: "\e754";
}
.lin-icon-tag:before {
  content: "\e755";
}
.lin-icon-tags:before {
  content: "\e756";
}
.lin-icon-receipt:before {
  content: "\e757";
}
.lin-icon-wallet:before {
  content: "\e758";
}
.lin-icon-credit-card:before {
  content: "\e759";
}
.lin-icon-cash-dollar:before {
  content: "\e75a";
}
.lin-icon-cash-euro:before {
  content: "\e75b";
}
.lin-icon-cash-pound:before {
  content: "\e75c";
}
.lin-icon-cash-yen:before {
  content: "\e75d";
}
.lin-icon-bag-dollar:before {
  content: "\e75e";
}
.lin-icon-bag-euro:before {
  content: "\e75f";
}
.lin-icon-bag-pound:before {
  content: "\e760";
}
.lin-icon-bag-yen:before {
  content: "\e761";
}
.lin-icon-coin-dollar:before {
  content: "\e762";
}
.lin-icon-coin-euro:before {
  content: "\e763";
}
.lin-icon-coin-pound:before {
  content: "\e764";
}
.lin-icon-coin-yen:before {
  content: "\e765";
}
.lin-icon-calculator:before {
  content: "\e766";
}
.lin-icon-calculator2:before {
  content: "\e767";
}
.lin-icon-abacus:before {
  content: "\e768";
}
.lin-icon-vault:before {
  content: "\e769";
}
.lin-icon-telephone:before {
  content: "\e76a";
}
.lin-icon-phone-lock:before {
  content: "\e76b";
}
.lin-icon-phone-wave:before {
  content: "\e76c";
}
.lin-icon-phone-pause:before {
  content: "\e76d";
}
.lin-icon-phone-outgoing:before {
  content: "\e76e";
}
.lin-icon-phone-incoming:before {
  content: "\e76f";
}
.lin-icon-phone-in-out:before {
  content: "\e770";
}
.lin-icon-phone-error:before {
  content: "\e771";
}
.lin-icon-phone-sip:before {
  content: "\e772";
}
.lin-icon-phone-plus:before {
  content: "\e773";
}
.lin-icon-phone-minus:before {
  content: "\e774";
}
.lin-icon-voicemail:before {
  content: "\e775";
}
.lin-icon-dial:before {
  content: "\e776";
}
.lin-icon-telephone2:before {
  content: "\e777";
}
.lin-icon-pushpin:before {
  content: "\e778";
}
.lin-icon-pushpin2:before {
  content: "\e779";
}
.lin-icon-map-marker:before {
  content: "\e77a";
}
.lin-icon-map-marker-user:before {
  content: "\e77b";
}
.lin-icon-map-marker-down:before {
  content: "\e77c";
}
.lin-icon-map-marker-check:before {
  content: "\e77d";
}
.lin-icon-map-marker-crossed:before {
  content: "\e77e";
}
.lin-icon-radar:before {
  content: "\e77f";
}
.lin-icon-compass2:before {
  content: "\e780";
}
.lin-icon-map:before {
  content: "\e781";
}
.lin-icon-map2:before {
  content: "\e782";
}
.lin-icon-location:before {
  content: "\e783";
}
.lin-icon-road-sign:before {
  content: "\e784";
}
.lin-icon-calendar-empty:before {
  content: "\e785";
}
.lin-icon-calendar-check:before {
  content: "\e786";
}
.lin-icon-calendar-cross:before {
  content: "\e787";
}
.lin-icon-calendar-31:before {
  content: "\e788";
}
.lin-icon-calendar-full:before {
  content: "\e789";
}
.lin-icon-calendar-insert:before {
  content: "\e78a";
}
.lin-icon-calendar-text:before {
  content: "\e78b";
}
.lin-icon-calendar-user:before {
  content: "\e78c";
}
.lin-icon-mouse:before {
  content: "\e78d";
}
.lin-icon-mouse-left:before {
  content: "\e78e";
}
.lin-icon-mouse-right:before {
  content: "\e78f";
}
.lin-icon-mouse-both:before {
  content: "\e790";
}
.lin-icon-keyboard:before {
  content: "\e791";
}
.lin-icon-keyboard-up:before {
  content: "\e792";
}
.lin-icon-keyboard-down:before {
  content: "\e793";
}
.lin-icon-delete:before {
  content: "\e794";
}
.lin-icon-spell-check:before {
  content: "\e795";
}
.lin-icon-escape:before {
  content: "\e796";
}
.lin-icon-enter2:before {
  content: "\e797";
}
.lin-icon-screen:before {
  content: "\e798";
}
.lin-icon-aspect-ratio:before {
  content: "\e799";
}
.lin-icon-signal:before {
  content: "\e79a";
}
.lin-icon-signal-lock:before {
  content: "\e79b";
}
.lin-icon-signal-80:before {
  content: "\e79c";
}
.lin-icon-signal-60:before {
  content: "\e79d";
}
.lin-icon-signal-40:before {
  content: "\e79e";
}
.lin-icon-signal-20:before {
  content: "\e79f";
}
.lin-icon-signal-0:before {
  content: "\e7a0";
}
.lin-icon-signal-blocked:before {
  content: "\e7a1";
}
.lin-icon-sim:before {
  content: "\e7a2";
}
.lin-icon-flash-memory:before {
  content: "\e7a3";
}
.lin-icon-usb-drive:before {
  content: "\e7a4";
}
.lin-icon-phone:before {
  content: "\e7a5";
}
.lin-icon-smartphone:before {
  content: "\e7a6";
}
.lin-icon-smartphone-notification:before {
  content: "\e7a7";
}
.lin-icon-smartphone-vibration:before {
  content: "\e7a8";
}
.lin-icon-smartphone-embed:before {
  content: "\e7a9";
}
.lin-icon-smartphone-waves:before {
  content: "\e7aa";
}
.lin-icon-tablet:before {
  content: "\e7ab";
}
.lin-icon-tablet2:before {
  content: "\e7ac";
}
.lin-icon-laptop:before {
  content: "\e7ad";
}
.lin-icon-laptop-phone:before {
  content: "\e7ae";
}
.lin-icon-desktop:before {
  content: "\e7af";
}
.lin-icon-launch:before {
  content: "\e7b0";
}
.lin-icon-new-tab:before {
  content: "\e7b1";
}
.lin-icon-window:before {
  content: "\e7b2";
}
.lin-icon-cable:before {
  content: "\e7b3";
}
.lin-icon-cable2:before {
  content: "\e7b4";
}
.lin-icon-tv:before {
  content: "\e7b5";
}
.lin-icon-radio:before {
  content: "\e7b6";
}
.lin-icon-remote-control:before {
  content: "\e7b7";
}
.lin-icon-power-switch:before {
  content: "\e7b8";
}
.lin-icon-power:before {
  content: "\e7b9";
}
.lin-icon-power-crossed:before {
  content: "\e7ba";
}
.lin-icon-flash-auto:before {
  content: "\e7bb";
}
.lin-icon-lamp:before {
  content: "\e7bc";
}
.lin-icon-flashlight:before {
  content: "\e7bd";
}
.lin-icon-lampshade:before {
  content: "\e7be";
}
.lin-icon-cord:before {
  content: "\e7bf";
}
.lin-icon-outlet:before {
  content: "\e7c0";
}
.lin-icon-battery-power:before {
  content: "\e7c1";
}
.lin-icon-battery-empty:before {
  content: "\e7c2";
}
.lin-icon-battery-alert:before {
  content: "\e7c3";
}
.lin-icon-battery-error:before {
  content: "\e7c4";
}
.lin-icon-battery-low1:before {
  content: "\e7c5";
}
.lin-icon-battery-low2:before {
  content: "\e7c6";
}
.lin-icon-battery-low3:before {
  content: "\e7c7";
}
.lin-icon-battery-mid1:before {
  content: "\e7c8";
}
.lin-icon-battery-mid2:before {
  content: "\e7c9";
}
.lin-icon-battery-mid3:before {
  content: "\e7ca";
}
.lin-icon-battery-full:before {
  content: "\e7cb";
}
.lin-icon-battery-charging:before {
  content: "\e7cc";
}
.lin-icon-battery-charging2:before {
  content: "\e7cd";
}
.lin-icon-battery-charging3:before {
  content: "\e7ce";
}
.lin-icon-battery-charging4:before {
  content: "\e7cf";
}
.lin-icon-battery-charging5:before {
  content: "\e7d0";
}
.lin-icon-battery-charging6:before {
  content: "\e7d1";
}
.lin-icon-battery-charging7:before {
  content: "\e7d2";
}
.lin-icon-chip:before {
  content: "\e7d3";
}
.lin-icon-chip-x64:before {
  content: "\e7d4";
}
.lin-icon-chip-x86:before {
  content: "\e7d5";
}
.lin-icon-bubble:before {
  content: "\e7d6";
}
.lin-icon-bubbles:before {
  content: "\e7d7";
}
.lin-icon-bubble-dots:before {
  content: "\e7d8";
}
.lin-icon-bubble-alert:before {
  content: "\e7d9";
}
.lin-icon-bubble-question:before {
  content: "\e7da";
}
.lin-icon-bubble-text:before {
  content: "\e7db";
}
.lin-icon-bubble-pencil:before {
  content: "\e7dc";
}
.lin-icon-bubble-picture:before {
  content: "\e7dd";
}
.lin-icon-bubble-video:before {
  content: "\e7de";
}
.lin-icon-bubble-user:before {
  content: "\e7df";
}
.lin-icon-bubble-quote:before {
  content: "\e7e0";
}
.lin-icon-bubble-heart:before {
  content: "\e7e1";
}
.lin-icon-bubble-emoticon:before {
  content: "\e7e2";
}
.lin-icon-bubble-attachment:before {
  content: "\e7e3";
}
.lin-icon-phone-bubble:before {
  content: "\e7e4";
}
.lin-icon-quote-open:before {
  content: "\e7e5";
}
.lin-icon-quote-close:before {
  content: "\e7e6";
}
.lin-icon-dna:before {
  content: "\e7e7";
}
.lin-icon-heart-pulse:before {
  content: "\e7e8";
}
.lin-icon-pulse:before {
  content: "\e7e9";
}
.lin-icon-syringe:before {
  content: "\e7ea";
}
.lin-icon-pills:before {
  content: "\e7eb";
}
.lin-icon-first-aid:before {
  content: "\e7ec";
}
.lin-icon-lifebuoy:before {
  content: "\e7ed";
}
.lin-icon-bandage:before {
  content: "\e7ee";
}
.lin-icon-bandages:before {
  content: "\e7ef";
}
.lin-icon-thermometer:before {
  content: "\e7f0";
}
.lin-icon-microscope:before {
  content: "\e7f1";
}
.lin-icon-brain:before {
  content: "\e7f2";
}
.lin-icon-beaker:before {
  content: "\e7f3";
}
.lin-icon-skull:before {
  content: "\e7f4";
}
.lin-icon-bone:before {
  content: "\e7f5";
}
.lin-icon-construction:before {
  content: "\e7f6";
}
.lin-icon-construction-cone:before {
  content: "\e7f7";
}
.lin-icon-pie-chart:before {
  content: "\e7f8";
}
.lin-icon-pie-chart2:before {
  content: "\e7f9";
}
.lin-icon-graph:before {
  content: "\e7fa";
}
.lin-icon-chart-growth:before {
  content: "\e7fb";
}
.lin-icon-chart-bars:before {
  content: "\e7fc";
}
.lin-icon-chart-settings:before {
  content: "\e7fd";
}
.lin-icon-cake:before {
  content: "\e7fe";
}
.lin-icon-gift:before {
  content: "\e7ff";
}
.lin-icon-balloon:before {
  content: "\e800";
}
.lin-icon-rank:before {
  content: "\e801";
}
.lin-icon-rank2:before {
  content: "\e802";
}
.lin-icon-rank3:before {
  content: "\e803";
}
.lin-icon-crown:before {
  content: "\e804";
}
.lin-icon-lotus:before {
  content: "\e805";
}
.lin-icon-diamond:before {
  content: "\e806";
}
.lin-icon-diamond2:before {
  content: "\e807";
}
.lin-icon-diamond3:before {
  content: "\e808";
}
.lin-icon-diamond4:before {
  content: "\e809";
}
.lin-icon-linearicons:before {
  content: "\e80a";
}
.lin-icon-teacup:before {
  content: "\e80b";
}
.lin-icon-teapot:before {
  content: "\e80c";
}
.lin-icon-glass:before {
  content: "\e80d";
}
.lin-icon-bottle2:before {
  content: "\e80e";
}
.lin-icon-glass-cocktail:before {
  content: "\e80f";
}
.lin-icon-glass2:before {
  content: "\e810";
}
.lin-icon-dinner:before {
  content: "\e811";
}
.lin-icon-dinner2:before {
  content: "\e812";
}
.lin-icon-chef:before {
  content: "\e813";
}
.lin-icon-scale2:before {
  content: "\e814";
}
.lin-icon-egg:before {
  content: "\e815";
}
.lin-icon-egg2:before {
  content: "\e816";
}
.lin-icon-eggs:before {
  content: "\e817";
}
.lin-icon-platter:before {
  content: "\e818";
}
.lin-icon-steak:before {
  content: "\e819";
}
.lin-icon-hamburger:before {
  content: "\e81a";
}
.lin-icon-hotdog:before {
  content: "\e81b";
}
.lin-icon-pizza:before {
  content: "\e81c";
}
.lin-icon-sausage:before {
  content: "\e81d";
}
.lin-icon-chicken:before {
  content: "\e81e";
}
.lin-icon-fish:before {
  content: "\e81f";
}
.lin-icon-carrot:before {
  content: "\e820";
}
.lin-icon-cheese:before {
  content: "\e821";
}
.lin-icon-bread:before {
  content: "\e822";
}
.lin-icon-ice-cream:before {
  content: "\e823";
}
.lin-icon-ice-cream2:before {
  content: "\e824";
}
.lin-icon-candy:before {
  content: "\e825";
}
.lin-icon-lollipop:before {
  content: "\e826";
}
.lin-icon-coffee-bean:before {
  content: "\e827";
}
.lin-icon-coffee-cup:before {
  content: "\e828";
}
.lin-icon-cherry:before {
  content: "\e829";
}
.lin-icon-grapes:before {
  content: "\e82a";
}
.lin-icon-citrus:before {
  content: "\e82b";
}
.lin-icon-apple:before {
  content: "\e82c";
}
.lin-icon-leaf:before {
  content: "\e82d";
}
.lin-icon-landscape:before {
  content: "\e82e";
}
.lin-icon-pine-tree:before {
  content: "\e82f";
}
.lin-icon-tree:before {
  content: "\e830";
}
.lin-icon-cactus:before {
  content: "\e831";
}
.lin-icon-paw:before {
  content: "\e832";
}
.lin-icon-footprint:before {
  content: "\e833";
}
.lin-icon-speed-slow:before {
  content: "\e834";
}
.lin-icon-speed-medium:before {
  content: "\e835";
}
.lin-icon-speed-fast:before {
  content: "\e836";
}
.lin-icon-rocket:before {
  content: "\e837";
}
.lin-icon-hammer2:before {
  content: "\e838";
}
.lin-icon-balance:before {
  content: "\e839";
}
.lin-icon-briefcase:before {
  content: "\e83a";
}
.lin-icon-luggage-weight:before {
  content: "\e83b";
}
.lin-icon-dolly:before {
  content: "\e83c";
}
.lin-icon-plane:before {
  content: "\e83d";
}
.lin-icon-plane-crossed:before {
  content: "\e83e";
}
.lin-icon-helicopter:before {
  content: "\e83f";
}
.lin-icon-traffic-lights:before {
  content: "\e840";
}
.lin-icon-siren:before {
  content: "\e841";
}
.lin-icon-road:before {
  content: "\e842";
}
.lin-icon-engine:before {
  content: "\e843";
}
.lin-icon-oil-pressure:before {
  content: "\e844";
}
.lin-icon-coolant-temperature:before {
  content: "\e845";
}
.lin-icon-car-battery:before {
  content: "\e846";
}
.lin-icon-gas:before {
  content: "\e847";
}
.lin-icon-gallon:before {
  content: "\e848";
}
.lin-icon-transmission:before {
  content: "\e849";
}
.lin-icon-car:before {
  content: "\e84a";
}
.lin-icon-car-wash:before {
  content: "\e84b";
}
.lin-icon-car-wash2:before {
  content: "\e84c";
}
.lin-icon-bus:before {
  content: "\e84d";
}
.lin-icon-bus2:before {
  content: "\e84e";
}
.lin-icon-car2:before {
  content: "\e84f";
}
.lin-icon-parking:before {
  content: "\e850";
}
.lin-icon-car-lock:before {
  content: "\e851";
}
.lin-icon-taxi:before {
  content: "\e852";
}
.lin-icon-car-siren:before {
  content: "\e853";
}
.lin-icon-car-wash3:before {
  content: "\e854";
}
.lin-icon-car-wash4:before {
  content: "\e855";
}
.lin-icon-ambulance:before {
  content: "\e856";
}
.lin-icon-truck:before {
  content: "\e857";
}
.lin-icon-trailer:before {
  content: "\e858";
}
.lin-icon-scale-truck:before {
  content: "\e859";
}
.lin-icon-train:before {
  content: "\e85a";
}
.lin-icon-ship:before {
  content: "\e85b";
}
.lin-icon-ship2:before {
  content: "\e85c";
}
.lin-icon-anchor:before {
  content: "\e85d";
}
.lin-icon-boat:before {
  content: "\e85e";
}
.lin-icon-bicycle:before {
  content: "\e85f";
}
.lin-icon-bicycle2:before {
  content: "\e860";
}
.lin-icon-dumbbell:before {
  content: "\e861";
}
.lin-icon-bench-press:before {
  content: "\e862";
}
.lin-icon-swim:before {
  content: "\e863";
}
.lin-icon-football:before {
  content: "\e864";
}
.lin-icon-baseball-bat:before {
  content: "\e865";
}
.lin-icon-baseball:before {
  content: "\e866";
}
.lin-icon-tennis:before {
  content: "\e867";
}
.lin-icon-tennis2:before {
  content: "\e868";
}
.lin-icon-ping-pong:before {
  content: "\e869";
}
.lin-icon-hockey:before {
  content: "\e86a";
}
.lin-icon-8ball:before {
  content: "\e86b";
}
.lin-icon-bowling:before {
  content: "\e86c";
}
.lin-icon-bowling-pins:before {
  content: "\e86d";
}
.lin-icon-golf:before {
  content: "\e86e";
}
.lin-icon-golf2:before {
  content: "\e86f";
}
.lin-icon-archery:before {
  content: "\e870";
}
.lin-icon-slingshot:before {
  content: "\e871";
}
.lin-icon-soccer:before {
  content: "\e872";
}
.lin-icon-basketball:before {
  content: "\e873";
}
.lin-icon-cube:before {
  content: "\e874";
}
.lin-icon-3d-rotate:before {
  content: "\e875";
}
.lin-icon-puzzle:before {
  content: "\e876";
}
.lin-icon-glasses:before {
  content: "\e877";
}
.lin-icon-glasses2:before {
  content: "\e878";
}
.lin-icon-accessibility:before {
  content: "\e879";
}
.lin-icon-wheelchair:before {
  content: "\e87a";
}
.lin-icon-wall:before {
  content: "\e87b";
}
.lin-icon-fence:before {
  content: "\e87c";
}
.lin-icon-wall2:before {
  content: "\e87d";
}
.lin-icon-icons:before {
  content: "\e87e";
}
.lin-icon-resize-handle:before {
  content: "\e87f";
}
.lin-icon-icons2:before {
  content: "\e880";
}
.lin-icon-select:before {
  content: "\e881";
}
.lin-icon-select2:before {
  content: "\e882";
}
.lin-icon-site-map:before {
  content: "\e883";
}
.lin-icon-earth:before {
  content: "\e884";
}
.lin-icon-earth-lock:before {
  content: "\e885";
}
.lin-icon-network:before {
  content: "\e886";
}
.lin-icon-network-lock:before {
  content: "\e887";
}
.lin-icon-planet:before {
  content: "\e888";
}
.lin-icon-happy:before {
  content: "\e889";
}
.lin-icon-smile:before {
  content: "\e88a";
}
.lin-icon-grin:before {
  content: "\e88b";
}
.lin-icon-tongue:before {
  content: "\e88c";
}
.lin-icon-sad:before {
  content: "\e88d";
}
.lin-icon-wink:before {
  content: "\e88e";
}
.lin-icon-dream:before {
  content: "\e88f";
}
.lin-icon-shocked:before {
  content: "\e890";
}
.lin-icon-shocked2:before {
  content: "\e891";
}
.lin-icon-tongue2:before {
  content: "\e892";
}
.lin-icon-neutral:before {
  content: "\e893";
}
.lin-icon-happy-grin:before {
  content: "\e894";
}
.lin-icon-cool:before {
  content: "\e895";
}
.lin-icon-mad:before {
  content: "\e896";
}
.lin-icon-grin-evil:before {
  content: "\e897";
}
.lin-icon-evil:before {
  content: "\e898";
}
.lin-icon-wow:before {
  content: "\e899";
}
.lin-icon-annoyed:before {
  content: "\e89a";
}
.lin-icon-wondering:before {
  content: "\e89b";
}
.lin-icon-confused:before {
  content: "\e89c";
}
.lin-icon-zipped:before {
  content: "\e89d";
}
.lin-icon-grumpy:before {
  content: "\e89e";
}
.lin-icon-mustache:before {
  content: "\e89f";
}
.lin-icon-tombstone-hipster:before {
  content: "\e8a0";
}
.lin-icon-tombstone:before {
  content: "\e8a1";
}
.lin-icon-ghost:before {
  content: "\e8a2";
}
.lin-icon-ghost-hipster:before {
  content: "\e8a3";
}
.lin-icon-halloween:before {
  content: "\e8a4";
}
.lin-icon-christmas:before {
  content: "\e8a5";
}
.lin-icon-easter-egg:before {
  content: "\e8a6";
}
.lin-icon-mustache2:before {
  content: "\e8a7";
}
.lin-icon-mustache-glasses:before {
  content: "\e8a8";
}
.lin-icon-pipe:before {
  content: "\e8a9";
}
.lin-icon-alarm:before {
  content: "\e8aa";
}
.lin-icon-alarm-add:before {
  content: "\e8ab";
}
.lin-icon-alarm-snooze:before {
  content: "\e8ac";
}
.lin-icon-alarm-ringing:before {
  content: "\e8ad";
}
.lin-icon-bullhorn:before {
  content: "\e8ae";
}
.lin-icon-hearing:before {
  content: "\e8af";
}
.lin-icon-volume-high:before {
  content: "\e8b0";
}
.lin-icon-volume-medium:before {
  content: "\e8b1";
}
.lin-icon-volume-low:before {
  content: "\e8b2";
}
.lin-icon-volume:before {
  content: "\e8b3";
}
.lin-icon-mute:before {
  content: "\e8b4";
}
.lin-icon-lan:before {
  content: "\e8b5";
}
.lin-icon-lan2:before {
  content: "\e8b6";
}
.lin-icon-wifi:before {
  content: "\e8b7";
}
.lin-icon-wifi-lock:before {
  content: "\e8b8";
}
.lin-icon-wifi-blocked:before {
  content: "\e8b9";
}
.lin-icon-wifi-mid:before {
  content: "\e8ba";
}
.lin-icon-wifi-low:before {
  content: "\e8bb";
}
.lin-icon-wifi-low2:before {
  content: "\e8bc";
}
.lin-icon-wifi-alert:before {
  content: "\e8bd";
}
.lin-icon-wifi-alert-mid:before {
  content: "\e8be";
}
.lin-icon-wifi-alert-low:before {
  content: "\e8bf";
}
.lin-icon-wifi-alert-low2:before {
  content: "\e8c0";
}
.lin-icon-stream:before {
  content: "\e8c1";
}
.lin-icon-stream-check:before {
  content: "\e8c2";
}
.lin-icon-stream-error:before {
  content: "\e8c3";
}
.lin-icon-stream-alert:before {
  content: "\e8c4";
}
.lin-icon-communication:before {
  content: "\e8c5";
}
.lin-icon-communication-crossed:before {
  content: "\e8c6";
}
.lin-icon-broadcast:before {
  content: "\e8c7";
}
.lin-icon-antenna:before {
  content: "\e8c8";
}
.lin-icon-satellite:before {
  content: "\e8c9";
}
.lin-icon-satellite2:before {
  content: "\e8ca";
}
.lin-icon-mic:before {
  content: "\e8cb";
}
.lin-icon-mic-mute:before {
  content: "\e8cc";
}
.lin-icon-mic2:before {
  content: "\e8cd";
}
.lin-icon-spotlights:before {
  content: "\e8ce";
}
.lin-icon-hourglass:before {
  content: "\e8cf";
}
.lin-icon-loading:before {
  content: "\e8d0";
}
.lin-icon-loading2:before {
  content: "\e8d1";
}
.lin-icon-loading3:before {
  content: "\e8d2";
}
.lin-icon-refresh:before {
  content: "\e8d3";
}
.lin-icon-refresh2:before {
  content: "\e8d4";
}
.lin-icon-undo:before {
  content: "\e8d5";
}
.lin-icon-redo:before {
  content: "\e8d6";
}
.lin-icon-jump2:before {
  content: "\e8d7";
}
.lin-icon-undo2:before {
  content: "\e8d8";
}
.lin-icon-redo2:before {
  content: "\e8d9";
}
.lin-icon-sync:before {
  content: "\e8da";
}
.lin-icon-repeat-one2:before {
  content: "\e8db";
}
.lin-icon-sync-crossed:before {
  content: "\e8dc";
}
.lin-icon-sync2:before {
  content: "\e8dd";
}
.lin-icon-repeat-one3:before {
  content: "\e8de";
}
.lin-icon-sync-crossed2:before {
  content: "\e8df";
}
.lin-icon-return:before {
  content: "\e8e0";
}
.lin-icon-return2:before {
  content: "\e8e1";
}
.lin-icon-refund:before {
  content: "\e8e2";
}
.lin-icon-history:before {
  content: "\e8e3";
}
.lin-icon-history2:before {
  content: "\e8e4";
}
.lin-icon-self-timer:before {
  content: "\e8e5";
}
.lin-icon-clock:before {
  content: "\e8e6";
}
.lin-icon-clock2:before {
  content: "\e8e7";
}
.lin-icon-clock3:before {
  content: "\e8e8";
}
.lin-icon-watch:before {
  content: "\e8e9";
}
.lin-icon-alarm2:before {
  content: "\e8ea";
}
.lin-icon-alarm-add2:before {
  content: "\e8eb";
}
.lin-icon-alarm-remove:before {
  content: "\e8ec";
}
.lin-icon-alarm-check:before {
  content: "\e8ed";
}
.lin-icon-alarm-error:before {
  content: "\e8ee";
}
.lin-icon-timer:before {
  content: "\e8ef";
}
.lin-icon-timer-crossed:before {
  content: "\e8f0";
}
.lin-icon-timer2:before {
  content: "\e8f1";
}
.lin-icon-timer-crossed2:before {
  content: "\e8f2";
}
.lin-icon-download:before {
  content: "\e8f3";
}
.lin-icon-upload:before {
  content: "\e8f4";
}
.lin-icon-download2:before {
  content: "\e8f5";
}
.lin-icon-upload2:before {
  content: "\e8f6";
}
.lin-icon-enter-up:before {
  content: "\e8f7";
}
.lin-icon-enter-down:before {
  content: "\e8f8";
}
.lin-icon-enter-left:before {
  content: "\e8f9";
}
.lin-icon-enter-right:before {
  content: "\e8fa";
}
.lin-icon-exit-up:before {
  content: "\e8fb";
}
.lin-icon-exit-down:before {
  content: "\e8fc";
}
.lin-icon-exit-left:before {
  content: "\e8fd";
}
.lin-icon-exit-right:before {
  content: "\e8fe";
}
.lin-icon-enter-up2:before {
  content: "\e8ff";
}
.lin-icon-enter-down2:before {
  content: "\e900";
}
.lin-icon-enter-vertical:before {
  content: "\e901";
}
.lin-icon-enter-left2:before {
  content: "\e902";
}
.lin-icon-enter-right2:before {
  content: "\e903";
}
.lin-icon-enter-horizontal:before {
  content: "\e904";
}
.lin-icon-exit-up2:before {
  content: "\e905";
}
.lin-icon-exit-down2:before {
  content: "\e906";
}
.lin-icon-exit-left2:before {
  content: "\e907";
}
.lin-icon-exit-right2:before {
  content: "\e908";
}
.lin-icon-cli:before {
  content: "\e909";
}
.lin-icon-bug:before {
  content: "\e90a";
}
.lin-icon-code:before {
  content: "\e90b";
}
.lin-icon-file-code:before {
  content: "\e90c";
}
.lin-icon-file-image:before {
  content: "\e90d";
}
.lin-icon-file-zip:before {
  content: "\e90e";
}
.lin-icon-file-audio:before {
  content: "\e90f";
}
.lin-icon-file-video:before {
  content: "\e910";
}
.lin-icon-file-preview:before {
  content: "\e911";
}
.lin-icon-file-charts:before {
  content: "\e912";
}
.lin-icon-file-stats:before {
  content: "\e913";
}
.lin-icon-file-spreadsheet:before {
  content: "\e914";
}
.lin-icon-link:before {
  content: "\e915";
}
.lin-icon-unlink:before {
  content: "\e916";
}
.lin-icon-link2:before {
  content: "\e917";
}
.lin-icon-unlink2:before {
  content: "\e918";
}
.lin-icon-thumbs-up:before {
  content: "\e919";
}
.lin-icon-thumbs-down:before {
  content: "\e91a";
}
.lin-icon-thumbs-up2:before {
  content: "\e91b";
}
.lin-icon-thumbs-down2:before {
  content: "\e91c";
}
.lin-icon-thumbs-up3:before {
  content: "\e91d";
}
.lin-icon-thumbs-down3:before {
  content: "\e91e";
}
.lin-icon-share:before {
  content: "\e91f";
}
.lin-icon-share2:before {
  content: "\e920";
}
.lin-icon-share3:before {
  content: "\e921";
}
.lin-icon-magnifier:before {
  content: "\e922";
}
.lin-icon-file-search:before {
  content: "\e923";
}
.lin-icon-find-replace:before {
  content: "\e924";
}
.lin-icon-zoom-in:before {
  content: "\e925";
}
.lin-icon-zoom-out:before {
  content: "\e926";
}
.lin-icon-loupe:before {
  content: "\e927";
}
.lin-icon-loupe-zoom-in:before {
  content: "\e928";
}
.lin-icon-loupe-zoom-out:before {
  content: "\e929";
}
.lin-icon-cross:before {
  content: "\e92a";
}
.lin-icon-menu:before {
  content: "\e92b";
}
.lin-icon-list:before {
  content: "\e92c";
}
.lin-icon-list2:before {
  content: "\e92d";
}
.lin-icon-list3:before {
  content: "\e92e";
}
.lin-icon-menu2:before {
  content: "\e92f";
}
.lin-icon-list4:before {
  content: "\e930";
}
.lin-icon-menu3:before {
  content: "\e931";
}
.lin-icon-exclamation:before {
  content: "\e932";
}
.lin-icon-question:before {
  content: "\e933";
}
.lin-icon-check:before {
  content: "\e934";
}
.lin-icon-cross2:before {
  content: "\e935";
}
.lin-icon-plus:before {
  content: "\e936";
}
.lin-icon-minus:before {
  content: "\e937";
}
.lin-icon-percent:before {
  content: "\e938";
}
.lin-icon-chevron-up:before {
  content: "\e939";
}
.lin-icon-chevron-down:before {
  content: "\e93a";
}
.lin-icon-chevron-left:before {
  content: "\e93b";
}
.lin-icon-chevron-right:before {
  content: "\e93c";
}
.lin-icon-chevrons-expand-vertical:before {
  content: "\e93d";
}
.lin-icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}
.lin-icon-chevrons-contract-vertical:before {
  content: "\e93f";
}
.lin-icon-chevrons-contract-horizontal:before {
  content: "\e940";
}
.lin-icon-arrow-up:before {
  content: "\e941";
}
.lin-icon-arrow-down:before {
  content: "\e942";
}
.lin-icon-arrow-left:before {
  content: "\e943";
}
.lin-icon-arrow-right:before {
  content: "\e944";
}
.lin-icon-arrow-up-right:before {
  content: "\e945";
}
.lin-icon-arrows-merge:before {
  content: "\e946";
}
.lin-icon-arrows-split:before {
  content: "\e947";
}
.lin-icon-arrow-divert:before {
  content: "\e948";
}
.lin-icon-arrow-return:before {
  content: "\e949";
}
.lin-icon-expand:before {
  content: "\e94a";
}
.lin-icon-contract:before {
  content: "\e94b";
}
.lin-icon-expand2:before {
  content: "\e94c";
}
.lin-icon-contract2:before {
  content: "\e94d";
}
.lin-icon-move:before {
  content: "\e94e";
}
.lin-icon-tab:before {
  content: "\e94f";
}
.lin-icon-arrow-wave:before {
  content: "\e950";
}
.lin-icon-expand3:before {
  content: "\e951";
}
.lin-icon-expand4:before {
  content: "\e952";
}
.lin-icon-contract3:before {
  content: "\e953";
}
.lin-icon-notification:before {
  content: "\e954";
}
.lin-icon-warning:before {
  content: "\e955";
}
.lin-icon-notification-circle:before {
  content: "\e956";
}
.lin-icon-question-circle:before {
  content: "\e957";
}
.lin-icon-menu-circle:before {
  content: "\e958";
}
.lin-icon-checkmark-circle:before {
  content: "\e959";
}
.lin-icon-cross-circle:before {
  content: "\e95a";
}
.lin-icon-plus-circle:before {
  content: "\e95b";
}
.lin-icon-circle-minus:before {
  content: "\e95c";
}
.lin-icon-percent-circle:before {
  content: "\e95d";
}
.lin-icon-arrow-up-circle:before {
  content: "\e95e";
}
.lin-icon-arrow-down-circle:before {
  content: "\e95f";
}
.lin-icon-arrow-left-circle:before {
  content: "\e960";
}
.lin-icon-arrow-right-circle:before {
  content: "\e961";
}
.lin-icon-chevron-up-circle:before {
  content: "\e962";
}
.lin-icon-chevron-down-circle:before {
  content: "\e963";
}
.lin-icon-chevron-left-circle:before {
  content: "\e964";
}
.lin-icon-chevron-right-circle:before {
  content: "\e965";
}
.lin-icon-backward-circle:before {
  content: "\e966";
}
.lin-icon-first-circle:before {
  content: "\e967";
}
.lin-icon-previous-circle:before {
  content: "\e968";
}
.lin-icon-stop-circle:before {
  content: "\e969";
}
.lin-icon-play-circle:before {
  content: "\e96a";
}
.lin-icon-pause-circle:before {
  content: "\e96b";
}
.lin-icon-next-circle:before {
  content: "\e96c";
}
.lin-icon-last-circle:before {
  content: "\e96d";
}
.lin-icon-forward-circle:before {
  content: "\e96e";
}
.lin-icon-eject-circle:before {
  content: "\e96f";
}
.lin-icon-crop:before {
  content: "\e970";
}
.lin-icon-frame-expand:before {
  content: "\e971";
}
.lin-icon-frame-contract:before {
  content: "\e972";
}
.lin-icon-focus:before {
  content: "\e973";
}
.lin-icon-transform:before {
  content: "\e974";
}
.lin-icon-grid:before {
  content: "\e975";
}
.lin-icon-grid-crossed:before {
  content: "\e976";
}
.lin-icon-layers:before {
  content: "\e977";
}
.lin-icon-layers-crossed:before {
  content: "\e978";
}
.lin-icon-toggle:before {
  content: "\e979";
}
.lin-icon-rulers:before {
  content: "\e97a";
}
.lin-icon-ruler:before {
  content: "\e97b";
}
.lin-icon-funnel:before {
  content: "\e97c";
}
.lin-icon-flip-horizontal:before {
  content: "\e97d";
}
.lin-icon-flip-vertical:before {
  content: "\e97e";
}
.lin-icon-flip-horizontal2:before {
  content: "\e97f";
}
.lin-icon-flip-vertical2:before {
  content: "\e980";
}
.lin-icon-angle:before {
  content: "\e981";
}
.lin-icon-angle2:before {
  content: "\e982";
}
.lin-icon-subtract:before {
  content: "\e983";
}
.lin-icon-combine:before {
  content: "\e984";
}
.lin-icon-intersect:before {
  content: "\e985";
}
.lin-icon-exclude:before {
  content: "\e986";
}
.lin-icon-align-center-vertical:before {
  content: "\e987";
}
.lin-icon-align-right:before {
  content: "\e988";
}
.lin-icon-align-bottom:before {
  content: "\e989";
}
.lin-icon-align-left:before {
  content: "\e98a";
}
.lin-icon-align-center-horizontal:before {
  content: "\e98b";
}
.lin-icon-align-top:before {
  content: "\e98c";
}
.lin-icon-square:before {
  content: "\e98d";
}
.lin-icon-plus-square:before {
  content: "\e98e";
}
.lin-icon-minus-square:before {
  content: "\e98f";
}
.lin-icon-percent-square:before {
  content: "\e990";
}
.lin-icon-arrow-up-square:before {
  content: "\e991";
}
.lin-icon-arrow-down-square:before {
  content: "\e992";
}
.lin-icon-arrow-left-square:before {
  content: "\e993";
}
.lin-icon-arrow-right-square:before {
  content: "\e994";
}
.lin-icon-chevron-up-square:before {
  content: "\e995";
}
.lin-icon-chevron-down-square:before {
  content: "\e996";
}
.lin-icon-chevron-left-square:before {
  content: "\e997";
}
.lin-icon-chevron-right-square:before {
  content: "\e998";
}
.lin-icon-check-square:before {
  content: "\e999";
}
.lin-icon-cross-square:before {
  content: "\e99a";
}
.lin-icon-menu-square:before {
  content: "\e99b";
}
.lin-icon-prohibited:before {
  content: "\e99c";
}
.lin-icon-circle:before {
  content: "\e99d";
}
.lin-icon-radio-button:before {
  content: "\e99e";
}
.lin-icon-ligature:before {
  content: "\e99f";
}
.lin-icon-text-format:before {
  content: "\e9a0";
}
.lin-icon-text-format-remove:before {
  content: "\e9a1";
}
.lin-icon-text-size:before {
  content: "\e9a2";
}
.lin-icon-bold:before {
  content: "\e9a3";
}
.lin-icon-italic:before {
  content: "\e9a4";
}
.lin-icon-underline:before {
  content: "\e9a5";
}
.lin-icon-strikethrough:before {
  content: "\e9a6";
}
.lin-icon-highlight:before {
  content: "\e9a7";
}
.lin-icon-text-align-left:before {
  content: "\e9a8";
}
.lin-icon-text-align-center:before {
  content: "\e9a9";
}
.lin-icon-text-align-right:before {
  content: "\e9aa";
}
.lin-icon-text-align-justify:before {
  content: "\e9ab";
}
.lin-icon-line-spacing:before {
  content: "\e9ac";
}
.lin-icon-indent-increase:before {
  content: "\e9ad";
}
.lin-icon-indent-decrease:before {
  content: "\e9ae";
}
.lin-icon-text-wrap:before {
  content: "\e9af";
}
.lin-icon-pilcrow:before {
  content: "\e9b0";
}
.lin-icon-direction-ltr:before {
  content: "\e9b1";
}
.lin-icon-direction-rtl:before {
  content: "\e9b2";
}
.lin-icon-page-break:before {
  content: "\e9b3";
}
.lin-icon-page-break2:before {
  content: "\e9b4";
}
.lin-icon-sort-alpha-asc:before {
  content: "\e9b5";
}
.lin-icon-sort-alpha-desc:before {
  content: "\e9b6";
}
.lin-icon-sort-numeric-asc:before {
  content: "\e9b7";
}
.lin-icon-sort-numeric-desc:before {
  content: "\e9b8";
}
.lin-icon-sort-amount-asc:before {
  content: "\e9b9";
}
.lin-icon-sort-amount-desc:before {
  content: "\e9ba";
}
.lin-icon-sort-time-asc:before {
  content: "\e9bb";
}
.lin-icon-sort-time-desc:before {
  content: "\e9bc";
}
.lin-icon-sigma:before {
  content: "\e9bd";
}
.lin-icon-pencil-line:before {
  content: "\e9be";
}
.lin-icon-hand:before {
  content: "\e9bf";
}
.lin-icon-pointer-up:before {
  content: "\e9c0";
}
.lin-icon-pointer-right:before {
  content: "\e9c1";
}
.lin-icon-pointer-down:before {
  content: "\e9c2";
}
.lin-icon-pointer-left:before {
  content: "\e9c3";
}
.lin-icon-finger-tap:before {
  content: "\e9c4";
}
.lin-icon-fingers-tap:before {
  content: "\e9c5";
}
.lin-icon-reminder:before {
  content: "\e9c6";
}
.lin-icon-fingers-crossed:before {
  content: "\e9c7";
}
.lin-icon-fingers-victory:before {
  content: "\e9c8";
}
.lin-icon-gesture-zoom:before {
  content: "\e9c9";
}
.lin-icon-gesture-pinch:before {
  content: "\e9ca";
}
.lin-icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}
.lin-icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}
.lin-icon-fingers-scroll-left:before {
  content: "\e9cd";
}
.lin-icon-fingers-scroll-right:before {
  content: "\e9ce";
}
.lin-icon-hand2:before {
  content: "\e9cf";
}
.lin-icon-pointer-up2:before {
  content: "\e9d0";
}
.lin-icon-pointer-right2:before {
  content: "\e9d1";
}
.lin-icon-pointer-down2:before {
  content: "\e9d2";
}
.lin-icon-pointer-left2:before {
  content: "\e9d3";
}
.lin-icon-finger-tap2:before {
  content: "\e9d4";
}
.lin-icon-fingers-tap2:before {
  content: "\e9d5";
}
.lin-icon-reminder2:before {
  content: "\e9d6";
}
.lin-icon-gesture-zoom2:before {
  content: "\e9d7";
}
.lin-icon-gesture-pinch2:before {
  content: "\e9d8";
}
.lin-icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}
.lin-icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}
.lin-icon-fingers-scroll-left2:before {
  content: "\e9db";
}
.lin-icon-fingers-scroll-right2:before {
  content: "\e9dc";
}
.lin-icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}
.lin-icon-border-style:before {
  content: "\e9de";
}
.lin-icon-border-all:before {
  content: "\e9df";
}
.lin-icon-border-outer:before {
  content: "\e9e0";
}
.lin-icon-border-inner:before {
  content: "\e9e1";
}
.lin-icon-border-top:before {
  content: "\e9e2";
}
.lin-icon-border-horizontal:before {
  content: "\e9e3";
}
.lin-icon-border-bottom:before {
  content: "\e9e4";
}
.lin-icon-border-left:before {
  content: "\e9e5";
}
.lin-icon-border-vertical:before {
  content: "\e9e6";
}
.lin-icon-border-right:before {
  content: "\e9e7";
}
.lin-icon-border-none:before {
  content: "\e9e8";
}
.lin-icon-ellipsis:before {
  content: "\e9e9";
}
.lin-icon-uni21:before {
  content: "\21";
}
.lin-icon-uni22:before {
  content: "\22";
}
.lin-icon-uni23:before {
  content: "\23";
}
.lin-icon-uni24:before {
  content: "\24";
}
.lin-icon-uni25:before {
  content: "\25";
}
.lin-icon-uni26:before {
  content: "\26";
}
.lin-icon-uni27:before {
  content: "\27";
}
.lin-icon-uni28:before {
  content: "\28";
}
.lin-icon-uni29:before {
  content: "\29";
}
.lin-icon-uni2a:before {
  content: "\2a";
}
.lin-icon-uni2b:before {
  content: "\2b";
}
.lin-icon-uni2c:before {
  content: "\2c";
}
.lin-icon-uni2d:before {
  content: "\2d";
}
.lin-icon-uni2e:before {
  content: "\2e";
}
.lin-icon-uni2f:before {
  content: "\2f";
}
.lin-icon-uni30:before {
  content: "\30";
}
.lin-icon-uni31:before {
  content: "\31";
}
.lin-icon-uni32:before {
  content: "\32";
}
.lin-icon-uni33:before {
  content: "\33";
}
.lin-icon-uni34:before {
  content: "\34";
}
.lin-icon-uni35:before {
  content: "\35";
}
.lin-icon-uni36<div><br></div>:before {
  content: "\36";
}
.lin-icon-uni37:before {
  content: "\37";
}
.lin-icon-uni38:before {
  content: "\38";
}
.lin-icon-uni39:before {
  content: "\39";
}
.lin-icon-uni3a:before {
  content: "\3a";
}
.lin-icon-uni3b:before {
  content: "\3b";
}
.lin-icon-uni3c:before {
  content: "\3c";
}
.lin-icon-uni3d:before {
  content: "\3d";
}
.lin-icon-uni3e:before {
  content: "\3e";
}
.lin-icon-uni3f:before {
  content: "\3f";
}
.lin-icon-uni40:before {
  content: "\40";
}
.lin-icon-uni41:before {
  content: "\41";
}
.lin-icon-uni42:before {
  content: "\42";
}
.lin-icon-uni43:before {
  content: "\43";
}
.lin-icon-uni44:before {
  content: "\44";
}
.lin-icon-uni45:before {
  content: "\45";
}
.lin-icon-uni46:before {
  content: "\46";
}
.lin-icon-uni47:before {
  content: "\47";
}
.lin-icon-uni48:before {
  content: "\48";
}
.lin-icon-uni49:before {
  content: "\49";
}
.lin-icon-uni4a:before {
  content: "\4a";
}
.lin-icon-uni4b:before {
  content: "\4b";
}
.lin-icon-uni4c:before {
  content: "\4c";
}
.lin-icon-uni4d:before {
  content: "\4d";
}
.lin-icon-uni4e:before {
  content: "\4e";
}
.lin-icon-uni4f:before {
  content: "\4f";
}
.lin-icon-uni50:before {
  content: "\50";
}
.lin-icon-uni51:before {
  content: "\51";
}
.lin-icon-uni52:before {
  content: "\52";
}
.lin-icon-uni53:before {
  content: "\53";
}
.lin-icon-uni54:before {
  content: "\54";
}
.lin-icon-uni55:before {
  content: "\55";
}
.lin-icon-uni56:before {
  content: "\56";
}
.lin-icon-uni57:before {
  content: "\57";
}
.lin-icon-uni58:before {
  content: "\58";
}
.lin-icon-uni59:before {
  content: "\59";
}
.lin-icon-uni5a:before {
  content: "\5a";
}
.lin-icon-uni5b:before {
  content: "\5b";
}
.lin-icon-uni5c:before {
  content: "\5c";
}
.lin-icon-uni5d:before {
  content: "\5d";
}
.lin-icon-uni5e:before {
  content: "\5e";
}
.lin-icon-uni5f:before {
  content: "\5f";
}
.lin-icon-uni60:before {
  content: "\60";
}
.lin-icon-uni61:before {
  content: "\61";
}
.lin-icon-uni62:before {
  content: "\62";
}
.lin-icon-uni63:before {
  content: "\63";
}
.lin-icon-uni64:before {
  content: "\64";
}
.lin-icon-uni65:before {
  content: "\65";
}
.lin-icon-uni66:before {
  content: "\66";
}
.lin-icon-uni67:before {
  content: "\67";
}
.lin-icon-uni68:before {
  content: "\68";
}
.lin-icon-uni69:before {
  content: "\69";
}
.lin-icon-uni6a:before {
  content: "\6a";
}
.lin-icon-uni6b:before {
  content: "\6b";
}
.lin-icon-uni6c:before {
  content: "\6c";
}
.lin-icon-uni6d:before {
  content: "\6d";
}
.lin-icon-uni6e:before {
  content: "\6e";
}
.lin-icon-uni6f:before {
  content: "\6f";
}
.lin-icon-uni70:before {
  content: "\70";
}
.lin-icon-uni71:before {
  content: "\71";
}
.lin-icon-uni72:before {
  content: "\72";
}
.lin-icon-uni73:before {
  content: "\73";
}
.lin-icon-uni74:before {
  content: "\74";
}
.lin-icon-uni75:before {
  content: "\75";
}
.lin-icon-uni76:before {
  content: "\76";
}
.lin-icon-uni77:before {
  content: "\77";
}
.lin-icon-uni78:before {
  content: "\78";
}
.lin-icon-uni79:before {
  content: "\79";
}
.lin-icon-uni7a:before {
  content: "\7a";
}
.lin-icon-uni7b:before {
  content: "\7b";
}
.lin-icon-uni7c:before {
  content: "\7c";
}
.lin-icon-uni7d:before {
  content: "\7d";
}
.lin-icon-uni7e:before {
  content: "\7e";
}
.lin-icon-copyright:before {
  content: "\a9";
}
.mobile-menu.open .close-menu {
  left: 330px;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 0;
}
.mobile-menu .sidenav a {
  padding: 13px 0;
}
.hss_mega-menu__full_tree-wrapper {
  position: fixed;
  left: -330px;
  top: 0;
  bottom: 0;
  width: 330px;
  height: 100%;
  margin: 0;
  z-index: 13001;
  background: #fff;
  border-right: 1px solid #cfd0d0;
  overflow: auto;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.ty-mobile.active .hss_mega-menu__full_tree-wrapper {
  display: block;
  left: 0;
  z-index: 13002;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  font-size: 14px;
}
.hss_mega-menu__back {
  border-bottom: 1px solid #EEEEEE;
  padding: 13px 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
  position: relative;
}
.hss_mega-menu__back i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.mobile-menu .sidenav .hss_mega-menu__full_tree-wrapper .ty-text-links {
  margin: 0 10px;
}
.menu-item .menu-item-icon {
  min-height: 47px;
}
.top-menu-grid .submenus-content-right {
  padding-left: 26px;
}
.top-menu-grid .submenus-content-right .title {
  font-size: 16px;
}
.top-menu-grid .submenus-content-right .hot-stick {
  background: #EB427B;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  padding: 4px 5px;
  margin-right: 9px;
}
.top-menu-grid .submenus-content-right .hot-promotion-0 {
  display: block;
  margin: 15px 0;
  border-radius: 6px;
  overflow: hidden;
}
li.item-cir {
  margin: 14px 0;
}
li.item-cir a {
  padding-left: 12px;
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
li.item-cir a:before {
  position: absolute;
  width: 4px;
  height: 4px;
  content: "";
  background: #EB427B;
  border-radius: 50%;
  left: 0;
  top: 50%;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-vendor-communication-post {
  position: relative;
  margin: 10px 0 15px 0;
  padding: 15px;
  border: 1px solid #dce3ea;
}
.ty-vendor-communication-post__wrapper {
  min-width: 700px;
  margin-bottom: 200px;
}
.ty-vendor-communication-post__content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ty-vendor-communication-post__img {
  float: left;
  width: 62px;
  margin-top: 10px;
}
.ty-vendor-communication-post__img .ty-icon-user {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dce3ea;
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 1.9;
  color: rgba(0,0,0,0.3);
}
.ty-vendor-communication-post__logo {
  border-radius: 50%;
  border: 1px solid #dce3ea;
}
.ty-vendor-communication-post__info {
  overflow: hidden;
  padding-left: 25px;
}
.ty-vendor-communication-post__author {
  font-weight: bold;
}
.ty-vendor-communication-post__date {
  text-align: center;
  color: #adadad;
  font-size: 12px;
}
.ty-vendor-communication-post__message {
  line-height: 1.75;
  word-wrap: break-word;
}
.ty-vendor-communication-post__you .ty-vendor-communication-post {
  background-color: #e6ebf0;
  border: 1px solid #acbdcd;
}
.ty-vendor-communication-post__you .ty-vendor-communication-post__author {
  text-align: right;
}
.ty-vendor-communication-post__you .ty-caret {
  left: auto;
  right: 20px;
}
.ty-vendor-communication-post__you .ty-caret-outer {
  border-right-color: #acbdcd;
  transform: scale(-1,1);
}
.ty-vendor-communication-post__you .ty-caret-inner {
  border-right-color: #e6ebf0;
  transform: scale(-1,1);
  top: 3px;
  left: 2px;
}
.ty-caret {
  top: auto;
  bottom: -16px;
  transform: scale(-1);
}
.ty-vendor-communication-new-message {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #e6ebf0;
  margin: 0px -20px;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.ty-vendor-communication-new-message__title {
  display: none;
}
.ty-vendor-communication-new-message__message {
  padding-left: 105px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.ty-vendor-communication-new-message__message textarea {
  width: 100%;
}
.ty-vendor-communication-new-message__buttons {
  padding-left: 105px;
  padding-right: 20px;
}
.ty-vendor-communication-new-message__send {
  float: right;
  min-width: 80px;
}
.ty-vendor-communication-search {
  position: relative;
  width: 100%;
}
.ty-vendor-communication-search__item {
  vertical-align: top;
}
td.ty-vendor-communication-search__label,
th.ty-vendor-communication-search__label {
  border-right: none;
  width: 10px;
}
.ty-vendor-communication-search__thread-id a {
  display: inline-block;
}
.ty-vendor-communication-search__company {
  min-width: 200px;
}
.ty-vendor-communication-search__message {
  word-wrap: break-word;
}
.ty-new__label {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #EE3E7B;
}
.ty-new__text {
  font-weight: bold;
}
.ty-animation-rotate i {
  display: inline-block;
  transition-property: transform;
}
.ty-animation-rotate:focus i {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}
.ty-vendor-communication__post-write {
  white-space: nowrap;
}
.ty-vendor-communication__post-write i {
  padding-right: 5px;
}
.ty-product-bigpicture .ty-product-block__advanced-option .ty-vendor-communication__post-write {
  margin-left: 0;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ty-vendor-communication-product-info-container {
  max-width: 550px;
}
.ty-vendor-communication-product-info-image {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}
.ty-vendor-communication-product-info-header {
  padding: 10px;
  display: inline-block;
  max-width: 386px;
}
.ty-vendor-communication-login h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 979px) {
  .ty-vendor-communication-post__wrapper {
    min-width: 690px;
    margin-bottom: 140px;
  }
  .ty-vendor-communication-search__company {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .ty-vendor-communication-post__wrapper {
    min-width: 260px;
  }
  .ty-vendor-communication-post__img {
    width: 28px;
  }
  .ty-vendor-communication-post__img .ty-icon-user {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .ty-vendor-communication-post__info {
    padding-left: 10px;
  }
  .ty-vendor-communication-post__author {
    display: block;
  }
  .ty-vendor-communication-view-thread .object-container {
    max-height: 490px;
  }
  .ty-vendor-communication-new-message {
    padding: 10px 20px;
  }
  .ty-vendor-communication-new-message__message,
  .ty-vendor-communication-new-message__buttons {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: calc(100% - 40px);
  }
  .ty-vendor-communication-new-message__message textarea {
    height: 65px;
  }
  .ty-vendor-communication-search__message div {
    width: 100%;
    padding-bottom: 6px;
  }
  .ty-product-block .ty-vendor-communication__post-write {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 6px;
    display: block;
  }
  .ty-vendor-communication-product-info-container,
  .ty-vendor-communication-product-info .vendor-communication-popup-error-box {
    max-width: 100%;
  }
  .ty-vendor-communication-product-info-header {
    padding: 0;
    display: block;
    max-width: 100%;
  }
  .ty-vendor-communication-product-info-image {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .ty-vendor-communication-view-thread .object-container {
    max-height: 240px;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.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%;
  }
  .ty-wish-list__buttons .ty-btn + .ty-btn {
    margin: 15px 0 0;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.native-captcha {
  margin-bottom: 10px;
  min-width: 200px;
}
.native-captcha__image-container {
  background: #f5f5f5;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.native-captcha__answer {
  width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media (min-width: 480px) {
  .native-captcha--short {
    max-width: 310px;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-tag-cloud {
  margin: 10px 0;
}
.ty-tag-cloud__item {
  margin-right: 10px;
}
.ty-tag-level-0,
.ty-tag-level-0:active {
  font-size: 100%;
}
.ty-tag-level-1,
.ty-tag-level-1:active {
  font-size: 150%;
}
.ty-tag-level-2,
.ty-tag-level-2:active {
  font-size: 200%;
}
.ty-tag-level-3,
.ty-tag-level-3:active {
  font-size: 250%;
}
.ty-tag-level-4,
.ty-tag-level-4:active {
  font-size: 300%;
}
.ty-tag-level-5,
.ty-tag-level-5:active {
  font-size: 350%;
}
.ty-tag-level-6,
.ty-tag-level-6:active {
  font-size: 400%;
}
ul.ty-tags-list {
  padding-left: 0;
}
.ty-tags-list__item {
  display: inline-block;
}
.ty-tags-list__a {
  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;
}
.ty-tags-list__a: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 {
  position: absolute;
  top: 50%;
  left: 0;
  float: left;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  content: "";
}
.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;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-geo-maps__geolocation {
  display: inline-block;
  max-width: 100%;
}
.ty-geo-maps__geolocation__opener {
  display: flex;
  align-items: center;
  padding: 8px 2px;
}
.ty-geo-maps__geolocation__opener-text {
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ty-geo-maps__geolocation__map {
  height: 405px;
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  .ty-geo-maps__geolocation__map {
    width: 690px;
  }
}
@media (max-width: 768px) {
  .ty-geo-maps__geolocation__map {
    height: calc(100vh - 165px);
  }
}
.geo-map-google-search-bar {
  background-color: #fff;
  font-family:Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-top: 12px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
.geo-map-google-search-bar:focus {
  border-color: #4d90fe;
}
.ty-geo-maps-shipping__wrapper {
  margin-top: 20px;
  border-top: 1px solid #c6d1dd;
}
.ty-geo-maps-shipping__title {
  font-weight: 700;
  margin-top: 10px;
}
.ty-geo-maps-shipping__item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ty-geo-maps-shipping__label {
  display: inline-block;
}
.ty-geo-maps-shipping__value {
  display: inline-block;
}
.ty-geo-maps-shipping__link-text {
  border-bottom: 1px dotted currentColor;
}
.ty-geo-maps-shipping__price {
  font-weight: 700;
}
.ty-geo-maps-shipping__popup {
  margin-bottom: 20px;
  text-align: left;
}
.ty-geo-maps-shipping__list {
  border: 0;
  margin-top: 0;
  margin-top: 10px;
}
.ty-geo-maps-shipping__list-city {
  text-align: right;
  font-weight: 700;
}
.ty-table tr.ty-geo-maps-shipping__list-item:nth-child(2n) {
  background: none;
}
.ty-geo-maps-shipping__list-item:last-child .ty-geo-maps-shipping__list-col {
  border-bottom: 0;
}
th.ty-geo-maps-shipping__list-head {
  background: none;
  border-right: 0;
}
th.ty-geo-maps-shipping__list-head--price {
  text-align: right;
}
.ty-geo-maps-shipping__list-col--price {
  font-weight: 700;
  text-align: right;
}
td.ty-geo-maps-shipping__list-col {
  border-right: 0;
}
.ty-product-bigpicture .ty-geo-maps-shipping__wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.ty-product-bigpicture .ty-geo-maps-shipping__item {
  text-align: left;
  margin-left: 40px;
  margin-right: 20px;
}
.ty-product-bigpicture .ty-geo-maps-shipping__label {
  text-indent: -20px;
}
.ty-geo-maps-shipping__loader {
  width: 50px;
  height: 50px;
  background: url('../../../../../../../../design/themes/marry/media/images/icons/ajax_loader.svg?1653031870') no-repeat;
}
.ty-product-list .ty-geo-maps-shipping__title,
.ty-product-list .ty-geo-maps-shipping__value-separator,
.ty-product-list .ty-geo-maps-shipping__value {
  display: none;
}
.ty-product-list .ty-geo-maps-shipping__wrapper {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.ty-product-list .ty-geo-maps-shipping__item {
  padding-right: 30px;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-newsletters {
  margin-bottom: 30px;
}
.ty-newsletters__item {
  margin-bottom: 5px;
}
.checkout-steps .ty-newsletters {
  padding: 0 20px;
}
.ty-checkout__billing-options .ty-newsletters {
  padding: 0;
}
.ty-footer-form-block--responsive > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  padding: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  padding-left: 10px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block-policy__input {
  width: 100%;
  padding-bottom: 10px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-lable-subscribe-policy {
  margin-bottom: 10px;
}
.ty-footer-form-block--responsive .ty-lable-subscribe-policy > a {
  color: inherit;
  text-decoration: underline;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-social-buttons {
  margin: 20px 0px;
}
.ty-social-buttons__inline {
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px 10px 0;
}
.ty-social-buttons__email-sharing {
  text-decoration: none;
}
.ty-social-buttons__email-icon {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
}
.ty-product-bigpicture .ty-social-buttons__inline {
  margin: 5px 0 0;
}
.pinterest__wrapper {
  margin-top: -1px;
  display: block;
}
@media (max-width: 767px) {
  .ty-social-buttons__inline {
    display: block;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-image-zoom__wrapper {
  display: inline;
}
.ty-image-zoom__flyout {
  opacity: 0;
  transition: opacity var(--image-zoom-animation-time);
  box-shadow: 0 0 8px #dce3ea;
  border: 1px solid #dce3ea;
}
.ty-image-zoom__flyout--visible {
  opacity: 1;
}
.ty-image-zoom__flyout img {
  max-width: unset;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-variations-list__wrapper {
  width: 100%;
  overflow-x: auto;
}
.ty-variations-list__title {
  font-weight: bold;
}
th.ty-variations-list__title--right {
  text-align: right;
}
.ty-variations-list__product-elem .ty-control-group {
  margin-bottom: 0;
}
.ty-variations-list__product-elem .ty-control-group__item {
  padding: 0;
}
.ty-variations-list__product-elem .ty-btn {
  margin-right: 10px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .ty-variations-list__product-elem .ty-btn {
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.ty-variations-list__product-elem .ty-qty-out-of-stock {
  margin-right: 10px;
  margin-bottom: 13px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .ty-variations-list__product-elem .ty-qty-out-of-stock {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: baseline;
  }
}
.ty-variations-list__image img {
  max-width: none;
}
.ty-variations-list__sku {
  min-width: 100px;
}
.ty-variations-list__sku .ty-sku-item {
  font-size: 13px;
  color: #465f73;
}
.ty-variations-list__controls {
  white-space: nowrap;
  text-align: right;
}
.ty-variations-list__controls .ty-add-to-wish.ty-btn i {
  margin-left: 3px;
  margin-right: 3px;
}
.ty-variations-list__controls form > div {
  display: inline-block;
}
.ty-variations-list__controls .ty-table__responsive-header {
  display: none;
}
.ty-variations-list__price {
  margin-bottom: 13px;
  vertical-align: middle;
  text-align: right;
}
@media (min-width: 768px) {
  .ty-variations-list__price {
    margin-bottom: 0;
  }
}
.ty-variations-list__controls form > .ty-variations-list__price {
  display: block;
}
@media (min-width: 768px) {
  .ty-variations-list__controls form > .ty-variations-list__price {
    display: inline-block;
  }
}
.ty-variations-list.ty-table {
  border: none;
}
.ty-variations-list.ty-table th {
  background: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 7px;
}
@media (min-width: 980px) {
  .ty-variations-list.ty-table th {
    padding-left: 12px;
    padding-right: 18px;
  }
}
.ty-variations-list.ty-table tbody tr:nth-child(2n) {
  background: none;
}
.ty-variations-list.ty-table td,
.ty-variations-list.ty-table .table td {
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 980px) {
  .ty-variations-list.ty-table td,
  .ty-variations-list.ty-table .table td {
    padding-left: 13px;
    padding-right: 19px;
  }
}
.ty-variations-list .ty-table__responsive-content {
  display: inline-block;
  width: auto;
}
.ty-grid-list__item-features {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ty-grid-list__item-features-description {
  color: #7d93ab;
}
.ty-grid-list__item-features-item {
  color: #8d8c8c;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ty-grid-list__item-features-variant {
  color: #8d8c8c;
  margin-left: 0.5rem;
}
.ty-product-variations__variation-features--secondary {
  color: #607994;
}
.ty-product-variations__variation-features--inline {
  display: inline-block;
}
.ty-product-variations__variation-features--mini {
  font-size: 14.4px;
}
.ty-product-variations__variation-features--clearfix {
  clear: both;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-banner__image-item {
  text-align: center;
}
.ty-banner__image-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  text-align: center;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-icon-feed {
  display: inline-block;
  float: right;
  margin-top: -25px;
  font-size: 16px;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.store-locator .pickup__offices {
  align-items: flex-start;
  align-content: flex-start;
}
.store-locator .pickup__offices-wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 30%;
  overflow-y: hidden;
  height: 500px;
  max-height: 500px;
  border: 1px solid #dce3ea;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.store-locator .pickup__offices--list .ty-one-store {
  padding: 0 !important;
  min-height: auto;
  border-bottom: 1px solid #dce3ea;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.store-locator .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
  border: 0 !important;
  border-radius: 0 !important;
}
.store-locator .pickup__offices--list .ty-one-store:last-child {
  border-bottom: 0;
}
.store-locator .pickup__offices--list .ty-sdek-office__selected {
  border-radius: 0 !important;
  border-left-color: #4fbe31 !important;
  background-color: #fff !important;
}
.store-locator .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
  color: #4fbe31;
}
@media (min-width: 768px) {
  .store-locator .pickup__offices {
    overflow-y: auto;
  }
}
.store-locator .pickup__search {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex-shrink: 0;
}
.store-locator .pickup__search-field {
  margin: 0 0 8px 0;
}
.store-locator .pickup__search-field:last-child {
  margin-bottom: 0;
}
.store-locator .pickup--list .pickup__offices-wrapper {
  flex-basis: 100%;
  border: 0;
  overflow: initial;
  height: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .store-locator .pickup--list .pickup__offices.store-locator__fields-row--wrapped .ty-one-store {
    flex-basis: 33.3%;
  }
}
.store-locator .pickup--map-list,
.store-locator .pickup--list {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.store-locator .pickup__map-wrapper {
  display: flex;
  flex-basis: 70%;
  height: 500px;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store-locator .pickup__map-wrapper {
    border-radius: 0;
  }
}
.store-locator .pickup__map-container {
  flex-basis: 100%;
}
.store-locator .pickup--map-list .ty-one-city,
.store-locator .pickup--list .ty-one-city {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.store-locator .pickup--map-list .ty-one-city__name,
.store-locator .pickup--list .ty-one-city__name {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1px 20px;
  margin: -1px 0 0 0;
  width: 100%;
  order: 1;
  background-color: #fff;
  border-left: 3px solid transparent;
  border-top: 1px solid #dce3ea;
  border-bottom: 1px solid #dce3ea;
  font-size: 16px;
  font-weight: 600;
}
.store-locator .pickup--map-list .ty-one-city__hidden,
.store-locator .pickup--list .ty-one-city__hidden {
  display: none;
}
.store-locator .pickup--map-list .ty-one-store,
.store-locator .pickup--list .ty-one-store {
  width: 100%;
  margin: 0px;
  order: 1;
  border-left: 3px solid transparent;
  box-sizing: border-box;
}
.store-locator .pickup--map-list .ty-one-store.hidden,
.store-locator .pickup--list .ty-one-store.hidden {
  display: none;
}
.store-locator .pickup--map-list .ty-one-store__name,
.store-locator .pickup--list .ty-one-store__name {
  font-size: 16px;
  padding: 0;
}
.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__address,
.store-locator .pickup--list .ty-one-store__description .ty-one-office__address {
  font-size: 12px;
  color: #6c6c6c;
}
.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__worktime,
.store-locator .pickup--list .ty-one-store__description .ty-one-office__worktime {
  font-size: 12px;
  color: #6c6c6c;
}
.store-locator .pickup--map-list .ty-one-store__label,
.store-locator .pickup--list .ty-one-store__label {
  padding: 0 20px;
}
.store-locator .pickup--map-list .ty-one-store__radio-0,
.store-locator .pickup--list .ty-one-store__radio-0 {
  display: none;
}
.store-locator .pickup--map-list .ty-one-store *,
.store-locator .pickup--list .ty-one-store * {
  box-sizing: border-box;
}
.store-locator .pickup--map-list .pickup__search {
  background-color: rgba(0,0,0,0.02);
}
.store-locator .pickup--map-list .ty-one-store {
  background-color: rgba(0,0,0,0.02);
}
.store-locator .pickup--map-list .ty-one-store__label {
  cursor: pointer;
}
.store-locator .pickup--map-list .ty-one-store__label * {
  cursor: pointer;
}
.store-locator .pickup--map-list .ty-one-store:hover {
  background: rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
  .store-locator .pickup--list .ty-one-store {
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  .store-locator .pickup--map-list,
  .store-locator .pickup--list {
    flex-wrap: wrap;
    position: relative;
  }
  .store-locator .pickup__offices-wrapper {
    flex-basis: 100%;
    height: auto;
    max-height: unset;
    border: 0;
  }
  .store-locator .pickup__map-wrapper {
    flex-direction: column;
    flex-basis: 100%;
    height: auto;
    border: 0;
  }
  .store-locator .pickup__map-container {
    flex-basis: 70vh;
    height: 70vh;
    border: 1px solid #acbdcd;
  }
  .store-locator .pickup__map-container--mobile-hint {
    display: flex;
    min-height: 30px;
    z-index: 999;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #acbdcd;
    border-top: 2px solid white;
    padding: 5px;
    font-size: 0.9em;
  }
}
@media (min-width: 767px) {
  .store-locator .pickup__map-container--mobile-hint {
    display: none;
  }
}
.ty-store-locator__not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 140px;
  color: #bdc3c7;
  font-size: 115%;
  text-align: center;
  background: #f8f9f9;
}
.ty-store-locator__not-found__hidden {
  display: none;
}
.ty-checkout-select-store {
  padding-left: 30px;
  float: left;
  width: 38%;
  margin-right: 2px;
}
.ty-checkout-select-store__list {
  padding-left: 30px;
  float: left;
  width: 100%;
}
.ty-checkout-select-store__estimation {
  padding-left: 30px;
  float: left;
  width: 90%;
  margin-right: 2px;
}
.ty-checkout-select-store__item-view {
  margin: 10px 0 10px 0;
}
.ty-checkout-select-store__map-full-div {
  padding-left: 20px;
}
.ty-checkout-select-store__map-full {
  float: right;
  width: 100%;
  height: 400px;
  border: 1px solid #979797;
  margin: 0 0 20px 0;
}
.ty-checkout-select-store__map {
  float: right;
  width: 56%;
  height: 400px;
  border: 1px solid #dce3ea;
  margin: 0 0 20px 0;
}
.ty-checkout-select-store__map-details {
  float: left;
  width: 100%;
  height: 300px;
  border: 1px solid #979797;
  margin: 0 0 20px 0;
}
.ty-checkout-select-store__map-full-div .ty-one-store {
  padding: 10px 0 15px 0;
}
.ty-checkout-select-store__map-full-div .ty-one-store__radio {
  float: left;
}
.ty-checkout-select-store__map-full-div .ty-one-store__label {
  margin: -13px 0 0 30px;
}
.ty-checkout-select-store__map-full-div .ty-one-store__name {
  font-weight: bold;
}
.ty-checkout-select-store__map-full-div .ty-one-store__description p {
  color: #607994;
}
.ty-checkout-select-store__map-full-div .ty-one-store__select-store {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .ty-checkout-select-store__map {
    float: none;
    width: 100%;
  }
  .ty-checkout-select-store {
    float: none;
    width: 100%;
  }
}
.store-locator__select {
  width: 100%;
  height: 41px;
  border: 1px solid #acbdcd;
  border-radius: 5px;
  font-size: 16px;
  color: #2e3a47;
}
.store-locator__select:hover {
  border-color: #465f73;
}
.store-locator__select:focus {
  border-color: #4fbe31;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
}
@media (min-width: 768px) {
  .store-locator__select {
    font-size: 14px;
  }
}
.store-locator__select-label {
  padding: 6px 16px 6px 0;
  font-weight: bold;
}
.store-locator__location {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .store-locator__location--city {
    max-width: 33.33%;
  }
}
.store-locator__location--wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .store-locator__location--wrapper {
    flex-direction: column;
  }
  .store-locator__location--wrapper .store-locator__step-title {
    align-items: initial;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.store-locator__fields-row {
  display: flex;
}
.store-locator__fields-row--wrapped {
  flex-wrap: wrap;
}
.store-locator__fields-row.hidden {
  display: none;
}
.store-locator__field {
  display: inline-block;
  width: 100%;
  position: relative;
}
.store-locator__label,
.store-locator__input {
  display: block;
  padding: 0;
  width: 100%;
  font-weight: normal;
}
.store-locator__label.hidden,
.store-locator__input.hidden {
  display: none;
}
.store-locator .store-locator__input {
  padding: 10px 4px;
  border: 1px solid #acbdcd;
  border-radius: 3px;
  box-sizing: border-box;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  color: #2e3a47;
}
.store-locator .store-locator__input:not(:placeholder-shown),
.store-locator .store-locator__input:focus {
  padding-top: 16px;
  padding-bottom: 4px;
}
.store-locator .store-locator__input:hover {
  border-color: #465f73;
}
.store-locator .store-locator__input:focus {
  border: solid 1px #4fbe31;
  box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
  outline: 0;
}
.store-locator .store-locator__input:placeholder-shown:not(:focus) + .store-locator__label {
  top: 10px;
  font-size: 14px;
  pointer-events: none;
}
.store-locator .store-locator__input[type=hidden] + .store-locator__label {
  display: none;
}
.store-locator__label {
  transition: .3s all;
  font-size: 12px;
  color: #a1a6aa;
  position: absolute;
  top: 2px;
  left: 6px;
}
.store-locator__step-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .store-locator__step-title {
    flex-direction: column;
  }
}
.store-locator__all-stores-btn {
  color: #4fbe31;
  background: none;
  border: 0;
  width: 100%;
  text-align: right;
}
.store-locator__all-stores-btn:first-letter {
  text-transform: uppercase;
}
.store-locator__all-stores--hidden {
  display: none;
}
.store-locator__scroll-top-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  height: 40px;
  margin-top: -40px;
  color: #4fbe31;
  text-align: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .store-locator__scroll-top-btn {
    display: none;
  }
}
.pickup--list .store-locator__fields-row {
  display: flex;
  box-shadow: inset 0px -1px 0 #dce3ea;
}
.ty-store-locator__geolocation__location {
  border-bottom: 1px dotted;
}
.ty-store-locator__geolocation__location__states,
.ty-store-locator__geolocation__location__cities {
  padding-left: 10px;
}
.ty-store-locator__geolocation__location__state,
.ty-store-locator__geolocation__location__country {
  padding-bottom: 20px;
}
.ty-store-locator__geolocation__locations {
  min-width: 400px;
}
@media (max-width: 767px) {
  .store-locator-ya-baloon {
    overflow-x: hidden;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.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;
}
.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-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;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.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;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-cr-product-info-container {
  max-width: 430px;
}
.ty-cr-product-info-image {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}
.ty-cr-product-info-header {
  padding: 10px;
  display: inline-block;
  max-width: 260px;
}
.cr-popup-error-box {
  max-width: 430px;
  padding-bottom: 10px;
}
.ty-cr-phone-number-link {
  margin: 4px 0px 0px;
  text-align: center;
}
.ty-cr-phone-number-link .ty-cr-phone {
  color: #5e7d9c;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
.ty-cr-phone-number-link .ty-cr-phone span {
  white-space: nowrap;
}
.ty-cr-phone-number-link .ty-cr-link {
  margin: 3px 0px 0px;
}
.ty-cr-phone-number-link .ty-cr-link a {
  margin: 0;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #acbdcd;
  font-weight: 400;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
.ty-cr-or {
  margin-bottom: -4px;
  margin-top: -3px;
  text-align: center;
  text-transform: uppercase;
}
.ty-cr-widget-content-grid .ty-cr-phone-number-link {
  margin: 0;
  padding-left: 0%;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link {
    padding-left: 0%;
  }
  .ty-cr-phone-number-link .ty-cr-phone,
  .ty-cr-phone-number-link .ty-cr-phone a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    margin: 10px 0px 0px;
    float: left;
  }
  .ty-cr-phone-prefix {
    display: inline;
  }
  .ty-cr-widget-content-grid .ty-cr-phone-number-link {
    clear: both;
    padding: 12px;
  }
  .header-widget-grid .cart-content-grid {
    width: 100%;
  }
  .ty-cr-product-info-container,
  .cr-popup-error-box {
    max-width: 100%;
  }
  .ty-cr-product-info-header {
    padding: 0;
    display: block;
    max-width: 100%;
  }
  .ty-cr-product-info-image {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-reward-points__info {
  margin-top: 10px;
}
.ty-reward-points__points-in-use {
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.ty-reward-points__delete-icon {
  position: relative;
  top: 3px;
  text-decoration: none;
}
.ty-reward-points__delete-icon:hover {
  text-decoration: none;
}
.ty-reward-points-userlog {
  width: 100%;
}
.ty-reward-points-userlog__date {
  width: 20%;
}
.ty-reward-points-userlog__points {
  width: 10%;
}
.ty-reward-points-userlog__reason {
  width: 70%;
}
.ty-checkout-summary__item .ty-reward-points__coupon {
  display: block;
}
.ty-reward-points__product-info:last-child {
  margin-bottom: 0;
}
.ty-cart-content-products .ty-reward-points__product-info .ty-control-group__label {
  font-weight: bold;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}
.ty-hybrid-auth__icon {
  margin-right: 5px;
}
.ty-link-unlink-provider {
  position: relative;
}
.ty-link-unlink-provider img {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.ty-link-unlink-provider .ty-hybrid-auth__add {
  position: absolute;
  top: 12px;
  left: 7px;
  font-size: 22px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.ty-link-unlink-provider:hover .ty-hybrid-auth__add {
  display: block;
}
.ty-link-unlink-provider:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ty-hybrid-auth__icon {
  position: relative;
}
.ty-hybrid-auth__icon .ty-hybrid-auth__remove {
  position: absolute;
  top: -7px;
  left: 29px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.ty-hybrid-auth__icon:hover .ty-hybrid-auth__remove {
  display: block;
}
* {
  outline: none;
}
.container-fluid {
  padding: 0;
}
.container-box {
  width: 1100px;
}
h2.ty-mainbox-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
h2.ty-mainbox-simple-title,
h2.title {
  color: #333333;
}
.ty-vendor .title {
  margin: 0;
}
.breadcrumbs-grid {
  border-bottom: 1px solid #eee;
}
.ty-breadcrumbs {
  margin: 0;
  padding: 14px 0;
}
.ty-breadcrumbs__a,
.ty-breadcrumbs__slash {
  color: #333333;
}
.tygh-top-panel {
  background: #ffffff;
}
.tygh-top-panel .ty-select-block__a {
  padding: 7px 3px 4.5px 3px;
  height: 34px;
  box-sizing: border-box;
}
.tygh-top-panel .ty-flag {
  margin-top: 0px;
  margin-right: 0;
}
.tygh-top-panel .ty-dropdown-box__title {
  padding: 7px 0 7px 0;
}
.tygh-top-panel .ty-select-block {
  top: 34px;
}
.tygh-top-panel .ty-select-block .ty-select-block__list-item {
  padding: 0;
}
.tygh-top-panel .ty-dropdown-box__content {
  margin-top: 0;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover {
  background: none;
}
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,
.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
  font-size: 12px;
}
.tygh-top-panel .ty-btn-go {
  background: #ccdce5;
  box-sizing: border-box;
}
.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
  font-size: 22px;
}
.tygh-top-panel .ty-text-links {
  margin: 4px 0;
}
.ty-dropdown-box__content {
  border: none;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  margin-top: 0;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  color: #EE3E7B;
}
.ty-dropdown-box__content .ty-account-info__orders,
.ty-dropdown-box__content .ty-account-info__buttons {
  background: #ffffff;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  background: #ffffff;
  text-align: left;
  color: #000000;
}
.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-dropdown-box__title i {
  margin-left: 3px;
}
.ty-dropdown-box__title i.ty-icon-moon-user {
  margin-right: 2px;
}
.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
  font-size: 11px;
}
.tygh-top-panel .container-box {
  width: 1100px;
  float: none;
  padding: 0 20px;
  margin: auto !important;
}
.tygh-top-panel .top-bar {
  background: #F7F8F9;
  border-bottom: 1px solid #EDEDED;
  height: 24px;
}
.tygh-top-panel .top-bar > div > div {
  display: flex;
  justify-content: space-between;
}
.tygh-top-panel .top-bar .ty-search-blog {
  position: relative;
}
.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input {
  border-width: 0 1px;
  padding: 6px 40px 4px 10px;
  height: auto;
  background: #f7f8f9;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier {
  background: transparent;
  font-size: 0;
}
.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search {
  color: #939598;
  font-size: 16px;
}
.tygh-top-panel .ty-text-links {
  margin: 0;
}
.tygh-top-panel .ty-text-links .ty-text-links__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1653031870') no-repeat left center;
  padding-left: 14px;
}
.tygh-top-panel .ty-text-links .ty-text-links__a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.tygh-top-panel .ty-text-links .ty-text-links__a:hover {
  color: #EE3E7B;
}
.tygh-top-panel .ads-banner img {
  margin: 20px;
}
.tygh-header {
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.tygh-header > div {
  background: none;
  padding-top: 6px;
}
.tygh-header .header-grid {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #eee;
}
.tygh-header .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-content,
.tygh-footer {
  padding-top: 70px;
}
.tygh-content .container-box,
.tygh-footer .container-box {
  width: 1100px;
  float: none;
  margin: auto !important;
}
.tygh-footer {
  padding-top: 70px;
}
.pages .top-menu-grid,
.directories .top-menu-grid,
.tags .top-menu-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .top-logo,
.directories .top-logo,
.tags .top-logo {
  margin-top: 6px;
}
.pages .top-my-account,
.directories .top-my-account,
.tags .top-my-account {
  margin-top: 9px;
}
.pages .tygh-header,
.directories .tygh-header,
.tags .tygh-header {
  height: auto;
  border: none;
}
.pages .tygh-header .container-box,
.directories .tygh-header .container-box,
.tags .tygh-header .container-box {
  padding: 0 20px;
}
.pages .tygh-content,
.directories .tygh-content,
.tags .tygh-content {
  padding-top: 25px;
}
.pages .tygh-footer,
.directories .tygh-footer,
.tags .tygh-footer {
  position: relative;
}
.pages .tygh-footer .footer-gray,
.directories .tygh-footer .footer-gray,
.tags .tygh-footer .footer-gray {
  background: #F8F8F8;
  padding: 50px 20px;
}
.pages .ty-special,
.directories .ty-special,
.tags .ty-special {
  margin: 0 -20px 30px;
}
.pages .ty-promotion,
.directories .ty-promotion,
.tags .ty-promotion {
  margin: 0 -20px;
  padding: 0;
}
.pages .ty-promotion .ty-mainbox-simple-title,
.directories .ty-promotion .ty-mainbox-simple-title,
.tags .ty-promotion .ty-mainbox-simple-title {
  margin: 20px 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body,
.directories .ty-promotion .ty-mainbox-simple-body,
.tags .ty-promotion .ty-mainbox-simple-body {
  margin: 0 20px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 {
  margin-right: 0;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item {
  border: none;
  background: #ffffff;
  min-height: 258px;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name {
  display: block;
  height: auto;
}
.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,
.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pages .ty-promotion .view-all,
.directories .ty-promotion .view-all,
.tags .ty-promotion .view-all {
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.pages .home-blog-tabs,
.directories .home-blog-tabs,
.tags .home-blog-tabs {
  margin-bottom: 30px;
}
.pages .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-title {
  border-left: 5px solid #ee3e7b;
  padding-left: 15px;
  height: 28px;
}
.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
.tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin-bottom: 10px;
}
.pages .owl-carousel.owl-theme .ty-scroller-list__item,
.directories .owl-carousel.owl-theme .ty-scroller-list__item,
.tags .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.pages.fixed .main-nav,
.directories.fixed .main-nav,
.tags.fixed .main-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pages.fixed .tygh-content,
.directories.fixed .tygh-content,
.tags.fixed .tygh-content {
  margin-top: 32px;
}
.pages.fixed .blog-hero-banner,
.directories.fixed .blog-hero-banner,
.tags.fixed .blog-hero-banner {
  position: fixed;
  top: 57px;
}
.pages .view-all,
.directories .view-all,
.tags .view-all {
  margin-bottom: 0;
  border: none;
}
.directories .ty-promotion {
  margin-top: 30px;
}
#content_tags_tab {
  margin-top: 20px;
}
.ty-search-block > form {
  padding-right: 35px;
}
.ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 35px;
}
input.ty-search-block__input {
  padding: 7px 8px 7px 8px;
  height: 35px;
  font-size: 12px;
}
.cm-hint {
  color: #8d8c8c;
}
.top-cart-content {
  background: none;
}
.top-cart-content .ty-dropdown-box {
  display: block;
}
.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: #4fbe31;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 32px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: #4fbe31;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: #9fb2c0;
}
.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
}
.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.top-cart-content .ty-dropdown-box__title:hover,
.top-cart-content .ty-dropdown-box__title.open {
  background: none;
}
.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.ty-minicart-title {
  color: #2e3a47;
  padding-left: 6px;
}
.ty-minicart-title * {
  line-height: 100%;
}
.ty-minicart-title .ty-minicart-title__header {
  font-weight: 600;
}
.ty-minicart-title .ty-minicart-title__header + span {
  padding-top: 10px;
  padding-bottom: 7px;
}
.ty-cart-items__list-item-desc a {
  color: #EE3E7B;
}
.ty-estimation-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .buttons-container.ty-cart-content__top-buttons button.ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
    width: 100%;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    margin-left: 0;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
    text-align: right;
  }
  .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
  .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.ty-menu__items {
  background: none;
}
.ty-menu__item {
  margin-right: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid transparent;
}
.ty-menu__item .ty-menu__item-link {
  color: #333333;
  padding: 19px 6.5px 17px 6.5px;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid transparent;
}
.ty-menu__item:hover {
  border-color: #EE3E7B;
}
.ty-menu__item:hover .ty-menu__item-link {
  background: #ffffff !important;
  color: #EE3E7B !important;
}
.ty-menu__item.have-submenus:hover .ty-menu__item-link {
  padding-bottom: 28px;
  border-color: #EE3E7B;
  z-index: 1;
}
.ty-menu__item-active .ty-menu__item-link {
  background: none;
  color: #EE3E7B !important;
}
.top-account-grid .ty-dropdown-box__title {
  padding: 14px 0px 15px 0px;
}
.top-account-grid .ty-dropdown-box__title .ty-account-info__title {
  outline: none;
}
.top-account-grid .ty-dropdown-box__title:hover,
.top-account-grid .ty-dropdown-box__title.open {
  background: #ffffff;
}
.top-account-grid .ty-dropdown-box__title:hover *,
.top-account-grid .ty-dropdown-box__title.open * {
  color: #EE3E7B;
}
.ty-menu__submenu-item-header {
  border-color: #dce3ea;
}
.main-banner-container .home-banners {
  position: relative;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}
.main-banner-container .home-banners .hero-banner {
  text-align: center;
}
.main-banner-container .home-banners .hero-banner .title {
  display: none;
}
.main-banner-container .home-banners .owl-theme {
  margin: 0;
}
.main-banner-container .home-banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
  margin: 9px 4px 9px 5px;
  background: #ffffff;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 1px 6px;
  border: 1px solid #2d3540;
  background: #2d3540;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span {
  background: #ee3e7b;
}
.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
  border-color: #4fbe31;
  background: #9fb2c0;
}
.main-banner-container .ty-advanced-search-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container > div {
  color: #ffffff;
  text-align: center;
  height: 0;
}
.main-banner-container .ty-advanced-search-container .container .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.main-banner-container .ty-advanced-search-container .container .desc {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .container .keyword {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
.main-banner-container .ty-advanced-search-container .search-box {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.main-banner-container .ty-advanced-search-container .search-input {
  width: 100%;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #ddd;
}
.main-banner-container .ty-advanced-search-container .search-select {
  width: 100%;
  height: 46px;
  border: none;
  margin-top: 1px;
  border-left: 1px solid #CCCCCC;
}
.main-banner-container .ty-advanced-search-container .search-submit {
  width: 100%;
  height: 46px;
  border: none;
  background: #EE3E7B;
  color: #ffffff;
  font-weight: 600;
}
.main-banner-container .ty-advanced-search-container .vendor-desc {
  line-height: 1.5;
  border-right: 1px solid #eee;
}
.main-banner-container .ty-advanced-search-container .is-vendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner-container .ty-advanced-search-container .is-vendor a {
  color: #EE3E7B;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.main-banner-container .ty-advanced-search-container .is-vendor a svg {
  margin-right: 5px;
}
.main-banner-container .ty-advanced-search-container .control-group {
  padding-top: 20px;
}
.main-banner-container .ty-advanced-search-container .control-group .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-container .ty-advanced-search-container .control-group .controls {
  margin-top: 10px;
}
.ty-stars,
.ty-stars__icon {
  margin: 0;
  line-height: 15px;
}
.ty-average-rating {
  font-weight: 600;
  display: inline-block;
  line-height: 15px;
}
.inline-flex {
  display: flex;
  align-items: center;
}
.inline-flex.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ty-grid-list {
  margin: 0 -10px;
}
.ty-grid-list__tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -5px;
}
.ty-grid-list__image {
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ty-grid-list__image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image img:hover,
.ty-grid-list__image .thumbnail:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.ty-grid-list__image .thumbnail {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.ty-grid-list__image .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.ty-grid-list__image .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
.ty-grid-list__prices {
  display: flex;
  justify-content: space-between;
  height: 29px;
}
.ty-grid-list__price {
  padding: 0 10px 10px;
}
.ty-grid-list__price .ty-list-price {
  color: #EE3E7B;
  font-size: 16px;
}
.ty-grid-list__list-price {
  padding: 0 10px 10px;
}
.ty-grid-list__list-price .ty-list-price {
  color: #939598;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
.ty-grid-list__control {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.ty-grid-list__control .ty-btn__secondary {
  background: #EE3E7B;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-weight: 600;
}
.ty-grid-list__control .ty-btn__secondary:hover {
  background: #32CCB7;
}
.ty-grid-list__item {
  border: 1px solid #dddddd;
  padding: 0 0 10px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 285px;
}
.ty-grid-list__item--overlay:hover {
  border-color: #eee;
  box-shadow: 0px 0px 5px #00000057;
}
.ty-grid-list__item .inline-flex {
  display: block;
}
.ty-grid-list__item-name {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 47px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-name .item-title,
.ty-grid-list__item-name .shop-title,
.ty-grid-list__item-name .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-transform: capitalize;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.ty-grid-list__item-name .item-title h3,
.ty-grid-list__item-name .shop-title h3,
.ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.ty-grid-list__item-name .item-title:hover,
.ty-grid-list__item-name .shop-title:hover,
.ty-grid-list__item-name .product-title:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-category {
  padding: 10px 10px 0;
  margin-bottom: -5px;
}
.ty-grid-list__item-category a {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.ty-grid-list__item-location {
  padding: 0 10px 0 10px;
  margin-bottom: 3px;
  color: #939598;
  font-size: 13px;
  display: block;
}
.ty-grid-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-grid-list__item-reviews {
  height: 19px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
.ty-grid-list__item-reviews .ty-stars {
  margin-right: 10px;
}
.ty-grid-list__item-reviews .ty-stars svg {
  margin-right: -4px;
  width: 13px;
}
.ty-grid-list__item-reviews .ty-average-rating {
  font-size: 13px;
}
.ty-grid-list__item-reviews a {
  color: #939598;
  display: flex;
  align-items: center;
}
.ty-grid-list__item-reviews a:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-timestamp {
  padding: 0 10px;
}
.ty-grid-list__item-expiring {
  color: #EE3E7B;
  font-size: 15px;
  padding: 0 10px 5px;
}
.ty-grid-list__item-expiring.expired {
  color: #939598;
}
.ty-grid-list__item-expiring .date {
  font-weight: 600;
}
.ty-grid-list__item-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.ty-grid-list__item-button-container span {
  padding-right: 2px;
}
.ty-grid-list__item-button-container .ty-btn__update {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.ty-grid-list__item-button-container .ty-btn__update:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__update:hover svg path {
  fill: #ffffff;
}
.ty-grid-list__item-button-container .ty-btn__delete {
  background: #ffffff;
  border: 1px solid transparent;
  color: #939598;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover {
  color: #EE3E7B;
}
.ty-grid-list__item-button-container .ty-btn__delete:hover svg path {
  fill: #EE3E7B;
}
.ty-grid-list__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.ty-grid-list__item:hover .ty-grid-list__control {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0 10px;
  position: inherit;
  border: none;
}
.ty-grid-list__description {
  padding: 0 10px;
  font-size: 14px;
}
.post-list.simple .ty-grid-list__item {
  position: relative;
  height: 140px;
  min-height: auto;
}
.post-list.simple .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 10px;
  float: left;
  width: 110px;
}
.post-list.simple .ty-grid-list__item-name,
.post-list.simple .ty-grid-list__item-expiring,
.post-list.simple .ty-grid-list__description,
.post-list.simple .ty-grid-list__item-button-container {
  margin-left: 120px;
  width: auto;
}
.post-list.simple .ty-grid-list__item-name {
  margin-bottom: 5px;
  margin-top: 20px;
}
.post-list.simple .ty-grid-list__item-name .product-title {
  margin-bottom: 0;
}
.post-list.simple .ty-grid-list__description {
  height: 44px;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}
.simple-list .ty-grid-list__item {
  position: relative;
  height: 82px;
  min-height: 82px;
}
.simple-list .ty-grid-list__item-name {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
.simple-list .ty-grid-list__item-name .product-title {
  line-height: 1.2;
  height: 199%;
  margin: 0;
}
.simple-list .ty-grid-list__image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  float: left;
}
.simple-list .ty-grid-list__item-name,
.simple-list .ty-grid-list__item-expiring,
.simple-list .ty-grid-list__description,
.simple-list .ty-grid-list__item-location,
.simple-list .ty-grid-list__item-button-container {
  margin-left: 80px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.album-list .ty-column4 {
  margin-right: -0.25em;
}
.album-list .ty-grid-list__item {
  border: none;
}
.album-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery {
  position: relative;
}
.album-list .image-gallery:hover .ty-grid-list__item-button-container {
  display: flex;
}
.album-list .image-gallery:hover img {
  opacity: 0.4;
}
.album-list .ty-grid-list__image {
  background: #000000;
}
.album-list .ty-grid-list__image img {
  width: 100%;
}
.album-list .grid-list {
  margin: 1px -2px;
}
.album-list .thumbnail {
  margin: 2px;
  position: relative;
  background: #000000;
}
.album-list .thumbnail img {
  width: 100%;
}
.album-list .thumbnail .remain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000a6;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.album-list .ty-grid-list__item-name {
  padding: 0;
  margin-top: 5px;
}
.album-list .ty-grid-list__item-button-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 67px;
  right: 0;
  justify-content: center;
  display: none;
}
.album-list .ty-grid-list__item-button-container .ty-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .ty-grid-list__item-button-container .ty-btn span {
  font-size: 0;
  padding: 0;
  margin: -1px -1px 0 0px;
}
.video-list .ty-column4 {
  margin-right: -0.25em;
}
.grid-list__rating .ty-discussion__review-quantity {
  line-height: 120%;
  color: #8d8c8c;
}
.grid-list__rating .ty-discussion__review-quantity:hover {
  color: #4fbe31;
}
.ty-grid-list__total-products .ty-company-total-products {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-grid-list__total-products .ty-company-total-products:hover {
  color: #4fbe31;
}
.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
.shop-header .button-container {
  float: right;
}
.ty-btn__add-new {
  width: 240px;
  border-color: #EE3E7B;
  color: #EE3E7B;
  line-height: 26px;
  background: #fff;
  text-transform: none;
}
.ty-btn__add-new:hover {
  background: #EE3E7B;
}
.ty-btn__add-new:hover svg path {
  fill: #ffffff;
}
.ty-sellers-list .ty-sellers-list__item-location {
  margin-bottom: 3px;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location {
  line-height: 120%;
  color: #8d8c8c;
}
.ty-sellers-list .ty-sellers-list__item-location .company-location:hover {
  color: #4fbe31;
}
.ty-footer {
  background: #f8f8f8;
  padding: 30px 0;
}
.ty-footer-menu * {
  font-size: 15px;
}
.ty-footer-menu .ty-footer-general__header {
  font-weight: 600;
  text-transform: uppercase;
  color: #4c535d;
}
.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  color: #9a9ea3;
}
.ty-footer-general__body {
  line-height: 140%;
}
.ty-footer-general__body a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    border-bottom: 1px solid #cfd1d4;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    color: #bfbfbf;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    border-bottom: 1px solid #dfdfdf;
  }
}
.ty-footer-menu__item a:hover {
  color: #2d3540;
}
.footer-contacts .greeny {
  color: #4fbe31;
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b !important;
}
.ty-logo-container {
  margin-top: 0;
}
.top-search {
  margin-top: 7px;
}
.top-cart-content {
  margin-top: 7px;
  margin: 7px 0;
}
@media (max-width: 480px) {
  .top-cart-content {
    margin: 20px 0 5px 0;
  }
}
.top-menu-grid {
  padding-top: 0;
}
.homepage-hotdeals {
  margin: 50px 0;
}
.ty-mtb-s a {
  color: #4fbe31;
}
.ty-mtb-s a:hover,
.ty-mtb-s a:active {
  color: #333333;
}
.main-content-grid {
  margin-bottom: 16px;
}
.main-content-special .image {
  width: 100%;
  text-align: center;
}
.main-content-special h1,
.main-content-special h2,
.main-content-special h3,
.main-content-special h4,
.main-content-special h5,
.main-content-special h6 {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.main-content-special h4 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 2;
}
.main-content-special p {
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.main-content-special p img {
  display: block;
  margin: auto;
}
.main-content-special dl dt {
  text-align: center;
}
.main-content-special dl dd {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto;
  font-style: italic;
}
.main-content-special ul {
  display: block;
  margin: 10px auto;
  max-width: 1085px;
  padding-left: 15px;
}
.main-content-special ul li {
  font-size: 18px;
  line-height: 1.5;
}
.main-content-special blockquote {
  margin: 10px auto;
  max-width: 1000px;
  background: #ebebeb;
  padding: 20px 30px;
}
.main-content-special blockquote h5 {
  font-size: 20px;
  line-height: 2;
  font-style: italic;
}
a:hover {
  color: #EE3E7B;
}
.ty-account-info__title {
  padding: 0px 3px;
}
.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
  color: #2d3540;
}
.ty-dropdown-box .ty-icon-down-micro {
  top: 3px;
  font-size: 15px;
}
.ty-dropdown-box .ty-account-info__title-txt {
  display: none;
}
.ty-select-block__arrow {
  margin-left: 0px;
  line-height: 130%;
}
.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
  color: #9eb2c0;
}
.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
  color: #2d3540;
}
.top-languages + .top-currencies {
  margin-left: 17px;
}
.ty-text-links__item:last-child {
  margin-right: 0;
}
.top-quick-pages {
  margin: 9px 4px 0px 0px;
}
.top-quick-pages .ty-text-links {
  margin-right: 0;
}
.top-quick-links .ty-text-links__item {
  position: relative;
}
.top-quick-links .ty-text-links__item a:hover {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__points:before {
  color: #4fbe31;
}
.top-quick-links .ty-quick-menu-item__gift:before {
  color: #EE3E7B;
}
.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
  background: #d2dde4;
  color: #2d3540;
}
.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
  color: initial;
}
.ty-dropdown-box__title.open {
  background: #9fb2c0;
}
.ty-red {
  color: #ff0000;
}
.ty-blue {
  color: #4d89c7;
}
.ty-blue-light {
  color: #00afff;
}
.ty-blue-light2 {
  color: #009cff;
}
.ty-underline,
.ty-exception__links-a {
  text-decoration: underline;
}
.ty-underline:hover,
.ty-exception__links-a:hover {
  text-decoration: none;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
  background-color: #4fbe31;
  color: white;
}
input.ty-search-block__input {
  border-color: #dce3ea;
}
.cm-hint {
  color: #8ca0b5;
}
.ty-mainbox-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.owl-carousel .owl-carousel {
  z-index: 0;
}
.owl-carousel.owl-theme {
  margin: 0 0 0 -10px;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__item {
  padding: 0;
  margin: 10px;
  text-align: left;
  border: 1px solid #ddd;
  background: #ffffff;
}
.owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block {
  overflow: hidden;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img {
  transition: 0.3s ease-in-out;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  background: #32ccb7;
  padding: 8px 10px;
}
.owl-carousel.owl-theme .ty-scroller-list__img-block .duration {
  background: #000000;
  color: #fff;
  position: absolute;
  padding: 8px 10px 7px;
  left: 32px;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .owl-carousel.owl-theme .ty-scroller-list__img-block {
    text-align: center;
  }
}
.owl-carousel.owl-theme .ty-scroller-list__description {
  padding: 10px 15px;
}
.owl-carousel.owl-theme .ty-scroller-list__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
  text-transform: capitalize;
}
.owl-carousel.owl-theme .ty-scroller-list__timestamp {
  font-size: 13px;
  color: #555555;
  line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  background: none;
  font-family:Arial;
  font-size: 0;
  text-transform: lowercase;
  color: #8d8c8c;
  position: absolute;
  top: 35%;
  margin-top: -20px;
  font-size: 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\e01a";
  font-family:glyphs;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 5px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\e01b";
  font-family:glyphs;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 0px 4px 10px rgba(51,51,51,0.1);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
  border-color: #4fbe31;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
  display: none !important;
}
.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
  display: none !important;
}
.ty-news-sidebox__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.ty-news-sidebox__item-date {
  display: inline-block;
  padding-right: 20px;
}
.ty-news-text-links__date {
  border-color: #dce3ea;
  color: #8d8c8c;
}
.ty-news-sidebox__button {
  padding: 0;
  background: none;
  color: #4fbe31;
  font-size: 13px;
}
.ty-news-sidebox__button:hover {
  color: #4fbe31;
}
.testimonials-block .discussion-testimonial-post {
  padding-bottom: 10px;
}
.testimonials-block .discussion-testimonial-post + .ty-right {
  text-align: left;
}
.testimonials-block .discussion-testimonial-post + .ty-right a {
  color: #4fbe31;
}
.ty-stars,
.ty-stars__icon,
.ty-rating {
  color: #feba0f;
}
.footer-stay-connected {
  background: #ffffff;
}
.subscribe-fees {
  margin: 14px 0;
}
.subscribe-fees .ty-wysiwyg-content {
  padding-left: 55px;
  position: relative;
}
.subscribe-fees .ty-wysiwyg-content:before {
  content: "\e02f";
  font-family:glyphs;
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  margin: -15px 0 0;
  color: white;
  font-size: 3em;
}
.subscribe-fees h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.subscribe-fees p {
  color: white;
  padding: 0;
  line-height: 1.5em;
}
h3.ty-social-link__title {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.bottom-copyright {
  font-size: 15px;
}
.ty-btn {
  padding: 6px 7px;
}
.ty-btn.ty-btn__text {
  padding: 0;
}
.ty-btn-go {
  box-sizing: border-box;
}
.ty-price-num {
  font-size: 16px;
}
.ty-tabs__item {
  background: #c8d7e6;
}
.ty-tabs__item.active {
  background: #6d90b3;
}
.ty-tabs__item .ty-tabs__a {
  color: #56718c;
}
.ty-tabs__item.active .ty-tabs__a {
  color: #fff;
}
.ty-accordion .ui-accordion-header {
  color: #56718c;
  background: #c8d7e6;
}
.ty-accordion .ui-accordion-header.ui-state-active {
  background: #6d90b3;
  color: white;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-container__views-a.active:hover {
  color: #EE3E7B;
}
@media screen and (max-width: 700px) {
  .some_class {
    margin-left: 13px;
  }
}
.ty-step__title-active {
  background: #73b4e5;
}
.ty-step__title-arrow,
.ty-step__title .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-txt,
.ty-step__title-complete .ty-step__title-left,
.ty-step__container-active .ty-step__title-left {
  color: #73b4e5;
}
.ty-step__title-left {
  color: white;
  background: #73b4e5;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  background: transparent;
  color: #4fbe31;
}
.ui-widget-header .ui-icon-closethick {
  color: #7c97b1;
}
.ty-wysiwyg-content h1.ty-main-title {
  color: #040404 !important;
}
.ty-wysiwyg-content h1.ty-main-title2 {
  color: #040404 !important;
}
.ty-wysiwyg-content h2 {
  font-weight: 600;
  font-size: 24px;
}
.ty-wysiwyg-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.ty-wysiwyg-content h3.ty-main-title2 {
  color: #040404 !important;
}
.ty-cr-phone-number-link .ty-cr-link a {
  font-size: 12px;
  color: #4fbe31 !important;
  text-decoration: underline;
}
.ty-cr-phone-number-link .ty-cr-link a:hover {
  text-decoration: none;
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
  color: #2e3a47 !important;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  color: #6d86a1;
}
.ty-cr-phone-number-link .ty-cr-work {
  display: inline-block;
  padding-top: 5px;
  color: #8d8c8c !important;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  color: #6d86a1;
}
.ty-cr-content-grid {
  margin-top: 3px;
}
.ty-cr-phone-number-link {
  margin: 0;
  text-align: left;
}
.ty-cr-phone-number-link * {
  font-family:Arial;
}
@media screen and (max-width: 767px) {
  .ty-cr-phone-number-link {
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-link {
  float: left;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .ty-cr-phone-number-link .ty-cr-link {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.ty-cr-phone-number-link .ty-cr-phone {
  font-size: 19px;
}
.ty-cr-phone-number-link .ty-cr-phone-prefix {
  font-weight: normal;
}
.ty-cr-phone-number-link .ty-cr-work {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.ty-cr-phone-number-link .ty-cr-work-hours {
  padding-top: 4px;
  font-size: 11px;
  color: #6d86a1;
}
@media (max-width: 1100px) {
  .ty-cr-phone-number-link > span.ty-cr-work {
    font-size: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ty-cr-content-grid .ty-cr-phone-number-link {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .ty-top-grid_float {
    float: left !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .ty-cr-content-grid {
    margin-top: 0px;
  }
  .ty-cr-phone-number-link span.ty-cr-work {
    display: block;
  }
  .ty-cr-phone-number-link .ty-cr-link {
    margin-top: -2px;
  }
}
.product-title-color {
  color: #8d8c8c;
}
@font-face {
  font-family:'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family:'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1653031870') format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1653031870') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1653031870') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1653031870') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1653031870') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1653031870') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'SVN-Proxima Nova';
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1653031870') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1653031870') format("truetype");
  font-weight: 900;
  font-style: normal;
}
.ty-wysiwyg-content .ty-cr-phone-number-link {
  padding-left: 0;
}
.top-logo {
  margin-top: 14px;
  margin-left: 0px;
  width: auto;
  float: left;
}
.top-menu {
  float: right;
  margin-top: 0;
  margin-right: 10px;
}
.top-my-account {
  float: right;
  margin-left: 0;
  margin-top: 2px;
}
.top-my-account .ty-dropdown-box__title {
  padding-bottom: 16px;
}
.top-my-account .ty-dropdown-box__title:hover,
.top-my-account .ty-dropdown-box__title.open {
  background: #ffffff;
  border-bottom: 1px solid #EE3E7B;
}
.top-my-account .ty-dropdown-box__title:hover:hover *,
.top-my-account .ty-dropdown-box__title:hover:hover a,
.top-my-account .ty-dropdown-box__title:hover:hover i,
.top-my-account .ty-dropdown-box__title:hover.open *,
.top-my-account .ty-dropdown-box__title:hover.open a,
.top-my-account .ty-dropdown-box__title:hover.open i,
.top-my-account .ty-dropdown-box__title.open:hover *,
.top-my-account .ty-dropdown-box__title.open:hover a,
.top-my-account .ty-dropdown-box__title.open:hover i,
.top-my-account .ty-dropdown-box__title.open.open *,
.top-my-account .ty-dropdown-box__title.open.open a,
.top-my-account .ty-dropdown-box__title.open.open i {
  color: #EE3E7B;
  outline: none;
}
.top-my-account .ty-dropdown-box__title:hover:hover svg path,
.top-my-account .ty-dropdown-box__title:hover.open svg path,
.top-my-account .ty-dropdown-box__title.open:hover svg path,
.top-my-account .ty-dropdown-box__title.open.open svg path {
  fill: #EE3E7B;
}
.top-my-account .ty-account-info__title {
  position: relative;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: inline-block;
}
.top-my-account .ty-account-info__title svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.top-my-account .ty-account-info__title svg path {
  fill: #EE3E7B;
}
.top-my-account .logged .ty-account-info__title,
.top-my-account .ty-dropdown-box__title a,
.top-my-account .ty-dropdown-box .ty-icon-down-micro,
.top-my-account .ty-select-block__a,
.top-my-account .ty-select-block__arrow,
.top-my-account .ty-account-info__user-arrow {
  text-transform: uppercase;
  font-size: 14px;
}
.top-my-account .ty-icon-down-micro {
  top: 2px;
}
.call-request {
  float: right;
  margin-top: 18px;
}
.call-request .ty-cr-phone-number-link .ty-cr-phone {
  font-size: 14px;
  font-weight: normal;
}
.become-vendor {
  float: right;
}
.become-vendor .ty-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 9px 15px;
  margin-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: 150ms;
}
.become-vendor .ty-btn:hover {
  background: #32CCB7;
}
.become-vendor .ty-btn svg {
  margin-right: 5px;
}
.ty-search-magnifier {
  text-align: center;
}
.widget.top-cart-content {
  background: none;
  margin: 0;
}
.widget.top-cart-content .ty-minicart-title__header {
  display: none;
}
.widget.top-cart-content .ty-dropdown-box {
  display: block;
}
.widget.top-cart-content .ty-dropdown-box__title {
  padding: 0 13px 0 35px;
  border-width: 0;
}
.widget.top-cart-content .ty-dropdown-box__title i {
  margin-left: 0;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  line-height: 32px;
  color: gray;
  text-align: center;
  font-size: 14px;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
  background: none;
}
.widget.top-cart-content .ty-dropdown-box__title {
  height: 34px;
  padding-left: 25px;
  padding-top: 2px;
}
.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
  color: #2e3a47;
  height: 34px;
}
.widget.top-cart-content .ty-icon-down-micro {
  color: #4fbe31;
  padding-left: 10px;
}
.widget.top-cart-content .ty-icon-down-micro:before {
  content: "\e019";
  font-size: 1.2em;
}
.widget.top-cart-content .ty-dropdown-box__title:hover,
.widget.top-cart-content .ty-dropdown-box__title.open {
  background: #d2dde4;
}
.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
  color: #4fbe31;
}
.widget.top-currencies {
  margin-left: 0;
}
.widget .ty-select-block__arrow {
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-shop .ty-text-links-btn {
    display: none !important;
  }
  .footer-menu-create-orders .ty-text-links-btn {
    display: none !important;
  }
}
@font-face {
  font-family:icomoon;
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870');
  src: url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1653031870#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1653031870') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1653031870') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1653031870#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family:icomoon;
  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-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-instagram,
.ty-icon-moon-youtube,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
  font-family:icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-moon-commerce:before {
  content: "\e900";
}
.ty-icon-moon-facebook:before {
  content: "\e169";
}
.ty-icon-moon-instagram:before {
  content: "\e170";
}
.ty-icon-moon-youtube:before {
  content: "\e171";
}
.ty-icon-moon-twitter:before {
  content: "\e16d";
}
.ty-icon-moon-user:before {
  content: "\e600";
}
.ty-icon-moon-mail:before {
  content: "\e601";
}
.ty-icon-moon-vk:before {
  content: "\e602";
}
.ty-icon-moon-heart:before {
  content: "\e603";
}
.ty-icon-moon-percent:before {
  content: "\e604";
}
.ty-quick-menu-item__points:before {
  content: "\e604";
}
.ty-quick-menu-item__gift:before {
  content: "\e603";
}
.ty-social-link {
  vertical-align: middle;
}
.ty-social-link [class*="ty-icon-moon-"] {
  margin-right: 10px;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}
.ty-social-link [class*="ty-icon-moon-"]:hover {
  color: #EE3E7B;
}
.ty-social-link .ty-icon-moon-vk {
  padding: 8px;
  font-size: 12px;
}
.ty-social-link:last-child i {
  margin-right: 0;
}
.ty-social-link-block {
  margin: 23px 15px 23px 0;
}
@media screen and (max-width: 1120px) {
  .ty-social-link-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
h3.ty-social-link__title {
  font-size: 16px !important;
  font-family:'SVN-Proxima Nova','PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 0;
  color: #333333;
}
@media screen and (max-width: 979px) {
  h3.ty-social-link__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h3.ty-social-link__title {
    margin-top: 0;
  }
}
.ty-social-link {
  top: 0;
  margin-right: 0;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.ty-discussion-post {
  padding: 12px 15px 17px;
}
.ty-discussion-post__content {
  margin-top: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ty-discussion-post__content .ty-discussion-post__avatar {
  width: 60px;
  height: 60px;
  background: #cdcdcd;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.ty-discussion-post__content .ty-discussion-post {
  border: none;
  margin: 5px 0 0 75px;
  padding: 0;
}
.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message {
  line-height: 1.4;
}
.ty-discussion-post__content .ty-discussion-post__content {
  margin-left: 75px;
  border-bottom: none;
  padding-bottom: 0;
}
.ty-discussion-post__author {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 20px;
}
.ty-discussion-post__date {
  float: none;
}
.ty-discussion-post__rating {
  margin: 0;
}
.ty-discussion-post__rating .ty-stars {
  font-size: 22px;
}
.ty-discussion-post__author,
.ty-discussion-post__rating,
.ty-discussion-post__message {
  display: inline-block;
  margin-left: 0;
}
.ty-discussion-like {
  margin-left: 70px;
}
.ty-discussion-like .ty-btn {
  background: none;
  color: #333333;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}
.ty-discussion-like .ty-btn:hover {
  color: #ff5319;
}
.homepage-reviews .ty-discussion-post {
  margin: 22px 0 26px 0;
}
.ty-caret {
  left: 20px;
}
.ty-footer-form-block {
  margin-top: 0;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__title {
  font-size: 14px;
  font-family:'SVN-Proxima Nova','PT Sans';
  line-height: 22px;
  color: #333333;
}
.ty-footer-form-block .ty-footer-form-block__form-container {
  padding: 0 !important;
}
.ty-footer-form-block.ty-footer-newsletters-block {
  margin-top: 14px;
  margin-bottom: 7px;
}
.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
  display: none;
}
@media screen and (max-width: 1120px) {
  .footer-stay-connected .ty-grid {
    width: 100%;
    margin-left: 0;
  }
  .footer-stay-connected .ty-grid .ty-float-left {
    float: none;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
    margin-bottom: 3px;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
  margin: 0;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 {
  font-size: 16px;
  font-family:'SVN-Proxima Nova','Open Sans';
  line-height: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
  margin-top: 5px;
  font-weight: normal;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
  position: relative;
  padding-left: 55px;
  padding-right: 2%;
  width: 36.5%;
  text-align: left !important;
}
form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    width: 70%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
  width: 53.5%;
}
@media screen and (max-width: 960px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 53.5%;
  }
}
@media screen and (max-width: 766px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form {
    width: 100%;
  }
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] {
  height: 36px;
  width: 100%;
  color: #2e3a47;
  font-size: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint {
  color: #8d8c8c;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go {
  height: 34px;
}
form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon {
  top: 7px;
}
form[name="subscribe_form"] .ty-footer-form-block__form > div {
  vertical-align: top;
  display: inline-block;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input {
  margin-top: 12px;
  width: 60%;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button {
  margin-top: 12px;
}
form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn {
  padding: 6px 15px 5.5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 140%;
  margin-left: -0.25em;
}
.ty-btn__subscribe {
  background: #4fbe31;
  color: #fff;
}
.ty-btn__subscribe:hover {
  color: #fff;
}
.ty-btn__subscribe.ty-btn__text {
  color: #4fbe31;
}
.owl-carousel.ty-scroller-list.grid-list {
  padding: 0;
  border-width: 0;
  background: none transparent;
}
.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
  background: none transparent;
}
.ty-scroller-advanced .owl-theme {
  margin: 0 0 10px 0;
}
.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
  padding: 10px 0;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .ty-scroller-list__item.ty-column4 {
  display: block;
  width: auto;
}
.owl-theme .ty-grid-list__item .owl-controls {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
  height: 0;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  color: #2e3a47;
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
}
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
  display: none;
}
.ty-grid-list__item.disabled {
  opacity: 0.5;
}
.ty-grid-list__item .owl-wrapper-outer {
  padding: 0;
}
.top-banners {
  margin: 10px 0;
}
.top-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners {
  margin: 0;
}
.home-banners .owl-theme {
  margin: 0;
}
.home-banners .owl-theme .owl-wrapper-outer {
  padding: 0;
}
.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
  height: 810px;
  width: fit-content;
  object-fit: cover;
}
.service-banners,
.detail-banners {
  min-height: 300px;
  position: relative;
}
.service-banners .ty-banner__image-wrapper,
.detail-banners .ty-banner__image-wrapper {
  background: #000;
  height: 250px;
}
.service-banners .ty-wysiwyg-content,
.detail-banners .ty-wysiwyg-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-wysiwyg-content .desktop,
.service-banners .ty-wysiwyg-content .phone,
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 250px;
}
.service-banners .ty-pict,
.detail-banners .ty-pict {
  height: 250px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.service-banners .ty-search-header,
.detail-banners .ty-search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banners .ty-search-header .container-box,
.detail-banners .ty-search-header .container-box {
  text-align: center;
}
.service-banners .ty-search-header .container-box .title,
.service-banners .ty-search-header .container-box .desc,
.detail-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.service-banners .ty-search-header .container-box .title,
.detail-banners .ty-search-header .container-box .title {
  font-size: 42px;
  text-transform: capitalize;
}
.service-banners .ty-search-block,
.detail-banners .ty-search-block {
  margin-top: -30px !important;
}
.service-banners .ty-search-block .search-box,
.detail-banners .ty-search-block .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 58px;
  position: relative;
  margin-left: 12.5%;
}
.service-banners .ty-search-block .search-input,
.detail-banners .ty-search-block .search-input {
  width: 60%;
  float: left;
  position: relative;
}
.service-banners .ty-search-block .search-input svg,
.detail-banners .ty-search-block .search-input svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
}
.service-banners .ty-search-block .search-input input.ty-search-block__input,
.detail-banners .ty-search-block .search-input input.ty-search-block__input {
  border-color: #cccccc8a;
  border-width: 0 1px 0 0;
  padding: 29px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
}
.service-banners .ty-search-block .search-location,
.detail-banners .ty-search-block .search-location {
  float: left;
  width: 25%;
  position: relative;
}
.service-banners .ty-search-block .search-location svg,
.detail-banners .ty-search-block .search-location svg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.service-banners .ty-search-block .search-location select,
.detail-banners .ty-search-block .search-location select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 18px;
  padding-left: 40px;
  border: none;
}
.service-banners .ty-search-block .ty-search-magnifier,
.detail-banners .ty-search-block .ty-search-magnifier {
  background: #EE3E7B;
  color: white;
  top: 0;
  height: 100%;
  right: 0;
  width: 15%;
  font-size: 0;
}
.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,
.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search {
  font-size: 23px;
}
.detail-banners {
  min-height: 89px;
}
.detail-banners .ty-banner__image-wrapper {
  height: 100px;
}
.detail-banners .ty-pict {
  height: 100px;
}
.detail-banners .ty-search-block {
  margin-top: -75px !important;
}
.detail-banners .ty-wysiwyg-content .desktop,
.detail-banners .ty-wysiwyg-content .phone {
  min-height: 89px;
}
.ty-benefit {
  margin-top: 30px;
}
.ty-benefit .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.ty-benefit .icon {
  float: left;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ty-benefit .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.ty-benefit .content {
  line-height: 20px;
  font-size: 16px;
  color: #5E5E5E;
}
.ty-vendor {
  margin-top: 30px;
}
.ty-vendor .ty-grid-list {
  margin: 0 -10px;
}
.ty-vendor .ty-grid-list .inline-flex {
  display: block;
}
.ty-vendor .ty-grid-list__item {
  border: none;
  padding: 0;
}
.ty-vendor .ty-grid-list__item img {
  border-radius: 5px;
}
.ty-vendor .ty-grid-list__item-name {
  padding: 0;
}
.ty-vendor .ty-grid-list__item-location {
  padding: 0;
  display: block;
}
.ty-vendor .ty-grid-list__item-reviews {
  padding: 0;
}
.ty-vendor .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-promotion {
  padding: 20px;
  background: #F3F3F3;
}
.ty-promotion .promotion-item .grid-list {
  margin: 0 -10px 10px;
}
.ty-promotion .promotion-item .grid-list .grid-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .thumbnail {
  background: #ebebeb;
}
.ty-promotion .promotion-item .grid-list .grid-item .service {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
  padding: 10px 10px 0;
}
.ty-promotion .promotion-item .grid-list .grid-item .title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}
.ty-promotion .promotion-item .grid-list .grid-item .desc {
  font-size: 14px;
}
.ty-promotion .promotion-item .grid-list .grid-item .timestamp {
  font-size: 13px;
  color: #555555;
  padding: 10px;
}
.ty-promotion .ty-grid-posts {
  margin: 0 -10px 10px;
}
.ty-promotion .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.ty-promotion .owl-controls .owl-page.owl-page.active span {
  background: #EE3E7B;
}
.ty-special {
  padding: 20px;
  background: #FFEDEF;
}
.ty-special .ty-grid-list__description {
  display: none;
}
.view-all {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.view-all a {
  color: #EE3E7B;
  text-transform: uppercase;
  font-weight: 600;
}
.view-all a:hover {
  text-decoration: underline;
}
.ty-main-home .ty-mainbox-title {
  margin-top: 60px;
}
.ty-main-home .main-content {
  margin-right: 320px;
  text-align: center;
}
.ty-main-home .main-content .thumbnail {
  background: #ebebeb;
}
.ty-main-home .main-content .service {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.ty-main-home .main-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
}
.ty-main-home .main-content .desc {
  line-height: 20px;
}
.ty-main-home .main-content .categories {
  margin-bottom: 30px;
  text-align: center;
}
.ty-main-home .main-content .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-main-home .main-content .categories .category-item .thumbnail img {
  width: 100%;
}
.ty-main-home .main-content .categories .category-item .title {
  font-weight: 600;
}
.ty-main-home .main-content .news {
  margin-bottom: 10px;
}
.ty-main-home .main-content .news .grid-list {
  margin: 10px -10px;
}
.ty-main-home .main-content .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-main-home .main-content .news .news-item .thumbnail {
  height: 148px;
  margin: -10px -10px 10px;
}
.ty-main-home .main-content .news .news-item .timestamp {
  font-size: 13px;
}
.ty-wedding_ideas .categories {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.ty-wedding_ideas .categories .category-item .thumbnail {
  overflow: hidden;
  margin: 10px auto;
}
.ty-wedding_ideas .categories .category-item .thumbnail img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  border: 1px solid transparent;
  transition: 150ms;
}
.ty-wedding_ideas .categories .category-item .thumbnail img:hover {
  border: 1px solid #EB427B;
}
.ty-wedding_ideas .categories .category-item .title a {
  font-weight: 700;
  color: #333333;
}
.ty-wedding_ideas .categories .category-item .title a:hover {
  color: #EE3E7B;
}
.ty-wedding_ideas .news {
  margin-bottom: 10px;
}
.ty-wedding_ideas .news .grid-list {
  margin: 10px -10px;
}
.ty-wedding_ideas .news .news-item {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
.ty-wedding_ideas .news .news-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ty-wedding_ideas .news .news-item .thumbnail {
  height: 194px;
  margin: -10px -10px 10px;
  background-size: cover;
  background-position: center;
}
.ty-wedding_ideas .news .news-item .timestamp {
  font-size: 13px;
}
.video-gallery {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-top: 20px;
}
.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ty-videos {
  background: rgba(235,161,161,0.4);
  margin: 60px -20px;
  padding: 20px;
}
.ty-videos .ty-grid-list {
  margin: 0 -10px;
}
.ty-videos .ty-grid-list__item {
  border: none;
}
.ty-videos .ty-grid-list__item:hover {
  box-shahow: none;
}
.ty-videos .ty-grid-list__item-name {
  padding: 0;
}
.ty-videos .ty-grid-list__item-timestamp {
  padding: 0;
}
.ty-videos .ty-grid-list__image {
  overflow: hidden;
}
.ty-wedding_cloths {
  text-align: center;
  margin-bottom: 50px;
}
.ty-wedding_cloths .grid-list {
  margin: 0 -10px 10px;
}
.ty-wedding_cloths .grid-list .grid-item {
  margin: 10px;
  text-align: left;
}
.ty-wedding_cloths .grid-list .grid-item .thumbnail {
  height: 310px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.ty-wedding_cloths .grid-list .grid-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.ty-finance_solution {
  background: rgba(50,204,183,0.15);
}
.ty-why_us .container {
  padding: 0 0 60px;
}
.ty-why_us .left-box {
  position: relative;
}
.ty-why_us .left-box img {
  position: absolute;
}
.ty-why_us .left-box img.pic-1 {
  top: 50px;
  margin-left: 0;
  left: -20px;
}
.ty-why_us .left-box img.pic-2 {
  top: 15px;
  margin-left: -122px;
  left: 50%;
}
.ty-why_us .left-box img.pic-3 {
  top: 80px;
  margin-left: 0;
  right: -20px;
}
.ty-why_us .right-box {
  font-size: 16px;
  line-height: 24px;
}
.ty-why_us .right-box ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.ty-why_us .right-box li {
  margin-bottom: 10px;
}
.ty-why_us .right-box .span1 {
  padding-top: 6px;
}
.mainbox-container .owl-theme {
  margin-top: -10px;
}
.ty-scroller-advanced .ty-grid-list__item {
  margin: 0px 10px 1px 10px;
}
.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
  text-align: left;
}
.ty-quick-view-button {
  z-index: 1;
}
.ty-scroller-advanced .ty-scroller-list__item {
  padding-top: 0px;
}
.ty-scroller-advanced .owl-wrapper-outer {
  padding-top: 0px;
}
.ty-news-text-links {
  padding-left: 12px;
  margin: 30px 0 29px;
}
.ty-news-text-links__item {
  margin-bottom: 16px;
}
.ty-news-text-links__date {
  padding: 0px 1px;
  margin-right: 5px;
}
.ty-news-text-links__a {
  padding-top: 1px;
}
.desc,
.desc div {
  font-size: 16px;
  color: #939598;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ty-videos .desc div {
  color: #333333;
}
@media screen and (min-width: 767px) {
  .ty-footer-menu {
    padding-top: 20px;
  }
}
.tygh-footer {
  padding-top: 0;
}
.tygh-footer > div {
  background: #f8f8f8;
}
.tygh-footer .ty-mainbox-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tygh-footer .ty-mainbox-body .ty-text-links {
  margin-top: 10px;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item {
  padding: 2px 0;
  margin: 0 0 5px;
  line-height: 1.4;
}
.tygh-footer .ty-mainbox-body .ty-text-links__item a {
  color: #333333;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-menu__items {
    display: block !important;
  }
}
.ty-payment-icons {
  margin: 6px 0;
}
.ty-payment-rus-icons .ty-payment-icons__item {
  background: url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1653031870') no-repeat;
}
.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
  background-position: 0px -67px;
  width: 86px;
}
.ty-payment-rus-icons .ty-payment-icons__item.yandex {
  background-position: 0px -128px;
  width: 60px;
}
.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
  background-position: 0px -97px;
  width: 84px;
}
.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
  background-position: 0px -35px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.visa {
  background-position: 0px 0px;
  width: 40px;
}
.ty-payment-rus-icons .ty-payment-icons__item.paypal {
  background-position: 0px -160px;
}
.ty-banners-free-ship {
  margin-top: 25px;
}
.ty-banners-free-ship .ty-banner__image-wrapper {
  margin: 0;
}
.ty-banners-pickup {
  margin-top: 5.5%;
  margin-bottom: 23px;
}
.ty-banners-pickup .ty-banner__image-wrapper {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  .ty-banners-free-ship,
  .ty-banners-pickup {
    width: 48.5%;
    margin-top: 0px;
    float: left;
  }
  .ty-banners-free-ship {
    margin-right: 3%;
  }
}
.footer-contacts p,
.footer-contacts li {
  color: #36383b;
}
@media (max-width: 980px) {
  .ty-list-container .ty-page-company__info-block {
    padding-top: 30px;
  }
}
.ty-menu-item__sale .ty-menu__item-link {
  color: #FE7400 !important;
  font-weight: 600;
}
@media (min-width: 1151px) {
  .ty-menu-item__products {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .ty-menu-item__sport,
  .ty-menu-item__office {
    display: none !important;
  }
}
@media (max-width: 930px) {
  .ty-menu-item__media {
    display: none !important;
  }
}
@media (max-width: 795px) {
  .ty-menu-item__apparel {
    display: none !important;
  }
}
.ty-footer-menu .ty-footer-general__header {
  position: relative;
  margin: 0;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ty-footer-menu .ty-footer-general__header {
    padding-top: 15px;
  }
}
.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
  display: none;
  color: #9a9ea3;
}
.ty-footer-general__body {
  margin: 0;
  margin-top: 8px;
  padding-bottom: 43px;
}
.ty-footer-general__body li {
  margin-bottom: 6px;
}
.ty-footer-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 30px 0;
  padding: 20px 0 0;
}
.ty-footer-register .ty-mainbox-simple-title {
  font-size: 24px;
  line-height: 24px;
}
.ty-footer-register .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.ty-footer-register .ty-btn-register {
  padding: 10px 50px;
}
.ty-footer-vendor {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ty-footer-general__header {
    padding: 15px 30px 15px 0;
  }
  .ty-footer-general__icon-open,
  .ty-footer-general__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
  }
  .ty-footer-general__icon-open {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-hide {
    display: block;
  }
  .ty-footer-general__header.open .ty-footer-general__icon-open {
    display: none;
  }
  .ty-footer-general__body {
    margin-top: 0;
    padding-bottom: 0px;
    display: none;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    padding: 15px 0px 15px 0px;
    padding-left: 20px;
  }
  .footer-contacts li {
    padding-left: 20px;
  }
}
.ty-text-links__item {
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .ty-footer-general__body {
    display: block !important;
  }
}
.bottom-copyright {
  margin-top: 6px;
}
.ty-discount-label {
  z-index: 20;
  -webkit-transform: translate3d(0,0,0);
}
.ty-product-block__button .ty-btn {
  margin-right: 15px;
}
.ty-product-block__button .button-container {
  z-index: 1;
}
.shops .tygh-header,
.posts .tygh-header,
.albums .tygh-header,
.products .tygh-header {
  position: absolute;
}
.shops .header-grid,
.posts .header-grid,
.albums .header-grid,
.products .header-grid {
  position: inherit;
}
.shops .ty-grid-list .ty-column3,
.posts .ty-grid-list .ty-column3,
.albums .ty-grid-list .ty-column3,
.products .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.ty-shop-filters {
  margin-bottom: 10px;
}
.ty-shop-filters__switch {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.ty-shop-filters__switch-down,
.ty-shop-filters__switch-right {
  position: absolute;
  right: 0;
  font-size: 22px;
  color: #939598;
  top: 19px;
  display: block;
}
.ty-shop-filters__switch-down {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-right {
  display: none;
}
.ty-shop-filters__switch.open .ty-shop-filters__switch-down {
  display: block;
}
.ty-shop-filters__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
.ty-shop-filters__search .ty-input-text-medium {
  height: 44px;
  border: 1px solid #DDDDDD;
}
.ty-shop-filters__block {
  padding-bottom: 5px;
}
.hot-products {
  margin-top: 30px;
}
.hot-products .ty-grid-list__image {
  float: left;
  padding: 0;
  margin-right: 15px;
}
.hot-products .ty-grid-list__item {
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: auto;
}
.hot-products .ty-grid-list__item-name {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: inherit;
}
.hot-products .ty-grid-list__item-service {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  line-height: 22px;
}
.hot-products .ty-grid-list__item-description {
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
}
.hot-products .ty-grid-list__item-description:first-letter {
  text-transform: uppercase;
}
.hot-products .ty-grid-list__item-see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #EE3E7B;
  line-height: 24px;
}
.shop-header {
  padding: 15px 0 0;
}
.shop-header .avatar {
  width: 50px;
  height: 50px;
  float: left;
  background: #eee;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}
.shop-header .avatar .ty-no-image {
  height: 50px !important;
}
.shop-header .shop-title h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.shop-header .address-bar {
  margin: 5px 0;
}
.shop-header .address-bar > div {
  display: block;
  color: #333333;
}
.shop-header .address-bar .buttons {
  margin-top: 10px;
  margin-left: 54px;
}
.shop-header .address-bar .buttons > div {
  display: inline-block;
  padding-left: 10px;
  color: #333333;
}
.shop-header .social-bar {
  margin-top: 10px;
  margin-left: 63px;
  display: flex;
  justify-content: left;
  align-content: center;
}
.shop-header .social-bar .rating a {
  display: flex;
  align-items: center;
  align-content: space-around;
  height: 24px;
  color: #333333;
}
.shop-header .social-bar .rating a .ty-stars {
  height: 16px;
  margin-right: 10px;
}
.shop-header .social-bar .rating a .ty-total-reviews,
.shop-header .social-bar .rating a .ty-average-rating {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-right: 10px;
}
.shop-header .social-bar .ty-btn-request-quota {
  background: #32ccb7;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px;
}
.shop-header .social-bar .ty-btn__text {
  text-transform: none;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
}
.shop-header .social-bar .social-share {
  display: inline-block;
  margin-left: 15px;
}
.shop-header .social-bar .social-share .ty-btn__text {
  position: relative;
  padding-right: 20px;
  color: #333333;
}
.shop-header .social-bar .social-share .ty-btn__text:after {
  display: none;
  content: " ";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 1px;
  background: #333;
  top: 4px;
}
.shop-header .ty-btn__secondary {
  background: #EE3E7B;
  padding: 13px 40px;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
.shop-text-container .hidden-text {
  display: none;
}
.shop-text-container .show-hidden-text {
  cursor: pointer;
}
.shop-text-container .show-hidden-text:hover {
  color: #EE3E7B;
}
.shop-text-container.open .hidden-text {
  display: inline-block;
}
.shop-text-container.open .show-hidden-text {
  display: none;
}
.shop-menus {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.shop-menus .nav-items .nav-item {
  float: left;
  padding: 0;
}
.shop-menus .nav-items .nav-item a {
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  outline: none;
  color: #333333;
}
.shop-menus .nav-items .nav-item a:hover {
  color: #EB427B;
}
.shop-menus .nav-items .nav-item.active a {
  font-weight: 600;
  border-bottom: 1px #EE3E7B solid;
}
.shop-menus .sub-title {
  float: right;
  height: 49px;
  display: none;
  align-items: center;
  font-weight: 600;
}
.shop-menus .sub-title .avatar {
  margin-left: 10px;
}
.shop-menus .sub-title .avatar img {
  width: 24px;
  border-radius: 50%;
}
.shop-menus.fixed {
  position: fixed;
}
.shop-menus.fixed .sub-title {
  display: flex;
}
.shop-body {
  margin-top: 20px;
  position: relative;
}
.shop-body .ty-grid-list .ty-column3 {
  margin-right: -0.25em;
}
.shop-body .shop-main-content {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.shop-body .shop-main-content .shop-left {
  padding-right: 320px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 1000px;
}
.shop-body .shop-main-content .shop-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.shop-body .shop-main-content .shop-right.bottom {
  bottom: 0;
  top: auto;
}
.shop-body .shop-main-content .shop-sliders {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.shop-body .shop-main-content .shop-sliders .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons {
  width: 100%;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div {
  background: #000000;
  width: 40px;
  height: 40px;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev {
  float: left;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next {
  float: right;
}
.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border: none;
  background: transparent;
}
.shop-body .shop-main-content .section {
  padding: 30px 0 0;
  line-height: 1.6;
}
.shop-body .shop-main-content .section.shop-slider {
  padding-top: 20px;
}
.shop-body .shop-main-content .section .section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.shop-body .shop-main-content .section .section-title::after {
  display: none;
}
.sharing-bar {
  display: flex;
  line-height: 1;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.sharing-bar > div {
  margin-right: 5px;
}
.sharing-bar .created-timestamp {
  margin-right: 15px;
}
.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  letter-spacing: 0 !important;
}
.content {
  font-size: 16px;
  line-height: 1.5;
}
.content * {
  font-size: 18px;
  line-height: 1.5;
}
.content ul {
  margin: 10px 0;
}
.content li {
  list-style: disc inside;
}
.content img {
  margin: 10px auto;
  max-width: 100%;
}
.post-price {
  border: 1px solid #ddd;
  margin: 10px 0 20px;
}
.post-price .row-fluid > div {
  padding: 10px 20px;
}
.post-price .row-fluid > div:last-child {
  border-left: 1px solid #dddddd;
}
.post-price .promotion-price bdi {
  font-weight: 600;
  font-size: 20px;
}
.post-price .original-price {
  font-size: 14px;
  padding-left: 30px;
  color: #888888;
  text-decoration: line-through;
}
.post-price .save-percent {
  font-size: 20px;
  font-weight: 600;
  color: #ec407a;
}
.post-price .save-price {
  font-size: 14px;
  color: #888888;
}
.shop-introduce {
  border: 1px solid #dddddd;
  padding: 20px 30px !important;
}
.shop-introduce .shop-title a {
  font-size: 24px;
  font-weight: 600;
}
.shop-introduce .address-bar {
  display: flex;
}
.shop-introduce .address-bar > div {
  margin-right: 10px;
  font-size: 16px;
}
.shop-introduce .short-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.shop-introduce .buttons {
  display: flex;
}
.shop-introduce .buttons > div {
  margin-right: 10px;
}
.shop-subscriber {
  background: #F7D9D9;
  border: #ECC8C8;
  padding: 20px 25px !important;
}
.shop-subscriber .subscribe-image {
  float: left;
}
.shop-subscriber .subscribe-content {
  margin-left: 225px;
}
.shop-subscriber .subscribe-content h2 {
  margin-bottom: 0px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container {
  position: absolute;
  right: 140px;
  left: 0;
  padding-top: 1px;
}
.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text {
  height: 44px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go {
  width: 130px;
  height: 44px;
  background: #EE3E7B;
  border: 1px solid #EE3E7B;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #ffffff;
}
.request-quota-form {
  max-width: 500px;
}
.request-quota-form .ty-control-group {
  position: relative;
}
.request-quota-form .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 0;
}
.request-quota-form .ty-control-group .ty-control-group__label:after {
  display: none;
}
.request-quota-form .ty-control-group input[type=text],
.request-quota-form .ty-control-group input[type=email],
.request-quota-form .ty-control-group input[type=tel],
.request-quota-form .ty-control-group input[type=number],
.request-quota-form .ty-control-group textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 44px;
  padding-left: 40px;
  box-sizing: border-box;
}
.request-quota-form .ty-control-group input[type=text].cm-failed-field,
.request-quota-form .ty-control-group input[type=email].cm-failed-field,
.request-quota-form .ty-control-group input[type=tel].cm-failed-field,
.request-quota-form .ty-control-group input[type=number].cm-failed-field,
.request-quota-form .ty-control-group textarea.cm-failed-field {
  border: 1px solid #bf4d4d;
}
.request-quota-form .ty-control-group textarea {
  height: 100px;
  padding-top: 13px;
}
.request-quota-form .ty-controls {
  text-align: center;
}
.request-quota-form .ty-controls .ty-control-container {
  margin: 0 10px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark {
  height: 20px;
  width: 20px;
}
.request-quota-form .ty-controls .ty-control-container .checkmark:after {
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
}
.request-quota-form .buttons-container {
  margin: 0 -20px -20px;
  background: transparent;
  padding: 20px 0 0;
}
.request-quota-form .buttons-container .ty-btn__primary {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: none;
  background: #EE3E7B;
  font-size: 16px;
}
.request-quota-form .cm-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#scroller {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
}
#scroller.fixed {
  position: fixed;
  width: 300px;
  top: 55px;
}
#scroller h2,
#scroller h3 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#scroller h3 {
  font-size: 16px;
}
.shop-reviews .discussion-block {
  clear: both;
}
.shop-reviews .ty-pagination-container {
  padding-top: 70px;
}
.ty-pagination__range {
  display: none;
}
.discussion-summary {
  text-align: center;
  padding-top: 20px;
}
.discussion-summary .rating-title {
  font-size: 16px;
  font-weight: 600;
}
.discussion-summary .rating-point {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.discussion-summary .ty-stars {
  margin: 0;
}
.discussion-summary .sum-item {
  margin: 2px 0;
}
.discussion-summary .bar {
  width: 100%;
  height: 7px;
  background: #EBEBEB;
  position: relative;
  margin-top: 6px;
}
.discussion-summary .bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: #999999;
}
.discussion-summary .write-comment .share-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.discussion-summary .write-comment .ty-btn__primary {
  color: #EE3E7B;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
}
.ty-control-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-control-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ty-control-container input:checked ~ .checkmark {
  background-color: #EE3E7B;
  border-color: #EE3E7B;
}
.ty-control-container input:checked ~ .checkmark:after {
  display: block;
}
.ty-control-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f9f9f9;
  border: 1px solid #CCCCCC;
}
.ty-control-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ty-control-container:hover input ~ .checkmark {
  border-color: #939598;
}
.album-gallery .grid-list {
  margin: -10px;
}
.album-gallery .ty-column3 .gallery-item {
  margin: 10px;
  overflow: hidden;
}
.ty-request_quota__term {
  text-align: center;
}
.ty-no-image {
  background: #ebebeb;
}
.ty-account {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
}
.ty-account-register {
  position: relative;
  width: 1011px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 40px auto 100px;
}
.ty-account-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 430px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ty-account-main-content {
  margin-left: 430px;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.ty-account-main-content .inner-content {
  width: 100%;
  margin: 50px;
}
.ty-account-main-content .inner-content h1 {
  text-align: center;
}
.ty-account-main-content .inner-content a {
  color: #EE3E7B;
}
.ty-account-main-content .inner-content .term-privacy,
.ty-account-main-content .inner-content .login {
  line-height: 1.5;
  text-align: center;
  margin: 10px;
}
.ty-account .ty-control-group .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ty-account .ty-control-group__title {
  font-size: 16px;
  font-weight: normal;
}
.ty-account input[type="text"] option,
.ty-account input[type="password"] option,
.ty-account input[type="email"] option,
.ty-account input[type="tel"] option,
.ty-account input[type="number"] option,
.ty-account select option,
.ty-account textarea option {
  color: #0d0d0d;
}
.ty-account input[type="text"]:focus,
.ty-account input[type="password"]:focus,
.ty-account input[type="email"]:focus,
.ty-account input[type="tel"]:focus,
.ty-account input[type="number"]:focus,
.ty-account select:focus,
.ty-account textarea:focus {
  border-color: #EE3E7B;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
.ty-account .ty-input-text,
.ty-account .ty-calendar__input {
  height: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: #939598;
}
.ty-account .ty-calendar__block {
  width: 100%;
}
.ty-account .ty-calendar__block .ty-calendar__button {
  top: 21px;
  font-size: 200%;
  right: 5px;
}
.ty-account .buttons-container {
  background: #fff;
  padding: 15px 0;
}
.ty-account .buttons-container .ty-btn__secondary {
  width: 100%;
  background: #EC3D79;
  height: 50px;
}
.ty-account .ty-account-term {
  text-align: center;
  line-height: 1.5;
  padding: 0 50px;
}
.ty-mainbox-simple-container .ty-mainbox-simple-title {
  margin: 0;
}
.about-information {
  line-height: 22px;
}
.about-information img {
  width: 50%;
}
.footer {
  padding: 30px 0;
}
.ty-footer {
  padding: 0;
}
.ty-footer-general__header {
  color: #333333;
  font-size: 16px;
  padding-top: 9px;
}
.ty-footer .ty-footer-general__body {
  padding-bottom: 0;
}
.ty-footer .ty-footer-general__body a {
  color: #333333;
}
.ty-footer-form-block--responsive > form {
  justify-content: left;
}
.ty-footer-form-block--responsive .ty-footer-form-block__title {
  margin: 0;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
  width: 100%;
  margin-top: 4px;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form {
  width: 100%;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text {
  height: 40px;
  border-color: #DDDDDD;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go {
  background: #EE3E7B;
  height: 38px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i {
  top: 9px;
  color: #ffffff;
}
.ty-locations {
  margin-bottom: 50px;
}
.ty-locations__content {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ty-locations .cm-location {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
  line-height: 24px;
}
.ty-locations .cm-location:hover {
  font-weight: 600;
}
.ty-locations .see-more {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3E7B;
  cursor: pointer;
  margin-top: 20px;
}
.ty-locations .see-more .more {
  display: inline-block;
}
.ty-locations .see-more .less {
  display: none;
}
.ty-locations.open .ty-locations__content {
  max-height: max-content;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.ty-locations.open .see-more .less {
  display: inline-block;
}
.ty-locations.open .see-more .more {
  display: none;
}
.test-banner {
  margin: 20px 0;
  min-height: 300px;
  background: aquamarine;
  display: block !important;
}
.homepage-our-brands {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.homepage-our-brands .ty-grid-list .ty-column6 {
  margin-right: -0.25em;
}
.service-title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.service-description a {
  color: #EE3E7B;
}
.service-content {
  display: table;
  width: 100%;
}
.service-content-left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.service-content-left .ads-banner {
  margin-top: 10px;
  display: none;
}
.service-content-right {
  display: table-cell;
  padding-left: 30px;
}
.service-content .ty-sort-container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.service-content .ty-sort-container div,
.service-content .ty-sort-container b {
  font-size: 15px;
}
.service-content .ty-sort-container b {
  font-weight: 600;
}
.service-content .ty-sort-container .pull-left {
  float: left;
  line-height: 44px;
}
.service-content .ty-sort-container .pull-right {
  float: right;
}
.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 7px 7px 12px;
}
.service-content .ty-grid-list {
  margin: 0 -10px;
}
.service-content .ty-grid-list .ty-column * {
  margin: 0;
}
.service-content .ty-grid-list .ads-banner {
  margin: 10px 0;
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.ty-pagination__bottom {
  border: none;
  text-align: center;
}
.ty-pagination__range,
.ty-pagination__btn {
  color: #ec407a;
}
.ty-pagination__selected {
  background: #ec407a;
}
.ty-pagination__item {
  color: #999999;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 3;
  }
}
.profile-menus {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  overflow-x: auto;
}
.profile-menus .content {
  display: flex;
  justify-content: space-between;
}
.profile-menus .menu-item {
  text-align: center;
  border-bottom: 3px solid #ffffff;
  padding: 20px 20px 10px;
}
.profile-menus .menu-item .menu-item-title {
  white-space: nowrap;
}
.profile-menus .menu-item:hover {
  color: #32CCB7;
}
.profile-menus .menu-item:hover .menu-item-icon svg path {
  fill: #EE3E7B;
}
.profile-menus .menu-item:hover .menu-item-title {
  color: #EE3E7B;
}
.profile-menus .menu-item.active {
  border-color: #EE3E7B;
}
.vendor-info {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}
.vendor-info .vendor-avatar {
  background: #f7f7f7;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.vendor-info .vendor-info-main {
  margin-left: 300px;
}
.vendor-info .vendor-info-main .vendor-info-header {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  justify-content: center;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
  font-size: 24px;
  margin: 0;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
  text-align: center;
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service {
  color: #333333;
}
.vendor-info .vendor-info-main .vendor-info-middle {
  height: 65px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.vendor-info .vendor-info-main .vendor-info-middle .status {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
  background: #EE3E7B;
  border: 1px solid #e0e0e0;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: none;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring {
  color: #828282;
}
.vendor-info .vendor-info-main .vendor-info-middle .expiring .date {
  color: #333333;
}
.vendor-info .vendor-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 123px;
}
.vendor-info .vendor-summary-item {
  text-align: center;
  line-height: 1.2;
}
.vendor-info .vendor-summary-item .statistic {
  font-size: 36px;
  line-height: 41px;
  color: #333333;
}
.vendor-info .vendor-summary-item .title {
  font-weight: bold;
}
.vendor-info .vendor-summary-item .status {
  font-weight: 300;
}
.vendor-info .package {
  padding: 20px;
}
.vendor-info .package-name {
  padding: 20px 50px;
  font-size: 24px;
  font-weight: 600;
  background: #eb427b;
  color: #fff;
  white-space: nowrap;
}
.avatar .thumbnail {
  background: #FFDAE6;
  width: 60px;
  height: 60px;
  text-align: center;
}
.avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
  color: #EE3E7B;
}
.avatar.A .thumbnail {
  background: #fffbb2;
}
.avatar.A .thumbnail .cap {
  color: #fef200;
}
.avatar.B .thumbnail {
  background: #f0f5c3;
}
.avatar.B .thumbnail .cap {
  color: #cadb2a;
}
.avatar.C .thumbnail {
  background: #dfefc9;
}
.avatar.C .thumbnail .cap {
  color: #8ec63f;
}
.avatar.D .thumbnail {
  background: #b6e9c0;
}
.avatar.D .thumbnail .cap {
  color: #37b551;
}
.avatar.E .thumbnail {
  background: #5affab;
}
.avatar.E .thumbnail .cap {
  color: #00a652;
}
.avatar.F .thumbnail {
  background: #5affcd;
}
.avatar.F .thumbnail .cap {
  color: #00a674;
}
.avatar.G .thumbnail {
  background: #5dfef4;
}
.avatar.G .thumbnail .cap {
  color: #01a89e;
}
.avatar.H .thumbnail {
  background: #79edff;
}
.avatar.H .thumbnail .cap {
  color: #00abc5;
}
.avatar.I .thumbnail {
  background: #ffa1d8;
}
.avatar.I .thumbnail .cap {
  color: #ed008c;
}
.avatar.J .thumbnail {
  background: #79edff;
}
.avatar.J .thumbnail .cap {
  color: #00abc5;
}
.avatar.K .thumbnail {
  background: #89d8ff;
}
.avatar.K .thumbnail .cap {
  color: #008fd5;
}
.avatar.L .thumbnail {
  background: #a3e5ff;
}
.avatar.L .thumbnail .cap {
  color: #00adef;
}
.avatar.M .thumbnail {
  background: #6fc7ff;
}
.avatar.M .thumbnail .cap {
  color: #0072bb;
}
.avatar.N .thumbnail {
  background: #59adff;
}
.avatar.N .thumbnail .cap {
  color: #0054a5;
}
.avatar.O .thumbnail {
  background: #9597de;
}
.avatar.O .thumbnail .cap {
  color: #2e3192;
}
.avatar.P .thumbnail {
  background: #be94dd;
}
.avatar.P .thumbnail .cap {
  color: #662e91;
}
.avatar.Q .thumbnail {
  background: #e08bde;
}
.avatar.Q .thumbnail .cap {
  color: #92278f;
}
.avatar.R .thumbnail {
  background: #f199d7;
}
.avatar.R .thumbnail .cap {
  color: #bd1a8d;
}
.avatar.S .thumbnail {
  background: #ff9ed6;
}
.avatar.S .thumbnail .cap {
  color: #ea0087;
}
.avatar.T .thumbnail {
  background: #fcacd1;
}
.avatar.T .thumbnail .cap {
  color: #ec0974;
}
.avatar.U .thumbnail {
  background: #fabacf;
}
.avatar.U .thumbnail .cap {
  color: #ed145b;
}
.avatar.V .thumbnail {
  background: #fabfca;
}
.avatar.V .thumbnail .cap {
  color: #ed1941;
}
.avatar.W .thumbnail {
  background: #fac0c3;
}
.avatar.W .thumbnail .cap {
  color: #ed1b24;
}
.avatar.X .thumbnail {
  background: #fcdbcc;
}
.avatar.X .thumbnail .cap {
  color: #f36523;
}
.avatar.Y .thumbnail {
  background: #fde6c9;
}
.avatar.Y .thumbnail .cap {
  color: #f7941d;
}
.avatar.Z .thumbnail {
  background: #ffefc2;
}
.avatar.Z .thumbnail .cap {
  color: #ffc20f;
}
.vendor-table .vendor-table {
  margin-left: 76px;
}
.vendor-row {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 150px 20px 92px;
  position: relative;
}
.vendor-row:hover {
  background: #FBFBFB;
}
.vendor-row .avatar .thumbnail {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.vendor-row .avatar .thumbnail .cap {
  line-height: 60px;
  font-size: 24px;
}
.vendor-row .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.vendor-row .content .name .status {
  background: #EE3E7B;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 7px;
  margin-left: 10px;
}
.vendor-row .content .name .rating {
  display: inline-block;
  margin-left: 10px;
}
.vendor-row .content .creation-date {
  font-size: 14px;
  color: #939598;
}
.vendor-row .content .message {
  font-size: 16px;
  line-height: 24px;
}
.vendor-row .action .ty-btn__reply {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  color: #333333;
}
.vendor-row .action .ty-btn__reply span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  line-height: 0;
  padding: 0 2px;
}
.vendor-row .action .ty-btn__reply:hover {
  background: #32CCB7;
  border-color: #32CCB7;
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover span {
  color: #ffffff;
}
.vendor-row .action .ty-btn__reply:hover svg path {
  fill: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #ffffff;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  top: 11px;
  left: 0;
  background: #EE3E7B;
}
.section-title .number {
  color: #939598;
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
  font-family:auto;
}
.section-title a {
  font-weight: 600;
  font-size: 28px;
}
.section.warning {
  background: #ffff0038;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.account .ty-calendar__block {
  width: 160px;
}
.account .ty-calendar__block .ty-calendar__button {
  top: 23px;
}
.account .ty-control-group {
  margin-top: 30px;
}
.account .ty-control-label {
  float: left;
  width: 160px;
  font-weight: 600;
  line-height: 48px;
}
.account .ty-controls {
  margin-left: 180px;
  position: relative;
}
.account .ty-controls .static-content {
  margin-top: 15px;
}
.account .ty-control-group__title {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.account .ty-input-text {
  padding: 23px 20px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.account .ty-input-select {
  width: 100%;
  border-color: #eee;
  height: 48px;
  padding: 0px 15px;
}
.account .ty-fileuploader {
  padding: 0;
}
.account .ty-fileuploader__a {
  border: 1px dashed #EE3E7B;
  width: 150px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EE3E7B;
}
.account .ty-fileuploader__a svg {
  margin-right: 5px;
}
.account .cm-change-password {
  float: right;
  margin-top: -35px;
}
.account .ty-buttons-container {
  margin: 25px 180px;
}
.account .ty-buttons-container.full {
  margin: 25px 0;
}
.account .ty-buttons-container .ty-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.account .ty-buttons-container .ty-btn__primary {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.account .ty-tiles__radio {
  padding: 13px 20px 10px 0;
  display: inline-block;
}
.attach-images {
  margin-bottom: 0px;
}
.attach-images .desc {
  color: #868686;
  font-size: 11px;
}
.attach-images .image-wrap {
  position: relative;
  width: 180px;
}
.attach-images .image-wrap .image-delete {
  position: absolute;
  top: -7px;
  left: 156px;
  z-index: 1;
  display: none;
  line-height: 0;
}
.attach-images .image-wrap:hover .image-delete {
  display: block;
}
.attach-images .upload-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.attach-images .upload-box .image {
  position: relative;
  display: table-cell;
  margin-right: 15px;
  padding: 5px;
  width: 152px;
  height: 110px;
  border: 1px solid #dddddd;
  background-color: white;
  vertical-align: middle;
  text-align: center;
}
.attach-images .upload-box .image .tooltip {
  white-space: nowrap;
}
.attach-images .upload-box .image a {
  display: block;
  text-align: center;
}
.attach-images .upload-box .image img {
  display: inline;
  max-width: 152px;
  max-height: 110px;
  width: auto;
  height: auto;
  line-height: 110px;
}
.attach-images .upload-box .image .no-image {
  display: block;
  width: 152px;
  height: 108px;
}
.attach-images .upload-box .image:hover {
  border: 1px solid #b9b9b9;
}
.attach-images .upload-box .image-alt {
  display: none;
  padding-top: 10px;
}
.attach-images .upload-box .image-alt .input-append,
.attach-images .upload-box .image-alt .input-prepend {
  white-space: normal;
}
.attach-images .upload-box .image-alt .input-append .add-on,
.attach-images .upload-box .image-alt .input-prepend .add-on {
  color: #555;
  background-color: #eee;
  border: 1px solid #d3dbe2;
  height: 32px;
  padding: 5px 8px;
  margin-right: -1px;
}
.attach-images .upload-box .image-alt input {
  width: 127px;
}
.attach-images .upload-box:last-child {
  margin-bottom: 0px !important;
}
.image-upload {
  margin: 0;
  margin-left: 180px;
}
.upload-file-section {
  margin-bottom: 10px;
}
.upload-file-local {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-file-local .btn {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upload-file-local .image-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-file-local input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-file-local:hover .btn {
  border-color: #BBBBBB;
  background-color: #D8D8D8;
  text-decoration: none;
}
.image-upload-wrap {
  margin-bottom: 40px;
}
.file-uploader {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-uploader__file,
.file-uploader__sortable-placeholder,
.file-uploader__pickers {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 120px;
}
.file-uploader__file-progressbar {
  z-index: 1;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 80%;
}
.file-uploader__file-progressbar > .progress {
  height: 4px;
  margin: 0;
  background: none;
}
.file-uploader__file-progressbar > .progress .bar {
  background-color: rgba(51,51,51,0.3);
  background-image: linear-gradient(90deg,#333333 25%,transparent 25%,transparent 50%,#333333 50%,#333333 75%,transparent 75%,transparent);
  animation-duration: 1s;
}
.file-uploader__file-section_image {
  position: absolute;
}
.file-uploader__file-section_under-image {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.file-uploader__file-section_text-data {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.file-uploader__file-section_text-data:empty {
  background-color: transparent;
  display: none;
}
.file-uploader__file-section:nth-last-child {
  margin-bottom: 0;
}
.file-uploader__file-button {
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0.7;
  width: 36px;
}
.file-uploader__file-button .icon {
  font-size: 18px;
  line-height: 2;
}
.file-uploader__file-button:hover {
  color: #fff;
  opacity: 1;
}
.file-uploader__file-square {
  background-color: #fff;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.file-uploader__file-square:before {
  border: 1px solid #eee;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader__file-control-menu {
  height: 36px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.file-uploader__file-control-menu--expanded {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.file-uploader__file-control-menu-buttons-wrapper {
  top: 0;
}
.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.file-uploader__file-preview-image {
  width: 100%;
}
.file-uploader__file .file-uploader__file-description-input {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  outline: none;
  resize: none;
  width: 90%;
  width: calc(100% - 10px);
  height: 63%;
  height: calc(100% - 44px);
  overflow-y: hidden;
}
.file-uploader__file .file-uploader__file-description-input::placeholder {
  color: #fff;
}
.file-uploader__file .file-uploader__file-description-input:hover,
.file-uploader__file .file-uploader__file-description-input:focus {
  box-shadow: none;
  opacity: 1;
  overflow: auto;
}
.file-uploader__file--removed {
  border: none;
}
.file-uploader__file:first-child {
  width: 240px;
}
.file-uploader__file:first-child .file-uploader__remove-text {
  font-size: 13px;
}
.file-uploader__file:first-child .file-uploader__remove-button-recover {
  padding: 4px 12px;
  font-size: 13px;
}
.file-uploader__sortable-placeholder {
  background-color: #fef9fb;
  outline: 1px dashed #eee;
  margin-left: 10px;
  width: 110px;
  height: 110px;
}
.file-uploader__sortable-placeholder:first-child {
  height: 230px;
  width: 230px;
}
.file-uploader__files-container {
  min-height: 251px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
div.file-uploader__files-container.clearfix:first-child {
  padding-top: 10px;
  margin-top: 10px;
}
.file-uploader__remove-text {
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.file-uploader__remove-button-recover {
  padding: 2px 10px;
  font-size: 11px;
}
.file-uploader__remove-overlay {
  background-color: rgba(254,249,251,0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-uploader__remove-overlay input[type="submit"].btn {
  height: auto;
}
.file-uploader__pickers {
  text-align: center;
}
.file-uploader__pickers .file-uploader__file-square {
  background-color: #fef9fb;
}
.file-uploader__pickers .file-uploader__pickers-icon {
  font-size: 16px;
  opacity: 0.4;
  line-height: 1;
  width: 16px;
}
.file-uploader__pickers-text {
  color: #868686;
  text-shadow: 0 1px 1px #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.1;
  max-height: 4.5em;
  overflow: hidden;
}
.file-uploader__pickers-text--small {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.file-uploader__pickers-content {
  position: absolute;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.file-uploader__pickers p.file-uploader__pickers-text {
  margin-top: 0;
}
div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons {
  position: relative;
  display: block;
  margin-top: 2px;
  z-index: 4;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
}
.file-uploader__pickers .file-uploader__pickers-buttons-select {
  padding: 2px 10px;
  font-size: 11px;
  max-width: calc(100% - 26px);
  overflow: hidden;
}
.file-uploader__pickers--expanded {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 10px);
}
.file-uploader__pickers--expanded .file-uploader__file-square {
  height: 100%;
  padding-bottom: 0;
  padding-right: 10px;
  background-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__file-square:before {
  border-color: rgba(196,196,196,0.95);
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers--expanded .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
  color: #333333;
  opacity: 1;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}
.file-uploader__pickers--expanded .file-uploader__pickers-text--small {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-buttons {
  display: none;
}
.file-uploader__pickers--expanded .file-uploader__pickers-content {
  animation-duration: 1s;
  animation-name: animation-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.file-uploader__pickers:only-child {
  width: 100%;
  position: absolute;
}
.file-uploader__pickers:only-child .file-uploader__file-square {
  height: 251px;
  padding-bottom: 0;
}
.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files) {
  display: none;
}
.file-uploader__pickers:only-child .file-uploader__pickers-content {
  width: 100%;
}
.file-uploader__pickers:only-child .file-uploader__pickers-icon {
  font-size: 32px;
  width: 32px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text {
  font-size: 13px;
  margin-top: 10px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-text--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select {
  padding: 4px 12px;
  font-size: 13px;
  max-width: none;
  overflow: auto;
}
.file-uploader__pickers:only-child:before {
  content: '';
  display: block;
  margin-bottom: -10px;
}
.dz-complete .file-uploader__file-progressbar {
  display: none;
}
.file-uploader__file:hover .file-uploader__file-section_under-image {
  background-color: rgba(153,153,153,0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collapse-visible {
  overflow: visible;
}
.collapsed + .collapse-visible {
  overflow: hidden;
}
@keyframes animation-pulse {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
.sortable-box {
  margin-bottom: 13px;
  border: 1px solid #e9e9e9;
}
.sortable-box .sortable-bar {
  background: #f5f5f5;
  text-align: center;
  cursor: url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1653031870'), move;
}
.sortable-box .sortable-item {
  padding: 10px;
}
.sortable-box .sortable-item .attach-images {
  margin-bottom: 10px;
}
.pull-left {
  float: left;
}
.avatar .attach-images .upload-box .image {
  width: 150px;
  height: 150px;
}
.avatar .attach-images .upload-box .image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
  padding-left: 30px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  font: 18px/1 'glyphs';
  color: #000000;
}
.ui-dialog .object-container {
  padding: 20px 25px 0;
}
.ui-dialog .object-container .notification-content {
  top: 200px;
  right: 1px;
  left: 1px;
  border: 2px solid red;
}
.ui-dialog .alert-error {
  background: #ff3333;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog input[type="password"],
.ui-dialog input[type="tel"],
.ui-dialog input[type="number"],
.ui-dialog textarea,
.ui-dialog select {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-family:'SVN-Proxima Nova','Open Sans';
}
.ui-dialog .cm-field-container .ty-rating {
  margin-top: 11px;
}
.ui-dialog .ty-login__remember-me {
  padding: 10px 0;
  margin-left: -60px;
}
.ui-dialog .buttons-container {
  background: #ffffff;
  text-align: center;
  border: none;
  margin: 0 -30px;
  padding: 20px 30px;
}
.ui-dialog .buttons-container .ty-btn {
  padding: 10px 20px;
  font-weight: bold;
}
.ui-dialog .buttons-container .ty-btn__primary {
  min-width: 300px;
}
.ui-dialog .ty-calendar__block {
  min-width: 150px;
}
.ui-dialog .ty-calendar__block .ty-calendar__button {
  top: 21px;
}
.similar-shops-content {
  margin: 10px 0;
}
.similar-shops-section {
  margin-bottom: 20px;
}
.similar-shops h2 {
  border-left: 5px solid #EE3E7B;
  padding-left: 10px;
}
.similar-shops .ty-grid-list {
  margin: 0 -6px;
}
.similar-shops .ty-grid-list .ty-column5 {
  margin-right: -0.25em;
}
.similar-shops .ty-grid-list .ty-grid-list__item {
  margin: 4px;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name {
  margin-bottom: 0;
}
.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,
.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.similar-shops .ty-grid-list .buttons-container {
  padding: 0;
  margin: 10px 10px 0;
}
.similar-shops .ty-grid-list .buttons-container button {
  text-transform: inherit;
  min-width: auto;
  width: 100%;
}
.similar-shops .ty-grid-list .buttons-container button.loading {
  opacity: 0.3;
}
.similar-shops .ty-grid-list .buttons-container button.success {
  border: 1px dashed #ee3e7b;
  background: #fff;
  color: #ee3e7b85;
  font-weight: 400;
  cursor: default;
}
.similar-shops .ty-control-group {
  margin: 6px;
  position: relative;
}
.similar-shops .ty-control-group input[type="text"],
.similar-shops .ty-control-group input[type="password"],
.similar-shops .ty-control-group input[type="tel"],
.similar-shops .ty-control-group input[type="email"],
.similar-shops .ty-control-group input[type="number"],
.similar-shops .ty-control-group textarea,
.similar-shops .ty-control-group select {
  padding-left: 40px;
}
.similar-shops .ty-control-group .ty-control-group__label {
  position: absolute;
  top: 7px;
  left: 15px;
}
.similar-shops .ty-control-group .ty-control-group__label:after {
  display: none;
}
.similar-shops .send-all-requests {
  text-align: center;
  margin: 40px 0;
  border-top: 1px solid #ebebeb;
}
.similar-shops .send-all-requests .ty-btn__secondary {
  background: #32CCB7;
  border: 10px solid;
  margin-top: -30px;
  text-transform: inherit;
  padding: 10px 50px;
  border-radius: 15px;
}
.similar-shops .send-all-requests .ty-btn__secondary.success {
  border-color: #32CCB7;
  background: #ffffff;
  color: #32CCB7;
}
.discussion-post {
  margin-bottom: 20px;
  width: 870px;
}
.discussion-post .avatar {
  float: left;
  margin-right: 20px;
}
.discussion-post .avatar .thumbnail {
  width: 42px;
  height: 42px;
}
.discussion-post .avatar .thumbnail .cap {
  line-height: 42px;
}
.discussion-post .name {
  font-weight: 600;
}
.discussion-post .name .rating {
  display: inline-block;
  margin-left: 15px;
}
.discussion-post .creation-date {
  font-size: 14px;
  color: #939598;
  margin: 5px 0 15px;
}
.discussion-post .message {
  line-height: 1.5;
}
.recover-password-notice {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.submenus-content {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 40px 0 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.submenus-content .title {
  font-weight: bold;
}
.submenus-content .menu-item {
  margin: 20px 5px;
  text-align: center;
}
.submenus-content .menu-item a {
  font-size: 14px;
  color: #000000;
}
.submenus-content .menu-item a:hover {
  color: #EE3E7B;
}
.submenus-content .menu-item a:hover svg path {
  fill: #EE3E7B;
}
.submenus-content-right {
  border-left: 1px solid #ddddff;
  padding-left: 50px;
}
.submenus-content .submenus-menus {
  margin: 15px 10px;
}
.submenus-content .submenus-menus .menu-item {
  text-align: left;
  margin: 12px 0;
}
.have-submenus:hover .submenus-content {
  display: block;
}
.album-description,
.product-description,
.post-description {
  padding-top: 10px !important;
}
.album-description.out-of-date,
.product-description.out-of-date,
.post-description.out-of-date {
  filter: blur(10px);
}
.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
  height: 100vh !important;
  max-height: 100%;
  margin: 0;
}
.ty-owl-previewer .object-container {
  overflow-x: hidden;
}
.ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 80%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ty-owl-previewer .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ty-owl-previewer .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  bottom: calc(50% + 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ty-owl-previewer .owl-buttons {
    display: none;
  }
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  transform: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  background: #000;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff !important;
  border-width: 2px 2px 0 0 !important;
  background: transparent;
  border-radius: 0;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-top: 15px;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
  display: none;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background: #EE3E7B;
}
.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  transform: rotate(225deg);
  margin-left: 18px;
}
.ty-owl-previewer__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-owl-previewer__image {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.ty-owl-previewer__dialog {
  height: 100vh !important;
  width: 100vw !important;
  top: 0vh !important;
  left: 0vw !important;
  max-height: none;
  max-width: 100vw !important;
  position: fixed;
  background: transparent;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  color: #ffffff;
}
.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container {
  padding: 4px;
  display: block;
  width: 100%;
  background: transparent;
}
.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper {
  max-height: 100%;
}
.mobile-menu {
  float: left;
  transition: 0.5s;
}
.mobile-menu .sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -330px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobile-menu .sidenav h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.mobile-menu .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  display: block;
  transition: 0.3s;
}
.mobile-menu .sidenav a:hover {
  color: #EE3E7B;
}
.mobile-menu .sidenav .ty-mobile {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.mobile-menu .sidenav .ty-mobile-general__header {
  border-bottom: 1px solid #eeeeee;
  padding: 13px;
  position: relative;
  margin: 0;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title {
  display: flex;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg {
  margin-right: 10px;
}
.mobile-menu .sidenav .ty-mobile-general__header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  color: #939598;
}
.mobile-menu .sidenav .ty-mobile-general__header span {
  font-size: 16px;
  color: #333333;
}
.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide {
  display: none;
}
.mobile-menu .sidenav .ty-text-links {
  padding-top: 0;
  margin: 0 0 0 40px;
}
.mobile-menu .sidenav .ty-text-links .ty-level-0 {
  padding: 15px 0;
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .sidenav .ty-mobile-menu-list {
  margin: 10px;
}
.mobile-menu .sidenav .ty-mobile-menu-list a {
  padding: 15px 0;
  color: #939598;
}
.mobile-menu .sidenav .ty-btn-vendor {
  width: 236px;
  height: 46px;
  margin: 20px auto;
  background: #fff;
  color: #EE3E7B;
  border: 1px solid #EE3E7B;
  padding: 10px;
}
.mobile-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.mobile-menu.open .sidenav {
  left: 0px;
}
.mobile-menu.open .close-btn {
  top: 10px;
  opacity: 1;
}
.open-menu {
  font-size: 24px;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block;
  color: #939598;
}
.close-menu {
  color: #fff;
  position: fixed;
  top: -50px;
  left: 340px;
  font-size: 36px;
  line-height: 25px;
  transition: 0.5s;
  opacity: 0;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}
.wedding_fair .tygh-content {
  padding: 0;
}
.landing-page .inner-box {
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
.landing-page .header {
  position: relative;
  padding: 0;
}
.landing-page .header .see-more {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.landing-page .header .see-more a {
  color: white;
}
.landing-page .header .carousel-control-prev {
  color: #C5A14E;
}
.landing-page .nav-logo {
  position: absolute;
  left: 60px;
  top: 20px;
}
.landing-page .navbar {
  position: absolute;
  right: 5px;
  width: auto;
  top: 5px;
}
.landing-page .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #5D5D5C;
  font-size: 20px;
  padding: 5px 25px 0;
  transition: 150ms;
}
.landing-page .navbar .nav-item .nav-link:a {
  color: #C5A14E;
}
.landing-page #homepage-carousel {
  position: relative;
}
.landing-page .carousel-inner {
  width: 100%;
  height: 100%;
}
.landing-page .carousel-inner .carousel-item img {
  width: 100%;
}
.landing-page .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .summary {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #000000;
}
.landing-page .summary .summary-logo {
  padding: 20px;
  padding-bottom: 0;
}
.landing-page .summary .summary-text {
  margin: 0 100px 30px;
  border-bottom: 1px solid #b29966;
  text-align: center;
}
.landing-page .summary h1,
.landing-page .summary span {
  font-size: 70px;
  font-weight: 400;
  color: #b29966;
  margin: 0;
}
.landing-page .summary h3 {
  font-size: 24px;
  margin: 60px 0;
  padding: 15px;
  color: #ffffff;
}
.landing-page .summary h5 {
  color: #ffffff;
  font-size: 28px;
}
.landing-page .summary .row {
  margin: 0 100px;
}
.landing-page .summary .row .summary-element {
  margin-top: 20px;
  padding: 0 45px;
  margin-bottom: 100px;
}
.landing-page .summary .row .summary-element span {
  font-size: 50px;
}
.landing-page .kol {
  background-color: #654A47;
}
.landing-page .kol .container {
  position: relative;
}
.landing-page .kol .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  opacity: 0.7;
  font-size: 150px;
  position: absolute;
}
.landing-page .kol #title1 {
  left: 100px;
  top: 120px;
}
.landing-page .kol #title2 {
  left: 150px;
  top: 300px;
}
.landing-page .kol .content {
  color: white;
  opacity: .7;
  margin: 90px 0 250px 60%;
  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
.landing-page .kol .row {
  padding-top: 100px;
}
.landing-page .kol .row .element {
  margin-bottom: 100px;
}
.landing-page .kol .row .element img {
  width: 70%;
  float: right;
}
.landing-page .kol .row .element h2,
.landing-page .kol .row .element a {
  font-size: 48px;
  position: absolute;
}
.landing-page .kol .row .element .first {
  top: 55%;
  left: 10%;
}
.landing-page .kol .row .element .second {
  top: 68%;
  left: 15%;
}
.landing-page .kol .row .element a {
  top: 82%;
  left: 17%;
  font-size: 13px;
}
.landing-page .kol .row #ele1 h2,
.landing-page .kol .row #ele1 a {
  color: #A8746A;
}
.landing-page .kol .row #ele2 h2,
.landing-page .kol .row #ele2 a {
  color: #ACACAC;
}
.landing-page .kol .row #ele3 h2,
.landing-page .kol .row #ele3 a {
  color: #DBB18B;
}
.landing-page .kol .row #ele4 h2,
.landing-page .kol .row #ele4 a {
  color: #8D8EA2;
}
.landing-page .kol .row #ele5 h2,
.landing-page .kol .row #ele5 a {
  color: #E2C7B4;
}
.landing-page .kol .row #ele6 h2,
.landing-page .kol .row #ele6 a {
  color: #e4b597;
}
.landing-page .kol .show {
  padding: 0 !important;
}
.landing-page .kol .modal-dialog {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
}
.landing-page .kol .modal-content {
  background-color: #654A47;
  padding: 50px 100px;
  padding-top: 0;
}
.landing-page .kol .modal-content .left .pop-title .btn-primary {
  color: #DBC2BE;
  font-size: 50px;
  width: 100px;
  height: 100px;
  float: left;
  background-color: transparent;
  border: 1px solid #DBC2BE;
  border-radius: 100%;
  margin-top: 10px;
  position: fixed;
}
.landing-page .kol .modal-content .left .pop-title h1 {
  color: #DBC2BE;
  font-size: 100px;
  margin-left: 200px;
  padding-top: 20px;
}
.landing-page .kol .modal-content .left .pop-content {
  padding: 50px 30px;
}
.landing-page .kol .modal-content .left .pop-content h2 {
  color: #DBC2BE;
  font-size: 35px;
}
.landing-page .kol .modal-content .left .pop-content p {
  color: #DBC2BE;
  font-size: 20px;
}
.landing-page .kol .modal-content .right {
  padding: 20px 50px 50px 20px;
}
.landing-page .kol .modal-content .right img {
  max-width: 100%;
}
.landing-page .love-letter {
  background-color: #141414;
  padding: 0 80px;
}
.landing-page .love-letter > div {
  padding: 100px 50px 300px;
}
.landing-page .love-letter .element {
  padding-right: 50px;
}
.landing-page .love-letter .element * {
  color: white;
}
.landing-page .love-letter .element h1 {
  font-size: 100px;
  font-weight: 400;
  color: #C69C9C;
  padding-bottom: 50px;
  border-bottom: 0.5px solid white;
}
.landing-page .love-letter .element h6 {
  font-size: 25px;
}
.landing-page .love-letter .element p {
  font-size: 18px;
  font-weight: 300;
}
.landing-page .love-letter .element .join-now {
  width: 90%;
  background-color: #c69c9c;
  padding: 5px;
  margin-top: 50px;
}
.landing-page .love-letter .element .join-now .btn-primary {
  width: 100%;
  background-color: transparent;
  border: .5px solid white;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .love-letter #love-letter-img {
  padding: 0;
}
.landing-page .love-letter #love-letter-img img {
  width: 100%;
}
.landing-page .love-letter #title {
  color: white;
  position: absolute;
  margin-left: 60%;
  margin-top: 260px;
}
.landing-page .love-letter #title2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
  margin-top: 350px;
  text-align: left;
}
.landing-page .love-letter .letter {
  font-size: 550px;
  color: #ffffff;
  opacity: 41%;
  position: absolute;
  left: 100px;
  bottom: -350px;
}
.landing-page .activities {
  background-color: #e6e6e6;
  padding: 80px 0 80px;
  position: relative;
}
.landing-page .activities h1 {
  font-size: 100px;
  color: #C5A14E;
  padding-left: 10px;
  margin-bottom: 40px;
}
.landing-page .activities h6 {
  color: #1d212c;
  font-size: 22px;
  margin-top: 15px;
}
.landing-page .activities p,
.landing-page .activities a {
  color: #787d88;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.landing-page .activities a {
  font-size: 15px;
}
.landing-page .activities span {
  padding-left: 50px;
}
.landing-page .activities .activities-banner {
  width: 100%;
  height: 300px;
}
.landing-page .activities .activities-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .activities .activities-text {
  padding: 0 20px;
  margin: 15px 0;
}
.landing-page .activities .activities-element {
  padding: 2% 5% 5%;
}
.landing-page .activities .row {
  margin: 0 -4%;
}
.landing-page .activities .move {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.landing-page .activities .move a {
  font-size: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0;
  background-color: goldenrod;
  border-radius: 0;
}
.landing-page .activities .discover {
  width: 280px;
  height: 50px;
  background-color: transparent;
  padding: 5px;
  border: 1px solid #707070;
  margin-right: auto;
  margin-left: auto;
}
.landing-page .activities .discover .btn-primary {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #090909;
  vertical-align: middle;
  background-color: transparent;
  border: .5px solid #bfbfbf;
  border-radius: 0;
  font-size: 18px;
}
.landing-page .sponsor {
  margin: 80px auto;
}
.landing-page .sponsor h1 {
  font-size: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #111111;
}
.landing-page h1 {
  font-size: 50px;
}
.landing-page h6 {
  font-weight: 600;
  font-size: 15px;
}
.landing-page p {
  font-size: 13px;
  font-weight: 400;
}
.buy_package .background {
  background-color: #FFF9FA;
  padding: 50px 0;
}
.buy_package .package-header h1 {
  float: left;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  width: 520px;
  margin-top: 50px;
}
.buy_package .package-header img {
  float: right;
}
.buy_package .listing-section {
  width: 100%;
  margin: 35px 0 0;
  position: relative;
}
.buy_package .listing-section h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 30px;
}
.buy_package .listing-section svg {
  margin-bottom: -2px;
}
.buy_package #package-table {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
}
.buy_package #package-table th,
.buy_package #package-table td {
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.buy_package #package-table th {
  padding: 20px;
}
.buy_package #package-table th > div {
  padding: 10px 20px;
}
.buy_package #package-table tr:nth-child(even) {
  background-color: #F8F8F8;
}
.buy_package #package-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.buy_package #package-table tr th:nth-child(1),
.buy_package #package-table tr td:nth-child(1) {
  text-align: left;
}
.buy_package #package-table tr th:nth-child(1) h1,
.buy_package #package-table tr td:nth-child(1) h1 {
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}
.buy_package #package-table tr th:nth-child(1) h4,
.buy_package #package-table tr td:nth-child(1) h4 {
  margin: 0;
}
.buy_package #package-table tr th:nth-child(1) p,
.buy_package #package-table tr td:nth-child(1) p {
  font-size: 16px;
  color: #333333;
}
.buy_package #package-table tr th:nth-child(1) p span,
.buy_package #package-table tr td:nth-child(1) p span {
  color: #EE3E7B;
}
.buy_package #package-table tr th h1 {
  font-size: 28px;
  color: #EE3E7B;
  margin: 0;
}
.buy_package #package-table tr th p {
  font-size: 12px;
  color: #939598;
}
.buy_package #package-table tr th .using {
  background-color: #FFF9FA;
  border: 1px solid #FFE2EC;
  color: #EE3E7B;
}
.buy_package #package-table tr th .count {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 10px;
  padding: 8px 20px;
  width: 160px;
}
.buy_package #package-table tr th .count .minus-button {
  float: left;
  cursor: pointer;
}
.buy_package #package-table tr th .count .add-button {
  float: right;
  cursor: pointer;
}
.buy_package #package-table tr .premium {
  position: relative;
}
.buy_package #package-table tr .premium .recommend {
  background-color: #0E2549;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: -40px;
}
.buy_package #package-table .ty-value-changer {
  width: 160px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 44px;
  text-align: center;
}
.buy_package #package-table .ty-value-changer.disabled {
  justify-content: center;
  background-color: #f5f5f5;
}
.buy_package #package-table .ty-value-changer__increase,
.buy_package #package-table .ty-value-changer__decrease {
  color: #333;
  font-weight: 900;
  font-size: 14px;
  padding: 13px;
  border: none;
  margin: 0;
}
.buy_package #package-table .ty-value-changer input.ty-value-changer__input {
  width: auto;
  border: none;
}
.buy_package #package-table .ty-btn__add-to-cart {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
.buy_package #package-table .product-title {
  font-weight: 600;
  font-size: 16px;
}
.buy_package #package-table .price-wrap {
  margin-bottom: 30px;
}
.buy_package #package-table .price-wrap .ty-price-num {
  font-size: 28px;
  font-weight: 600;
  color: #EE3E7B;
}
.buy_package #package-table .price-wrap .ty-product-list__tax {
  color: #939598;
  font-size: 12px;
}
.buy_package .promotion-box .promotion-info,
.buy_package .promotion-box .promotion-num,
.buy_package .promotion-box .promotion-final {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  height: 275px;
}
.buy_package .promotion-box .promotion-info {
  padding: 45px 20px 40px;
}
.buy_package .promotion-box .promotion-info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.buy_package .promotion-box .promotion-info h4 {
  margin: 0;
}
.buy_package .promotion-box .promotion-info span {
  color: #EE3E7B;
}
.buy_package .promotion-box .promotion-num {
  margin: 0;
  padding: 45px 20px 40px;
  text-align: center;
}
.buy_package .promotion-box .promotion-num p {
  font-size: 18px;
}
.buy_package .promotion-box .promotion-num span {
  font-size: 20px;
}
.buy_package .promotion-box .promotion-num span #newsNum {
  font-size: 50px;
  font-weight: 300;
}
.buy_package .promotion-box .promotion-num .slider {
  display: block;
  margin: 10px auto;
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #F8F8F8;
  border-radius: 5px;
}
.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #BDBDBD;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 0 1px #BDBDBD;
}
.buy_package .promotion-box .arrow {
  font-size: 30px;
  color: #BDBDBD;
  display: inline-block;
  margin: 100px 15px;
}
.buy_package .promotion-box .promotion-final {
  float: right;
  text-align: center;
  margin: 0;
}
.buy_package .promotion-box .promotion-final .your-price {
  background: #F5F5F5;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.buy_package .promotion-box .promotion-final .final-price {
  color: #EE3E7B;
  font-size: 42px;
  line-height: 47px;
}
.buy_package .promotion-box .promotion-final p {
  font-size: 12px;
  color: #939598;
}
.buy_package .promotion-box .promotion-final .note {
  font-size: 15px;
  color: #333333;
}
.buy_package .promotion-box .promotion-final .note span {
  font-weight: bold;
}
.buy_package .promotion-box .promotion-final a {
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
}
.buy_package .back,
.buy_package .process {
  margin-top: 30px;
  color: #32CCB7;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #32CCB7;
  border-radius: 90px;
  padding: 20px 40px;
}
.buy_package .back span,
.buy_package .process span {
  float: left;
  margin: 2px 10px 0;
  width: 20px;
  line-height: 20px;
  background: #32CCB7;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
}
.buy_package .process {
  background: #32CCB7;
  color: #ffffff;
  float: right;
}
.buy_package .process span {
  float: right;
  color: #32CCB7;
  background: #ffffff;
}
.buy_package .tab-bar {
  display: none;
}
.buy_package .tab-bar .tab {
  cursor: pointer;
}
.checkout-success {
  margin-top: 50px;
}
.checkout-success .background {
  background: #FFF9FA;
}
.checkout-success h1 {
  margin-bottom: 10px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
  font-size: 20px;
}
.checkout-success .ty-btn__primary {
  border-radius: 90px;
  margin: 20px auto 70px;
  display: inline-block;
  padding: 17px 45px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .buy_package .package-header h1,
  .buy_package .listing-section h1 {
    margin-left: 10px;
  }
  .buy_package #package-table tr .premium .recommend {
    right: 20px;
  }
  .buy_package #package-table tr th {
    padding: 15px;
  }
  .buy_package #package-table tr th .count {
    margin: 0;
    margin-bottom: 10px;
  }
  .buy_package .promotion-box .arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .buy_package .background {
    padding-top: 35px;
  }
  .buy_package .package-header h1 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .buy_package .listing-section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .buy_package .listing-section svg {
    margin-bottom: -5px;
  }
  .buy_package .tab-bar {
    display: flex;
    margin: 0 auto 15px;
  }
  .buy_package .tab-bar .tab {
    width: 33%;
    padding: 10px;
    margin: 0;
    border: 1px solid #EB427B;
    background-color: white;
  }
  .buy_package .tab-bar .tab:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .buy_package .tab-bar .tab:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .buy_package .tab-bar .tab:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .buy_package .tab-bar .active {
    background-color: #EB427B;
    color: white;
  }
  .buy_package #package-table {
    width: 90%;
    margin: auto;
  }
  .buy_package #package-table th,
  .buy_package #package-table td {
    padding: 0;
    font-size: 14px;
  }
  .buy_package #package-table td {
    padding: 10px;
  }
  .buy_package #package-table tr th:nth-child(1) div {
    margin: 20px 50px 15px 15px;
    width: 100%;
  }
  .buy_package .promotion-box .promotion-info {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .buy_package .promotion-box .promotion-info p {
    font-size: 14px;
    display: flex;
  }
  .buy_package .promotion-box .promotion-num {
    padding: 24px 15px;
    height: auto;
  }
  .buy_package .promotion-box .promotion-num p {
    font-size: 14px;
  }
  .buy_package .promotion-box .promotion-num span {
    font-size: 18px;
  }
  .buy_package .promotion-box .promotion-num span #newsNum {
    font-size: 42px;
  }
  .buy_package .promotion-box .promotion-num .slider {
    width: 100%;
    height: 12px;
  }
  .buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .buy_package .promotion-box .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin: 25px auto;
  }
  .buy_package .process {
    float: none;
    display: block;
    width: 280px;
    margin: 40px auto 10px;
    font-size: 16px;
  }
  .checkout-success img {
    width: 278px;
  }
  .checkout-success h1 {
    font-size: 20px;
  }
  .checkout-success p {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 1099px) {
  * {
    box-sizing: border-box;
  }
  .tygh-content .container-box,
  .tygh-footer .container-box,
  .container-box {
    width: 100%;
  }
  .ty-advanced-search-container .span6 {
    width: 100%;
    margin: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 50%;
    margin: auto;
  }
  .tygh-content .container,
  .ty-footer-menu,
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .become-vendor .ty-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .ty-account-info__title-txt,
  .ty-menu__item .ty-menu__item-link,
  .call-request .ty-cr-phone-number-link .ty-cr-phone {
    font-size: 12px;
  }
}
.ty-account-info__item .ty-account-info__a {
  padding-left: 8px;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.ty-pagination__item:hover,
.ty-pagination__selected:hover {
  color: #333333;
  padding: 0;
  background: transparent;
  border-color: #EE3E7B;
}
.ty-pagination__item.ty-pagination__range,
.ty-pagination__selected.ty-pagination__range {
  width: auto;
  border: none;
}
.ty-pagination__selected {
  color: #ffffff;
  border-color: #EE3E7B;
}
.ty-pagination__text {
  display: none;
}
@media (max-width: 979px) {
  .tygh-header {
    height: 54px;
    background: #fff;
  }
  .tygh-header > div {
    padding: 0 10px;
  }
  .ty-column4 {
    width: 50%;
  }
  .top-menu-grid {
    position: relative;
    height: 54px;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 12px;
  }
  .top-menu-grid .top-logo svg {
    width: 74px;
  }
  .main-banner-container .home-banners {
    min-height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image {
    height: 232px;
  }
  .main-banner-container .home-banners .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 2px 5px 3px;
  }
  .main-banner-container .ty-advanced-search-container .search-box {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
  .main-banner-container .ty-advanced-search-container .search-box .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #a7a6a6;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content {
    position: relative;
    margin-top: 15px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .control-group {
    padding-top: 0px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-input {
    font-size: 14px;
    padding: 0 100px 0 10px;
  }
  .main-banner-container .ty-advanced-search-container .search-box-content .search-submit {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .ty-mainbox-simple-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .ty-vendor .ty-grid-list,
  .ty-videos .ty-grid-list,
  .albums .ty-grid-list,
  .shop-services .ty-grid-list,
  .shop-albums .ty-grid-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 140px;
  }
  .ty-vendor .ty-grid-list > .ty-column4,
  .ty-vendor .ty-grid-list > .ty-column3,
  .ty-videos .ty-grid-list > .ty-column4,
  .ty-videos .ty-grid-list > .ty-column3,
  .albums .ty-grid-list > .ty-column4,
  .albums .ty-grid-list > .ty-column3,
  .shop-services .ty-grid-list > .ty-column4,
  .shop-services .ty-grid-list > .ty-column3,
  .shop-albums .ty-grid-list > .ty-column4,
  .shop-albums .ty-grid-list > .ty-column3 {
    display: inline-block;
  }
  .ty-vendor .ty-grid-list__image img,
  .ty-videos .ty-grid-list__image img,
  .albums .ty-grid-list__image img,
  .shop-services .ty-grid-list__image img,
  .shop-albums .ty-grid-list__image img {
    border-radius: 5px;
  }
  .ty-vendor .ty-grid-list__item-location,
  .ty-videos .ty-grid-list__item-location,
  .albums .ty-grid-list__item-location,
  .shop-services .ty-grid-list__item-location,
  .shop-albums .ty-grid-list__item-location {
    font-size: 13px;
  }
  .ty-vendor .ty-grid-list__item-timestamp,
  .ty-videos .ty-grid-list__item-timestamp,
  .albums .ty-grid-list__item-timestamp,
  .shop-services .ty-grid-list__item-timestamp,
  .shop-albums .ty-grid-list__item-timestamp {
    font-size: 13px;
    color: #555555;
  }
  .ty-vendor .ty-grid-list__item-reviews a,
  .ty-videos .ty-grid-list__item-reviews a,
  .albums .ty-grid-list__item-reviews a,
  .shop-services .ty-grid-list__item-reviews a,
  .shop-albums .ty-grid-list__item-reviews a {
    display: flex;
  }
  .ty-vendor .ty-grid-list__item-reviews svg,
  .ty-videos .ty-grid-list__item-reviews svg,
  .albums .ty-grid-list__item-reviews svg,
  .shop-services .ty-grid-list__item-reviews svg,
  .shop-albums .ty-grid-list__item-reviews svg {
    width: 12px;
    margin-right: -2px;
  }
  .ty-vendor .ty-grid-list__item-reviews .ty-average-rating,
  .ty-videos .ty-grid-list__item-reviews .ty-average-rating,
  .albums .ty-grid-list__item-reviews .ty-average-rating,
  .shop-services .ty-grid-list__item-reviews .ty-average-rating,
  .shop-albums .ty-grid-list__item-reviews .ty-average-rating {
    font-size: 12px;
    margin-left: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item,
  .ty-videos .album-list .ty-grid-list__item,
  .albums .album-list .ty-grid-list__item,
  .shop-services .album-list .ty-grid-list__item,
  .shop-albums .album-list .ty-grid-list__item {
    padding-bottom: 40px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container,
  .ty-videos .album-list .ty-grid-list__item-button-container,
  .albums .album-list .ty-grid-list__item-button-container,
  .shop-services .album-list .ty-grid-list__item-button-container,
  .shop-albums .album-list .ty-grid-list__item-button-container {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: normal;
    padding: 0;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn {
    border-radius: 5px;
    margin: 0;
    width: 120px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg {
    margin-left: -10px;
    margin-right: 10px;
  }
  .ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,
  .ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,
  .albums .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,
  .shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span {
    font-size: 14px;
  }
  .view-all a {
    border: 1px solid #ddd;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #939598;
    text-transform: none;
    font-size: 14px;
  }
  .view-all a:hover {
    border-color: #EE3E7B;
    color: #EE3E7B;
  }
  .owl-carousel.owl-theme {
    margin: 0;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 0;
  }
  .ty-wedding_ideas .categories .ty-column6 {
    width: 33%;
  }
  .ty-wedding_ideas .categories .category-item .thumbnail {
    max-width: 120px;
  }
  .homepage-our-brands .ty-mainbox-simple-title {
    text-align: center;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 {
    width: 32%;
  }
  .homepage-our-brands .ty-grid-list .ty-column6 img {
    max-width: 100%;
  }
  .ty-footer-register {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .ty-footer-register .container-box {
    padding-top: 0;
  }
  .ty-footer-register h2 {
    font-size: 20px;
  }
  .ty-footer-register .desc {
    font-size: 16px;
    color: #939598;
    line-height: 1.5;
  }
  .ty-footer-register svg {
    margin: auto;
    position: static;
    display: inherit;
  }
  .ty-footer-register .ty-btn-register {
    width: 100%;
    padding: 10px;
  }
  .ty-locations__content .span3 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
  }
  .ty-locations__content .cm-location {
    font-size: 14px;
    white-space: nowrap;
  }
  .about-us {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us b,
  .about-us strong {
    font-weight: 600;
  }
  .about-us svg {
    width: 80px;
  }
  .ty-footer-general__header {
    font-weight: 600;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    display: none !important;
  }
  .ty-footer .ty-footer-general__body {
    padding-bottom: 0;
    overflow: hidden;
    display: block !important;
  }
  .ty-footer .ty-footer-general__body a {
    font-size: 14px;
  }
  .ty-footer-general__body .ty-text-links__item,
  .ty-footer-general__body .ty-account-info__links li {
    display: inline-block;
    padding: 0;
    border: none;
    margin-right: 5px;
  }
  .ty-footer-form-block__title {
    text-align: left;
  }
  .wp-post-news .ty-grid-list__item {
    padding: 12px;
  }
  .wp-post-news .ty-grid-list__item-category {
    padding: 0 10px;
    display: inline-block;
  }
  .wp-post-news .ty-grid-list__item-category a {
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
  }
  .wp-post-news .ty-grid-list__image {
    background: #ebebeb;
    width: 125px;
    height: 93px;
    border-radius: 5px;
    float: left;
  }
  .wp-post-news .ty-grid-list__item-name {
    width: auto;
    padding-right: 0;
  }
  .wp-post-news .ty-grid-list__item-timestamp {
    display: block;
    font-size: 13px;
    color: #555555;
    overflow: hidden;
  }
  .ty-videos {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    font-size: 14px;
  }
  .shop-header .avatar {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    border: 1px solid #eee;
  }
  .shop-header .avatar .ty-no-image {
    height: 80px !important;
  }
  .shop-header .shop-title h1 {
    font-size: 24px;
  }
  .shop-header .shop-title .rating {
    margin-top: 5px;
  }
  .shop-header .shop-title .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-header .shop-title .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-header .shop-title .rating .ty-average-rating,
  .shop-header .shop-title .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-header .address-bar .address {
    margin-top: 10px;
  }
  .shop-header .address-bar .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 0;
  }
  .shop-header .address-bar .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .shop-header .address-bar .buttons > div svg {
    margin-right: 5px;
  }
  .shop-header .address-bar .buttons .visible-phone {
    display: inline-block !important;
  }
  .shop-header .address-bar .buttons .open .show-hidden-text {
    display: none !important;
  }
  .shop-header .button-container {
    float: none;
    margin: 0;
  }
  .shop-header .ty-btn__secondary {
    width: 100%;
  }
  .shop-menus .container-box {
    padding: 0;
  }
  .shop-menus .nav-items {
    overflow-x: auto;
    white-space: nowrap;
  }
  .shop-menus .nav-items .nav-item {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 15px 10px;
  }
  .shop-body .shop-main-content .shop-left {
    padding-right: 0px;
  }
  .shop-body .shop-main-content .shop-right {
    display: none;
  }
  .shop-body .shop-main-content .section {
    padding-top: 30px;
  }
  .shop-body .shop-main-content .section .section-title {
    font-size: 20px;
    margin: 0;
  }
  .shop-text-container .hidden-text {
    display: none;
  }
  .shop-text-container .show-hidden-text {
    cursor: pointer;
  }
  .shop-text-container .show-hidden-text:hover {
    color: #EE3E7B;
  }
  .shop-text-container.open .hidden-text {
    display: inline-block;
  }
  .shop-text-container.open .show-hidden-text {
    display: none !important;
  }
  .post-list .ty-grid-list__item {
    margin-top: 0;
  }
  .album-list .grid-list .ty-column3 {
    width: 33.333%;
  }
  .shop-reviews .ty-pagination-container {
    padding-top: 15px;
  }
  .ty-pagination__item {
    display: none;
  }
  .ty-pagination__items .ty-pagination__item {
    display: inline-block;
  }
  .post-price .row-fluid > div {
    padding: 10px;
    float: left;
  }
  .post-price .promotion-price {
    font-size: 14px;
  }
  .post-price .promotion-price bdi {
    font-size: 16px;
  }
  .post-price .original-price bdi {
    font-size: 13px;
  }
  .post-price .save-percent {
    font-size: 16px;
  }
  .post-price .save-price {
    font-size: 13px;
  }
  .shop-introduce {
    padding: 15px !important;
  }
  .shop-introduce .shop-title a {
    line-height: 1.2px;
    color: #000000;
  }
  .shop-introduce .rating {
    margin-top: 5px;
  }
  .shop-introduce .rating .ty-stars {
    margin-right: 5px;
  }
  .shop-introduce .rating .ty-stars svg {
    margin-right: -3px;
  }
  .shop-introduce .rating .ty-average-rating,
  .shop-introduce .rating .ty-total-reviews {
    font-size: 14px;
  }
  .shop-introduce .address {
    margin-top: 10px;
  }
  .shop-introduce .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
  }
  .shop-introduce .buttons > div {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 20px;
    min-width: 41px;
    text-align: center;
  }
  .shop-introduce .short-intro {
    font-size: 16px;
  }
  .shop-subscriber {
    padding: 15px !important;
  }
  .shop-subscriber .subscribe-image {
    display: none;
  }
  .shop-subscriber .subscribe-content {
    margin-left: 0;
  }
  .shop-subscriber .cm-processed-form {
    height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-my-account {
    background: transparent;
  }
  .top-my-account .ty-dropdown-box__title {
    padding-right: 0;
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title:hover,
  .top-my-account .ty-dropdown-box__title.open {
    background: transparent;
    border-color: transparent;
  }
  .top-my-account .ty-dropdown-box__title .ty-account-info__title-txt {
    color: #939598 !important;
  }
  .top-my-account .ty-dropdown-box__title svg path {
    fill: #939598 !important;
  }
  .top-my-account .ty-account-info__user-arrow {
    display: none;
  }
  .service-content .open-filter,
  .service-content .close-filter {
    text-align: center;
    padding: 10px 0 25px;
    color: #EE3E7B;
    font-weight: bold;
    text-decoration: underline;
  }
  .service-content-left {
    position: fixed;
    transition: 0.5s;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
  }
  .service-content-right {
    margin-left: 0;
    display: block;
  }
  .service-content-right .ty-sort-container .pull-right b {
    display: none;
  }
  .service-content.open .service-content-left {
    display: block;
    box-shadow: 0px 50px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
  }
  .account .ty-control-group {
    margin-top: 10px;
  }
  .account .ty-control-group .ty-control-label,
  .account .ty-control-group .ty-control-group__title {
    float: none;
    font-size: 14px;
    margin-bottom: 0;
  }
  .account .ty-control-group .ty-controls {
    margin: 0;
  }
  .account .ty-buttons-container {
    margin: 0;
  }
  .account .ty-buttons-container .ty-btn__primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .account .ty-buttons-container .inline-flex {
    display: flex;
    justify-content: space-between;
  }
  .account .ty-input-text,
  .account .ty-input-select {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .cm-change-password {
    margin-top: -25px;
    font-size: 14px;
  }
  .account .section-title {
    font-size: 22px;
    font-weight: bold;
    border-left: 3px solid #EE3E7B;
    padding-left: 10px;
    line-height: 17px;
  }
}
.posts .shop-listing .ty-grid-list .ty-column4 {
  width: 20%;
}
.posts .shop-listing .ty-grid-list__item-expiring {
  display: none;
}
.posts .shop-listing .ty-grid-list__description {
  height: 42px;
  line-height: 140%;
  overflow: hidden;
}
@media (min-width: 1224px) {
  .ui-dialog .ui-dialog-titlebar {
    background: #F6F6F6;
    height: 63px;
    padding: 0 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
  }
  .ui-dialog .ty-control-group__title {
    font-weight: normal;
  }
  .ui-dialog .row-fluid .span8 {
    width: 100%;
  }
  .ui-dialog .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .ui-dialog .buttons-container {
    padding: 8px 30px 30px 30px;
  }
  .ui-dialog .buttons-container .ty-btn {
    min-width: 100%;
  }
  .about-information .about-us {
    font-size: 14px;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a {
    font-size: 14px;
    transition: 150ms;
  }
  .ty-footer .ty-footer-general__body .ty-text-links__item a:hover {
    color: #EB427B;
  }
  .shop-header .address-bar > div {
    display: block;
  }
  .shop-header .buttons {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .tygh-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tygh-content .container .ty-grid-list .ty-column5 {
    width: 20%;
  }
  .tygh-content .container .ty-grid-list__item {
    margin: 7px;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 180px !important;
    margin: 0 5px;
  }
  .ty-footer-register .container-box {
    border-top: 0;
  }
  .ty-footer-general__body .ty-text-links__item {
    display: grid;
  }
  .service .service-content-right {
    padding-left: 0;
  }
  .service .service-content-right .ty-grid-list__item {
    margin: 8px 7px;
  }
  .tygh-content {
    padding-top: 54px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0 15px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    padding-right: 5px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title {
    font-size: 14px;
  }
  .dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status {
    font-size: 13px;
  }
  .dashboard .section {
    padding: 20px 0;
  }
  .dashboard .vendor-row {
    padding-top: 5px;
  }
  .account .image-upload {
    margin-top: 180px;
    margin-left: 0;
  }
  .account .avatar {
    padding-left: 30px;
  }
  .account .avatar-box div:nth-child(1) .avatar div:nth-child(1) {
    margin: 20px 0;
  }
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
  }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
  }
  .ui-dialog .object-container {
    height: auto !important;
    padding-bottom: 80px;
  }
  .ui-dialog .object-container .discussion-post {
    width: 100% !important;
  }
  .posts .tygh-content h1 {
    padding-top: 20px;
  }
  .ty-account .ty-account-register {
    width: 100%;
    margin: 5px auto 10px;
  }
  .ty-account .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account .ty-account-register .ty-account-main-content {
    margin-left: 0;
  }
  .shop-services .ty-grid-list > .ty-column3 {
    width: 50%;
  }
  .ty-advanced-search-container .search-box {
    width: 80%;
  }
  .ty-benefit {
    margin-top: 20px;
  }
  .ty-benefit .title {
    line-height: 20px;
  }
  .ty-benefit .content {
    font-size: 13px;
    line-height: 18px;
  }
  .ty-locations__content .span3 {
    width: 22.857142857143%;
  }
  .ty-locations__content .cm-location {
    font-size: 13px;
    white-space: nowrap;
  }
  .service-banners .button-container,
  .detail-banners .button-container,
  .shop-header .button-container {
    margin: 0;
  }
  .service-banners .ty-btn__secondary,
  .detail-banners .ty-btn__secondary,
  .shop-header .ty-btn__secondary {
    padding: 13px;
  }
  .post-list .ty-column2,
  .simple-list .ty-column2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tygh-header .container-box {
    width: 100%;
  }
  .tygh-content,
  .tygh-footer {
    padding-top: 0;
  }
  .ty-advanced-search-container .search-box {
    width: 100%;
  }
  .discussion-summary .col1 {
    width: 40%;
    float: left;
  }
  .discussion-summary .col1 .rating-title {
    font-size: 14px;
  }
  .discussion-summary .col1 .rating-point {
    font-size: 40px;
    line-height: 42px;
  }
  .discussion-summary .col1 .ty-stars svg {
    margin-right: -3px;
  }
  .discussion-summary .col1 .total {
    font-size: 14px;
  }
  .discussion-summary .col2 {
    width: 60%;
    float: left;
  }
  .discussion-summary .col2 .sum-item {
    font-size: 14px;
  }
  .discussion-summary .col2 .sum-item > div {
    float: left;
  }
  .discussion-summary .col2 .sum-item .span2 {
    width: 20%;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-evenly;
  }
  .discussion-summary .col2 .sum-item .span2 svg {
    width: 12px;
  }
  .discussion-summary .col2 .sum-item .span8 {
    width: 60%;
  }
  .ty-discussion-post__avatar {
    margin-bottom: 5px;
  }
  .ty-discussion-post__date {
    font-size: 14px;
  }
  .ty-discussion-post__content .ty-discussion-post {
    border: none;
    margin: 0;
    padding-top: 10px;
  }
  .ty-discussion-post__content .ty-discussion-post__content {
    margin-left: 30px;
  }
  .ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-like {
    margin-left: 0;
  }
  .post-price .span4 {
    width: 40%;
  }
  .post-price .span8 {
    width: 60%;
  }
  .wp-post-news .ty-column4 {
    width: 100%;
  }
  .detail-banners .span1,
  .service-banners .span1 {
    display: none;
  }
  .detail-banners .ty-search-block .search-box,
  .service-banners .ty-search-block .search-box {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin: 0;
  }
  .detail-banners .ty-search-block .search-box .search-input,
  .service-banners .ty-search-block .search-box .search-input {
    width: 100%;
    padding-right: 50px;
  }
  .detail-banners .ty-search-block .search-box .search-location,
  .service-banners .ty-search-block .search-box .search-location {
    display: none;
  }
  .detail-banners .ty-search-block .search-box .ty-search-magnifier,
  .service-banners .ty-search-block .search-box .ty-search-magnifier {
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto;
  }
  .detail-banners {
    margin-top: 54px;
    min-height: 80px;
  }
  .detail-banners .ty-banner__image-wrapper {
    background: #ffffff;
  }
  .detail-banners .ty-pict {
    display: none;
  }
  .detail-banners .ty-search-block {
    margin-top: 0 !important;
  }
  .detail-banners .ty-search-block .search-box {
    border: 1px solid #DDDDDD;
    box-shadow: none;
  }
  .detail-banners .ty-search-block .search-input input.ty-search-block__input {
    border: none;
    box-shadow: none;
    padding: 28px;
  }
  .detail-banners .ty-search-block .search-input svg {
    display: none;
  }
  .detail-banners .ty-search-block .ty-search-magnifier {
    top: -1px;
    right: -1px;
    bottom: -1px;
  }
  #shop_menu .sub-title {
    display: none;
  }
  .profile-menus .content {
    display: block;
  }
  .profile-menus .menu-item {
    width: 47%;
    display: inline-block;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 40px;
    margin: 5px;
    padding: 8px;
  }
  .profile-menus .menu-item.active {
    background: #EE3E7B;
  }
  .profile-menus .menu-item.active .menu-item-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .profile-menus .menu-item.active .menu-item-title {
    color: #ffffff;
  }
  .profile-menus .menu-link {
    display: flex;
  }
  .profile-menus .menu-link .menu-item-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-menus .menu-link .menu-item-title {
    font-size: 14px;
  }
  .vendor-info .vendor-avatar {
    height: 90px;
    width: 90px;
  }
  .vendor-info .vendor-info-main {
    margin: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    margin-left: 90px;
    height: 60px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1 {
    font-size: 14px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg {
    width: 16px;
  }
  .vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data {
    font-size: 13px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    padding: 0;
    margin-left: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    width: 100%;
    font-size: 0px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text {
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary {
    font-size: 13px;
    padding: 7px 15px;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .expiring {
    font-size: 13px;
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    height: 100px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic {
    font-size: 28px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 13px;
  }
  .section-title {
    font-size: 18px;
    border: none;
    padding: 0;
  }
  .section-title a {
    font-size: 18px;
  }
  .vendor-row {
    padding: 0 0 15px;
    margin-bottom: 10px;
  }
  .vendor-row .avatar .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
  .vendor-row .avatar .thumbnail .cap {
    line-height: 40px;
    font-size: 24px;
  }
  .vendor-row .content .name {
    font-size: 14px;
    margin-left: 45px;
    line-height: 22px;
  }
  .vendor-row .content .name .status {
    font-size: 12px;
    margin-left: 1px;
    padding: 0 5px;
  }
  .vendor-row .content .name .rating {
    height: 22px;
  }
  .vendor-row .content .name .rating .ty-stars {
    font-size: 0;
  }
  .vendor-row .content .creation-date {
    font-size: 13px;
    margin-left: 45px;
    line-height: 20px;
  }
  .vendor-row .content .message {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply {
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span {
    font-size: 14px;
    line-height: 20px;
  }
  .vendor-row .action .ty-btn__reply span svg {
    display: none;
  }
  .vendor-row .action .ty-btn__reply i {
    display: none;
  }
  .vendor-table .vendor-table {
    margin-left: 20px;
  }
  .ty-btn__add-new {
    height: 41px;
  }
  .ty-btn__add-new .ty-column4 {
    width: 100%;
  }
  .ty-account {
    background: #ffffff;
  }
  .ty-grid-list__item-name .shop-title,
  .ty-grid-list__item-name .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .ty-grid-list__item-expiring {
    font-size: 13px;
  }
  .ty-grid-list__item-button-container .ty-btn__update,
  .ty-grid-list__item-button-container .ty-btn__delete {
    font-size: 14px;
  }
  .ty-wedding_ideas .categories .category-item .title a {
    font-weight: 600;
    font-size: 15px;
  }
  .shops .header-grid {
    border: none;
  }
  .shops .breadcrumbs-grid {
    border-top: 1px solid #eeeeee;
  }
  .shop-header .address-bar .buttons .view-facebook svg {
    margin: 0;
  }
  .shop-header .address-bar .buttons .view-facebook .hidden-phone,
  .shop-header .address-bar .buttons .view-facebook .visible-phone {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ty-vendor .ty-grid-list > .ty-column5,
  .ty-videos .ty-grid-list > .ty-column5,
  .albums .ty-grid-list > .ty-column5,
  .shop-services .ty-grid-list > .ty-column5,
  .shop-albums .ty-grid-list > .ty-column5 {
    display: inline-block;
    width: 41%;
  }
  .owl-carousel.owl-theme .ty-scroller-list__item {
    margin: 10px 9px;
    height: 100%;
  }
  .ty-scroller-list .owl-wrapper {
    height: 310px !important;
  }
  .ty-scroller-list .owl-wrapper .owl-item {
    width: 280px !important;
    margin-bottom: 20px;
  }
  .ty-scroller-list__img-block {
    width: 100%;
    height: 70%;
  }
  .ty-scroller-list__img-block img {
    width: 100%;
  }
  .ty-wedding_ideas .categories {
    margin-bottom: 8px;
  }
  .wp-post-news .ty-grid-list__item,
  .related-shops .ty-grid-list__item {
    margin: 8px 10px;
    min-height: auto;
  }
  .view-all {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-vendor,
  .ty-wedding_ideas,
  .ty-center {
    margin-top: 20px;
  }
  .homepage-our-brands {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 10px solid #EBEBEB;
    border-bottom: 10px solid #EBEBEB;
  }
  .ty-footer-register {
    margin-top: 20px;
  }
  .ty-footer-register .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .ty-footer-register .button {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #EBEBEB;
  }
  .tygh-content {
    padding-top: 0px;
  }
  .tygh-content > div {
    padding-bottom: 0;
  }
  .tygh-footer {
    padding-top: 20px;
  }
  .ty-account-register {
    width: 100%;
    margin-top: 28px;
  }
  .ty-account-register .ty-account-image-cover {
    display: none;
  }
  .ty-account-register .ty-account-main-content {
    margin: 0 0;
    align-items: flex-start;
  }
  .ty-account-register .ty-account-main-content .inner-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .services .ty-breadcrumbs {
    padding-top: 14px;
  }
  .section .section-title::after {
    display: none;
  }
  .shop-menus .nav-items .nav-item a {
    padding: 10px 9.5px 15px 9.5px;
  }
  .shop-body .shop-main-content .section .section-title {
    margin-bottom: 6px;
  }
  .ty-pagination {
    margin: 0;
    padding: 0;
  }
  .ty-pagination__items {
    margin: 15px 0 0 0;
  }
  .service-content-right {
    padding-left: 0;
  }
  .service-content .ty-sort-container {
    padding: 5px;
  }
  .service-content .ty-grid-list__item-name a {
    font-size: 16px;
  }
  .service-content-right {
    margin-left: 0;
  }
  .shop-listing .ty-grid-list__item {
    padding-bottom: 16px;
  }
  .shop-listing .ty-sort-dropdown__content {
    right: 0;
  }
  #service_shops_11 h1 {
    font-size: 20px;
  }
  #album_slider .ty-grid-list__item {
    padding-bottom: 0;
  }
  #shop_reviews {
    padding-top: 20px;
  }
  .dashboard .section {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 8px solid #F7F7F7;
  }
  .dashboard .section .section-title h2,
  .dashboard .section .section-title .number {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard .tygh-footer {
    margin-top: -30px;
  }
  .profile-menus {
    border-bottom: 8px solid #F7F7F7;
  }
  .profile-menus .container {
    padding: 5px 5px 15px 5px;
  }
  .vendor-info {
    box-shadow: none;
  }
  .vendor-info .vendor-info-main .vendor-info-header {
    border-bottom: none;
    line-height: 1.8;
  }
  .vendor-info .vendor-info-main .vendor-info-middle {
    border-bottom: none;
  }
  .vendor-info .vendor-info-main .vendor-info-middle .status {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary {
    margin-top: -10px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title {
    font-size: 11px;
  }
  .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status {
    font-size: 11px;
  }
  .vendor-info .package {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .vendor-info .package-name {
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .vendor-info .package .error {
    font-size: 13px;
  }
  .vendor-info .inline-flex {
    display: block;
  }
  #shop_requests .content * {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_discussion .vendor-row {
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .ty-btn span {
    font-size: 14px;
  }
  .ty-column4 .ty-grid-list__item {
    margin: 8px;
  }
  #shop_posts .ty-grid-list__item {
    margin: 6px 10px;
  }
  #shop_posts .ty-grid-list__image {
    padding: 8px;
    position: absolute;
    width: 110px;
    float: left;
  }
  #shop_posts .ty-grid-list__item-name {
    height: 40px;
    margin-left: 30%;
    width: auto;
  }
  #shop_posts .ty-grid-list__item-expiring {
    margin-left: 30%;
  }
  #shop_posts .ty-grid-list__item-expiring .date {
    font-size: 13px;
  }
  #shop_posts .ty-grid-list__item-button-container {
    margin-left: 30%;
  }
  .shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text {
    float: right;
    margin-left: 10px;
  }
  .shops .shop-header .button-container {
    float: none;
  }
}
.error {
  color: #df484d;
}
.ty-shop-filters__tools {
  display: none;
}
.ty-shop-filters__title .cm-ajax {
  margin-left: 10px;
  margin-top: 4px;
}
.open-filter,
.close-filter {
  display: none;
}
#shop_post_package {
  padding-top: 0;
}
#shop_post_package .vendor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
#shop_post_package .inline-flex {
  width: 100%;
  justify-content: space-between;
}
.checkout {
  background: #FFF9FA !important;
}
.litecheckout-box {
  background: #ffffff;
  border: #9b9b9b;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.litecheckout__shipping-method {
  height: 50px;
}
.litecheckout__shipping-method__title {
  color: #EE3E7B;
}
.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout__payment-instructions {
  background: #FBFBFB;
  width: 100%;
  padding: 20px;
}
.litecheckout__payment-instructions p,
.litecheckout__payment-instructions div,
.litecheckout__payment-instructions li {
  line-height: 1.5em;
}
.litecheckout__address-switch {
  padding: 0;
  border: none;
}
.litecheckout .litecheckout__input {
  padding: 14px;
  margin-top: 20px;
}
.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
  padding-bottom: 6px;
  padding-top: 22px;
  border: solid 1px #EE3E7B;
  box-shadow: 0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #EE3E7B;
}
.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
  top: 36px;
  left: 15px;
}
.litecheckout__label {
  left: 15px;
  top: 26px;
}
.litecheckout__terms .ty-checkout__terms {
  margin: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.litecheckout .ty-profile-field__switch-actions {
  float: left;
  margin-right: 10px;
}
.litecheckout .ty-profile-field__switch-label {
  font-weight: 600;
}
.litecheckout .cm-check-agreement {
  font-weight: 600;
}
.litecheckout .cm-check-agreement .cm-agreement {
  margin-right: 15px;
}
.litecheckout .ty-dashed-link {
  color: #EE3E7B;
  font-weight: 600;
}
.litecheckout .litecheckout__submit-btn {
  width: auto;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 100px;
  height: auto;
  border-radius: 40px;
}
.ty-order-products__list {
  margin-top: 20px;
}
.ty-order-products__list .ty-order-products__item {
  padding: 20px 0;
}
.ty-order-products__list .ty-order-products__item:last-child {
  border-bottom: 1px solid #ecf0f1;
}
.ty-order-products__list .ty-order-products__item .list-title * {
  color: #818181;
  font-size: 15px;
}
.ty-order-products__list .litecheckout__order-products-p {
  font-weight: 600;
}
.ty-checkout-summary__block {
  width: auto;
  float: right;
}
.ty-checkout-summary__taxes-amount {
  width: auto;
}
.ty-checkout-summary__total > div {
  display: flex;
  align-items: baseline;
}
.ty-checkout-summary__total .ty-checkout-summary__total-sum {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E7B;
  margin-left: 50px;
}
.notification-container {
  top: 68px;
}
.notification-content-extended h1 {
  background: transparent;
  text-align: center;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
}
.ty-product-notification__body {
  padding: 30px;
}
.ty-product-notification__buttons {
  background: transparent;
}
.ty-product-notification__divider,
.ty-product-notification__total-info {
  display: none;
}
.ty-news-grid div,
.ty-news-grid p,
.ty-news-grid li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.ty-news-grid b,
.ty-news-grid strong {
  font-weight: 600;
}
.ty-news-grid p {
  padding: 10px 0 20px;
}
.ty-news-grid h2 {
  font-weight: 500;
}
.ty-news-grid a {
  font-size: 18px;
  color: #EE3E7B;
}
.ty-main-blog {
  margin-bottom: 50px;
}
.ty-main-blog .ty-column2 {
  margin-right: -0.25em;
}
.ty-main-blog .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-main-blog .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-main-blog .ty-grid-list__name {
  margin-top: 10px;
  text-align: justify;
}
.ty-main-blog .ty-grid-list__name a {
  font-weight: bold;
}
.ty-main-blog .inline-flex {
  display: inline-flex;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
}
.ty-main-blog .inline-flex > div {
  font-size: 13px;
}
.ty-main-blog .inline-flex .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-main-blog .inline-flex .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-main-blog .ty-grid-list__directory {
  font-weight: bold;
}
.ty-main-blog .blog-pane-left {
  margin: 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__item {
  margin: 0;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name {
  margin: 20px 0 10px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__name a {
  font-size: 32px;
  line-height: 36px;
}
.ty-main-blog .blog-pane-left .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 0;
}
.ty-main-blog .blog-pane-right {
  margin: 0 10px;
  position: relative;
  padding-right: 320px;
}
.ty-main-blog .blog-pane-right .blog-ads-banner {
  width: 300px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.ty-main-blog .blog-pane-right .blog-ads-banner .title {
  display: none;
}
.ty-main-blog .blog-pane-right .inline-flex {
  display: none;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item {
  margin: 0 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a {
  font-size: 16px;
  line-height: 21px;
}
.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item {
  margin-bottom: 0;
  border: none;
}
.ty-blog-list .ty-grid-list__item {
  border: none;
  min-height: auto;
}
.ty-blog-list .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-list .ty-grid-list__item-name {
  display: inline-block;
  padding: 0;
  height: auto;
}
.ty-blog-list .ty-grid-list__item-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-list .ty-grid-list__name h3 {
  margin: 0;
}
.ty-blog-list .ty-grid-list__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ty-blog-list .ty-grid-list__description {
  display: none;
}
.ty-blog-list .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-list .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-list .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-list .inline-flex {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: #828282;
}
.ty-blog-list .inline-flex > div {
  font-size: 13px;
}
.home-blog-tabs .ty-tabs {
  border: none;
}
.home-blog-tabs .ty-tabs__list {
  white-space: nowrap;
  overflow: auto hidden;
  position: relative;
  padding-left: 5px;
}
.home-blog-tabs .ty-tabs__list::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #EE3E7B;
  left: 0;
  top: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item {
  background: none;
  margin: 0 15px;
  padding: 0;
  height: 28px;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
  padding: 0;
  height: 16px;
  display: inline-block;
  margin-top: 7px;
  outline: none;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2 {
  color: #EE3E7B;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
  padding: 0;
  margin: 0;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2 {
  font-size: 24px;
  font-weight: bold;
}
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,
.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2 {
  color: #333333;
  text-decoration: underline;
}
.home-blog-tabs .ty-blog-list {
  margin: 0 -15px;
}
.ty-blog-text-links__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.ty-blog-text-links__item:last-child {
  border: none;
}
.ty-blog-text-links__item .ty-grid-list__item {
  margin: 0;
  border: none;
  min-height: auto;
}
.ty-blog-text-links__item .ty-grid-list__item:hover {
  box-shadow: none;
}
.ty-blog-text-links__item .ty-grid-list__name {
  margin-top: 10px;
}
.ty-blog-text-links__item .ty-grid-list__name a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.ty-blog-text-links__item .ty-grid-list__description {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
}
.ty-blog-text-links__item .ty-grid-list__comments {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.ty-blog-text-links__item .ty-grid-list__comments svg {
  margin-right: 5px;
}
.ty-blog-text-links__item .inline-flex {
  display: inline-flex;
  font-size: 13px;
  color: #828282;
}
.ty-blog-text-links__item .inline-flex > div {
  font-size: 13px;
}
.ty-blog-text-links__item .ty-grid-list__directory {
  font-weight: bold;
}
.ty-blog-text-links__item .ty-blog-text-links__a {
  font-weight: 600;
}
.ty-blog-text-links__item .ty-blog-text-links__date {
  color: #828282;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 10px 0 12px;
  float: none;
}
.ty-tag-trend {
  display: inline-flex;
  align-items: center;
}
.ty-tag-trend .title {
  font-size: 0;
}
.ty-tag-trend .title svg {
  margin-right: 10px;
}
.ty-tag-trend__items li {
  display: inline-block;
}
.ty-tag-trend__items li a {
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 7px 16px 8px;
  border-radius: 20px;
  display: block;
}
.ty-tag-trend__items li a:hover {
  border-color: #ffedef;
  background: #ffedef;
}
.main-nav {
  background: #EE3E7B;
}
.main-nav .ty-menu__items {
  margin: 0 20px;
}
.main-nav .ty-menu__item {
  margin: 0;
  padding: 0;
  border: none;
}
.main-nav .ty-menu__item .ty-menu__item-link {
  font-size: 12px;
  min-height: 32px;
  color: #fff;
  padding: 9px 10px;
  border: none;
  border-radius: 0;
}
.main-nav .ty-menu__item:hover .ty-menu__item-link,
.main-nav .ty-menu__item-active .ty-menu__item-link {
  background: #cd1253 !important;
  color: #ffffff !important;
}
.main-nav .ty-menu__item .ty-menu__submenu-items {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.07);
  border: none;
}
.blog-hero-banner {
  margin-top: -25px;
  position: absolute;
  text-align: center;
}
.blog-hero-banner .title {
  display: none;
}
.blog-home-container,
.blog-footer-container,
.blog-main-container,
.blog-breadcrumb-container {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.blog-main-container {
  padding: 0 20px;
}
.blog-main-container .main-content {
  width: calc(100% - 330px);
}
.blog-main-container .sidebar {
  width: 300px;
  margin-left: 0;
  float: right;
}
.blog-main-container .sidebar .ty-mainbox-simple-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
  font-size: 22px;
}
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,
.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-breadcrumbs {
  padding: 0 0 15px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current {
  font-size: 14px;
}
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,
.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi {
  color: #939598;
}
.blog-main-container .ty-wysiwyg-content img {
  margin: 20px 0;
  width: 100%;
}
.blog-main-container .ty-wysiwyg-content a {
  font-size: 18px;
  color: #EE3E7B;
}
.blog-main-container .ty-wysiwyg-content .content-ads-banner img {
  width: auto;
  max-width: 100%;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__span {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 5px;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 3px 10px 4px;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after {
  display: none;
}
.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover {
  color: #EE3E7B;
}
.blog-main-container .write-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-main-container .write-comment .share-text {
  margin-right: 15px;
}
.blog-main-container .post-caption {
  background: #f3f5f6;
  text-align: center;
  margin: 20px 0;
}
.blog-main-container .post-caption img {
  width: 100%;
  margin: 0;
}
.blog-main-container .post-caption .post-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
}
.blog-main-container .ty-mainbox-body div,
.blog-main-container .ty-mainbox-body p,
.blog-main-container .ty-mainbox-body li {
  font-size: 18px;
  line-height: 30px;
}
.blog-main-container .ty-mainbox-body .excerpt {
  font-weight: 600;
}
.blog-main-container .ty-mainbox-body .article-line {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-main-container .ty-mainbox-body .article-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ec3d79;
  height: 1px;
  z-index: 0;
}
.blog-main-container .ty-mainbox-body .article-line .article-line__inner {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  color: #ec3d79;
  position: relative;
}
.blog-main-container .ty-mainbox-body .page-information {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-main-container .related-shops {
  border: 1px solid #d8d8d8;
  padding: 20px 10px 0;
}
.blog-main-container .related-shops h2 {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 15px;
  border-left: 5px solid #EE3E7B;
}
.blog-main-container .related-shops .owl-carousel.owl-theme {
  margin: 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item {
  border: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover {
  box-shadow: none;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item {
  min-height: auto;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description {
  padding: 5px 0;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}
.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small {
  color: #939598;
  font-size: 13px;
  line-height: 18px;
}
.blog-main-container .slide-ads-banner {
  margin-bottom: 30px;
}
.blog-main-container .slide-ads-banner .title {
  display: none;
}
.blog-main-container .ty-sidebox-important {
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.blog-main-container .ty-sidebox-important__title {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.blog-main-container .ty-sidebox-important__title a,
.blog-main-container .ty-sidebox-important__title span {
  font-size: 22px;
  color: #333;
  text-transform: none;
  font-weight: 600;
}
.blog-main-container .ty-blog-sidebox {
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 20px;
  height: 75px;
  margin: 0;
}
.blog-main-container .ty-blog-sidebox__item-thumbnail {
  margin-right: 20px;
  width: 75px;
  float: left;
}
.blog-main-container .ty-blog-sidebox__item-directory {
  text-transform: uppercase;
  font-size: 13px;
  color: #939598;
  line-height: 20px;
  margin-top: -3px;
}
.blog-main-container .ty-blog-sidebox__item a {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
}
.blog-main-container .ty-blog-sidebox__item .ty-no-image {
  min-width: auto;
}
.blog-main-container .ty-menu-item {
  padding: 0;
  margin: 0;
}
.blog-main-container .ty-menu-item-link {
  padding: 13px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  position: relative;
  outline: none;
}
.blog-main-container .ty-menu-item-link .total {
  color: #939598;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after {
  content: "";
  position: absolute;
  border: 2px solid #32ccb7;
  border-width: 2px 2px 0 0;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.blog-main-container .ty-menu-item.have-submenus .total {
  display: none;
}
.blog-main-container .ty-menu-item.open .ty-submenu {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}
.blog-main-container .ty-menu-item.open .ty-menu-item-link::after {
  transform: rotate(135deg);
}
.blog-main-container .ty-submenu {
  background: #fafafa;
  overflow: hidden;
  height: 0;
}
.blog-main-container .ty-submenu-item {
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
}
.blog-main-container .ty-submenu-item span {
  color: #939598;
}
.blog-main-container .ty-grid-list {
  margin-top: -10px;
}
.blog-main-container .ty-blog-list .ty-grid-list__name a {
  font-size: 20px;
}
.blog-main-container .list-ads-banner {
  padding: 30px 10px;
}
.blog-main-container .list-ads-banner .title {
  display: none;
}
.sticky-ads.fixed {
  position: fixed;
}
.have-hero-banner {
  padding-top: 250px;
}
.ty-blog-special .inline-flex {
  display: none;
}
.ty-blog-special .special .ty-grid-list__item {
  position: relative;
  padding: 0;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  display: flex;
  align-items: flex-end;
}
.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a {
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.ads-banner .title {
  display: none;
}
.ads-banner img {
  margin: 20px;
}
.most-viewed-blog {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.most-viewed-blog .ty-blog-text-links {
  margin: 0;
}
.vendor-services .ty-grid-list .ty-column7 {
  margin-right: -0.25em;
}
.vendor-services .ty-grid-list__item {
  border: none;
  min-height: auto;
  padding: 0;
}
.vendor-services .ty-grid-list__item:hover {
  box-shadow: none;
}
.vendor-services .ty-grid-list__item a {
  font-size: 14px;
}
.about-us {
  font-size: 14px;
  line-height: 24px;
}
.about-us .hotline {
  font-size: 16px;
  font-weight: 600;
  color: #EE3E7B;
}
.about-us ul {
  padding: 0;
  list-style: none;
}
.about-us ul li {
  display: inline-block;
  margin-right: 10px;
}
.about-us ul li a {
  font-size: 14px;
}
.copyright {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.copyright .venture {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}
.copyright .venture span {
  font-size: 0;
}
.subdirectories {
  text-align: center;
  margin-bottom: 30px;
}
.subdirectories .ty-subdirectories__item {
  display: inline-block;
  margin: 0 5px 10px;
}
.subdirectories .ty-subdirectories__item a {
  background: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
}
.subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
  background: #EE3E7B;
  border-color: #EE3E7B;
}
.inpage-search-blog {
  position: relative;
  margin-bottom: 30px;
}
.inpage-search-blog input.ty-search-block__input {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.inpage-search-blog .ty-search-magnifier {
  background: transparent;
  color: #333333;
  width: 48px;
}
.directory-information {
  text-align: center;
}
.directory-information h1 {
  font-size: 32px;
  font-weight: normal;
}
.directory-information .directory-desc {
  font-size: 14px;
  line-height: 20px;
}
.directory-information .directory-desc a {
  font-size: 14px;
}
.directory-information .subdirectories {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  padding: 0;
}
.directory-information .subdirectories .ty-subdirectories__item a {
  display: block;
  padding: 7px 15px;
  color: #333333;
}
.directory-information .subdirectories .ty-subdirectories__item a:hover {
  border-color: #EE3E7B;
  color: #EE3E7B;
}
.directory-information .subdirectories .ty-subdirectories__item.active a {
  color: #ffffff;
}
.shop_management .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
}
.ty-vote {
  min-width: 350px;
}
.ui-widget-content.ui-dialog {
  max-width: 1100px;
}
.ty-quick-view__wrapper {
  width: 1000px;
}
.ty-quick-view__wrapper .ty-product-block__left {
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__author {
  color: #898989;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.ty-quick-view__wrapper a.ty-quick-view__title {
  font-size: 28px;
  color: #2e3a47;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
.ty-quick-view__wrapper .ty-product-block__prices {
  display: flex;
  align-items: center;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price {
  display: inline-flex;
  align-items: baseline;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price {
  font-weight: bold;
  text-decoration: line-through;
  margin: 0 10px;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price {
  font-weight: bold;
  font-size: 30px;
  color: #EE3E7B;
}
.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  background: #FFE4EE;
  margin-left: 10px;
  color: #EE3E7B;
  font-weight: bold;
}
.ty-quick-view__wrapper .ty-product-block__button .ty-btn {
  width: 100%;
  background: #EE3E7B;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 30px;
}
.ty-quick-view__wrapper .ty-product-block__description {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.campaigns .tygh-content {
  padding: 0;
}
.campaigns .tygh-content > div {
  padding: 0;
}
#campaign .container-box {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: auto;
  margin: 0 auto;
}
#campaign .ty-grid-list .ty-column4 {
  margin-right: -0.25em;
  box-sizing: border-box;
  padding: 10px;
}
#campaign h2 {
  font-size: 48px;
  text-transform: uppercase;
}
#campaign .header {
  background: #ffffff;
}
#campaign .header .container-box {
  justify-content: space-between;
}
#campaign .header .logo {
  margin: 50px 0;
}
#campaign .header .menu .ty-text-links__item {
  display: inline-block;
}
#campaign .main-content .campaign_logo {
  margin-top: -70px;
  margin-bottom: 20px;
}
#campaign .main-content .campaign_logo .container-box {
  justify-content: center;
}
#campaign .main-content .banner {
  text-align: center;
}
#campaign .main-content .products {
  padding: 100px 0;
}
#campaign .main-content .products .ty-grid-list .item-title {
  background: #fefaf7;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px 0;
}
#campaign .main-content .products .ty-grid-list .item-title .vendor {
  color: #898989;
}
#campaign .main-content .products .ty-grid-list .item-title a {
  padding-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
}
#campaign .main-content .products .ty-grid-list .item-content {
  background: #fefaf7;
  padding: 0px 20px 20px;
  line-height: 2;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .price {
  color: #EE3E7B;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
  text-decoration: line-through;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container {
  margin-bottom: 0;
  width: 100%;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary {
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #f3e1d6;
  color: #512913;
  padding: 10px;
}
#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover {
  background: #EE3E7B;
  color: #ffffff;
}
#campaign .main-content .rules {
  background: #FFF5EC;
  padding: 100px 0;
}
#campaign .main-content .rules .container-box {
  background: #ffffff;
}
#campaign .main-content .rules .container-box .thumbnail {
  flex: 50%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .rules .container-box .content {
  flex: 50%;
  padding: 30px;
}
#campaign .main-content .rules .container-box .content h2 {
  position: relative;
  padding: 30px 0 0;
}
#campaign .main-content .rules .container-box .content h2:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #EE3E7B;
  position: absolute;
  top: 0px;
  left: 0px;
}
#campaign .main-content .news {
  background: #FFE9E2;
  padding: 100px 0;
}
#campaign .main-content .news .title {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .main-content .news .thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}
#campaign .main-content .news .item-content {
  background: #ffffff;
  padding: 20px;
}
#campaign .main-content .news .item-content .item-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
#campaign .main-content .news .item-content .item-title {
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
#campaign .main-content .news .item-content .item-title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#campaign .main-content .news .item-content .item-timestamp {
  font-size: 13px;
  margin-top: 10px;
  color: #555555;
}
#campaign .main-content .sponsor {
  padding: 100px 0;
  text-align: center;
}
#campaign .main-content .sponsor .title {
  margin-bottom: 40px;
}
#campaign .footer {
  background: #F8F8F8;
  padding: 10px 0;
}
#campaign .footer .container-box {
  justify-content: space-between;
}
#campaign .footer .copyright {
  background: transparent;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .tygh-header > div,
  .tygh-top-panel > div {
    padding: 0;
  }
  .tygh-top-panel .ads-banner {
    padding: 0 !important;
  }
  .tygh-top-panel .ads-banner img {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .top-menu-grid {
    position: relative;
  }
  .top-menu-grid .top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -37px;
  }
  .top-menu-grid .mobile-menu {
    margin-left: 10px;
  }
  .ty-footer-register .ty-mainbox-simple-title {
    padding: 0;
    border: none;
    font-size: 22px;
    line-height: 28px;
    height: auto;
  }
  .ty-footer-register .button {
    border: none;
  }
  .vendor-services .ty-column7 {
    width: 50%;
  }
  .ty-breadcrumbs__arrow,
  .ty-breadcrumbs__a,
  .ty-breadcrumbs__current {
    display: inline;
  }
  .main-content-special .image {
    width: 100%;
    text-align: center;
  }
  .main-content-special h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
  }
  .main-content-special h4 {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .main-content-special .ty-form-builder {
    padding: 10px;
  }
  .main-content-special p {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
  .main-content-special p img {
    display: block;
    margin: auto;
  }
  .main-content-special dl dt {
    text-align: center;
  }
  .main-content-special dl dd {
    margin: 5px auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .main-content-special dl dd a {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #EE3E7B;
  }
  .main-content-special ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }
  .main-content-special ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-content-special blockquote {
    max-width: 100%;
    background: #ebebeb;
    padding: 10px 10px;
  }
  .main-content-special blockquote h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
  }
  .pages .tygh-header .container-box,
  .directories .tygh-header .container-box,
  .tags .tygh-header .container-box {
    padding: 0;
  }
  .pages .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .ty-mainbox-simple-container .ty-mainbox-simple-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 10px;
  }
  .pages .top-my-account,
  .directories .top-my-account,
  .tags .top-my-account {
    margin: 0;
    margin-right: 8px;
  }
  .pages .main-nav .ty-menu__items,
  .directories .main-nav .ty-menu__items,
  .tags .main-nav .ty-menu__items {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pages .main-nav .ty-menu__item,
  .directories .main-nav .ty-menu__item,
  .tags .main-nav .ty-menu__item {
    display: inline-block;
  }
  .pages .main-nav .ty-menu__item.ty-menu__menu-btn,
  .directories .main-nav .ty-menu__item.ty-menu__menu-btn,
  .tags .main-nav .ty-menu__item.ty-menu__menu-btn {
    display: none !important;
  }
  .pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,
  .tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link {
    padding-right: 30px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle {
    font-size: 18px;
    height: 32px;
    width: 100%;
    text-align: right;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open {
    line-height: 32px;
    margin-right: 10px;
  }
  .pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,
  .tags .main-nav .ty-menu__item .ty-menu__item-toggle-active {
    background: #cd1253 !important;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu,
  .directories .main-nav .ty-menu__item .ty-menu__submenu,
  .tags .main-nav .ty-menu__item .ty-menu__submenu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,
  .tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    padding: 10px;
    font-size: 12px;
  }
  .pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,
  .tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle {
    background: transparent !important;
  }
  .pages .tygh-content,
  .directories .tygh-content,
  .tags .tygh-content {
    padding-top: 0px;
  }
  .pages .tygh-content .have-hero-banner,
  .directories .tygh-content .have-hero-banner,
  .tags .tygh-content .have-hero-banner {
    padding-top: 0;
  }
  .pages .ty-main-blog,
  .directories .ty-main-blog,
  .tags .ty-main-blog {
    margin: 0;
  }
  .pages .blog-home-container,
  .directories .blog-home-container,
  .tags .blog-home-container {
    padding: 10px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-left .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-left .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .blog-pane-right,
  .directories .blog-home-container .blog-pane-right,
  .tags .blog-home-container .blog-pane-right {
    padding: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__item,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__item,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__item {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 20px;
    min-height: 120px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image {
    float: left;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__image img,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__image img {
    width: 156px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__name a,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__name a {
    line-height: 22px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list__description,
  .directories .blog-home-container .blog-pane-right .ty-grid-list__description,
  .tags .blog-home-container .blog-pane-right .ty-grid-list__description {
    display: none;
    padding: 0;
    margin: 10px 0 5px 166px;
    font-size: 14px;
    line-height: 20px;
  }
  .pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,
  .tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex {
    display: flex;
    margin-left: 166px;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner {
    display: none;
    position: relative;
    background: #F3F3F3;
    width: calc(100% + 20px);
    margin: 0 -10px;
    text-align: center;
    padding: 10px 0 20px;
    height: auto;
  }
  .pages .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .directories .blog-home-container .blog-pane-right .blog-ads-banner .title,
  .tags .blog-home-container .blog-pane-right .blog-ads-banner .title {
    display: block;
  }
  .pages .ty-tag-trend,
  .directories .ty-tag-trend,
  .tags .ty-tag-trend {
    display: block;
  }
  .pages .ty-tag-trend .title,
  .directories .ty-tag-trend .title,
  .tags .ty-tag-trend .title {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .pages .ty-tag-trend .title svg,
  .directories .ty-tag-trend .title svg,
  .tags .ty-tag-trend .title svg {
    margin-right: 10px;
  }
  .pages .ty-tag-trend .items,
  .directories .ty-tag-trend .items,
  .tags .ty-tag-trend .items {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .pages .ty-tag-trend .items .ty-tag-trend__items,
  .directories .ty-tag-trend .items .ty-tag-trend__items,
  .tags .ty-tag-trend .items .ty-tag-trend__items {
    white-space: nowrap;
  }
  .pages .ty-promotion,
  .directories .ty-promotion,
  .tags .ty-promotion {
    background: #ffffff;
    margin: 0 -10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body,
  .directories .ty-promotion .ty-mainbox-simple-body,
  .tags .ty-promotion .ty-mainbox-simple-body {
    margin: 0 10px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5 {
    width: 260px;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item {
    min-height: auto;
    border: 1px solid #ebebeb;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,
  .tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews {
    display: none;
  }
  .pages .ty-promotion .view-all,
  .directories .ty-promotion .view-all,
  .tags .ty-promotion .view-all {
    margin: 0;
  }
  .pages .ty-blog-list .inline-flex > div,
  .directories .ty-blog-list .inline-flex > div,
  .tags .ty-blog-list .inline-flex > div {
    font-size: 13px;
  }
  .pages .home-blog-tabs,
  .directories .home-blog-tabs,
  .tags .home-blog-tabs {
    margin-bottom: -20px;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item {
    display: none;
  }
  .pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,
  .tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active {
    display: block;
  }
  .pages .ty-blog-list .ty-grid-list__item,
  .directories .ty-blog-list .ty-grid-list__item,
  .tags .ty-blog-list .ty-grid-list__item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px;
    padding-bottom: 15px;
  }
  .pages .ty-blog-list .ty-grid-list__image,
  .directories .ty-blog-list .ty-grid-list__image,
  .tags .ty-blog-list .ty-grid-list__image {
    float: left;
  }
  .pages .ty-blog-list .ty-grid-list__image img,
  .directories .ty-blog-list .ty-grid-list__image img,
  .tags .ty-blog-list .ty-grid-list__image img {
    width: 156px;
  }
  .pages .ty-blog-list .ty-grid-list__name,
  .directories .ty-blog-list .ty-grid-list__name,
  .tags .ty-blog-list .ty-grid-list__name {
    margin: 0 0 0 166px;
  }
  .pages .ty-blog-list .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-grid-list__name a,
  .directories .ty-blog-list .ty-grid-list__name a,
  .tags .ty-blog-list .ty-grid-list__name a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .ty-blog-list .ty-grid-list__description,
  .directories .ty-blog-list .ty-grid-list__description,
  .tags .ty-blog-list .ty-grid-list__description {
    display: none;
  }
  .pages .ty-blog-list .inline-flex,
  .directories .ty-blog-list .inline-flex,
  .tags .ty-blog-list .inline-flex {
    margin: 10px 0 0 10px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image {
    float: none;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name {
    margin: 10px 0 5px;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3 {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,
  .tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ty-blog-list .ty-column3:first-child .inline-flex,
  .directories .ty-blog-list .ty-column3:first-child .inline-flex,
  .tags .ty-blog-list .ty-column3:first-child .inline-flex {
    margin: 0;
  }
  .pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,
  .tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special,
  .directories .ty-special,
  .tags .ty-special {
    margin: 0 -10px;
    padding: 0 10px 20px;
  }
  .pages .ty-special .ads-banner,
  .directories .ty-special .ads-banner,
  .tags .ty-special .ads-banner {
    display: none;
  }
  .pages .ty-special .ty-grid-list__item,
  .directories .ty-special .ty-grid-list__item,
  .tags .ty-special .ty-grid-list__item {
    border-color: #ffffff;
  }
  .pages .ty-special .ty-grid-list__item .inline-flex,
  .directories .ty-special .ty-grid-list__item .inline-flex,
  .tags .ty-special .ty-grid-list__item .inline-flex {
    display: block;
    margin: 5px 0 0 166px;
  }
  .pages .ty-special .ty-column4,
  .directories .ty-special .ty-column4,
  .tags .ty-special .ty-column4 {
    width: 100%;
  }
  .pages .ty-special .ty-column4:last-child .ty-grid-list__item,
  .directories .ty-special .ty-column4:last-child .ty-grid-list__item,
  .tags .ty-special .ty-column4:last-child .ty-grid-list__item {
    border: none;
  }
  .pages .ty-special .special .ty-grid-list__item .inline-flex,
  .directories .ty-special .special .ty-grid-list__item .inline-flex,
  .tags .ty-special .special .ty-grid-list__item .inline-flex {
    margin-left: 0;
  }
  .pages .ty-special .special .ty-grid-list__image,
  .directories .ty-special .special .ty-grid-list__image,
  .tags .ty-special .special .ty-grid-list__image {
    float: none;
  }
  .pages .ty-special .special .ty-grid-list__image img,
  .directories .ty-special .special .ty-grid-list__image img,
  .tags .ty-special .special .ty-grid-list__image img {
    width: 100%;
  }
  .pages .ty-special .special .ty-grid-list__name,
  .directories .ty-special .special .ty-grid-list__name,
  .tags .ty-special .special .ty-grid-list__name {
    position: initial;
    background: transparent;
    height: auto;
    margin: 10px 0 0;
  }
  .pages .ty-special .special .ty-grid-list__name a,
  .directories .ty-special .special .ty-grid-list__name a,
  .tags .ty-special .special .ty-grid-list__name a {
    padding: 0;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
  }
  .pages .ads-banner,
  .pages .blog-ads-banner,
  .pages .list-ads-banner,
  .directories .ads-banner,
  .directories .blog-ads-banner,
  .directories .list-ads-banner,
  .tags .ads-banner,
  .tags .blog-ads-banner,
  .tags .list-ads-banner {
    background: #F3F3F3;
    margin: 0 -10px;
    padding: 10px 0 20px;
  }
  .pages .ads-banner img,
  .pages .blog-ads-banner img,
  .pages .list-ads-banner img,
  .directories .ads-banner img,
  .directories .blog-ads-banner img,
  .directories .list-ads-banner img,
  .tags .ads-banner img,
  .tags .blog-ads-banner img,
  .tags .list-ads-banner img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .pages .ads-banner .title,
  .pages .blog-ads-banner .title,
  .pages .list-ads-banner .title,
  .directories .ads-banner .title,
  .directories .blog-ads-banner .title,
  .directories .list-ads-banner .title,
  .tags .ads-banner .title,
  .tags .blog-ads-banner .title,
  .tags .list-ads-banner .title {
    display: block;
    font-size: 11px;
    color: #939598;
    margin-bottom: 10px;
  }
  .pages .ads-banner .title .ad,
  .pages .blog-ads-banner .title .ad,
  .pages .list-ads-banner .title .ad,
  .directories .ads-banner .title .ad,
  .directories .blog-ads-banner .title .ad,
  .directories .list-ads-banner .title .ad,
  .tags .ads-banner .title .ad,
  .tags .blog-ads-banner .title .ad,
  .tags .list-ads-banner .title .ad {
    display: inline-block;
    width: 24px;
    height: 14px;
    color: #ffffff;
    background: #32CCB7;
    border-radius: 3px;
  }
  .pages .list-ads-banner,
  .directories .list-ads-banner,
  .tags .list-ads-banner {
    margin: 0 0 20px;
  }
  .pages .blog-home-container,
  .pages .blog-footer-container,
  .pages .blog-main-container,
  .pages .blog-breadcrumb-container,
  .directories .blog-home-container,
  .directories .blog-footer-container,
  .directories .blog-main-container,
  .directories .blog-breadcrumb-container,
  .tags .blog-home-container,
  .tags .blog-footer-container,
  .tags .blog-main-container,
  .tags .blog-breadcrumb-container {
    padding: 10px;
  }
  .pages .blog-home-container .main-content,
  .pages .blog-footer-container .main-content,
  .pages .blog-main-container .main-content,
  .pages .blog-breadcrumb-container .main-content,
  .directories .blog-home-container .main-content,
  .directories .blog-footer-container .main-content,
  .directories .blog-main-container .main-content,
  .directories .blog-breadcrumb-container .main-content,
  .tags .blog-home-container .main-content,
  .tags .blog-footer-container .main-content,
  .tags .blog-main-container .main-content,
  .tags .blog-breadcrumb-container .main-content {
    width: 100%;
  }
  .pages .blog-home-container .main-content .ty-mainbox-title,
  .pages .blog-footer-container .main-content .ty-mainbox-title,
  .pages .blog-main-container .main-content .ty-mainbox-title,
  .pages .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .directories .blog-home-container .main-content .ty-mainbox-title,
  .directories .blog-footer-container .main-content .ty-mainbox-title,
  .directories .blog-main-container .main-content .ty-mainbox-title,
  .directories .blog-breadcrumb-container .main-content .ty-mainbox-title,
  .tags .blog-home-container .main-content .ty-mainbox-title,
  .tags .blog-footer-container .main-content .ty-mainbox-title,
  .tags .blog-main-container .main-content .ty-mainbox-title,
  .tags .blog-breadcrumb-container .main-content .ty-mainbox-title {
    font-size: 28px;
    line-height: 32px;
  }
  .pages .blog-home-container .main-content .page-information,
  .pages .blog-footer-container .main-content .page-information,
  .pages .blog-main-container .main-content .page-information,
  .pages .blog-breadcrumb-container .main-content .page-information,
  .directories .blog-home-container .main-content .page-information,
  .directories .blog-footer-container .main-content .page-information,
  .directories .blog-main-container .main-content .page-information,
  .directories .blog-breadcrumb-container .main-content .page-information,
  .tags .blog-home-container .main-content .page-information,
  .tags .blog-footer-container .main-content .page-information,
  .tags .blog-main-container .main-content .page-information,
  .tags .blog-breadcrumb-container .main-content .page-information {
    font-size: 14px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content div,
  .pages .blog-home-container .main-content .ty-wysiwyg-content p,
  .pages .blog-home-container .main-content .ty-wysiwyg-content li,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content div,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content p,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content li,
  .pages .blog-main-container .main-content .ty-wysiwyg-content div,
  .pages .blog-main-container .main-content .ty-wysiwyg-content p,
  .pages .blog-main-container .main-content .ty-wysiwyg-content li,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .directories .blog-home-container .main-content .ty-wysiwyg-content div,
  .directories .blog-home-container .main-content .ty-wysiwyg-content p,
  .directories .blog-home-container .main-content .ty-wysiwyg-content li,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content div,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content p,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content li,
  .directories .blog-main-container .main-content .ty-wysiwyg-content div,
  .directories .blog-main-container .main-content .ty-wysiwyg-content p,
  .directories .blog-main-container .main-content .ty-wysiwyg-content li,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,
  .tags .blog-home-container .main-content .ty-wysiwyg-content div,
  .tags .blog-home-container .main-content .ty-wysiwyg-content p,
  .tags .blog-home-container .main-content .ty-wysiwyg-content li,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content div,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content p,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content li,
  .tags .blog-main-container .main-content .ty-wysiwyg-content div,
  .tags .blog-main-container .main-content .ty-wysiwyg-content p,
  .tags .blog-main-container .main-content .ty-wysiwyg-content li,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li {
    font-size: 16px;
    line-height: 22px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h2,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h2,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h2,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pages .blog-home-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-main-container .main-content .ty-wysiwyg-content h3,
  .pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-home-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-main-container .main-content .ty-wysiwyg-content h3,
  .directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-home-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-footer-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-main-container .main-content .ty-wysiwyg-content h3,
  .tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pages .blog-home-container .sidebar,
  .pages .blog-footer-container .sidebar,
  .pages .blog-main-container .sidebar,
  .pages .blog-breadcrumb-container .sidebar,
  .directories .blog-home-container .sidebar,
  .directories .blog-footer-container .sidebar,
  .directories .blog-main-container .sidebar,
  .directories .blog-breadcrumb-container .sidebar,
  .tags .blog-home-container .sidebar,
  .tags .blog-footer-container .sidebar,
  .tags .blog-main-container .sidebar,
  .tags .blog-breadcrumb-container .sidebar {
    display: none;
  }
  .pages .directory-information .subdirectories,
  .directories .directory-information .subdirectories,
  .tags .directory-information .subdirectories {
    width: 100%;
    margin: 10px 0 30px;
  }
  .pages .directory-information .subdirectories .ty-subdirectories__item,
  .directories .directory-information .subdirectories .ty-subdirectories__item,
  .tags .directory-information .subdirectories .ty-subdirectories__item {
    margin: 5px 0 0;
  }
  .pages .most-viewed-blog,
  .directories .most-viewed-blog,
  .tags .most-viewed-blog {
    margin: 0;
    border: none;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container,
  .directories .most-viewed-blog .ty-mainbox-simple-container,
  .tags .most-viewed-blog .ty-mainbox-simple-container {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,
  .tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title {
    margin: 0 0 20px;
  }
  .pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .pages .most-viewed-blog .ty-blog-text-links__item h3,
  .directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .directories .most-viewed-blog .ty-blog-text-links__item h3,
  .tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,
  .tags .most-viewed-blog .ty-blog-text-links__item h3 {
    margin: 0;
  }
  .pages .ty-vendor,
  .directories .ty-vendor,
  .tags .ty-vendor {
    margin: 0 -10px;
    border-top: 10px solid #ebebeb;
    padding: 20px 10px;
  }
  .pages .ty-footer-vendor,
  .directories .ty-footer-vendor,
  .tags .ty-footer-vendor {
    border-top: 10px solid #ebebeb;
    padding: 0;
    margin: 20px -10px;
  }
  .pages .ty-footer-vendor .ty-mainbox-simple-body,
  .directories .ty-footer-vendor .ty-mainbox-simple-body,
  .tags .ty-footer-vendor .ty-mainbox-simple-body {
    padding: 0 10px;
  }
  .pages .tygh-footer .footer-gray,
  .directories .tygh-footer .footer-gray,
  .tags .tygh-footer .footer-gray {
    padding: 0 10px;
  }
  .pages .scrollToTop,
  .directories .scrollToTop,
  .tags .scrollToTop {
    background: #EBEBEB;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px 30px;
  }
  .pages .scrollToTop svg,
  .directories .scrollToTop svg,
  .tags .scrollToTop svg {
    margin-right: 5px;
  }
  .ty-vote {
    min-width: 290px;
  }
  #campaign h2 {
    font-size: 32px;
  }
  #campaign .header .logo {
    margin: 20px 10px;
  }
  #campaign .header .logo img {
    width: 60px;
  }
  #campaign .header .menu {
    margin: 20px 10px;
  }
  #campaign .header .menu .ty-text-links__item {
    margin-right: 5px;
  }
  #campaign .header .menu .ty-text-links__item a {
    font-size: 13px;
  }
  #campaign .main-content .campaign_logo {
    margin: 20px;
  }
  #campaign .main-content .products {
    padding: 50px 10px;
    text-align: center;
  }
  #campaign .main-content .products .ty-grid-list {
    text-align: left;
  }
  #campaign .main-content .products .ty-grid-list .item-title {
    padding: 15px 10px 0;
  }
  #campaign .main-content .products .ty-grid-list .item-title .vendor {
    font-size: 14px;
  }
  #campaign .main-content .products .ty-grid-list .item-title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2rem;
    height: 43px;
  }
  #campaign .main-content .products .ty-grid-list .item-content {
    padding: 0 10px 10px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .price {
    font-size: 18px;
  }
  #campaign .main-content .products .ty-grid-list .item-content .prices .list-price {
    font-size: 14px;
  }
  #campaign .main-content .rules {
    padding: 40px 10px;
  }
  #campaign .main-content .rules .container-box {
    display: block;
  }
  #campaign .main-content .rules .container-box .thumbnail {
    min-height: 240px;
    background-position: inherit;
  }
  #campaign .main-content .rules .container-box .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campaign .main-content .rules .container-box .content * {
    font-size: 16px;
  }
  #campaign .main-content .rules .container-box .content h2 {
    font-size: 32px;
    padding: 20px 0 0;
    margin: 0;
  }
  #campaign .main-content .news {
    padding: 40px 10px;
  }
  #campaign .main-content .news .ty-grid-list {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  #campaign .main-content .news .ty-grid-list .ty-column4 {
    width: 350px;
  }
  #campaign .main-content .sponsor {
    padding: 40px 10px;
  }
  #campaign .main-content .sponsor .ty-grid-list .ty-column4 {
    width: 25%;
  }
  #campaign .footer .container-box {
    display: block;
    text-align: center;
  }
  #campaign .footer .container-box .copyright {
    text-align: center;
  }
  #campaign .footer .container-box .copyright .bottom-copyright,
  #campaign .footer .container-box .copyright .venture {
    font-size: 14px;
  }
  #campaign .footer .container-box .copyright .bottom-copyright svg,
  #campaign .footer .container-box .copyright .venture svg {
    height: 18px;
  }
  .ui-dialog .object-container {
    padding: 20px 10px 0;
  }
  .ty-quick-view__wrapper {
    max-width: 100%;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    display: block;
    height: auto !important;
    width: auto !important;
    margin-bottom: 10px;
  }
  .ty-quick-view__wrapper .ty-product-block__left {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ty-quick-view__wrapper a.ty-quick-view__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .similar-shops .ty-column5 {
    width: 50%;
  }
  .similar-shops .ty-grid-list .buttons-container button {
    font-size: 12px;
  }
}

:root{--image-zoom-animation-time:200ms;}*{outline:none;}.container-fluid{padding:0;}.container-box{width:1100px;}h2.ty-mainbox-title{margin-top:40px;font-size:24px;font-weight:600;color:#333;margin-bottom:0;line-height:1.5;}h2.ty-mainbox-simple-title,h2.title{color:#333;}.ty-vendor .title{margin:0;}.breadcrumbs-grid{border-bottom:1px solid #eee;}.ty-breadcrumbs{margin:0;padding:14px 0;}.ty-breadcrumbs__a,.ty-breadcrumbs__slash{color:#333;}.tygh-top-panel{background:#fff;}.tygh-top-panel .ty-select-block__a{padding:7px 3px 4.5px 3px;height:34px;box-sizing:border-box;}.tygh-top-panel .ty-flag{margin-top:0px;margin-right:0;}.tygh-top-panel .ty-dropdown-box__title{padding:7px 0 7px 0;}.tygh-top-panel .ty-select-block{top:34px;}.tygh-top-panel .ty-select-block .ty-select-block__list-item{padding:0;}.tygh-top-panel .ty-dropdown-box__content{margin-top:0;}.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover{background:none;}.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover,.tygh-top-panel .ty-dropdown-box__content .ty-dropdown-box__item:hover a{color:#ee3e7b;}.tygh-top-panel input[type="text"],.tygh-top-panel input[type="password"],.tygh-top-panel textarea,.tygh-top-panel select{font-size:12px;}.tygh-top-panel .ty-btn-go{background:#ccdce5;box-sizing:border-box;}.tygh-top-panel .ty-btn-go,.tygh-top-panel .ty-btn-go *{font-size:22px;}.tygh-top-panel .ty-text-links{margin:4px 0;}.ty-dropdown-box__content{border:none;box-shadow:0 16px 40px rgba(0,0,0,0.12);margin-top:0;}.ty-dropdown-box__content .ty-dropdown-box__item:hover a{color:#ee3e7b;}.ty-dropdown-box__content .ty-account-info__orders,.ty-dropdown-box__content .ty-account-info__buttons{background:#fff;}.ty-dropdown-box__content .ty-account-info__orders .ty-btn,.ty-dropdown-box__content .ty-account-info__buttons .ty-btn{background:#fff;text-align:left;color:#000;}.ty-dropdown-box__content .ty-account-info__orders .ty-btn:hover,.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:hover{color:#ee3e7b;}.ty-dropdown-box__title:hover,.ty-dropdown-box__title.open{background:#d2dde4;color:#2d3540;}.ty-dropdown-box__title:hover *,.ty-dropdown-box__title:hover a,.ty-dropdown-box__title:hover i,.ty-dropdown-box__title.open *,.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i{color:initial;}.ty-dropdown-box__title.open{background:#9fb2c0;}.ty-dropdown-box__title i{margin-left:3px;}.ty-dropdown-box__title i.ty-icon-moon-user{margin-right:2px;}.ty-quick-menu-item__points:before,.ty-quick-menu-item__gift:before{font-size:11px;}.tygh-top-panel .container-box{width:1100px;float:none;padding:0 20px;margin:auto !important;}.tygh-top-panel .top-bar{background:#f7f8f9;border-bottom:1px solid #ededed;height:24px;}.tygh-top-panel .top-bar > div > div{display:flex;justify-content:space-between;}.tygh-top-panel .top-bar .ty-search-blog{position:relative;}.tygh-top-panel .top-bar .ty-search-blog input.ty-search-block__input{border-width:0 1px;padding:6px 40px 4px 10px;height:auto;background:#f7f8f9;}.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier{background:transparent;font-size:0;}.tygh-top-panel .top-bar .ty-search-blog .ty-search-magnifier .ty-icon-search{color:#939598;font-size:16px;}.tygh-top-panel .ty-text-links{margin:0;}.tygh-top-panel .ty-text-links .ty-text-links__item{background:url('../../../../../../../../design/themes/marry/media/images/icons/star.png?1752651560') no-repeat left center;padding-left:14px;}.tygh-top-panel .ty-text-links .ty-text-links__a{font-size:12px;line-height:12px;font-weight:600;}.tygh-top-panel .ty-text-links .ty-text-links__a:hover{color:#ee3e7b;}.tygh-top-panel .ads-banner img{margin:20px;}.tygh-header{z-index:1000;width:100%;background:#fff;top:0;}.tygh-header > div{background:none;padding-top:6px;}.tygh-header .header-grid{position:fixed;width:100%;background:#fff;top:0;z-index:10000;border-bottom:1px solid #eee;}.tygh-header .container-box{width:1100px;float:none;margin:auto !important;}.tygh-content,.tygh-footer{padding-top:70px;}.tygh-content .container-box,.tygh-footer .container-box{width:1100px;float:none;margin:auto !important;}.tygh-footer{padding-top:70px;}.pages .top-menu-grid,.directories .top-menu-grid,.tags .top-menu-grid{display:flex;justify-content:space-between;align-items:center;}.pages .top-logo,.directories .top-logo,.tags .top-logo{margin-top:6px;}.pages .top-my-account,.directories .top-my-account,.tags .top-my-account{margin-top:9px;}.pages .tygh-header,.directories .tygh-header,.tags .tygh-header{height:auto;border:none;}.pages .tygh-header .container-box,.directories .tygh-header .container-box,.tags .tygh-header .container-box{padding:0 20px;}.pages .tygh-content,.directories .tygh-content,.tags .tygh-content{padding-top:25px;}.pages .tygh-footer,.directories .tygh-footer,.tags .tygh-footer{position:relative;}.pages .tygh-footer .footer-gray,.directories .tygh-footer .footer-gray,.tags .tygh-footer .footer-gray{background:#f8f8f8;padding:50px 20px;}.pages .ty-special,.directories .ty-special,.tags .ty-special{margin:0 -20px 30px;}.pages .ty-promotion,.directories .ty-promotion,.tags .ty-promotion{margin:0 -20px;padding:0;}.pages .ty-promotion .ty-mainbox-simple-title,.directories .ty-promotion .ty-mainbox-simple-title,.tags .ty-promotion .ty-mainbox-simple-title{margin:20px 20px;}.pages .ty-promotion .ty-mainbox-simple-body,.directories .ty-promotion .ty-mainbox-simple-body,.tags .ty-promotion .ty-mainbox-simple-body{margin:0 20px;}.pages .ty-promotion .ty-mainbox-simple-body .ty-column5,.directories .ty-promotion .ty-mainbox-simple-body .ty-column5,.tags .ty-promotion .ty-mainbox-simple-body .ty-column5{margin-right:0;}.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item,.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item{border:none;background:#fff;min-height:258px;}.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name,.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name{display:block;height:auto;}.pages .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,.directories .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3,.tags .ty-promotion .ty-mainbox-simple-body .ty-column5 .ty-grid-list__item-name h3{font-size:16px;line-height:22px;font-weight:600;margin:0;}.pages .ty-promotion .view-all,.directories .ty-promotion .view-all,.tags .ty-promotion .view-all{margin:0 0 30px;padding-bottom:30px;}.pages .home-blog-tabs,.directories .home-blog-tabs,.tags .home-blog-tabs{margin-bottom:30px;}.pages .ty-mainbox-simple-title,.directories .ty-mainbox-simple-title,.tags .ty-mainbox-simple-title{border-left:5px solid #ee3e7b;padding-left:15px;height:28px;}.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,.tags .ty-mainbox-simple-container .ty-mainbox-simple-title{margin-bottom:10px;}.pages .owl-carousel.owl-theme .ty-scroller-list__item,.directories .owl-carousel.owl-theme .ty-scroller-list__item,.tags .owl-carousel.owl-theme .ty-scroller-list__item{border:none;}.pages.fixed .main-nav,.directories.fixed .main-nav,.tags.fixed .main-nav{position:fixed;top:0;z-index:1000;}.pages.fixed .tygh-content,.directories.fixed .tygh-content,.tags.fixed .tygh-content{margin-top:32px;}.pages.fixed .blog-hero-banner,.directories.fixed .blog-hero-banner,.tags.fixed .blog-hero-banner{position:fixed;top:57px;}.pages .view-all,.directories .view-all,.tags .view-all{margin-bottom:0;border:none;}.directories .ty-promotion{margin-top:30px;}#content_tags_tab{margin-top:20px;}.ty-search-block > form{padding-right:35px;}.ty-search-magnifier{background:#ee3e7b;color:white;top:0;height:100%;right:0;width:35px;}input.ty-search-block__input{padding:7px 8px 7px 8px;height:35px;font-size:12px;}.cm-hint{color:#8d8c8c;}.top-cart-content{background:none;}.top-cart-content .ty-dropdown-box{display:block;}.top-cart-content .ty-dropdown-box__title{padding:0 13px 0 35px;border-width:0;}.top-cart-content .ty-dropdown-box__title i{margin-left:0;}.top-cart-content .ty-dropdown-box__title .ty-minicart__icon{background:#4fbe31;top:0;left:0;bottom:0;width:35px;height:35px;margin-left:0;line-height:32px;color:white;text-align:center;font-size:14px;}.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover{background:#4fbe31;}.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty{background:#9fb2c0;}.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title{color:#2e3a47;}.top-cart-content .ty-icon-down-micro{color:#4fbe31;padding-left:10px;}.top-cart-content .ty-icon-down-micro:before{content:"\e019";font-size:1.2em;}.top-cart-content .ty-dropdown-box__title:hover,.top-cart-content .ty-dropdown-box__title.open{background:none;}.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro{color:#4fbe31;}.ty-minicart-title{color:#2e3a47;padding-left:6px;}.ty-minicart-title *{line-height:100%;}.ty-minicart-title .ty-minicart-title__header{font-weight:600;}.ty-minicart-title .ty-minicart-title__header + span{padding-top:10px;padding-bottom:7px;}.ty-cart-items__list-item-desc a{color:#ee3e7b;}.ty-estimation-buttons .ty-btn{margin-top:3px;margin-bottom:3px;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{margin-top:3px;margin-bottom:3px;}@media screen and (max-width: 979px){.buttons-container.ty-cart-content__top-buttons button.ty-btn,.buttons-container.ty-cart-content__bottom-buttons button.ty-btn{width:100%;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{display:block;margin-left:0;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons{text-align:right;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn{margin-left:auto;margin-right:0;}}.ty-menu__items{background:none;}.ty-menu__item{margin-right:2px;padding-bottom:9px;border-bottom:1px solid transparent;}.ty-menu__item .ty-menu__item-link{color:#333;padding:19px 6.5px 17px 6.5px;min-height:46px;font-size:14px;text-transform:uppercase;outline:none;border-bottom:1px solid transparent;}.ty-menu__item:hover{border-color:#ee3e7b;}.ty-menu__item:hover .ty-menu__item-link{background:#fff !important;color:#ee3e7b !important;}.ty-menu__item.have-submenus:hover .ty-menu__item-link{padding-bottom:28px;border-color:#ee3e7b;z-index:1;}.ty-menu__item-active .ty-menu__item-link{background:none;color:#ee3e7b !important;}.top-account-grid .ty-dropdown-box__title{padding:14px 0px 15px 0px;}.top-account-grid .ty-dropdown-box__title .ty-account-info__title{outline:none;}.top-account-grid .ty-dropdown-box__title:hover,.top-account-grid .ty-dropdown-box__title.open{background:#fff;}.top-account-grid .ty-dropdown-box__title:hover *,.top-account-grid .ty-dropdown-box__title.open *{color:#ee3e7b;}.ty-menu__submenu-item-header{border-color:#dce3ea;}.main-banner-container .home-banners{position:relative;height:100%;min-height:810px;overflow:hidden;}.main-banner-container .home-banners .hero-banner{text-align:center;}.main-banner-container .home-banners .hero-banner .title{display:none;}.main-banner-container .home-banners .owl-theme{margin:0;}.main-banner-container .home-banners .owl-theme .owl-controls{position:absolute;bottom:10px;width:100%;}.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span{margin:9px 4px 9px 5px;background:#fff;opacity:1;width:8px;height:8px;}.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span.owl-numbers{padding:1px 6px;border:1px solid #2d3540;background:#2d3540;opacity:1;filter:alpha(opacity=100);}.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span{background:#ee3e7b;}.main-banner-container .home-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers{border-color:#4fbe31;background:#9fb2c0;}.main-banner-container .ty-advanced-search-container{position:absolute;top:20%;left:0;right:0;bottom:20%;display:flex;flex-direction:column;justify-content:center;z-index:2;height:0;}.main-banner-container .ty-advanced-search-container .container > div{color:#fff;text-align:center;height:0;}.main-banner-container .ty-advanced-search-container .container .title{font-size:36px;font-weight:600;line-height:1.2;margin:0;}.main-banner-container .ty-advanced-search-container .container .desc{font-size:20px;line-height:24px;padding:15px 0;}.main-banner-container .ty-advanced-search-container .container .keyword{font-size:14px;line-height:24px;padding:15px 0;}.main-banner-container .ty-advanced-search-container .search-box{background:#fff;padding:30px;text-align:left;position:relative;box-shadow:0 16px 40px rgba(0,0,0,0.12);}.main-banner-container .ty-advanced-search-container .search-input{width:100%;padding:0 20px;height:46px;border:1px solid #ddd;}.main-banner-container .ty-advanced-search-container .search-select{width:100%;height:46px;border:none;margin-top:1px;border-left:1px solid #ccc;}.main-banner-container .ty-advanced-search-container .search-submit{width:100%;height:46px;border:none;background:#ee3e7b;color:#fff;font-weight:600;}.main-banner-container .ty-advanced-search-container .vendor-desc{line-height:1.5;border-right:1px solid #eee;}.main-banner-container .ty-advanced-search-container .is-vendor{display:flex;flex-direction:column;justify-content:center;height:100%;position:absolute;right:0;top:0;}.main-banner-container .ty-advanced-search-container .is-vendor a{color:#ee3e7b;font-size:16px;font-weight:600;display:flex;align-items:center;}.main-banner-container .ty-advanced-search-container .is-vendor a svg{margin-right:5px;}.main-banner-container .ty-advanced-search-container .control-group{padding-top:20px;}.main-banner-container .ty-advanced-search-container .control-group .control-label{text-transform:uppercase;font-weight:600;margin-bottom:10px;}.main-banner-container .ty-advanced-search-container .control-group .controls{margin-top:10px;}.ty-stars,.ty-stars__icon{margin:0;line-height:15px;}.ty-average-rating{font-weight:600;display:inline-block;line-height:15px;}.inline-flex{display:flex;align-items:center;}.inline-flex.reverse{flex-direction:row-reverse;justify-content:flex-end;}.ty-grid-list{margin:0 -10px;}.ty-grid-list__tag{position:absolute;z-index:1;top:15px;left:-5px;}.ty-grid-list__image{border:none;padding:0;position:relative;overflow:hidden;}.ty-grid-list__image img{width:100%;transition:0.3s ease-in-out;}.ty-grid-list__image img:hover,.ty-grid-list__image .thumbnail:hover{transform:scale(1.05);filter:brightness(0.85);}.ty-grid-list__image .thumbnail{width:100% !important;background-size:cover;background-position:center;transition:0.3s ease-in-out;}.ty-grid-list__image .play-icon{position:absolute;left:0;bottom:0;width:12px;height:16px;background:#32ccb7;padding:8px 10px;}.ty-grid-list__image .duration{background:#000;color:#fff;position:absolute;padding:8px 10px 7px;left:32px;bottom:0;opacity:0.8;}.ty-grid-list__prices{display:flex;justify-content:space-between;height:29px;}.ty-grid-list__price{padding:0 10px 10px;}.ty-grid-list__price .ty-list-price{color:#ee3e7b;font-size:16px;}.ty-grid-list__list-price{padding:0 10px 10px;}.ty-grid-list__list-price .ty-list-price{color:#939598;font-weight:normal;font-size:16px;text-decoration:line-through;}.ty-grid-list__control{display:block;width:100%;padding:10px 10px 0;box-sizing:border-box;}.ty-grid-list__control .ty-btn__secondary{background:#ee3e7b;margin:0;width:100%;box-sizing:border-box;height:40px;text-transform:none;font-weight:600;}.ty-grid-list__control .ty-btn__secondary:hover{background:#32ccb7;}.ty-grid-list__item{border:1px solid #ddd;padding:0 0 10px;margin:10px;box-sizing:border-box;min-height:285px;}.ty-grid-list__item--overlay:hover{border-color:#eee;box-shadow:0px 0px 5px #00000057;}.ty-grid-list__item .inline-flex{display:block;}.ty-grid-list__item-name{margin-top:10px;margin-bottom:4px;height:47px;padding:0 10px;box-sizing:border-box;white-space:normal;display:flex;align-items:center;}.ty-grid-list__item-name .item-title,.ty-grid-list__item-name .shop-title,.ty-grid-list__item-name .product-title{font-size:16px;font-weight:600;line-height:1.4;color:#333;text-transform:capitalize;height:47px;display:inline-block;overflow:hidden;margin:0;}.ty-grid-list__item-name .item-title h3,.ty-grid-list__item-name .shop-title h3,.ty-grid-list__item-name .product-title h3{font-size:16px;font-weight:600;}.ty-grid-list__item-name .item-title:hover,.ty-grid-list__item-name .shop-title:hover,.ty-grid-list__item-name .product-title:hover{color:#ee3e7b;}.ty-grid-list__item-category{padding:10px 10px 0;margin-bottom:-5px;}.ty-grid-list__item-category a{font-size:13px;text-transform:uppercase;color:#888;}.ty-grid-list__item-location{padding:0 10px 0 10px;margin-bottom:3px;color:#939598;font-size:13px;display:block;}.ty-grid-list__item-location .company-location{line-height:120%;color:#8d8c8c;}.ty-grid-list__item-location .company-location:hover{color:#4fbe31;}.ty-grid-list__item-reviews{height:19px;padding:0 10px 0 10px;display:inline-block;position:relative;}.ty-grid-list__item-reviews .ty-stars{margin-right:10px;}.ty-grid-list__item-reviews .ty-stars svg{margin-right:-4px;width:13px;}.ty-grid-list__item-reviews .ty-average-rating{font-size:13px;}.ty-grid-list__item-reviews a{color:#939598;display:flex;align-items:center;}.ty-grid-list__item-reviews a:hover{color:#ee3e7b;}.ty-grid-list__item-timestamp{padding:0 10px;}.ty-grid-list__item-expiring{color:#ee3e7b;font-size:15px;padding:0 10px 5px;}.ty-grid-list__item-expiring.expired{color:#939598;}.ty-grid-list__item-expiring .date{font-weight:600;}.ty-grid-list__item-button-container{display:flex;align-items:center;justify-content:space-between;padding:0 10px;}.ty-grid-list__item-button-container span{padding-right:2px;}.ty-grid-list__item-button-container .ty-btn__update{background:#fff;border:1px solid #e0e0e0;color:#333;text-transform:none;font-size:16px;font-weight:600;padding-right:10px;}.ty-grid-list__item-button-container .ty-btn__update:hover{background:#32ccb7;border-color:#32ccb7;color:#fff;}.ty-grid-list__item-button-container .ty-btn__update:hover svg path{fill:#fff;}.ty-grid-list__item-button-container .ty-btn__delete{background:#fff;border:1px solid transparent;color:#939598;text-transform:none;font-size:16px;font-weight:400;padding-right:0;}.ty-grid-list__item-button-container .ty-btn__delete:hover{color:#ee3e7b;}.ty-grid-list__item-button-container .ty-btn__delete:hover svg path{fill:#ee3e7b;}.ty-grid-list__item:hover{box-shadow:2px 2px 10px rgba(0,0,0,0.05);}.ty-grid-list__item:hover .ty-grid-list__control{margin-left:0px;margin-top:10px;padding:0 10px;position:inherit;border:none;}.ty-grid-list__description{padding:0 10px;font-size:14px;}.post-list.simple .ty-grid-list__item{position:relative;height:140px;min-height:auto;}.post-list.simple .ty-grid-list__image{position:absolute;top:0;left:0;margin:15px 10px;float:left;width:110px;}.post-list.simple .ty-grid-list__item-name,.post-list.simple .ty-grid-list__item-expiring,.post-list.simple .ty-grid-list__description,.post-list.simple .ty-grid-list__item-button-container{margin-left:120px;width:auto;}.post-list.simple .ty-grid-list__item-name{margin-bottom:5px;margin-top:20px;}.post-list.simple .ty-grid-list__item-name .product-title{margin-bottom:0;}.post-list.simple .ty-grid-list__description{height:44px;overflow:hidden;line-height:1.5;color:#555;}.simple-list .ty-grid-list__item{position:relative;height:82px;min-height:82px;}.simple-list .ty-grid-list__item-name{height:40px;margin-bottom:0;padding:0;}.simple-list .ty-grid-list__item-name .product-title{line-height:1.2;height:199%;margin:0;}.simple-list .ty-grid-list__image{position:absolute;top:0;left:0;margin:10px;float:left;}.simple-list .ty-grid-list__item-name,.simple-list .ty-grid-list__item-expiring,.simple-list .ty-grid-list__description,.simple-list .ty-grid-list__item-location,.simple-list .ty-grid-list__item-button-container{margin-left:80px;margin-right:10px;padding:0;width:auto;}.album-list .ty-column4{margin-right:-0.25em;}.album-list .ty-grid-list__item{border:none;}.album-list .ty-grid-list__item:hover{box-shadow:none;}.album-list .ty-grid-list__item:hover .ty-grid-list__item-button-container{display:flex;}.album-list .image-gallery{position:relative;}.album-list .image-gallery:hover .ty-grid-list__item-button-container{display:flex;}.album-list .image-gallery:hover img{opacity:0.4;}.album-list .ty-grid-list__image{background:#000;}.album-list .ty-grid-list__image img{width:100%;}.album-list .grid-list{margin:1px -2px;}.album-list .thumbnail{margin:2px;position:relative;background:#000;}.album-list .thumbnail img{width:100%;}.album-list .thumbnail .remain{position:absolute;top:0;left:0;bottom:0;right:0;background:#000000a6;color:#fff;font-weight:600;font-size:16px;text-align:center;line-height:60px;}.album-list .ty-grid-list__item-name{padding:0;margin-top:5px;}.album-list .ty-grid-list__item-button-container{position:absolute;top:0;left:0;bottom:67px;right:0;justify-content:center;display:none;}.album-list .ty-grid-list__item-button-container .ty-btn{width:44px;height:44px;padding:0;margin:0 5px;display:flex;align-items:center;justify-content:center;}.album-list .ty-grid-list__item-button-container .ty-btn span{font-size:0;padding:0;margin:-1px -1px 0 0px;}.video-list .ty-column4{margin-right:-0.25em;}.grid-list__rating .ty-discussion__review-quantity{line-height:120%;color:#8d8c8c;}.grid-list__rating .ty-discussion__review-quantity:hover{color:#4fbe31;}.ty-grid-list__total-products .ty-company-total-products{line-height:120%;color:#8d8c8c;}.ty-grid-list__total-products .ty-company-total-products:hover{color:#4fbe31;}.button-container{margin-top:15px;display:flex;justify-content:space-around;}.shop-header .button-container{float:right;}.ty-btn__add-new{width:240px;border-color:#ee3e7b;color:#ee3e7b;line-height:26px;background:#fff;text-transform:none;}.ty-btn__add-new:hover{background:#ee3e7b;}.ty-btn__add-new:hover svg path{fill:#fff;}.ty-sellers-list .ty-sellers-list__item-location{margin-bottom:3px;}.ty-sellers-list .ty-sellers-list__item-location .company-location{line-height:120%;color:#8d8c8c;}.ty-sellers-list .ty-sellers-list__item-location .company-location:hover{color:#4fbe31;}.ty-footer{background:#f8f8f8;padding:30px 0;}.ty-footer-menu *{font-size:15px;}.ty-footer-menu .ty-footer-general__header{font-weight:600;text-transform:uppercase;color:#4c535d;}.ty-footer-menu .ty-footer-general__header,.ty-footer-menu .ty-footer-general__header *{font-size:16px;}@media screen and (max-width: 767px){.ty-footer-menu .ty-footer-general__header{padding-top:15px;}}.ty-footer-general__icon-open,.ty-footer-general__icon-hide{color:#9a9ea3;}.ty-footer-general__body{line-height:140%;}.ty-footer-general__body a:hover{color:#333;}@media (max-width: 767px){.ty-footer-general__header{border-bottom:1px solid #cfd1d4;}.ty-footer-general__icon-open,.ty-footer-general__icon-hide{color:#bfbfbf;}.ty-footer-general__body .ty-text-links__item,.ty-footer-general__body .ty-account-info__links li{border-bottom:1px solid #dfdfdf;}}.ty-footer-menu__item a:hover{color:#2d3540;}.footer-contacts .greeny{color:#4fbe31;}.footer-contacts p,.footer-contacts li{color:#36383b !important;}.ty-logo-container{margin-top:0;}.top-search{margin-top:7px;}.top-cart-content{margin-top:7px;margin:7px 0;}@media (max-width: 480px){.top-cart-content{margin:20px 0 5px 0;}}.top-menu-grid{padding-top:0;}.homepage-hotdeals{margin:50px 0;}.ty-mtb-s a{color:#4fbe31;}.ty-mtb-s a:hover,.ty-mtb-s a:active{color:#333;}.main-content-grid{margin-bottom:16px;}.main-content-special .image{width:100%;text-align:center;}.main-content-special h1,.main-content-special h2,.main-content-special h3,.main-content-special h4,.main-content-special h5,.main-content-special h6{display:block;margin:auto;max-width:1100px;}.main-content-special h4{font-size:22px;margin-top:20px;line-height:2;}.main-content-special p{max-width:1100px;margin:auto;font-size:18px;line-height:1.5;text-align:justify;}.main-content-special p img{display:block;margin:auto;}.main-content-special dl dt{text-align:center;}.main-content-special dl dd{max-width:1000px;text-align:center;margin:10px auto;font-style:italic;}.main-content-special ul{display:block;margin:10px auto;max-width:1085px;padding-left:15px;}.main-content-special ul li{font-size:18px;line-height:1.5;}.main-content-special blockquote{margin:10px auto;max-width:1000px;background:#ebebeb;padding:20px 30px;}.main-content-special blockquote h5{font-size:20px;line-height:2;font-style:italic;}a:hover{color:#ee3e7b;}.ty-account-info__title{padding:0px 3px;}.logged .ty-account-info__title,.ty-dropdown-box__title a,.ty-dropdown-box .ty-icon-down-micro,.ty-select-block__a,.ty-select-block__arrow{color:#2d3540;}.ty-dropdown-box .ty-icon-down-micro{top:3px;font-size:15px;}.ty-dropdown-box .ty-account-info__title-txt{display:none;}.ty-select-block__arrow{margin-left:0px;line-height:130%;}.top-languages .ty-select-block__a,.top-currencies .ty-select-block__a{color:#9eb2c0;}.top-languages .ty-select-block__a:hover,.top-languages .ty-select-block__a.open,.top-languages .ty-select-block__a.open:hover,.top-currencies .ty-select-block__a:hover,.top-currencies .ty-select-block__a.open,.top-currencies .ty-select-block__a.open:hover{color:#9eb2c0;}.top-languages .ty-select-block__a.open .ty-select-block__arrow,.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,.top-currencies .ty-select-block__a.open .ty-select-block__arrow,.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow{color:#2d3540;}.top-languages + .top-currencies{margin-left:17px;}.ty-text-links__item:last-child{margin-right:0;}.top-quick-pages{margin:9px 4px 0px 0px;}.top-quick-pages .ty-text-links{margin-right:0;}.top-quick-links .ty-text-links__item{position:relative;}.top-quick-links .ty-text-links__item a:hover{color:#4fbe31;}.top-quick-links .ty-quick-menu-item__points:before{color:#4fbe31;}.top-quick-links .ty-quick-menu-item__gift:before{color:#ee3e7b;}.ty-dropdown-box__title:hover,.ty-dropdown-box__title.open{background:#d2dde4;color:#2d3540;}.ty-dropdown-box__title:hover *,.ty-dropdown-box__title:hover a,.ty-dropdown-box__title:hover i,.ty-dropdown-box__title.open *,.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i{color:initial;}.ty-dropdown-box__title.open{background:#9fb2c0;}.ty-red{color:#f00;}.ty-blue{color:#4d89c7;}.ty-blue-light{color:#00afff;}.ty-blue-light2{color:#009cff;}.ty-underline,.ty-exception__links-a{text-decoration:underline;}.ty-underline:hover,.ty-exception__links-a:hover{text-decoration:none;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover{background-color:#4fbe31;color:white;}input.ty-search-block__input{border-color:#dce3ea;}.cm-hint{color:#8ca0b5;}.ty-mainbox-title{font-size:32px;line-height:40px;font-weight:600;}.owl-carousel .owl-carousel{z-index:0;}.owl-carousel.owl-theme{margin:0 0 0 -10px;position:relative;}.owl-carousel.owl-theme .ty-scroller-list__item{padding:0;margin:10px;text-align:left;border:1px solid #ddd;background:#fff;}.owl-carousel.owl-theme .ty-scroller-list__item:hover{box-shadow:0px 4px 10px rgba(51,51,51,0.1);}.owl-carousel.owl-theme .ty-scroller-list__img-block .thumbnail{max-width:100%;background-size:cover;background-position:center;position:relative;}.owl-carousel.owl-theme .ty-scroller-list__img-block{overflow:hidden;}.owl-carousel.owl-theme .ty-scroller-list__img-block img{transition:0.3s ease-in-out;}.owl-carousel.owl-theme .ty-scroller-list__img-block img:hover{transform:scale(1.05);filter:brightness(0.85);}.owl-carousel.owl-theme .ty-scroller-list__img-block .play-icon{position:absolute;left:0;bottom:0;width:12px;height:16px;background:#32ccb7;padding:8px 10px;}.owl-carousel.owl-theme .ty-scroller-list__img-block .duration{background:#000;color:#fff;position:absolute;padding:8px 10px 7px;left:32px;bottom:0;opacity:0.8;}@media (max-width: 768px){.owl-carousel.owl-theme .ty-scroller-list__img-block{text-align:center;}}.owl-carousel.owl-theme .ty-scroller-list__description{padding:10px 15px;}.owl-carousel.owl-theme .ty-scroller-list__title{font-size:16px;font-weight:600;line-height:1.3;height:40px;overflow:hidden;text-transform:capitalize;}.owl-carousel.owl-theme .ty-scroller-list__timestamp{font-size:13px;color:#555;line-height:2;}.owl-carousel.owl-theme .owl-controls{margin-top:0;}.owl-carousel.owl-theme .owl-controls .owl-buttons div{padding:0;background:none;font-family:Arial;font-size:0;text-transform:lowercase;color:#8d8c8c;position:absolute;top:35%;margin-top:-20px;font-size:0 !important;}.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after{content:"\e01a";font-family:glyphs;display:inline-block;height:40px;width:40px;line-height:40px;margin-left:5px;background:#fff;font-size:20px;font-weight:100;box-shadow:0px 4px 10px rgba(51,51,51,0.1);}.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e01b";font-family:glyphs;display:inline-block;margin-right:5px;height:40px;width:40px;line-height:40px;background:#fff;font-size:20px;font-weight:100;box-shadow:0px 4px 10px rgba(51,51,51,0.1);}.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before{border-color:#4fbe31;}.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after{display:none !important;}.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before{display:none !important;}.ty-news-sidebox__item{border-bottom:none;padding-bottom:5px;}.ty-news-sidebox__item-date{display:inline-block;padding-right:20px;}.ty-news-text-links__date{border-color:#dce3ea;color:#8d8c8c;}.ty-news-sidebox__button{padding:0;background:none;color:#4fbe31;font-size:13px;}.ty-news-sidebox__button:hover{color:#4fbe31;}.testimonials-block .discussion-testimonial-post{padding-bottom:10px;}.testimonials-block .discussion-testimonial-post + .ty-right{text-align:left;}.testimonials-block .discussion-testimonial-post + .ty-right a{color:#4fbe31;}.ty-stars,.ty-stars__icon,.ty-rating{color:#feba0f;}.footer-stay-connected{background:#fff;}.subscribe-fees{margin:14px 0;}.subscribe-fees .ty-wysiwyg-content{padding-left:55px;position:relative;}.subscribe-fees .ty-wysiwyg-content:before{content:"\e02f";font-family:glyphs;position:absolute;top:50%;left:0;height:30px;margin:-15px 0 0;color:white;font-size:3em;}.subscribe-fees h3{color:white;text-transform:uppercase;font-size:16px;margin-top:14px;margin-bottom:6px;}.subscribe-fees p{color:white;padding:0;line-height:1.5em;}h3.ty-social-link__title{font-size:16px;font-family:'SVN-Proxima Nova','PT Sans';font-weight:600;text-transform:uppercase;line-height:38px;}@media screen and (max-width: 767px){h3.ty-social-link__title{margin-top:0;}}.bottom-copyright{font-size:15px;}.ty-btn{padding:6px 7px;}.ty-btn.ty-btn__text{padding:0;}.ty-btn-go{box-sizing:border-box;}.ty-price-num{font-size:16px;}.ty-tabs__item{background:#c8d7e6;}.ty-tabs__item.active{background:#6d90b3;}.ty-tabs__item .ty-tabs__a{color:#56718c;}.ty-tabs__item.active .ty-tabs__a{color:#fff;}.ty-accordion .ui-accordion-header{color:#56718c;background:#c8d7e6;}.ty-accordion .ui-accordion-header.ui-state-active{background:#6d90b3;color:white;}.ty-sort-dropdown__content li{padding:0;}.ty-sort-container__views-a.active:hover{color:#ee3e7b;}@media screen and (max-width: 700px){.some_class{margin-left:13px;}}.ty-step__title-active{background:#73b4e5;}.ty-step__title-arrow,.ty-step__title .ty-step__title-txt,.ty-step__title-complete .ty-step__title-txt,.ty-step__title-complete .ty-step__title-left,.ty-step__container-active .ty-step__title-left{color:#73b4e5;}.ty-step__title-left{color:white;background:#73b4e5;}.ty-step__title-complete .ty-step__title-right .ty-btn{background:transparent;color:#4fbe31;}.ui-widget-header .ui-icon-closethick{color:#7c97b1;}.ty-wysiwyg-content h1.ty-main-title{color:#040404 !important;}.ty-wysiwyg-content h1.ty-main-title2{color:#040404 !important;}.ty-wysiwyg-content h2{font-weight:600;font-size:24px;}.ty-wysiwyg-content h3{font-weight:600;font-size:20px;}.ty-wysiwyg-content h3.ty-main-title2{color:#040404 !important;}.ty-cr-phone-number-link .ty-cr-link a{font-size:12px;color:#4fbe31 !important;text-decoration:underline;}.ty-cr-phone-number-link .ty-cr-link a:hover{text-decoration:none;}.ty-cr-phone-number-link .ty-cr-phone{font-size:19px;color:#2e3a47 !important;}.ty-cr-phone-number-link .ty-cr-phone-prefix{color:#6d86a1;}.ty-cr-phone-number-link .ty-cr-work{display:inline-block;padding-top:5px;color:#8d8c8c !important;}.ty-cr-phone-number-link .ty-cr-work-hours{color:#6d86a1;}.ty-cr-content-grid{margin-top:3px;}.ty-cr-phone-number-link{margin:0;text-align:left;}.ty-cr-phone-number-link *{font-family:Arial;}@media screen and (max-width: 767px){.ty-cr-phone-number-link{margin:0 auto 15px;max-width:100%;padding:0;}}.ty-cr-phone-number-link .ty-cr-link{float:left;margin-right:-110px;}@media screen and (max-width: 768px){.ty-cr-phone-number-link .ty-cr-link{float:none;width:100%;margin-right:0;}}.ty-cr-phone-number-link .ty-cr-phone{font-size:19px;}.ty-cr-phone-number-link .ty-cr-phone-prefix{font-weight:normal;}.ty-cr-phone-number-link .ty-cr-work{margin-left:5px;font-weight:normal;font-size:12px;line-height:14px;vertical-align:top;}.ty-cr-phone-number-link .ty-cr-work-hours{padding-top:4px;font-size:11px;color:#6d86a1;}@media (max-width: 1100px){.ty-cr-phone-number-link > span.ty-cr-work{font-size:10px;margin-left:0px;}}@media (max-width: 767px){.ty-cr-content-grid .ty-cr-phone-number-link{float:none;margin:0 0 20px 0;text-align:center;}.ty-top-grid_float{float:left !important;width:auto !important;}}@media (min-width: 768px) and (max-width: 820px){.ty-cr-content-grid{margin-top:0px;}.ty-cr-phone-number-link span.ty-cr-work{display:block;}.ty-cr-phone-number-link .ty-cr-link{margin-top:-2px;}}.product-title-color{color:#8d8c8c;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);src:local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');}@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot);src:local('PT Sans'), local('PTSans-Regular'), url(//fonts.gstatic.com/s/ptsans/v8/HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(//fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Thin.ttf?1752651560') format("truetype");font-weight:100;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Light.ttf?1752651560') format("truetype");font-weight:300;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Regular.ttf?1752651560') format("truetype");font-weight:400;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_SemiBold.ttf?1752651560') format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Bold.ttf?1752651560') format("truetype");font-weight:700;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_ExtraBold.ttf?1752651560') format("truetype");font-weight:800;font-style:normal;}@font-face{font-family:'SVN-Proxima Nova';src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.otf?1752651560') format("opentype"), url('../../../../../../../../design/themes/marry/media/fonts/SVN-Proxima_Nova_Black.ttf?1752651560') format("truetype");font-weight:900;font-style:normal;}.ty-wysiwyg-content .ty-cr-phone-number-link{padding-left:0;}.top-logo{margin-top:14px;margin-left:0px;width:auto;float:left;}.top-menu{float:right;margin-top:0;margin-right:10px;}.top-my-account{float:right;margin-left:0;margin-top:2px;}.top-my-account .ty-dropdown-box__title{padding-bottom:16px;}.top-my-account .ty-dropdown-box__title:hover,.top-my-account .ty-dropdown-box__title.open{background:#fff;border-bottom:1px solid #ee3e7b;}.top-my-account .ty-dropdown-box__title:hover:hover *,.top-my-account .ty-dropdown-box__title:hover:hover a,.top-my-account .ty-dropdown-box__title:hover:hover i,.top-my-account .ty-dropdown-box__title:hover.open *,.top-my-account .ty-dropdown-box__title:hover.open a,.top-my-account .ty-dropdown-box__title:hover.open i,.top-my-account .ty-dropdown-box__title.open:hover *,.top-my-account .ty-dropdown-box__title.open:hover a,.top-my-account .ty-dropdown-box__title.open:hover i,.top-my-account .ty-dropdown-box__title.open.open *,.top-my-account .ty-dropdown-box__title.open.open a,.top-my-account .ty-dropdown-box__title.open.open i{color:#ee3e7b;outline:none;}.top-my-account .ty-dropdown-box__title:hover:hover svg path,.top-my-account .ty-dropdown-box__title:hover.open svg path,.top-my-account .ty-dropdown-box__title.open:hover svg path,.top-my-account .ty-dropdown-box__title.open.open svg path{fill:#ee3e7b;}.top-my-account .ty-account-info__title{position:relative;padding:10px 0 10px 30px;margin:0;display:inline-block;}.top-my-account .ty-account-info__title svg{position:absolute;left:0;top:6px;}.top-my-account .ty-account-info__title svg path{fill:#ee3e7b;}.top-my-account .logged .ty-account-info__title,.top-my-account .ty-dropdown-box__title a,.top-my-account .ty-dropdown-box .ty-icon-down-micro,.top-my-account .ty-select-block__a,.top-my-account .ty-select-block__arrow,.top-my-account .ty-account-info__user-arrow{text-transform:uppercase;font-size:14px;}.top-my-account .ty-icon-down-micro{top:2px;}.call-request{float:right;margin-top:18px;}.call-request .ty-cr-phone-number-link .ty-cr-phone{font-size:14px;font-weight:normal;}.become-vendor{float:right;}.become-vendor .ty-btn{font-size:15px;font-weight:bold;padding:9px 15px;margin-top:8px;border-radius:3px;display:flex;align-items:center;transition:150ms;}.become-vendor .ty-btn:hover{background:#32ccb7;}.become-vendor .ty-btn svg{margin-right:5px;}.ty-search-magnifier{text-align:center;}.widget.top-cart-content{background:none;margin:0;}.widget.top-cart-content .ty-minicart-title__header{display:none;}.widget.top-cart-content .ty-dropdown-box{display:block;}.widget.top-cart-content .ty-dropdown-box__title{padding:0 13px 0 35px;border-width:0;}.widget.top-cart-content .ty-dropdown-box__title i{margin-left:0;}.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon{background:none;top:0;left:0;bottom:0;width:25px;height:25px;margin-left:0;line-height:32px;color:gray;text-align:center;font-size:14px;}.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover{background:none;}.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty{background:none;}.widget.top-cart-content .ty-dropdown-box__title{height:34px;padding-left:25px;padding-top:2px;}.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title{color:#2e3a47;height:34px;}.widget.top-cart-content .ty-icon-down-micro{color:#4fbe31;padding-left:10px;}.widget.top-cart-content .ty-icon-down-micro:before{content:"\e019";font-size:1.2em;}.widget.top-cart-content .ty-dropdown-box__title:hover,.widget.top-cart-content .ty-dropdown-box__title.open{background:#d2dde4;}.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro{color:#4fbe31;}.widget.top-currencies{margin-left:0;}.widget .ty-select-block__arrow{line-height:100%;}@media (max-width: 767px){.footer-menu-shop .ty-text-links-btn{display:none !important;}.footer-menu-create-orders .ty-text-links-btn{display:none !important;}}@font-face{font-family:icomoon;src:url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1752651560');src:url('../../../../../../../../design/themes/marry/media/fonts/icomoon.eot?1752651560#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.woff?1752651560') format('woff'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.ttf?1752651560') format('truetype'), url('../../../../../../../../design/themes/marry/media/fonts/icomoon.svg?1752651560#icomoon') format('svg');font-weight:normal;font-style:normal;}[data-icon]:before{font-family:icomoon;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-quick-menu-item__points:before,.ty-quick-menu-item__gift:before,.ty-icon-moon-facebook,.ty-icon-moon-instagram,.ty-icon-moon-youtube,.ty-icon-moon-twitter,.ty-icon-moon-mail,.ty-icon-moon-vk,.ty-icon-moon-heart,.ty-icon-moon-percent,.ty-icon-moon-user,.ty-icon-moon-commerce{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}.ty-icon-moon-commerce:before{content:"\e900";}.ty-icon-moon-facebook:before{content:"\e169";}.ty-icon-moon-instagram:before{content:"\e170";}.ty-icon-moon-youtube:before{content:"\e171";}.ty-icon-moon-twitter:before{content:"\e16d";}.ty-icon-moon-user:before{content:"\e600";}.ty-icon-moon-mail:before{content:"\e601";}.ty-icon-moon-vk:before{content:"\e602";}.ty-icon-moon-heart:before{content:"\e603";}.ty-icon-moon-percent:before{content:"\e604";}.ty-quick-menu-item__points:before{content:"\e604";}.ty-quick-menu-item__gift:before{content:"\e603";}.ty-social-link{vertical-align:middle;}.ty-social-link [class*="ty-icon-moon-"]{margin-right:10px;padding:5px;font-size:18px;color:#333;}.ty-social-link [class*="ty-icon-moon-"]:hover{color:#ee3e7b;}.ty-social-link .ty-icon-moon-vk{padding:8px;font-size:12px;}.ty-social-link:last-child i{margin-right:0;}.ty-social-link-block{margin:23px 15px 23px 0;}@media screen and (max-width: 1120px){.ty-social-link-block{margin-top:0;margin-right:0;margin-bottom:22px;text-align:center;}}h3.ty-social-link__title{font-size:16px !important;font-family:'SVN-Proxima Nova','PT Sans';font-weight:600;text-transform:uppercase;line-height:38px;margin-bottom:0;color:#333;}@media screen and (max-width: 979px){h3.ty-social-link__title{display:inline-block;margin-top:0;margin-bottom:0;}}@media screen and (max-width: 767px){h3.ty-social-link__title{margin-top:0;}}.ty-social-link{top:0;margin-right:0;}.ty-banners-free-ship{margin-top:25px;}.ty-banners-free-ship .ty-banner__image-wrapper{margin:0;}.ty-banners-pickup{margin-top:5.5%;margin-bottom:23px;}.ty-banners-pickup .ty-banner__image-wrapper{margin:0;}@media (min-width: 481px) and (max-width: 767px){.ty-banners-free-ship,.ty-banners-pickup{width:48.5%;margin-top:0px;float:left;}.ty-banners-free-ship{margin-right:3%;}}.ty-discussion-post{padding:12px 15px 17px;}.ty-discussion-post__content{margin-top:18px;border-bottom:1px solid #eee;padding-bottom:20px;}.ty-discussion-post__content .ty-discussion-post__avatar{width:60px;height:60px;background:#cdcdcd;float:left;margin-right:15px;overflow:hidden;}.ty-discussion-post__content .ty-discussion-post{border:none;margin:5px 0 0 75px;padding:0;}.ty-discussion-post__content .ty-discussion-post .ty-discussion-post__message{line-height:1.4;}.ty-discussion-post__content .ty-discussion-post__content{margin-left:75px;border-bottom:none;padding-bottom:0;}.ty-discussion-post__author{font-size:15px;line-height:1.5;margin-right:20px;}.ty-discussion-post__date{float:none;}.ty-discussion-post__rating{margin:0;}.ty-discussion-post__rating .ty-stars{font-size:22px;}.ty-discussion-post__author,.ty-discussion-post__rating,.ty-discussion-post__message{display:inline-block;margin-left:0;}.ty-discussion-like{margin-left:70px;}.ty-discussion-like .ty-btn{background:none;color:#333;padding:0;margin:10px 0;display:inline-block;font-size:14px;text-transform:none;}.ty-discussion-like .ty-btn:hover{color:#ff5319;}.homepage-reviews .ty-discussion-post{margin:22px 0 26px 0;}.ty-caret{left:20px;}.ty-footer-form-block{margin-top:0;color:#333;}.ty-footer-form-block .ty-footer-form-block__title{font-size:14px;font-family:'SVN-Proxima Nova','PT Sans';line-height:22px;color:#333;}.ty-footer-form-block .ty-footer-form-block__form-container{padding:0 !important;}.ty-footer-form-block.ty-footer-newsletters-block{margin-top:14px;margin-bottom:7px;}.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title{display:none;}@media screen and (max-width: 1120px){.footer-stay-connected .ty-grid{width:100%;margin-left:0;}.footer-stay-connected .ty-grid .ty-float-left{float:none;}.footer-stay-connected .ty-grid .ty-footer-form-block{text-align:center;margin-top:12px;margin-bottom:12px;}.footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title{margin-bottom:3px;}}form[name="subscribe_form"] .ty-footer-form-block__form{width:auto;display:inline-block;vertical-align:top;}form[name="subscribe_form"] .ty-footer-form-block__form h1,form[name="subscribe_form"] .ty-footer-form-block__form h2,form[name="subscribe_form"] .ty-footer-form-block__form h3,form[name="subscribe_form"] .ty-footer-form-block__form h4,form[name="subscribe_form"] .ty-footer-form-block__form h5,form[name="subscribe_form"] .ty-footer-form-block__form h6{margin:0;}form[name="subscribe_form"] .ty-footer-form-block__form .ty-block{font-size:15px;line-height:120%;text-transform:none;}form[name="subscribe_form"] .ty-footer-form-block__form h3{font-size:16px;font-family:'SVN-Proxima Nova','Open Sans';line-height:normal;}form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block{margin-top:5px;font-weight:normal;}form[name="subscribe_form"] .ty-footer-form-block__form.with-side{position:relative;padding-left:55px;padding-right:2%;width:36.5%;text-align:left !important;}form[name="subscribe_form"] .ty-footer-form-block__form.with-side i{position:absolute;left:0;top:0;font-size:36px;}@media screen and (max-width: 960px){form[name="subscribe_form"] .ty-footer-form-block__form.with-side{display:block;margin-right:auto !important;margin-left:auto !important;padding-right:0;}}@media screen and (max-width: 700px){form[name="subscribe_form"] .ty-footer-form-block__form.with-side{width:70%;}}form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form{width:53.5%;}@media screen and (max-width: 960px){form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form{display:block;margin-right:auto !important;margin-left:auto !important;width:53.5%;}}@media screen and (max-width: 766px){form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form{width:85%;}}@media screen and (max-width: 600px){form[name="subscribe_form"] .ty-footer-form-block__form + .ty-footer-form-block__form{width:100%;}}form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"]{height:36px;width:100%;color:#2e3a47;font-size:12px;}form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] .cm-hint{color:#8d8c8c;}form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go{height:34px;}form[name="subscribe_form"] .ty-footer-form-block__form input[type="text"] + .ty-btn-go .ty-btn-go__icon{top:7px;}form[name="subscribe_form"] .ty-footer-form-block__form > div{vertical-align:top;display:inline-block;}form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__input{margin-top:12px;width:60%;}form[name="subscribe_form"] .ty-footer-form-block__form .ty-footer-form-block__button{margin-top:12px;}form[name="subscribe_form"] .ty-footer-form-block__form .ty-btn{padding:6px 15px 5.5px 15px;font-size:16px;text-transform:uppercase;line-height:140%;margin-left:-0.25em;}.ty-btn__subscribe{background:#4fbe31;color:#fff;}.ty-btn__subscribe:hover{color:#fff;}.ty-btn__subscribe.ty-btn__text{color:#4fbe31;}.owl-carousel.ty-scroller-list.grid-list{padding:0;border-width:0;background:none transparent;}.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer{background:none transparent;}.ty-scroller-advanced .owl-theme{margin:0 0 10px 0;}.ty-scroller-advanced .owl-theme .owl-wrapper-outer{padding:10px 0;}.owl-theme .owl-controls{margin-top:0;}.owl-theme .ty-scroller-list__item.ty-column4{display:block;width:auto;}.owl-theme .ty-grid-list__item .owl-controls{height:0;}.owl-theme .ty-grid-list__item .owl-controls .owl-buttons{height:0;}.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div{padding:0;margin:0;color:#2e3a47;filter:alpha(opacity=100);opacity:1;background:none;}.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before{display:none;}.ty-grid-list__item.disabled{opacity:0.5;}.ty-grid-list__item .owl-wrapper-outer{padding:0;}.top-banners{margin:10px 0;}.top-banners .owl-theme .owl-wrapper-outer{padding:0;}.home-banners{margin:0;}.home-banners .owl-theme{margin:0;}.home-banners .owl-theme .owl-wrapper-outer{padding:0;}.home-banners .owl-theme .owl-wrapper-outer .ty-banner__image{height:810px;width:fit-content;object-fit:cover;}.service-banners,.detail-banners{min-height:300px;position:relative;}.service-banners .ty-banner__image-wrapper,.detail-banners .ty-banner__image-wrapper{background:#000;height:250px;}.service-banners .ty-wysiwyg-content,.detail-banners .ty-wysiwyg-content{display:flex;align-items:center;justify-content:center;}.service-banners .ty-wysiwyg-content .desktop,.service-banners .ty-wysiwyg-content .phone,.detail-banners .ty-wysiwyg-content .desktop,.detail-banners .ty-wysiwyg-content .phone{min-height:250px;}.service-banners .ty-pict,.detail-banners .ty-pict{height:250px;width:100%;object-fit:cover;opacity:1;}.service-banners .ty-search-header,.detail-banners .ty-search-header{position:absolute;top:0;left:0;width:100%;bottom:78px;display:flex;align-items:center;justify-content:center;}.service-banners .ty-search-header .container-box,.detail-banners .ty-search-header .container-box{text-align:center;}.service-banners .ty-search-header .container-box .title,.service-banners .ty-search-header .container-box .desc,.detail-banners .ty-search-header .container-box .title,.detail-banners .ty-search-header .container-box .desc{color:#fff;font-size:20px;line-height:1.2;font-weight:normal;}.service-banners .ty-search-header .container-box .title,.detail-banners .ty-search-header .container-box .title{font-size:42px;text-transform:capitalize;}.service-banners .ty-search-block,.detail-banners .ty-search-block{margin-top:-30px !important;}.service-banners .ty-search-block .search-box,.detail-banners .ty-search-block .search-box{background:#fff;box-shadow:0px 4px 10px rgba(0,0,0,0.1);height:58px;position:relative;margin-left:12.5%;}.service-banners .ty-search-block .search-input,.detail-banners .ty-search-block .search-input{width:60%;float:left;position:relative;}.service-banners .ty-search-block .search-input svg,.detail-banners .ty-search-block .search-input svg{position:absolute;left:17px;top:50%;margin-top:-7px;}.service-banners .ty-search-block .search-input input.ty-search-block__input,.detail-banners .ty-search-block .search-input input.ty-search-block__input{border-color:#cccccc8a;border-width:0 1px 0 0;padding:29px;padding-left:45px;font-size:16px;color:#333;}.service-banners .ty-search-block .search-location,.detail-banners .ty-search-block .search-location{float:left;width:25%;position:relative;}.service-banners .ty-search-block .search-location svg,.detail-banners .ty-search-block .search-location svg{position:absolute;left:17px;top:50%;margin-top:-7px;z-index:1;}.service-banners .ty-search-block .search-location select,.detail-banners .ty-search-block .search-location select{width:100%;height:100%;font-size:16px;padding:18px;padding-left:40px;border:none;}.service-banners .ty-search-block .ty-search-magnifier,.detail-banners .ty-search-block .ty-search-magnifier{background:#ee3e7b;color:white;top:0;height:100%;right:0;width:15%;font-size:0;}.service-banners .ty-search-block .ty-search-magnifier .ty-icon-search,.detail-banners .ty-search-block .ty-search-magnifier .ty-icon-search{font-size:23px;}.detail-banners{min-height:89px;}.detail-banners .ty-banner__image-wrapper{height:100px;}.detail-banners .ty-pict{height:100px;}.detail-banners .ty-search-block{margin-top:-75px !important;}.detail-banners .ty-wysiwyg-content .desktop,.detail-banners .ty-wysiwyg-content .phone{min-height:89px;}.ty-benefit{margin-top:30px;}.ty-benefit .container{border-bottom:1px solid #eee;padding-bottom:25px;}.ty-benefit .icon{float:left;width:70px;height:70px;display:flex;justify-content:start;align-items:center;}.ty-benefit .title{font-size:16px;font-weight:bold;line-height:24px;margin:0;}.ty-benefit .content{line-height:20px;font-size:16px;color:#5e5e5e;}.ty-vendor{margin-top:30px;}.ty-vendor .ty-grid-list{margin:0 -10px;}.ty-vendor .ty-grid-list .inline-flex{display:block;}.ty-vendor .ty-grid-list__item{border:none;padding:0;}.ty-vendor .ty-grid-list__item img{border-radius:5px;}.ty-vendor .ty-grid-list__item-name{padding:0;}.ty-vendor .ty-grid-list__item-location{padding:0;display:block;}.ty-vendor .ty-grid-list__item-reviews{padding:0;}.ty-vendor .ty-grid-list__item:hover{box-shadow:none;}.ty-promotion{padding:20px;background:#f3f3f3;}.ty-promotion .promotion-item .grid-list{margin:0 -10px 10px;}.ty-promotion .promotion-item .grid-list .grid-item{background:#fff;border:1px solid #ddd;box-sizing:border-box;margin:10px;padding:0;}.ty-promotion .promotion-item .grid-list .grid-item .thumbnail{background:#ebebeb;}.ty-promotion .promotion-item .grid-list .grid-item .service{font-size:13px;text-transform:uppercase;color:#888;padding:10px 10px 0;}.ty-promotion .promotion-item .grid-list .grid-item .title{font-size:16px;font-weight:600;padding:0 10px;margin:0;text-transform:none;}.ty-promotion .promotion-item .grid-list .grid-item .desc{font-size:14px;}.ty-promotion .promotion-item .grid-list .grid-item .timestamp{font-size:13px;color:#555;padding:10px;}.ty-promotion .ty-grid-posts{margin:0 -10px 10px;}.ty-promotion .owl-controls .owl-page span{width:8px;height:8px;margin:5px 4px;}.ty-promotion .owl-controls .owl-page.owl-page.active span{background:#ee3e7b;}.ty-special{padding:20px;background:#ffedef;}.ty-special .ty-grid-list__description{display:none;}.view-all{text-align:center;margin-top:30px;margin-bottom:60px;}.view-all a{color:#ee3e7b;text-transform:uppercase;font-weight:600;}.view-all a:hover{text-decoration:underline;}.ty-main-home .ty-mainbox-title{margin-top:60px;}.ty-main-home .main-content{margin-right:320px;text-align:center;}.ty-main-home .main-content .thumbnail{background:#ebebeb;}.ty-main-home .main-content .service{font-size:13px;letter-spacing:0.01em;text-transform:uppercase;color:#888;padding:5px 0;}.ty-main-home .main-content .title{font-size:16px;line-height:22px;font-weight:600;color:#333;padding-bottom:5px;}.ty-main-home .main-content .desc{line-height:20px;}.ty-main-home .main-content .categories{margin-bottom:30px;text-align:center;}.ty-main-home .main-content .categories .category-item .thumbnail{overflow:hidden;margin:10px auto;}.ty-main-home .main-content .categories .category-item .thumbnail img{width:100%;}.ty-main-home .main-content .categories .category-item .title{font-weight:600;}.ty-main-home .main-content .news{margin-bottom:10px;}.ty-main-home .main-content .news .grid-list{margin:10px -10px;}.ty-main-home .main-content .news .news-item{border:1px solid #ddd;padding:10px;margin:10px;text-align:left;}.ty-main-home .main-content .news .news-item .thumbnail{height:148px;margin:-10px -10px 10px;}.ty-main-home .main-content .news .news-item .timestamp{font-size:13px;}.ty-wedding_ideas .categories{margin-top:10px;margin-bottom:30px;text-align:center;}.ty-wedding_ideas .categories .category-item .thumbnail{overflow:hidden;margin:10px auto;}.ty-wedding_ideas .categories .category-item .thumbnail img{width:100%;max-width:120px;height:auto;padding:2px;border:1px solid transparent;transition:150ms;}.ty-wedding_ideas .categories .category-item .thumbnail img:hover{border:1px solid #eb427b;}.ty-wedding_ideas .categories .category-item .title a{font-weight:700;color:#333;}.ty-wedding_ideas .categories .category-item .title a:hover{color:#ee3e7b;}.ty-wedding_ideas .news{margin-bottom:10px;}.ty-wedding_ideas .news .grid-list{margin:10px -10px;}.ty-wedding_ideas .news .news-item{border:1px solid #ddd;padding:10px;margin:10px;text-align:left;}.ty-wedding_ideas .news .news-item .title{font-weight:600;font-size:16px;line-height:1.5;}.ty-wedding_ideas .news .news-item .thumbnail{height:194px;margin:-10px -10px 10px;background-size:cover;background-position:center;}.ty-wedding_ideas .news .news-item .timestamp{font-size:13px;}.video-gallery{position:relative;padding-bottom:56.25% !important;padding-top:25px !important;height:0;margin-top:20px;}.video-gallery iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.ty-videos{background:rgba(235,161,161,0.4);margin:60px -20px;padding:20px;}.ty-videos .ty-grid-list{margin:0 -10px;}.ty-videos .ty-grid-list__item{border:none;}.ty-videos .ty-grid-list__item:hover{box-shahow:none;}.ty-videos .ty-grid-list__item-name{padding:0;}.ty-videos .ty-grid-list__item-timestamp{padding:0;}.ty-videos .ty-grid-list__image{overflow:hidden;}.ty-wedding_cloths{text-align:center;margin-bottom:50px;}.ty-wedding_cloths .grid-list{margin:0 -10px 10px;}.ty-wedding_cloths .grid-list .grid-item{margin:10px;text-align:left;}.ty-wedding_cloths .grid-list .grid-item .thumbnail{height:310px;background:#ebebeb;position:relative;overflow:hidden;}.ty-wedding_cloths .grid-list .grid-item .title{font-weight:600;font-size:16px;line-height:22px;margin-top:10px;}.ty-finance_solution{background:rgba(50,204,183,0.15);}.ty-why_us .container{padding:0 0 60px;}.ty-why_us .left-box{position:relative;}.ty-why_us .left-box img{position:absolute;}.ty-why_us .left-box img.pic-1{top:50px;margin-left:0;left:-20px;}.ty-why_us .left-box img.pic-2{top:15px;margin-left:-122px;left:50%;}.ty-why_us .left-box img.pic-3{top:80px;margin-left:0;right:-20px;}.ty-why_us .right-box{font-size:16px;line-height:24px;}.ty-why_us .right-box ul{padding:0;list-style:none;margin-top:20px;}.ty-why_us .right-box li{margin-bottom:10px;}.ty-why_us .right-box .span1{padding-top:6px;}.mainbox-container .owl-theme{margin-top:-10px;}.ty-scroller-advanced .ty-grid-list__item{margin:0px 10px 1px 10px;}.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button{text-align:left;}.ty-quick-view-button{z-index:1;}.ty-scroller-advanced .ty-scroller-list__item{padding-top:0px;}.ty-scroller-advanced .owl-wrapper-outer{padding-top:0px;}.ty-news-text-links{padding-left:12px;margin:30px 0 29px;}.ty-news-text-links__item{margin-bottom:16px;}.ty-news-text-links__date{padding:0px 1px;margin-right:5px;}.ty-news-text-links__a{padding-top:1px;}.desc,.desc div{font-size:16px;color:#939598;line-height:1.5;margin-bottom:10px;}.ty-videos .desc div{color:#333;}@media screen and (min-width: 767px){.ty-footer-menu{padding-top:20px;}}.tygh-footer{padding-top:0;}.tygh-footer > div{background:#f8f8f8;}.tygh-footer .ty-mainbox-title{font-size:32px;margin-bottom:0;}.tygh-footer .ty-mainbox-body .ty-text-links{margin-top:10px;}.tygh-footer .ty-mainbox-body .ty-text-links__item{padding:2px 0;margin:0 0 5px;line-height:1.4;}.tygh-footer .ty-mainbox-body .ty-text-links__item a{color:#333;}@media (min-width: 768px) and (max-width: 979px){.ty-footer-menu__items{display:block !important;}}.ty-payment-icons{margin:6px 0;}.ty-payment-rus-icons .ty-payment-icons__item{background:url('../../../../../../../../design/themes/marry/media/images/icons/russian_payments.png?1752651560') no-repeat;}.ty-payment-rus-icons .ty-payment-icons__item.webmoney{background-position:0px -67px;width:86px;}.ty-payment-rus-icons .ty-payment-icons__item.yandex{background-position:0px -128px;width:60px;}.ty-payment-rus-icons .ty-payment-icons__item.qiwi{background-position:0px -97px;width:84px;}.ty-payment-rus-icons .ty-payment-icons__item.mastercard{background-position:0px -35px;width:40px;}.ty-payment-rus-icons .ty-payment-icons__item.visa{background-position:0px 0px;width:40px;}.ty-payment-rus-icons .ty-payment-icons__item.paypal{background-position:0px -160px;}.ty-banners-free-ship{margin-top:25px;}.ty-banners-free-ship .ty-banner__image-wrapper{margin:0;}.ty-banners-pickup{margin-top:5.5%;margin-bottom:23px;}.ty-banners-pickup .ty-banner__image-wrapper{margin:0;}@media (min-width: 481px) and (max-width: 767px){.ty-banners-free-ship,.ty-banners-pickup{width:48.5%;margin-top:0px;float:left;}.ty-banners-free-ship{margin-right:3%;}}.footer-contacts p,.footer-contacts li{color:#36383b;}@media (max-width: 980px){.ty-list-container .ty-page-company__info-block{padding-top:30px;}}.ty-menu-item__sale .ty-menu__item-link{color:#fe7400 !important;font-weight:600;}@media (min-width: 1151px){.ty-menu-item__products{display:none !important;}}@media (min-width: 768px) and (max-width: 1150px){.ty-menu-item__sport,.ty-menu-item__office{display:none !important;}}@media (max-width: 930px){.ty-menu-item__media{display:none !important;}}@media (max-width: 795px){.ty-menu-item__apparel{display:none !important;}}.ty-footer-menu .ty-footer-general__header{position:relative;margin:0;padding-top:2px;}@media screen and (max-width: 767px){.ty-footer-menu .ty-footer-general__header{padding-top:15px;}}.ty-footer-general__icon-open,.ty-footer-general__icon-hide{display:none;color:#9a9ea3;}.ty-footer-general__body{margin:0;margin-top:8px;padding-bottom:43px;}.ty-footer-general__body li{margin-bottom:6px;}.ty-footer-register{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee;margin:30px 0;padding:20px 0 0;}.ty-footer-register .ty-mainbox-simple-title{font-size:24px;line-height:24px;}.ty-footer-register .desc{font-size:16px;margin-bottom:20px;}.ty-footer-register .ty-btn-register{padding:10px 50px;}.ty-footer-vendor{border-top:1px solid #eee;padding-top:50px;margin-top:20px;}@media (max-width: 767px){.ty-footer-general__header{padding:15px 30px 15px 0;}.ty-footer-general__icon-open,.ty-footer-general__icon-hide{position:absolute;top:12px;right:0;font-size:40px;cursor:pointer;}.ty-footer-general__icon-open{display:block;}.ty-footer-general__header.open .ty-footer-general__icon-hide{display:block;}.ty-footer-general__header.open .ty-footer-general__icon-open{display:none;}.ty-footer-general__body{margin-top:0;padding-bottom:0px;display:none;}.ty-footer-general__body .ty-text-links__item,.ty-footer-general__body .ty-account-info__links li{padding:15px 0px 15px 0px;padding-left:20px;}.footer-contacts li{padding-left:20px;}}.ty-text-links__item{margin-right:11px;}@media (min-width: 768px) and (max-width: 979px){.ty-footer-general__body{display:block !important;}}@media (min-width: 1224px){.ty-footer-general__body{display:block !important;}}.bottom-copyright{margin-top:6px;}.ty-discount-label{z-index:20;-webkit-transform:translate3d(0,0,0);}.ty-product-block__button .ty-btn{margin-right:15px;}.ty-product-block__button .button-container{z-index:1;}.shops .tygh-header,.posts .tygh-header,.albums .tygh-header,.products .tygh-header{position:absolute;}.shops .header-grid,.posts .header-grid,.albums .header-grid,.products .header-grid{position:inherit;}.shops .ty-grid-list .ty-column3,.posts .ty-grid-list .ty-column3,.albums .ty-grid-list .ty-column3,.products .ty-grid-list .ty-column3{margin-right:-0.25em;}.ty-shop-filters{margin-bottom:10px;}.ty-shop-filters__switch{border-bottom:1px solid #eee;position:relative;margin-bottom:10px;padding:10px 0;}.ty-shop-filters__switch-down,.ty-shop-filters__switch-right{position:absolute;right:0;font-size:22px;color:#939598;top:19px;display:block;}.ty-shop-filters__switch-down{display:none;}.ty-shop-filters__switch.open .ty-shop-filters__switch-right{display:none;}.ty-shop-filters__switch.open .ty-shop-filters__switch-down{display:block;}.ty-shop-filters__title{font-size:18px;font-weight:600;line-height:2;}.ty-shop-filters__search .ty-input-text-medium{height:44px;border:1px solid #ddd;}.ty-shop-filters__block{padding-bottom:5px;}.hot-products{margin-top:30px;}.hot-products .ty-grid-list__image{float:left;padding:0;margin-right:15px;}.hot-products .ty-grid-list__item{padding:0 0 15px;border:none;border-bottom:1px solid #eee;margin-bottom:20px;min-height:auto;}.hot-products .ty-grid-list__item-name{width:auto;font-weight:bold;font-size:16px;line-height:1.4;margin:0;padding:0;text-transform:capitalize;overflow:hidden;display:inherit;}.hot-products .ty-grid-list__item-service{font-size:13px;color:#888;text-transform:uppercase;line-height:22px;}.hot-products .ty-grid-list__item-description{width:auto;line-height:1.4;margin:0;padding:0;color:#888;font-size:14px;text-transform:lowercase;}.hot-products .ty-grid-list__item-description:first-letter{text-transform:uppercase;}.hot-products .ty-grid-list__item-see-more a{font-size:14px;font-weight:600;color:#ee3e7b;line-height:24px;}.shop-header{padding:15px 0 0;}.shop-header .avatar{width:50px;height:50px;float:left;background:#eee;margin-right:15px;margin-top:10px;overflow:hidden;}.shop-header .avatar .ty-no-image{height:50px !important;}.shop-header .shop-title h1{font-size:32px;font-weight:normal;margin:0;color:#333;}.shop-header .address-bar{margin:5px 0;}.shop-header .address-bar > div{display:block;color:#333;}.shop-header .address-bar .buttons{margin-top:10px;margin-left:54px;}.shop-header .address-bar .buttons > div{display:inline-block;padding-left:10px;color:#333;}.shop-header .social-bar{margin-top:10px;margin-left:63px;display:flex;justify-content:left;align-content:center;}.shop-header .social-bar .rating a{display:flex;align-items:center;align-content:space-around;height:24px;color:#333;}.shop-header .social-bar .rating a .ty-stars{height:16px;margin-right:10px;}.shop-header .social-bar .rating a .ty-total-reviews,.shop-header .social-bar .rating a .ty-average-rating{height:16px;line-height:16px;font-size:14px;margin-right:10px;}.shop-header .social-bar .ty-btn-request-quota{background:#32ccb7;font-weight:600;text-transform:none;padding:8px 20px;}.shop-header .social-bar .ty-btn__text{text-transform:none;font-size:14px;padding-left:20px;line-height:24px;}.shop-header .social-bar .social-share{display:inline-block;margin-left:15px;}.shop-header .social-bar .social-share .ty-btn__text{position:relative;padding-right:20px;color:#333;}.shop-header .social-bar .social-share .ty-btn__text:after{display:none;content:" ";width:1px;height:12px;position:absolute;right:1px;background:#333;top:4px;}.shop-header .ty-btn__secondary{background:#ee3e7b;padding:13px 40px;font-weight:600;text-transform:none;margin-top:10px;}.shop-text-container .hidden-text{display:none;}.shop-text-container .show-hidden-text{cursor:pointer;}.shop-text-container .show-hidden-text:hover{color:#ee3e7b;}.shop-text-container.open .hidden-text{display:inline-block;}.shop-text-container.open .show-hidden-text{display:none;}.shop-menus{position:absolute;top:0;width:100%;background:#fff;z-index:10;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}.shop-menus .nav-items .nav-item{float:left;padding:0;}.shop-menus .nav-items .nav-item a{font-size:16px;padding:15px 20px;display:inline-block;outline:none;color:#333;}.shop-menus .nav-items .nav-item a:hover{color:#eb427b;}.shop-menus .nav-items .nav-item.active a{font-weight:600;border-bottom:1px #ee3e7b solid;}.shop-menus .sub-title{float:right;height:49px;display:none;align-items:center;font-weight:600;}.shop-menus .sub-title .avatar{margin-left:10px;}.shop-menus .sub-title .avatar img{width:24px;border-radius:50%;}.shop-menus.fixed{position:fixed;}.shop-menus.fixed .sub-title{display:flex;}.shop-body{margin-top:20px;position:relative;}.shop-body .ty-grid-list .ty-column3{margin-right:-0.25em;}.shop-body .shop-main-content{position:relative;overflow:hidden;padding-top:60px;}.shop-body .shop-main-content .shop-left{padding-right:320px;float:left;box-sizing:border-box;width:100%;min-height:1000px;}.shop-body .shop-main-content .shop-right{width:300px;position:absolute;right:0;top:80px;z-index:1;}.shop-body .shop-main-content .shop-right.bottom{bottom:0;top:auto;}.shop-body .shop-main-content .shop-sliders{position:relative;margin:0;box-shadow:0px 2px 4px rgba(0,0,0,0.1);border:1px solid #eee;border-radius:5px;overflow:hidden;}.shop-body .shop-main-content .shop-sliders .owl-controls{position:absolute;top:50%;width:100%;height:0;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons{width:100%;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div{background:#000;width:40px;height:40px;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev{float:left;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-prev:after{height:40px;width:40px;line-height:40px;margin:0;font-size:20px;color:#fff;border:none;background:transparent;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next{float:right;}.shop-body .shop-main-content .shop-sliders .owl-controls .owl-buttons > div.owl-next:before{height:40px;width:40px;line-height:40px;margin:0;font-size:20px;color:#fff;border:none;background:transparent;}.shop-body .shop-main-content .section{padding:30px 0 0;line-height:1.6;}.shop-body .shop-main-content .section.shop-slider{padding-top:20px;}.shop-body .shop-main-content .section .section-title{color:#333;font-size:24px;font-weight:600;margin:0 0 10px;padding:0;border:none;}.shop-body .shop-main-content .section .section-title::after{display:none;}.sharing-bar{display:flex;line-height:1;padding:5px 0 15px;border-bottom:1px solid #eee;margin-bottom:5px;}.sharing-bar > div{margin-right:5px;}.sharing-bar .created-timestamp{margin-right:15px;}.intro{font-weight:600;font-size:18px;line-height:1.5;padding:10px 0;letter-spacing:0 !important;}.content{font-size:16px;line-height:1.5;}.content *{font-size:18px;line-height:1.5;}.content ul{margin:10px 0;}.content li{list-style:disc inside;}.content img{margin:10px auto;max-width:100%;}.post-price{border:1px solid #ddd;margin:10px 0 20px;}.post-price .row-fluid > div{padding:10px 20px;}.post-price .row-fluid > div:last-child{border-left:1px solid #ddd;}.post-price .promotion-price bdi{font-weight:600;font-size:20px;}.post-price .original-price{font-size:14px;padding-left:30px;color:#888;text-decoration:line-through;}.post-price .save-percent{font-size:20px;font-weight:600;color:#ec407a;}.post-price .save-price{font-size:14px;color:#888;}.shop-introduce{border:1px solid #ddd;padding:20px 30px !important;}.shop-introduce .shop-title a{font-size:24px;font-weight:600;}.shop-introduce .address-bar{display:flex;}.shop-introduce .address-bar > div{margin-right:10px;font-size:16px;}.shop-introduce .short-intro{font-size:18px;line-height:1.5;margin:10px 0;}.shop-introduce .buttons{display:flex;}.shop-introduce .buttons > div{margin-right:10px;}.shop-subscriber{background:#f7d9d9;border:#ecc8c8;padding:20px 25px !important;}.shop-subscriber .subscribe-image{float:left;}.shop-subscriber .subscribe-content{margin-left:225px;}.shop-subscriber .subscribe-content h2{margin-bottom:0px;}.shop-subscriber .subscribe-content .ty-input-append .ty-input-container{position:absolute;right:140px;left:0;padding-top:1px;}.shop-subscriber .subscribe-content .ty-input-append .ty-input-container .ty-input-text{height:44px;background:#fff;border:none;box-shadow:0px 2px 0px rgba(0,0,0,0.1);}.shop-subscriber .subscribe-content .ty-input-append .ty-btn-go{width:130px;height:44px;background:#ee3e7b;border:1px solid #ee3e7b;box-sizing:border-box;box-shadow:0px 2px 0px rgba(0,0,0,0.1);font-weight:600;color:#fff;}.request-quota-form{max-width:500px;}.request-quota-form .ty-control-group{position:relative;}.request-quota-form .ty-control-group .ty-control-group__label{position:absolute;top:8px;left:14px;font-size:0;}.request-quota-form .ty-control-group .ty-control-group__label:after{display:none;}.request-quota-form .ty-control-group input[type=text],.request-quota-form .ty-control-group input[type=email],.request-quota-form .ty-control-group input[type=tel],.request-quota-form .ty-control-group input[type=number],.request-quota-form .ty-control-group textarea{width:100%;border:1px solid #ddd;height:44px;padding-left:40px;box-sizing:border-box;}.request-quota-form .ty-control-group input[type=text].cm-failed-field,.request-quota-form .ty-control-group input[type=email].cm-failed-field,.request-quota-form .ty-control-group input[type=tel].cm-failed-field,.request-quota-form .ty-control-group input[type=number].cm-failed-field,.request-quota-form .ty-control-group textarea.cm-failed-field{border:1px solid #bf4d4d;}.request-quota-form .ty-control-group textarea{height:100px;padding-top:13px;}.request-quota-form .ty-controls{text-align:center;}.request-quota-form .ty-controls .ty-control-container{margin:0 10px;display:inline-block;line-height:24px;padding-left:30px;}.request-quota-form .ty-controls .ty-control-container .checkmark{height:20px;width:20px;}.request-quota-form .ty-controls .ty-control-container .checkmark:after{display:block;background:#fff;height:8px;width:8px;top:5px;left:5px;}.request-quota-form .buttons-container{margin:0 -20px -20px;background:transparent;padding:20px 0 0;}.request-quota-form .buttons-container .ty-btn__primary{width:100%;height:60px;font-weight:600;text-transform:none;background:#ee3e7b;font-size:16px;}.request-quota-form .cm-recaptcha{transform:scale(0.85);-webkit-transform:scale(0.85);transform-origin:0 0;-webkit-transform-origin:0 0;}#scroller{margin-top:20px;background:#fff;border:1px solid #ddd;box-sizing:border-box;box-shadow:0px 2px 4px rgba(0,0,0,0.1);padding:20px;z-index:1;}#scroller.fixed{position:fixed;width:300px;top:55px;}#scroller h2,#scroller h3{font-size:22px;text-align:center;font-weight:normal;margin-top:10px;margin-bottom:10px;}#scroller h3{font-size:16px;}.shop-reviews .discussion-block{clear:both;}.shop-reviews .ty-pagination-container{padding-top:70px;}.ty-pagination__range{display:none;}.discussion-summary{text-align:center;padding-top:20px;}.discussion-summary .rating-title{font-size:16px;font-weight:600;}.discussion-summary .rating-point{font-size:50px;line-height:50px;text-align:center;}.discussion-summary .ty-stars{margin:0;}.discussion-summary .sum-item{margin:2px 0;}.discussion-summary .bar{width:100%;height:7px;background:#ebebeb;position:relative;margin-top:6px;}.discussion-summary .bar .inner{position:absolute;top:0;left:0;bottom:0;right:50%;background:#999;}.discussion-summary .write-comment .share-text{margin-top:20px;margin-bottom:20px;}.discussion-summary .write-comment .ty-btn__primary{color:#ee3e7b;background:#fff;font-size:16px;font-weight:600;text-transform:none;box-shadow:none;white-space:nowrap;}.ty-control-container{display:block;position:relative;padding-left:35px;margin:0;cursor:pointer;font-size:16px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ty-control-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}.ty-control-container input:checked ~ .checkmark{background-color:#ee3e7b;border-color:#ee3e7b;}.ty-control-container input:checked ~ .checkmark:after{display:block;}.ty-control-container .checkmark{position:absolute;top:3px;left:0;height:24px;width:24px;background-color:#f9f9f9;border:1px solid #ccc;}.ty-control-container .checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.ty-control-container:hover input ~ .checkmark{border-color:#939598;}.album-gallery .grid-list{margin:-10px;}.album-gallery .ty-column3 .gallery-item{margin:10px;overflow:hidden;}.ty-request_quota__term{text-align:center;}.ty-no-image{background:#ebebeb;}.ty-account{background:#eee;margin:0;overflow:hidden;}.ty-account-register{position:relative;width:1011px;background:#fff;box-shadow:0px 2px 4px rgba(0,0,0,0.1);margin:40px auto 100px;}.ty-account-image-cover{position:absolute;top:0;bottom:0;width:430px;overflow:hidden;background-size:cover;background-position:center;}.ty-account-main-content{margin-left:430px;min-height:690px;display:flex;align-items:center;}.ty-account-main-content .inner-content{width:100%;margin:50px;}.ty-account-main-content .inner-content h1{text-align:center;}.ty-account-main-content .inner-content a{color:#ee3e7b;}.ty-account-main-content .inner-content .term-privacy,.ty-account-main-content .inner-content .login{line-height:1.5;text-align:center;margin:10px;}.ty-account .ty-control-group .inline-flex{display:flex;align-items:center;justify-content:space-between;margin-top:10px;}.ty-account .ty-control-group__title{font-size:16px;font-weight:normal;}.ty-account input[type="text"] option,.ty-account input[type="password"] option,.ty-account input[type="email"] option,.ty-account input[type="tel"] option,.ty-account input[type="number"] option,.ty-account select option,.ty-account textarea option{color:#0d0d0d;}.ty-account input[type="text"]:focus,.ty-account input[type="password"]:focus,.ty-account input[type="email"]:focus,.ty-account input[type="tel"]:focus,.ty-account input[type="number"]:focus,.ty-account select:focus,.ty-account textarea:focus{border-color:#ee3e7b;color:rgba(0,0,0,0);text-shadow:0 0 0 #000;}.ty-account .ty-input-text,.ty-account .ty-calendar__input{height:50px;background:#fff;border:1px solid #ebebeb;box-sizing:border-box;font-size:16px;padding:0 15px;color:#939598;}.ty-account .ty-calendar__block{width:100%;}.ty-account .ty-calendar__block .ty-calendar__button{top:21px;font-size:200%;right:5px;}.ty-account .buttons-container{background:#fff;padding:15px 0;}.ty-account .buttons-container .ty-btn__secondary{width:100%;background:#ec3d79;height:50px;}.ty-account .ty-account-term{text-align:center;line-height:1.5;padding:0 50px;}.ty-mainbox-simple-container .ty-mainbox-simple-title{margin:0;}.about-information{line-height:22px;}.about-information img{width:50%;}.footer{padding:30px 0;}.ty-footer{padding:0;}.ty-footer-general__header{color:#333;font-size:16px;padding-top:9px;}.ty-footer .ty-footer-general__body{padding-bottom:0;}.ty-footer .ty-footer-general__body a{color:#333;}.ty-footer-form-block--responsive > form{justify-content:left;}.ty-footer-form-block--responsive .ty-footer-form-block__title{margin:0;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container{width:100%;margin-top:4px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form{width:100%;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-input-text{height:40px;border-color:#ddd;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go{background:#ee3e7b;height:38px !important;padding-left:20px;padding-right:20px;font-weight:600;color:#fff;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block__form .ty-btn-go i{top:9px;color:#fff;}.ty-locations{margin-bottom:50px;}.ty-locations__content{max-height:140px;overflow:hidden;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}.ty-locations .cm-location{font-size:14px;margin:5px 0;display:inline-block;line-height:24px;}.ty-locations .cm-location:hover{font-weight:600;}.ty-locations .see-more{text-align:center;font-weight:600;text-transform:uppercase;color:#ee3e7b;cursor:pointer;margin-top:20px;}.ty-locations .see-more .more{display:inline-block;}.ty-locations .see-more .less{display:none;}.ty-locations.open .ty-locations__content{max-height:max-content;-webkit-transition:max-height 0.5s ease-in;-moz-transition:max-height 0.5s ease-in;-o-transition:max-height 0.5s ease-in;transition:max-height 0.5s ease-in;}.ty-locations.open .see-more .less{display:inline-block;}.ty-locations.open .see-more .more{display:none;}.test-banner{margin:20px 0;min-height:300px;background:aquamarine;display:block !important;}.homepage-our-brands{border-bottom:1px solid #eee;padding-bottom:20px;text-align:center;}.homepage-our-brands .ty-grid-list .ty-column6{margin-right:-0.25em;}.service-title{font-size:32px;font-weight:500;margin-top:20px;}.service-description{margin-top:30px;font-size:16px;line-height:1.4;}.service-description a{color:#ee3e7b;}.service-content{display:table;width:100%;}.service-content-left{width:300px;display:table-cell;vertical-align:top;}.service-content-left .ads-banner{margin-top:10px;display:none;}.service-content-right{display:table-cell;padding-left:30px;}.service-content .ty-sort-container{background:#f7f7f7;padding:10px 10px 10px 20px;margin:0;}.service-content .ty-sort-container div,.service-content .ty-sort-container b{font-size:15px;}.service-content .ty-sort-container b{font-weight:600;}.service-content .ty-sort-container .pull-left{float:left;line-height:44px;}.service-content .ty-sort-container .pull-right{float:right;}.service-content .ty-sort-container .ty-sort-dropdown .ty-sort-dropdown__wrapper{background:#fff;color:#333;border:1px solid #ddd;font-size:15px;padding:7px 7px 12px;}.service-content .ty-grid-list{margin:0 -10px;}.service-content .ty-grid-list .ty-column *{margin:0;}.service-content .ty-grid-list .ads-banner{margin:10px 0;display:none;}.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}.ty-pagination__bottom{border:none;text-align:center;}.ty-pagination__range,.ty-pagination__btn{color:#ec407a;}.ty-pagination__selected{background:#ec407a;}.ty-pagination__item{color:#999;}.masonry{transition:all .5s ease-in-out;column-gap:20px;column-fill:initial;}.masonry .brick{margin-bottom:20px;display:inline-block;vertical-align:top;}.masonry .brick img{transition:all .5s ease-in-out;backface-visibility:hidden;}.masonry .brick:hover img{opacity:.75;}.masonry.bordered{column-rule:1px solid #eee;column-gap:50px;}.masonry.bordered .brick{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #eee;}.masonry.gutterless{column-gap:0;}.masonry.gutterless .brick{margin-bottom:0;}@media only screen and (min-width: 768px) and (max-width: 1023px){.masonry{column-count:2;}}@media only screen and (min-width: 1024px){.intro{letter-spacing:1px;}.masonry{column-count:3;}}.profile-menus{background:#fff;border-bottom:1px solid #eee;overflow-x:auto;}.profile-menus .content{display:flex;justify-content:space-between;}.profile-menus .menu-item{text-align:center;border-bottom:3px solid #fff;padding:20px 20px 10px;}.profile-menus .menu-item .menu-item-title{white-space:nowrap;}.profile-menus .menu-item:hover{color:#32ccb7;}.profile-menus .menu-item:hover .menu-item-icon svg path{fill:#ee3e7b;}.profile-menus .menu-item:hover .menu-item-title{color:#ee3e7b;}.profile-menus .menu-item.active{border-color:#ee3e7b;}.vendor-info{background:#fff;box-shadow:2px 2px 10px rgba(0,0,0,0.05);position:relative;}.vendor-info .vendor-avatar{background:#f7f7f7;width:300px;height:300px;position:absolute;top:0;left:0;padding-right:1px;}.vendor-info .vendor-info-main{margin-left:300px;}.vendor-info .vendor-info-main .vendor-info-header{display:flex;height:110px;border-bottom:1px solid #f2f2f2;align-items:center;justify-content:center;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title{display:flex;align-items:center;justify-content:center;margin-bottom:10px;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1{font-size:24px;margin:0;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data{text-align:center;color:#828282;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data .service{color:#333;}.vendor-info .vendor-info-main .vendor-info-middle{height:65px;border-bottom:1px solid #f2f2f2;display:flex;align-items:center;justify-content:space-between;padding:0 25px;}.vendor-info .vendor-info-main .vendor-info-middle .status{color:#828282;}.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text{border:1px solid #e0e0e0;padding:7px 25px;margin-left:15px;font-weight:600;text-transform:none;}.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary{background:#ee3e7b;border:1px solid #e0e0e0;padding:7px 25px;font-weight:600;text-transform:none;}.vendor-info .vendor-info-main .vendor-info-middle .expiring{color:#828282;}.vendor-info .vendor-info-main .vendor-info-middle .expiring .date{color:#333;}.vendor-info .vendor-summary{width:100%;display:flex;justify-content:space-around;align-items:center;height:123px;}.vendor-info .vendor-summary-item{text-align:center;line-height:1.2;}.vendor-info .vendor-summary-item .statistic{font-size:36px;line-height:41px;color:#333;}.vendor-info .vendor-summary-item .title{font-weight:bold;}.vendor-info .vendor-summary-item .status{font-weight:300;}.vendor-info .package{padding:20px;}.vendor-info .package-name{padding:20px 50px;font-size:24px;font-weight:600;background:#eb427b;color:#fff;white-space:nowrap;}.avatar .thumbnail{background:#ffdae6;width:60px;height:60px;text-align:center;}.avatar .thumbnail .cap{line-height:60px;font-size:24px;color:#ee3e7b;}.avatar.A .thumbnail{background:#fffbb2;}.avatar.A .thumbnail .cap{color:#fef200;}.avatar.B .thumbnail{background:#f0f5c3;}.avatar.B .thumbnail .cap{color:#cadb2a;}.avatar.C .thumbnail{background:#dfefc9;}.avatar.C .thumbnail .cap{color:#8ec63f;}.avatar.D .thumbnail{background:#b6e9c0;}.avatar.D .thumbnail .cap{color:#37b551;}.avatar.E .thumbnail{background:#5affab;}.avatar.E .thumbnail .cap{color:#00a652;}.avatar.F .thumbnail{background:#5affcd;}.avatar.F .thumbnail .cap{color:#00a674;}.avatar.G .thumbnail{background:#5dfef4;}.avatar.G .thumbnail .cap{color:#01a89e;}.avatar.H .thumbnail{background:#79edff;}.avatar.H .thumbnail .cap{color:#00abc5;}.avatar.I .thumbnail{background:#ffa1d8;}.avatar.I .thumbnail .cap{color:#ed008c;}.avatar.J .thumbnail{background:#79edff;}.avatar.J .thumbnail .cap{color:#00abc5;}.avatar.K .thumbnail{background:#89d8ff;}.avatar.K .thumbnail .cap{color:#008fd5;}.avatar.L .thumbnail{background:#a3e5ff;}.avatar.L .thumbnail .cap{color:#00adef;}.avatar.M .thumbnail{background:#6fc7ff;}.avatar.M .thumbnail .cap{color:#0072bb;}.avatar.N .thumbnail{background:#59adff;}.avatar.N .thumbnail .cap{color:#0054a5;}.avatar.O .thumbnail{background:#9597de;}.avatar.O .thumbnail .cap{color:#2e3192;}.avatar.P .thumbnail{background:#be94dd;}.avatar.P .thumbnail .cap{color:#662e91;}.avatar.Q .thumbnail{background:#e08bde;}.avatar.Q .thumbnail .cap{color:#92278f;}.avatar.R .thumbnail{background:#f199d7;}.avatar.R .thumbnail .cap{color:#bd1a8d;}.avatar.S .thumbnail{background:#ff9ed6;}.avatar.S .thumbnail .cap{color:#ea0087;}.avatar.T .thumbnail{background:#fcacd1;}.avatar.T .thumbnail .cap{color:#ec0974;}.avatar.U .thumbnail{background:#fabacf;}.avatar.U .thumbnail .cap{color:#ed145b;}.avatar.V .thumbnail{background:#fabfca;}.avatar.V .thumbnail .cap{color:#ed1941;}.avatar.W .thumbnail{background:#fac0c3;}.avatar.W .thumbnail .cap{color:#ed1b24;}.avatar.X .thumbnail{background:#fcdbcc;}.avatar.X .thumbnail .cap{color:#f36523;}.avatar.Y .thumbnail{background:#fde6c9;}.avatar.Y .thumbnail .cap{color:#f7941d;}.avatar.Z .thumbnail{background:#ffefc2;}.avatar.Z .thumbnail .cap{color:#ffc20f;}.vendor-table .vendor-table{margin-left:76px;}.vendor-row{background:#fff;border-bottom:1px solid #f2f2f2;padding:20px 150px 20px 92px;position:relative;}.vendor-row:hover{background:#fbfbfb;}.vendor-row .avatar .thumbnail{position:absolute;top:50%;left:15px;margin-top:-30px;}.vendor-row .avatar .thumbnail .cap{line-height:60px;font-size:24px;}.vendor-row .content .name{font-weight:bold;font-size:16px;line-height:27px;}.vendor-row .content .name .status{background:#ee3e7b;display:inline-block;font-size:13px;font-weight:400;color:#fff;padding:0px 7px;margin-left:10px;}.vendor-row .content .name .rating{display:inline-block;margin-left:10px;}.vendor-row .content .creation-date{font-size:14px;color:#939598;}.vendor-row .content .message{font-size:16px;line-height:24px;}.vendor-row .action .ty-btn__reply{display:flex;padding:12px 0;align-items:center;justify-content:center;background:#fff;border:1px solid #ddd;width:100px;position:absolute;right:15px;top:50%;margin-top:-22px;color:#333;}.vendor-row .action .ty-btn__reply span{display:inline-block;font-size:16px;font-weight:bold;color:#333;text-transform:none;line-height:0;padding:0 2px;}.vendor-row .action .ty-btn__reply:hover{background:#32ccb7;border-color:#32ccb7;color:#fff;}.vendor-row .action .ty-btn__reply:hover span{color:#fff;}.vendor-row .action .ty-btn__reply:hover svg path{fill:#fff;}.section{padding-top:30px;padding-bottom:30px;}.section.white{background:#fff;}.section-title{font-weight:600;font-size:24px;padding-left:20px;line-height:36px;display:flex;align-items:baseline;position:relative;}.section-title::after{content:"";position:absolute;width:4px;height:17px;top:11px;left:0;background:#ee3e7b;}.section-title .number{color:#939598;font-weight:400;font-size:20px;margin-left:10px;font-family:auto;}.section-title a{font-weight:600;font-size:28px;}.section.warning{background:#ffff0038;padding:30px;margin-top:30px;text-align:center;font-size:20px;}.account .ty-calendar__block{width:160px;}.account .ty-calendar__block .ty-calendar__button{top:23px;}.account .ty-control-group{margin-top:30px;}.account .ty-control-label{float:left;width:160px;font-weight:600;line-height:48px;}.account .ty-controls{margin-left:180px;position:relative;}.account .ty-controls .static-content{margin-top:15px;}.account .ty-control-group__title{width:100%;font-weight:600;font-size:15px;line-height:22px;display:inline-block;margin-bottom:10px;}.account .ty-input-text{padding:23px 20px;width:100%;border:1px solid #eee;box-sizing:border-box;line-height:1.5;}.account .ty-input-select{width:100%;border-color:#eee;height:48px;padding:0px 15px;}.account .ty-fileuploader{padding:0;}.account .ty-fileuploader__a{border:1px dashed #ee3e7b;width:150px;height:44px;display:flex;justify-content:center;align-items:center;color:#ee3e7b;}.account .ty-fileuploader__a svg{margin-right:5px;}.account .cm-change-password{float:right;margin-top:-35px;}.account .ty-buttons-container{margin:25px 180px;}.account .ty-buttons-container.full{margin:25px 0;}.account .ty-buttons-container .ty-btn{width:120px;height:42px;line-height:40px;padding:0;border:1px solid #ddd;border-radius:5px;background:#fff;color:#000;font-weight:600;}.account .ty-buttons-container .ty-btn__primary{color:#fff;background:#ee3e7b;border-color:#ee3e7b;}.account .ty-tiles__radio{padding:13px 20px 10px 0;display:inline-block;}.attach-images{margin-bottom:0px;}.attach-images .desc{color:#868686;font-size:11px;}.attach-images .image-wrap{position:relative;width:180px;}.attach-images .image-wrap .image-delete{position:absolute;top:-7px;left:156px;z-index:1;display:none;line-height:0;}.attach-images .image-wrap:hover .image-delete{display:block;}.attach-images .upload-box{margin-top:10px;margin-bottom:25px;}.attach-images .upload-box .image{position:relative;display:table-cell;margin-right:15px;padding:5px;width:152px;height:110px;border:1px solid #ddd;background-color:white;vertical-align:middle;text-align:center;}.attach-images .upload-box .image .tooltip{white-space:nowrap;}.attach-images .upload-box .image a{display:block;text-align:center;}.attach-images .upload-box .image img{display:inline;max-width:152px;max-height:110px;width:auto;height:auto;line-height:110px;}.attach-images .upload-box .image .no-image{display:block;width:152px;height:108px;}.attach-images .upload-box .image:hover{border:1px solid #b9b9b9;}.attach-images .upload-box .image-alt{display:none;padding-top:10px;}.attach-images .upload-box .image-alt .input-append,.attach-images .upload-box .image-alt .input-prepend{white-space:normal;}.attach-images .upload-box .image-alt .input-append .add-on,.attach-images .upload-box .image-alt .input-prepend .add-on{color:#555;background-color:#eee;border:1px solid #d3dbe2;height:32px;padding:5px 8px;margin-right:-1px;}.attach-images .upload-box .image-alt input{width:127px;}.attach-images .upload-box:last-child{margin-bottom:0px !important;}.image-upload{margin:0;margin-left:180px;}.upload-file-section{margin-bottom:10px;}.upload-file-local{position:relative;display:inline-block;cursor:pointer;}.upload-file-local .btn{border-right:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;}.upload-file-local .image-selector{position:absolute;top:0;left:0;z-index:7;overflow:hidden;width:100%;height:100%;cursor:pointer;}.upload-file-local input[type="file"]{position:absolute;top:0;right:0;z-index:10;width:100%;height:100%;font-size:50px;opacity:0;filter:alpha(opacity=0);cursor:pointer;}.upload-file-local:hover .btn{border-color:#bbb;background-color:#d8d8d8;text-decoration:none;}.image-upload-wrap{margin-bottom:40px;}.file-uploader{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.file-uploader__file,.file-uploader__sortable-placeholder,.file-uploader__pickers{box-sizing:border-box;float:left;margin-bottom:10px;padding-left:10px;width:120px;}.file-uploader__file-progressbar{z-index:1;left:10%;position:absolute;top:50%;width:80%;}.file-uploader__file-progressbar > .progress{height:4px;margin:0;background:none;}.file-uploader__file-progressbar > .progress .bar{background-color:rgba(51,51,51,0.3);background-image:linear-gradient(90deg,#333 25%,transparent 25%,transparent 50%,#333 50%,#333 75%,transparent 75%,transparent);animation-duration:1s;}.file-uploader__file-section_image{position:absolute;}.file-uploader__file-section_under-image{opacity:0;padding:0;position:absolute;}.file-uploader__file-section_text-data{background-color:#fff;bottom:0;display:block;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;text-align:center;top:0;z-index:2;}.file-uploader__file-section_text-data:empty{background-color:transparent;display:none;}.file-uploader__file-section:nth-last-child{margin-bottom:0;}.file-uploader__file-button{color:#fff;display:inline-block;height:36px;opacity:0.7;width:36px;}.file-uploader__file-button .icon{font-size:18px;line-height:2;}.file-uploader__file-button:hover{color:#fff;opacity:1;}.file-uploader__file-square{background-color:#fff;padding-bottom:100%;position:relative;width:100%;}.file-uploader__file-square:before{border:1px solid #eee;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1;}.file-uploader__file-control-menu{height:36px;text-align:center;bottom:0;position:absolute;width:100%;}.file-uploader__file-control-menu--expanded{top:0;left:0;right:0;height:auto;}.file-uploader__file-control-menu-buttons-wrapper{top:0;}.file-uploader__file-control-menu--expanded .file-uploader__file-control-menu-buttons-wrapper{position:absolute;bottom:0;left:0;right:0;top:auto;}.file-uploader__file-preview-image{width:100%;}.file-uploader__file .file-uploader__file-description-input{background:transparent;border:none;color:#fff;opacity:0.5;outline:none;resize:none;width:90%;width:calc(100% - 10px);height:63%;height:calc(100% - 44px);overflow-y:hidden;}.file-uploader__file .file-uploader__file-description-input::placeholder{color:#fff;}.file-uploader__file .file-uploader__file-description-input:hover,.file-uploader__file .file-uploader__file-description-input:focus{box-shadow:none;opacity:1;overflow:auto;}.file-uploader__file--removed{border:none;}.file-uploader__file:first-child{width:240px;}.file-uploader__file:first-child .file-uploader__remove-text{font-size:13px;}.file-uploader__file:first-child .file-uploader__remove-button-recover{padding:4px 12px;font-size:13px;}.file-uploader__sortable-placeholder{background-color:#fef9fb;outline:1px dashed #eee;margin-left:10px;width:110px;height:110px;}.file-uploader__sortable-placeholder:first-child{height:230px;width:230px;}.file-uploader__files-container{min-height:251px;margin-bottom:-10px;margin-left:-10px;position:relative;overflow:auto;overflow-x:hidden;}div.file-uploader__files-container.clearfix:first-child{padding-top:10px;margin-top:10px;}.file-uploader__remove-text{color:#868686;font-size:11px;font-weight:bold;line-height:1.2;text-shadow:0 1px 1px #fff;margin-bottom:10px;margin-left:7px;margin-right:7px;}.file-uploader__remove-button-recover{padding:2px 10px;font-size:11px;}.file-uploader__remove-overlay{background-color:rgba(254,249,251,0.95);height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:1;}.file-uploader__remove-overlay input[type="submit"].btn{height:auto;}.file-uploader__pickers{text-align:center;}.file-uploader__pickers .file-uploader__file-square{background-color:#fef9fb;}.file-uploader__pickers .file-uploader__pickers-icon{font-size:16px;opacity:0.4;line-height:1;width:16px;}.file-uploader__pickers-text{color:#868686;text-shadow:0 1px 1px #fff;font-size:11px;margin-left:5px;margin-right:5px;line-height:1.1;max-height:4.5em;overflow:hidden;}.file-uploader__pickers-text--small{margin-left:0;margin-right:0;font-size:11px;font-weight:normal;line-height:1.3;}.file-uploader__pickers-content{position:absolute;align-items:center;height:100%;width:100%;}div.file-uploader__pickers p.file-uploader__pickers-text{margin-top:0;}div.file-uploader__pickers div.btn-group.file-uploader__pickers-buttons{position:relative;display:block;margin-top:2px;z-index:4;margin-bottom:5px;padding-left:5px;padding-right:5px;max-width:100%;}.file-uploader__pickers .file-uploader__pickers-buttons-select{padding:2px 10px;font-size:11px;max-width:calc(100% - 26px);overflow:hidden;}.file-uploader__pickers--expanded{position:absolute;z-index:1;width:100%;height:100%;height:calc(100% - 10px);}.file-uploader__pickers--expanded .file-uploader__file-square{height:100%;padding-bottom:0;padding-right:10px;background-color:rgba(196,196,196,0.95);}.file-uploader__pickers--expanded .file-uploader__file-square:before{border-color:rgba(196,196,196,0.95);}.file-uploader__pickers--expanded .file-uploader__pickers-content{width:100%;}.file-uploader__pickers--expanded .file-uploader__pickers-icon{font-size:32px;width:32px;color:#333;opacity:1;}.file-uploader__pickers--expanded .file-uploader__pickers-text{font-size:13px;margin-top:10px;color:#333;}.file-uploader__pickers--expanded .file-uploader__pickers-text--small{display:none;}.file-uploader__pickers--expanded .file-uploader__pickers-buttons{display:none;}.file-uploader__pickers--expanded .file-uploader__pickers-content{animation-duration:1s;animation-name:animation-pulse;animation-iteration-count:infinite;animation-direction:alternate;}.file-uploader__pickers:only-child{width:100%;position:absolute;}.file-uploader__pickers:only-child .file-uploader__file-square{height:251px;padding-bottom:0;}.file-uploader__pickers:only-child .file-uploader__file-square:not(.file-uploader__file-square--no-files){display:none;}.file-uploader__pickers:only-child .file-uploader__pickers-content{width:100%;}.file-uploader__pickers:only-child .file-uploader__pickers-icon{font-size:32px;width:32px;}.file-uploader__pickers:only-child .file-uploader__pickers-text{font-size:13px;margin-top:10px;}.file-uploader__pickers:only-child .file-uploader__pickers-text--small{display:block;margin-top:5px;margin-bottom:5px;}.file-uploader__pickers:only-child .file-uploader__pickers-buttons-select{padding:4px 12px;font-size:13px;max-width:none;overflow:auto;}.file-uploader__pickers:only-child:before{content:'';display:block;margin-bottom:-10px;}.dz-complete .file-uploader__file-progressbar{display:none;}.file-uploader__file:hover .file-uploader__file-section_under-image{background-color:rgba(153,153,153,0.75);height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1;}.collapse-visible{overflow:visible;}.collapsed + .collapse-visible{overflow:hidden;}@keyframes animation-pulse{from{opacity:0.75;}to{opacity:1;}}.sortable-box{margin-bottom:13px;border:1px solid #e9e9e9;}.sortable-box .sortable-bar{background:#f5f5f5;text-align:center;cursor:url('../../../../../../../../design/themes/marry/media/images/openhand.cur?1752651560'), move;}.sortable-box .sortable-item{padding:10px;}.sortable-box .sortable-item .attach-images{margin-bottom:10px;}.pull-left{float:left;}.avatar .attach-images .upload-box .image{width:150px;height:150px;}.avatar .attach-images .upload-box .image img{max-width:100%;max-height:100%;}.ui-dialog .ui-dialog-titlebar{border:none;background:transparent;padding-left:30px;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{font:18px/1 'glyphs';color:#000;}.ui-dialog .object-container{padding:20px 25px 0;}.ui-dialog .object-container .notification-content{top:200px;right:1px;left:1px;border:2px solid red;}.ui-dialog .alert-error{background:#f33;}.ui-dialog input[type="text"],.ui-dialog input[type="email"],.ui-dialog input[type="password"],.ui-dialog input[type="tel"],.ui-dialog input[type="number"],.ui-dialog textarea,.ui-dialog select{min-height:44px;padding:10px 15px;border:1px solid #eee;width:100%;font-family:'SVN-Proxima Nova','Open Sans';}.ui-dialog .cm-field-container .ty-rating{margin-top:11px;}.ui-dialog .ty-login__remember-me{padding:10px 0;margin-left:-60px;}.ui-dialog .buttons-container{background:#fff;text-align:center;border:none;margin:0 -30px;padding:20px 30px;}.ui-dialog .buttons-container .ty-btn{padding:10px 20px;font-weight:bold;}.ui-dialog .buttons-container .ty-btn__primary{min-width:300px;}.ui-dialog .ty-calendar__block{min-width:150px;}.ui-dialog .ty-calendar__block .ty-calendar__button{top:21px;}.similar-shops-content{margin:10px 0;}.similar-shops-section{margin-bottom:20px;}.similar-shops h2{border-left:5px solid #ee3e7b;padding-left:10px;}.similar-shops .ty-grid-list{margin:0 -6px;}.similar-shops .ty-grid-list .ty-column5{margin-right:-0.25em;}.similar-shops .ty-grid-list .ty-grid-list__item{margin:4px;}.similar-shops .ty-grid-list .ty-grid-list__item-name{margin-bottom:0;}.similar-shops .ty-grid-list .ty-grid-list__item-name .item-title h3,.similar-shops .ty-grid-list .ty-grid-list__item-name .shop-title h3,.similar-shops .ty-grid-list .ty-grid-list__item-name .product-title h3{font-size:16px;font-weight:normal;line-height:22px;}.similar-shops .ty-grid-list .buttons-container{padding:0;margin:10px 10px 0;}.similar-shops .ty-grid-list .buttons-container button{text-transform:inherit;min-width:auto;width:100%;}.similar-shops .ty-grid-list .buttons-container button.loading{opacity:0.3;}.similar-shops .ty-grid-list .buttons-container button.success{border:1px dashed #ee3e7b;background:#fff;color:#ee3e7b85;font-weight:400;cursor:default;}.similar-shops .ty-control-group{margin:6px;position:relative;}.similar-shops .ty-control-group input[type="text"],.similar-shops .ty-control-group input[type="password"],.similar-shops .ty-control-group input[type="tel"],.similar-shops .ty-control-group input[type="email"],.similar-shops .ty-control-group input[type="number"],.similar-shops .ty-control-group textarea,.similar-shops .ty-control-group select{padding-left:40px;}.similar-shops .ty-control-group .ty-control-group__label{position:absolute;top:7px;left:15px;}.similar-shops .ty-control-group .ty-control-group__label:after{display:none;}.similar-shops .send-all-requests{text-align:center;margin:40px 0;border-top:1px solid #ebebeb;}.similar-shops .send-all-requests .ty-btn__secondary{background:#32ccb7;border:10px solid;margin-top:-30px;text-transform:inherit;padding:10px 50px;border-radius:15px;}.similar-shops .send-all-requests .ty-btn__secondary.success{border-color:#32ccb7;background:#fff;color:#32ccb7;}.discussion-post{margin-bottom:20px;width:870px;}.discussion-post .avatar{float:left;margin-right:20px;}.discussion-post .avatar .thumbnail{width:42px;height:42px;}.discussion-post .avatar .thumbnail .cap{line-height:42px;}.discussion-post .name{font-weight:600;}.discussion-post .name .rating{display:inline-block;margin-left:15px;}.discussion-post .creation-date{font-size:14px;color:#939598;margin:5px 0 15px;}.discussion-post .message{line-height:1.5;}.recover-password-notice{margin:10px 0 20px;line-height:1.5;}.submenus-content{display:none;position:fixed;background:#fff;width:100%;left:0;padding:40px 0 20px;box-shadow:0px 2px 4px rgba(0,0,0,0.1);border-top:1px solid #ddd;margin-top:-1px;}.submenus-content .title{font-weight:bold;}.submenus-content .menu-item{margin:20px 5px;text-align:center;}.submenus-content .menu-item a{font-size:14px;color:#000;}.submenus-content .menu-item a:hover{color:#ee3e7b;}.submenus-content .menu-item a:hover svg path{fill:#ee3e7b;}.submenus-content-right{border-left:1px solid #ddf;padding-left:50px;}.submenus-content .submenus-menus{margin:15px 10px;}.submenus-content .submenus-menus .menu-item{text-align:left;margin:12px 0;}.have-submenus:hover .submenus-content{display:block;}.album-description,.product-description,.post-description{padding-top:10px !important;}.album-description.out-of-date,.product-description.out-of-date,.post-description.out-of-date{filter:blur(10px);}.ty-owl-previewer .object-container,.ty-owl-previewer .ty-owl-previewer__container,.ty-owl-previewer .owl-wrapper-outer,.ty-owl-previewer .owl-wrapper,.ty-owl-previewer__image-container{height:100vh !important;max-height:100%;margin:0;}.ty-owl-previewer .object-container{overflow-x:hidden;}.ty-owl-previewer__image--flex-fix-wrapper{max-height:80%;max-width:100%;width:100%;height:100%;text-align:center;display:flex;justify-content:center;align-items:center;}.ty-owl-previewer .owl-pagination{position:absolute;bottom:0;left:0;right:0;}.ty-owl-previewer .owl-buttons{position:absolute;left:0;right:0;height:0px;bottom:calc(50% + 60px);display:flex;justify-content:space-between;}@media (max-width: 480px){.ty-owl-previewer .owl-buttons{display:none;}}.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next{transform:none;border-radius:50%;width:44px;height:44px;display:block;background:#000;}.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"";display:block;width:12px;height:12px;border:solid #fff !important;border-width:2px 2px 0 0 !important;background:transparent;border-radius:0;transform:rotate(45deg);margin-left:12px;margin-top:15px;}.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after{display:none;}.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover{opacity:1;background:#ee3e7b;}.ty-owl-previewer .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before{transform:rotate(225deg);margin-left:18px;}.ty-owl-previewer__image-container{display:flex;align-items:center;justify-content:center;}.ty-owl-previewer__image{display:inline;max-width:100%;max-height:100%;}.ty-owl-previewer__dialog{height:100vh !important;width:100vw !important;top:0vh !important;left:0vw !important;max-height:none;max-width:100vw !important;position:fixed;background:transparent;}.ty-owl-previewer__dialog .ui-dialog-titlebar{background:transparent;border:none;}.ty-owl-previewer__dialog .ui-dialog-titlebar-close .ui-icon-closethick{color:#fff;}.ty-owl-previewer__dialog .ty-owl-previewer.ui-dialog-content .object-container{padding:4px;display:block;width:100%;background:transparent;}.ty-owl-previewer__dialog .ty-owl-previewer__image--flex-fix-wrapper{max-height:100%;}.mobile-menu{float:left;transition:0.5s;}.mobile-menu .sidenav{height:100%;width:330px;position:fixed;z-index:1;top:0;left:-330px;background-color:#fff;overflow-x:hidden;transition:0.5s;}.mobile-menu .sidenav h2{font-size:20px;margin:0;padding:15px 10px;text-align:center;}.mobile-menu .sidenav a{padding:0;text-decoration:none;font-size:16px;color:#333;display:block;transition:0.3s;}.mobile-menu .sidenav a:hover{color:#ee3e7b;}.mobile-menu .sidenav .ty-mobile{border-top:1px solid #eee;margin-top:-1px;}.mobile-menu .sidenav .ty-mobile-general__header{border-bottom:1px solid #eee;padding:13px;position:relative;margin:0;}.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title{display:flex;}.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-title svg{margin-right:10px;}.mobile-menu .sidenav .ty-mobile-general__header i{position:absolute;right:15px;top:50%;margin-top:-9px;color:#939598;}.mobile-menu .sidenav .ty-mobile-general__header span{font-size:16px;color:#333;}.mobile-menu .sidenav .ty-mobile-general__header .ty-mobile-menu__icon-hide{display:none;}.mobile-menu .sidenav .ty-text-links{padding-top:0;margin:0 0 0 40px;}.mobile-menu .sidenav .ty-text-links .ty-level-0{padding:15px 0;margin-left:0px;border-bottom:1px solid #eee;}.mobile-menu .sidenav .ty-mobile-menu-list{margin:10px;}.mobile-menu .sidenav .ty-mobile-menu-list a{padding:15px 0;color:#939598;}.mobile-menu .sidenav .ty-btn-vendor{width:236px;height:46px;margin:20px auto;background:#fff;color:#ee3e7b;border:1px solid #ee3e7b;padding:10px;}.mobile-menu.open{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:10000;}.mobile-menu.open .sidenav{left:0px;}.mobile-menu.open .close-btn{top:10px;opacity:1;}.open-menu{font-size:24px;padding:8px 10px;font-weight:bold;display:inline-block;color:#939598;}.close-menu{color:#fff;position:fixed;top:-50px;left:340px;font-size:36px;line-height:25px;transition:0.5s;opacity:0;display:inline-block;border:2px solid;border-radius:50%;height:30px;width:30px;text-align:center;}.wedding_fair .tygh-content{padding:0;}.landing-page .inner-box{padding-right:100px;padding-left:100px;position:relative;}.landing-page .header{position:relative;padding:0;}.landing-page .header .see-more{bottom:0;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;position:absolute;}.landing-page .header .see-more a{color:white;}.landing-page .header .carousel-control-prev{color:#c5a14e;}.landing-page .nav-logo{position:absolute;left:60px;top:20px;}.landing-page .navbar{position:absolute;right:5px;width:auto;top:5px;}.landing-page .navbar .nav-item .nav-link{text-transform:uppercase;color:#5d5d5c;font-size:20px;padding:5px 25px 0;transition:150ms;}.landing-page .navbar .nav-item .nav-link:a{color:#c5a14e;}.landing-page #homepage-carousel{position:relative;}.landing-page .carousel-inner{width:100%;height:100%;}.landing-page .carousel-inner .carousel-item img{width:100%;}.landing-page .center{display:block;margin-left:auto;margin-right:auto;}.landing-page .summary{padding-top:90px;padding-bottom:50px;background-color:#000;}.landing-page .summary .summary-logo{padding:20px;padding-bottom:0;}.landing-page .summary .summary-text{margin:0 100px 30px;border-bottom:1px solid #b29966;text-align:center;}.landing-page .summary h1,.landing-page .summary span{font-size:70px;font-weight:400;color:#b29966;margin:0;}.landing-page .summary h3{font-size:24px;margin:60px 0;padding:15px;color:#fff;}.landing-page .summary h5{color:#fff;font-size:28px;}.landing-page .summary .row{margin:0 100px;}.landing-page .summary .row .summary-element{margin-top:20px;padding:0 45px;margin-bottom:100px;}.landing-page .summary .row .summary-element span{font-size:50px;}.landing-page .kol{background-color:#654a47;}.landing-page .kol .container{position:relative;}.landing-page .kol .title{margin-top:50px;margin-bottom:50px;text-align:center;color:white;opacity:0.7;font-size:150px;position:absolute;}.landing-page .kol #title1{left:100px;top:120px;}.landing-page .kol #title2{left:150px;top:300px;}.landing-page .kol .content{color:white;opacity:.7;margin:90px 0 250px 60%;text-align:right;font-size:24px;line-height:40px;}.landing-page .kol .row{padding-top:100px;}.landing-page .kol .row .element{margin-bottom:100px;}.landing-page .kol .row .element img{width:70%;float:right;}.landing-page .kol .row .element h2,.landing-page .kol .row .element a{font-size:48px;position:absolute;}.landing-page .kol .row .element .first{top:55%;left:10%;}.landing-page .kol .row .element .second{top:68%;left:15%;}.landing-page .kol .row .element a{top:82%;left:17%;font-size:13px;}.landing-page .kol .row #ele1 h2,.landing-page .kol .row #ele1 a{color:#a8746a;}.landing-page .kol .row #ele2 h2,.landing-page .kol .row #ele2 a{color:#acacac;}.landing-page .kol .row #ele3 h2,.landing-page .kol .row #ele3 a{color:#dbb18b;}.landing-page .kol .row #ele4 h2,.landing-page .kol .row #ele4 a{color:#8d8ea2;}.landing-page .kol .row #ele5 h2,.landing-page .kol .row #ele5 a{color:#e2c7b4;}.landing-page .kol .row #ele6 h2,.landing-page .kol .row #ele6 a{color:#e4b597;}.landing-page .kol .show{padding:0 !important;}.landing-page .kol .modal-dialog{max-width:100%;margin:auto;max-height:100%;}.landing-page .kol .modal-content{background-color:#654a47;padding:50px 100px;padding-top:0;}.landing-page .kol .modal-content .left .pop-title .btn-primary{color:#dbc2be;font-size:50px;width:100px;height:100px;float:left;background-color:transparent;border:1px solid #dbc2be;border-radius:100%;margin-top:10px;position:fixed;}.landing-page .kol .modal-content .left .pop-title h1{color:#dbc2be;font-size:100px;margin-left:200px;padding-top:20px;}.landing-page .kol .modal-content .left .pop-content{padding:50px 30px;}.landing-page .kol .modal-content .left .pop-content h2{color:#dbc2be;font-size:35px;}.landing-page .kol .modal-content .left .pop-content p{color:#dbc2be;font-size:20px;}.landing-page .kol .modal-content .right{padding:20px 50px 50px 20px;}.landing-page .kol .modal-content .right img{max-width:100%;}.landing-page .love-letter{background-color:#141414;padding:0 80px;}.landing-page .love-letter > div{padding:100px 50px 300px;}.landing-page .love-letter .element{padding-right:50px;}.landing-page .love-letter .element *{color:white;}.landing-page .love-letter .element h1{font-size:100px;font-weight:400;color:#c69c9c;padding-bottom:50px;border-bottom:0.5px solid white;}.landing-page .love-letter .element h6{font-size:25px;}.landing-page .love-letter .element p{font-size:18px;font-weight:300;}.landing-page .love-letter .element .join-now{width:90%;background-color:#c69c9c;padding:5px;margin-top:50px;}.landing-page .love-letter .element .join-now .btn-primary{width:100%;background-color:transparent;border:.5px solid white;border-radius:0;font-size:18px;}.landing-page .love-letter #love-letter-img{padding:0;}.landing-page .love-letter #love-letter-img img{width:100%;}.landing-page .love-letter #title{color:white;position:absolute;margin-left:60%;margin-top:260px;}.landing-page .love-letter #title2{color:white;font-size:20px;font-weight:300;position:absolute;margin-left:10px;margin-top:350px;text-align:left;}.landing-page .love-letter .letter{font-size:550px;color:#fff;opacity:41%;position:absolute;left:100px;bottom:-350px;}.landing-page .activities{background-color:#e6e6e6;padding:80px 0 80px;position:relative;}.landing-page .activities h1{font-size:100px;color:#c5a14e;padding-left:10px;margin-bottom:40px;}.landing-page .activities h6{color:#1d212c;font-size:22px;margin-top:15px;}.landing-page .activities p,.landing-page .activities a{color:#787d88;font-size:17px;font-weight:400;margin-bottom:5px;}.landing-page .activities a{font-size:15px;}.landing-page .activities span{padding-left:50px;}.landing-page .activities .activities-banner{width:100%;height:300px;}.landing-page .activities .activities-banner img{width:100%;height:100%;display:block;}.landing-page .activities .activities-text{padding:0 20px;margin:15px 0;}.landing-page .activities .activities-element{padding:2% 5% 5%;}.landing-page .activities .row{margin:0 -4%;}.landing-page .activities .move{position:absolute;width:60px;right:0;bottom:0;}.landing-page .activities .move a{font-size:30px;color:white;text-align:center;width:100%;height:60px;margin:0;background-color:goldenrod;border-radius:0;}.landing-page .activities .discover{width:280px;height:50px;background-color:transparent;padding:5px;border:1px solid #707070;margin-right:auto;margin-left:auto;}.landing-page .activities .discover .btn-primary{width:100%;height:100%;margin:0;color:#090909;vertical-align:middle;background-color:transparent;border:.5px solid #bfbfbf;border-radius:0;font-size:18px;}.landing-page .sponsor{margin:80px auto;}.landing-page .sponsor h1{font-size:150px;margin-left:auto;margin-right:auto;color:#111;}.landing-page h1{font-size:50px;}.landing-page h6{font-weight:600;font-size:15px;}.landing-page p{font-size:13px;font-weight:400;}.buy_package .background{background-color:#fff9fa;padding:50px 0;}.buy_package .package-header h1{float:left;font-size:50px;line-height:56px;font-weight:bold;width:520px;margin-top:50px;}.buy_package .package-header img{float:right;}.buy_package .listing-section{width:100%;margin:35px 0 0;position:relative;}.buy_package .listing-section h1{font-weight:600;font-size:24px;line-height:23px;padding-top:8px;text-align:left;margin-bottom:30px;}.buy_package .listing-section svg{margin-bottom:-2px;}.buy_package #package-table{width:100%;box-shadow:1px 1px 8px rgba(0,0,0,0.07);}.buy_package #package-table th,.buy_package #package-table td{padding:15px 20px;border:1px solid #ebebeb;text-align:center;}.buy_package #package-table th{padding:20px;}.buy_package #package-table th > div{padding:10px 20px;}.buy_package #package-table tr:nth-child(even){background-color:#f8f8f8;}.buy_package #package-table tr:nth-child(odd){background-color:#fff;}.buy_package #package-table tr th:nth-child(1),.buy_package #package-table tr td:nth-child(1){text-align:left;}.buy_package #package-table tr th:nth-child(1) h1,.buy_package #package-table tr td:nth-child(1) h1{color:#333;margin-bottom:40px;font-weight:bold;}.buy_package #package-table tr th:nth-child(1) h4,.buy_package #package-table tr td:nth-child(1) h4{margin:0;}.buy_package #package-table tr th:nth-child(1) p,.buy_package #package-table tr td:nth-child(1) p{font-size:16px;color:#333;}.buy_package #package-table tr th:nth-child(1) p span,.buy_package #package-table tr td:nth-child(1) p span{color:#ee3e7b;}.buy_package #package-table tr th h1{font-size:28px;color:#ee3e7b;margin:0;}.buy_package #package-table tr th p{font-size:12px;color:#939598;}.buy_package #package-table tr th .using{background-color:#fff9fa;border:1px solid #ffe2ec;color:#ee3e7b;}.buy_package #package-table tr th .count{border:1px solid #ddd;border-radius:5px;margin:10px;padding:8px 20px;width:160px;}.buy_package #package-table tr th .count .minus-button{float:left;cursor:pointer;}.buy_package #package-table tr th .count .add-button{float:right;cursor:pointer;}.buy_package #package-table tr .premium{position:relative;}.buy_package #package-table tr .premium .recommend{background-color:#0e2549;box-shadow:1px 1px 8px rgba(0,0,0,0.07);font-size:14px;position:absolute;right:40px;top:-40px;}.buy_package #package-table .ty-value-changer{width:160px;border:1px solid #ebebeb;border-radius:5px;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;height:44px;text-align:center;}.buy_package #package-table .ty-value-changer.disabled{justify-content:center;background-color:#f5f5f5;}.buy_package #package-table .ty-value-changer__increase,.buy_package #package-table .ty-value-changer__decrease{color:#333;font-weight:900;font-size:14px;padding:13px;border:none;margin:0;}.buy_package #package-table .ty-value-changer input.ty-value-changer__input{width:auto;border:none;}.buy_package #package-table .ty-btn__add-to-cart{margin:0;width:100%;box-sizing:border-box;padding:10px;border-radius:5px;text-transform:capitalize;}.buy_package #package-table .product-title{font-weight:600;font-size:16px;}.buy_package #package-table .price-wrap{margin-bottom:30px;}.buy_package #package-table .price-wrap .ty-price-num{font-size:28px;font-weight:600;color:#ee3e7b;}.buy_package #package-table .price-wrap .ty-product-list__tax{color:#939598;font-size:12px;}.buy_package .promotion-box .promotion-info,.buy_package .promotion-box .promotion-num,.buy_package .promotion-box .promotion-final{background-color:white;box-shadow:1px 1px 8px rgba(0,0,0,0.07);height:275px;}.buy_package .promotion-box .promotion-info{padding:45px 20px 40px;}.buy_package .promotion-box .promotion-info h1{font-size:32px;font-weight:bold;margin-bottom:30px;}.buy_package .promotion-box .promotion-info h4{margin:0;}.buy_package .promotion-box .promotion-info span{color:#ee3e7b;}.buy_package .promotion-box .promotion-num{margin:0;padding:45px 20px 40px;text-align:center;}.buy_package .promotion-box .promotion-num p{font-size:18px;}.buy_package .promotion-box .promotion-num span{font-size:20px;}.buy_package .promotion-box .promotion-num span #newsNum{font-size:50px;font-weight:300;}.buy_package .promotion-box .promotion-num .slider{display:block;margin:10px auto;-webkit-appearance:none;width:80%;height:15px;background:#f8f8f8;border-radius:5px;}.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:30px;height:30px;background:#bdbdbd;cursor:pointer;border-radius:22px;border:6px solid #fff;box-shadow:0 0 0 1px #bdbdbd;}.buy_package .promotion-box .arrow{font-size:30px;color:#bdbdbd;display:inline-block;margin:100px 15px;}.buy_package .promotion-box .promotion-final{float:right;text-align:center;margin:0;}.buy_package .promotion-box .promotion-final .your-price{background:#f5f5f5;padding:15px;font-size:18px;margin-bottom:10px;}.buy_package .promotion-box .promotion-final .final-price{color:#ee3e7b;font-size:42px;line-height:47px;}.buy_package .promotion-box .promotion-final p{font-size:12px;color:#939598;}.buy_package .promotion-box .promotion-final .note{font-size:15px;color:#333;}.buy_package .promotion-box .promotion-final .note span{font-weight:bold;}.buy_package .promotion-box .promotion-final a{width:250px;border-radius:5px;margin:15px auto;}.buy_package .back,.buy_package .process{margin-top:30px;color:#32ccb7;background-color:#fff;font-size:18px;font-weight:bold;text-align:center;border:1px solid #32ccb7;border-radius:90px;padding:20px 40px;}.buy_package .back span,.buy_package .process span{float:left;margin:2px 10px 0;width:20px;line-height:20px;background:#32ccb7;color:#fff;border-radius:50%;padding-bottom:2px;}.buy_package .process{background:#32ccb7;color:#fff;float:right;}.buy_package .process span{float:right;color:#32ccb7;background:#fff;}.buy_package .tab-bar{display:none;}.buy_package .tab-bar .tab{cursor:pointer;}.checkout-success{margin-top:50px;}.checkout-success .background{background:#fff9fa;}.checkout-success h1{margin-bottom:10px;text-align:center;}.checkout-success p{text-align:center;font-size:20px;}.checkout-success .ty-btn__primary{border-radius:90px;margin:20px auto 70px;display:inline-block;padding:17px 45px;font-size:16px;font-weight:bold;}@media (max-width: 1099px) and (min-width: 768px){.buy_package .package-header h1,.buy_package .listing-section h1{margin-left:10px;}.buy_package #package-table tr .premium .recommend{right:20px;}.buy_package #package-table tr th{padding:15px;}.buy_package #package-table tr th .count{margin:0;margin-bottom:10px;}.buy_package .promotion-box .arrow{font-size:25px;}}@media (max-width: 767px){.buy_package .background{padding-top:35px;}.buy_package .package-header h1{width:100%;font-size:32px;line-height:36px;text-align:center;margin-top:0;}.buy_package .listing-section h1{font-size:18px;margin-bottom:25px;}.buy_package .listing-section svg{margin-bottom:-5px;}.buy_package .tab-bar{display:flex;margin:0 auto 15px;}.buy_package .tab-bar .tab{width:33%;padding:10px;margin:0;border:1px solid #eb427b;background-color:white;}.buy_package .tab-bar .tab:nth-child(1){border-top-left-radius:5px;border-bottom-left-radius:5px;}.buy_package .tab-bar .tab:nth-child(2){border-right:0;border-left:0;}.buy_package .tab-bar .tab:nth-child(3){border-top-right-radius:5px;border-bottom-right-radius:5px;}.buy_package .tab-bar .active{background-color:#eb427b;color:white;}.buy_package #package-table{width:90%;margin:auto;}.buy_package #package-table th,.buy_package #package-table td{padding:0;font-size:14px;}.buy_package #package-table td{padding:10px;}.buy_package #package-table tr th:nth-child(1) div{margin:20px 50px 15px 15px;width:100%;}.buy_package .promotion-box .promotion-info{padding:24px 15px;height:auto;}.buy_package .promotion-box .promotion-info h1{font-size:28px;margin-bottom:15px;}.buy_package .promotion-box .promotion-info p{font-size:14px;display:flex;}.buy_package .promotion-box .promotion-num{padding:24px 15px;height:auto;}.buy_package .promotion-box .promotion-num p{font-size:14px;}.buy_package .promotion-box .promotion-num span{font-size:18px;}.buy_package .promotion-box .promotion-num span #newsNum{font-size:42px;}.buy_package .promotion-box .promotion-num .slider{width:100%;height:12px;}.buy_package .promotion-box .promotion-num .slider::-webkit-slider-thumb{width:24px;height:24px;}.buy_package .promotion-box .arrow{transform:rotate(90deg);display:flex;justify-content:center;margin:25px auto;}.buy_package .process{float:none;display:block;width:280px;margin:40px auto 10px;font-size:16px;}.checkout-success img{width:278px;}.checkout-success h1{font-size:20px;}.checkout-success p{font-size:14px;font-weight:normal;}}@media (max-width: 1099px){*{box-sizing:border-box;}.tygh-content .container-box,.tygh-footer .container-box,.container-box{width:100%;}.ty-advanced-search-container .span6{width:100%;margin:0;}.ty-advanced-search-container .search-box{width:50%;margin:auto;}.tygh-content .container,.ty-footer-menu,.footer-copyright{padding-left:10px;padding-right:10px;}.become-vendor .ty-btn{padding-left:10px;padding-right:10px;font-size:14px;}.ty-account-info__title-txt,.ty-menu__item .ty-menu__item-link,.call-request .ty-cr-phone-number-link .ty-cr-phone{font-size:12px;}}.ty-account-info__item .ty-account-info__a{padding-left:8px;}.ty-pagination__item,.ty-pagination__selected{display:inline-block;width:34px;height:34px;padding:0;line-height:34px;color:#333;font-size:14px;border:1px solid #ddd;outline:none;}.ty-pagination__item:hover,.ty-pagination__selected:hover{color:#333;padding:0;background:transparent;border-color:#ee3e7b;}.ty-pagination__item.ty-pagination__range,.ty-pagination__selected.ty-pagination__range{width:auto;border:none;}.ty-pagination__selected{color:#fff;border-color:#ee3e7b;}.ty-pagination__text{display:none;}@media (max-width: 979px){.tygh-header{height:54px;background:#fff;}.tygh-header > div{padding:0 10px;}.ty-column4{width:50%;}.top-menu-grid{position:relative;height:54px;}.top-menu-grid .top-logo{position:absolute;left:50%;margin-left:-37px;margin-top:12px;}.top-menu-grid .top-logo svg{width:74px;}.main-banner-container .home-banners{min-height:232px;}.main-banner-container .home-banners .owl-theme .owl-wrapper-outer .ty-banner__image{height:232px;}.main-banner-container .home-banners .owl-theme .owl-controls .owl-page span{width:6px;height:6px;margin:5px 2px 5px 3px;}.main-banner-container .ty-advanced-search-container .search-box{padding:20px;background:transparent;box-shadow:none;}.main-banner-container .ty-advanced-search-container .search-box .title{color:#fff;font-size:24px;line-height:24px;text-align:center;text-shadow:1px 1px 2px #a7a6a6;}.main-banner-container .ty-advanced-search-container .search-box-content{position:relative;margin-top:15px;}.main-banner-container .ty-advanced-search-container .search-box-content .control-group{padding-top:0px;}.main-banner-container .ty-advanced-search-container .search-box-content .search-input{font-size:14px;padding:0 100px 0 10px;}.main-banner-container .ty-advanced-search-container .search-box-content .search-submit{position:absolute;width:90px;top:0;right:0;border-radius:0 4px 4px 0;}.ty-mainbox-simple-title{font-size:20px;line-height:1.5;}.ty-vendor .ty-grid-list,.ty-videos .ty-grid-list,.albums .ty-grid-list,.shop-services .ty-grid-list,.shop-albums .ty-grid-list{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;}.ty-vendor .ty-grid-list > .ty-column5,.ty-videos .ty-grid-list > .ty-column5,.albums .ty-grid-list > .ty-column5,.shop-services .ty-grid-list > .ty-column5,.shop-albums .ty-grid-list > .ty-column5{display:inline-block;width:140px;}.ty-vendor .ty-grid-list > .ty-column4,.ty-vendor .ty-grid-list > .ty-column3,.ty-videos .ty-grid-list > .ty-column4,.ty-videos .ty-grid-list > .ty-column3,.albums .ty-grid-list > .ty-column4,.albums .ty-grid-list > .ty-column3,.shop-services .ty-grid-list > .ty-column4,.shop-services .ty-grid-list > .ty-column3,.shop-albums .ty-grid-list > .ty-column4,.shop-albums .ty-grid-list > .ty-column3{display:inline-block;}.ty-vendor .ty-grid-list__image img,.ty-videos .ty-grid-list__image img,.albums .ty-grid-list__image img,.shop-services .ty-grid-list__image img,.shop-albums .ty-grid-list__image img{border-radius:5px;}.ty-vendor .ty-grid-list__item-location,.ty-videos .ty-grid-list__item-location,.albums .ty-grid-list__item-location,.shop-services .ty-grid-list__item-location,.shop-albums .ty-grid-list__item-location{font-size:13px;}.ty-vendor .ty-grid-list__item-timestamp,.ty-videos .ty-grid-list__item-timestamp,.albums .ty-grid-list__item-timestamp,.shop-services .ty-grid-list__item-timestamp,.shop-albums .ty-grid-list__item-timestamp{font-size:13px;color:#555;}.ty-vendor .ty-grid-list__item-reviews a,.ty-videos .ty-grid-list__item-reviews a,.albums .ty-grid-list__item-reviews a,.shop-services .ty-grid-list__item-reviews a,.shop-albums .ty-grid-list__item-reviews a{display:flex;}.ty-vendor .ty-grid-list__item-reviews svg,.ty-videos .ty-grid-list__item-reviews svg,.albums .ty-grid-list__item-reviews svg,.shop-services .ty-grid-list__item-reviews svg,.shop-albums .ty-grid-list__item-reviews svg{width:12px;margin-right:-2px;}.ty-vendor .ty-grid-list__item-reviews .ty-average-rating,.ty-videos .ty-grid-list__item-reviews .ty-average-rating,.albums .ty-grid-list__item-reviews .ty-average-rating,.shop-services .ty-grid-list__item-reviews .ty-average-rating,.shop-albums .ty-grid-list__item-reviews .ty-average-rating{font-size:12px;margin-left:10px;}.ty-vendor .album-list .ty-grid-list__item,.ty-videos .album-list .ty-grid-list__item,.albums .album-list .ty-grid-list__item,.shop-services .album-list .ty-grid-list__item,.shop-albums .album-list .ty-grid-list__item{padding-bottom:40px;}.ty-vendor .album-list .ty-grid-list__item-button-container,.ty-videos .album-list .ty-grid-list__item-button-container,.albums .album-list .ty-grid-list__item-button-container,.shop-services .album-list .ty-grid-list__item-button-container,.shop-albums .album-list .ty-grid-list__item-button-container{top:auto;bottom:-100px;display:flex;justify-content:normal;padding:0;}.ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn,.ty-videos .album-list .ty-grid-list__item-button-container .ty-btn,.albums .album-list .ty-grid-list__item-button-container .ty-btn,.shop-services .album-list .ty-grid-list__item-button-container .ty-btn,.shop-albums .album-list .ty-grid-list__item-button-container .ty-btn{border-radius:5px;margin:0;width:120px;}.ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn svg,.ty-videos .album-list .ty-grid-list__item-button-container .ty-btn svg,.albums .album-list .ty-grid-list__item-button-container .ty-btn svg,.shop-services .album-list .ty-grid-list__item-button-container .ty-btn svg,.shop-albums .album-list .ty-grid-list__item-button-container .ty-btn svg{margin-left:-10px;margin-right:10px;}.ty-vendor .album-list .ty-grid-list__item-button-container .ty-btn span,.ty-videos .album-list .ty-grid-list__item-button-container .ty-btn span,.albums .album-list .ty-grid-list__item-button-container .ty-btn span,.shop-services .album-list .ty-grid-list__item-button-container .ty-btn span,.shop-albums .album-list .ty-grid-list__item-button-container .ty-btn span{font-size:14px;}.view-all a{border:1px solid #ddd;height:44px;display:block;line-height:44px;color:#939598;text-transform:none;font-size:14px;}.view-all a:hover{border-color:#ee3e7b;color:#ee3e7b;}.owl-carousel.owl-theme{margin:0;}.owl-carousel.owl-theme .ty-scroller-list__item{margin:10px 0;}.ty-wedding_ideas .categories .ty-column6{width:33%;}.ty-wedding_ideas .categories .category-item .thumbnail{max-width:120px;}.homepage-our-brands .ty-mainbox-simple-title{text-align:center;}.homepage-our-brands .ty-grid-list .ty-column6{width:32%;}.homepage-our-brands .ty-grid-list .ty-column6 img{max-width:100%;}.ty-footer-register{position:static;display:block;margin:0;padding:0;border:none;}.ty-footer-register .container-box{padding-top:0;}.ty-footer-register h2{font-size:20px;}.ty-footer-register .desc{font-size:16px;color:#939598;line-height:1.5;}.ty-footer-register svg{margin:auto;position:static;display:inherit;}.ty-footer-register .ty-btn-register{width:100%;padding:10px;}.ty-locations__content .span3{width:49%;display:inline-block;overflow:hidden;}.ty-locations__content .cm-location{font-size:14px;white-space:nowrap;}.about-us{font-size:14px;line-height:24px;}.about-us b,.about-us strong{font-weight:600;}.about-us svg{width:80px;}.ty-footer-general__header{font-weight:600;border:none;padding:0;margin-top:15px;margin-bottom:5px;line-height:24px;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{display:none !important;}.ty-footer .ty-footer-general__body{padding-bottom:0;overflow:hidden;display:block !important;}.ty-footer .ty-footer-general__body a{font-size:14px;}.ty-footer-general__body .ty-text-links__item,.ty-footer-general__body .ty-account-info__links li{display:inline-block;padding:0;border:none;margin-right:5px;}.ty-footer-form-block__title{text-align:left;}.wp-post-news .ty-grid-list__item{padding:12px;}.wp-post-news .ty-grid-list__item-category{padding:0 10px;display:inline-block;}.wp-post-news .ty-grid-list__item-category a{color:#888;text-transform:uppercase;font-size:13px;}.wp-post-news .ty-grid-list__image{background:#ebebeb;width:125px;height:93px;border-radius:5px;float:left;}.wp-post-news .ty-grid-list__item-name{width:auto;padding-right:0;}.wp-post-news .ty-grid-list__item-timestamp{display:block;font-size:13px;color:#555;overflow:hidden;}.ty-videos{margin-left:-10px;margin-right:-10px;border-radius:0;padding:20px 10px;}.ty-breadcrumbs__a,.ty-breadcrumbs__current{font-size:14px;}.shop-header .avatar{width:80px;height:80px;margin-top:0px;border:1px solid #eee;}.shop-header .avatar .ty-no-image{height:80px !important;}.shop-header .shop-title h1{font-size:24px;}.shop-header .shop-title .rating{margin-top:5px;}.shop-header .shop-title .rating .ty-stars{margin-right:5px;}.shop-header .shop-title .rating .ty-stars svg{margin-right:-3px;}.shop-header .shop-title .rating .ty-average-rating,.shop-header .shop-title .rating .ty-total-reviews{font-size:14px;}.shop-header .address-bar .address{margin-top:10px;}.shop-header .address-bar .buttons{display:flex;justify-content:space-between;margin-top:15px;margin-left:0;}.shop-header .address-bar .buttons > div{border:1px solid #eee;padding:10px 15px;border-radius:20px;min-width:41px;text-align:center;display:inline-flex;align-items:center;}.shop-header .address-bar .buttons > div svg{margin-right:5px;}.shop-header .address-bar .buttons .visible-phone{display:inline-block !important;}.shop-header .address-bar .buttons .open .show-hidden-text{display:none !important;}.shop-header .button-container{float:none;margin:0;}.shop-header .ty-btn__secondary{width:100%;}.shop-menus .container-box{padding:0;}.shop-menus .nav-items{overflow-x:auto;white-space:nowrap;}.shop-menus .nav-items .nav-item{padding:0;float:none;display:inline-block;}.shop-menus .nav-items .nav-item a{padding:15px 10px;}.shop-body .shop-main-content .shop-left{padding-right:0px;}.shop-body .shop-main-content .shop-right{display:none;}.shop-body .shop-main-content .section{padding-top:30px;}.shop-body .shop-main-content .section .section-title{font-size:20px;margin:0;}.shop-text-container .hidden-text{display:none;}.shop-text-container .show-hidden-text{cursor:pointer;}.shop-text-container .show-hidden-text:hover{color:#ee3e7b;}.shop-text-container.open .hidden-text{display:inline-block;}.shop-text-container.open .show-hidden-text{display:none !important;}.post-list .ty-grid-list__item{margin-top:0;}.album-list .grid-list .ty-column3{width:33.333%;}.shop-reviews .ty-pagination-container{padding-top:15px;}.ty-pagination__item{display:none;}.ty-pagination__items .ty-pagination__item{display:inline-block;}.post-price .row-fluid > div{padding:10px;float:left;}.post-price .promotion-price{font-size:14px;}.post-price .promotion-price bdi{font-size:16px;}.post-price .original-price bdi{font-size:13px;}.post-price .save-percent{font-size:16px;}.post-price .save-price{font-size:13px;}.shop-introduce{padding:15px !important;}.shop-introduce .shop-title a{line-height:1.2px;color:#000;}.shop-introduce .rating{margin-top:5px;}.shop-introduce .rating .ty-stars{margin-right:5px;}.shop-introduce .rating .ty-stars svg{margin-right:-3px;}.shop-introduce .rating .ty-average-rating,.shop-introduce .rating .ty-total-reviews{font-size:14px;}.shop-introduce .address{margin-top:10px;}.shop-introduce .buttons{display:flex;justify-content:space-around;margin-top:15px;}.shop-introduce .buttons > div{border:1px solid #eee;padding:10px 15px;border-radius:20px;min-width:41px;text-align:center;}.shop-introduce .short-intro{font-size:16px;}.shop-subscriber{padding:15px !important;}.shop-subscriber .subscribe-image{display:none;}.shop-subscriber .subscribe-content{margin-left:0;}.shop-subscriber .cm-processed-form{height:50px;}.section{padding-top:30px;padding-bottom:30px;}.top-my-account{background:transparent;}.top-my-account .ty-dropdown-box__title{padding-right:0;color:#939598 !important;}.top-my-account .ty-dropdown-box__title:hover,.top-my-account .ty-dropdown-box__title.open{background:transparent;border-color:transparent;}.top-my-account .ty-dropdown-box__title .ty-account-info__title-txt{color:#939598 !important;}.top-my-account .ty-dropdown-box__title svg path{fill:#939598 !important;}.top-my-account .ty-account-info__user-arrow{display:none;}.service-content .open-filter,.service-content .close-filter{text-align:center;padding:10px 0 25px;color:#ee3e7b;font-weight:bold;text-decoration:underline;}.service-content-left{position:fixed;transition:0.5s;box-sizing:border-box;width:auto;background:#fff;z-index:10;top:54px;left:0;right:0;padding:10px;display:none;}.service-content-right{margin-left:0;display:block;}.service-content-right .ty-sort-container .pull-right b{display:none;}.service-content.open .service-content-left{display:block;box-shadow:0px 50px 20px rgba(0,0,0,0.1);border-bottom:1px solid #ddd;}.account .ty-control-group{margin-top:10px;}.account .ty-control-group .ty-control-label,.account .ty-control-group .ty-control-group__title{float:none;font-size:14px;margin-bottom:0;}.account .ty-control-group .ty-controls{margin:0;}.account .ty-buttons-container{margin:0;}.account .ty-buttons-container .ty-btn__primary{width:100%;margin-bottom:10px;}.account .ty-buttons-container .inline-flex{display:flex;justify-content:space-between;}.account .ty-input-text,.account .ty-input-select{font-size:14px;padding-left:10px;padding-right:10px;}.account .cm-change-password{margin-top:-25px;font-size:14px;}.account .section-title{font-size:22px;font-weight:bold;border-left:3px solid #ee3e7b;padding-left:10px;line-height:17px;}}.posts .shop-listing .ty-grid-list .ty-column4{width:20%;}.posts .shop-listing .ty-grid-list__item-expiring{display:none;}.posts .shop-listing .ty-grid-list__description{height:42px;line-height:140%;overflow:hidden;}@media (min-width: 1224px){.ui-dialog .ui-dialog-titlebar{background:#f6f6f6;height:63px;padding:0 25px;font-size:20px;display:flex;align-items:center;}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{font-weight:600;font-size:20px;}.ui-dialog .ty-control-group__title{font-weight:normal;}.ui-dialog .row-fluid .span8{width:100%;}.ui-dialog .row-fluid .span4{width:100%;margin-left:0;}.ui-dialog .buttons-container{padding:8px 30px 30px 30px;}.ui-dialog .buttons-container .ty-btn{min-width:100%;}.about-information .about-us{font-size:14px;}.ty-footer .ty-footer-general__body .ty-text-links__item a{font-size:14px;transition:150ms;}.ty-footer .ty-footer-general__body .ty-text-links__item a:hover{color:#eb427b;}.shop-header .address-bar > div{display:block;}.shop-header .buttons{display:inline-block;margin-left:0;}}@media (max-width: 979px) and (min-width: 768px){.tygh-content .container{padding-left:15px;padding-right:15px;}.tygh-content .container .ty-grid-list .ty-column5{width:20%;}.tygh-content .container .ty-grid-list__item{margin:7px;}.ty-scroller-list .owl-wrapper .owl-item{width:180px !important;margin:0 5px;}.ty-footer-register .container-box{border-top:0;}.ty-footer-general__body .ty-text-links__item{display:grid;}.service .service-content-right{padding-left:0;}.service .service-content-right .ty-grid-list__item{margin:8px 7px;}.tygh-content{padding-top:54px;}.dashboard .vendor-info .vendor-info-main .vendor-info-middle{padding:0 15px;}.dashboard .vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text{margin:0;}.dashboard .vendor-info .vendor-info-main .vendor-info-middle .expiring{padding-right:5px;}.dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .title{font-size:14px;}.dashboard .vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary-item .status{font-size:13px;}.dashboard .section{padding:20px 0;}.dashboard .vendor-row{padding-top:5px;}.account .image-upload{margin-top:180px;margin-left:0;}.account .avatar{padding-left:30px;}.account .avatar-box div:nth-child(1) .avatar div:nth-child(1){margin:20px 0;}.ui-dialog{width:90% !important;left:5% !important;}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{font-weight:bold;font-size:22px;padding-top:10px;}.ui-dialog .object-container{height:auto !important;padding-bottom:80px;}.ui-dialog .object-container .discussion-post{width:100% !important;}.posts .tygh-content h1{padding-top:20px;}.ty-account .ty-account-register{width:100%;margin:5px auto 10px;}.ty-account .ty-account-register .ty-account-image-cover{display:none;}.ty-account .ty-account-register .ty-account-main-content{margin-left:0;}.shop-services .ty-grid-list > .ty-column3{width:50%;}.ty-advanced-search-container .search-box{width:80%;}.ty-benefit{margin-top:20px;}.ty-benefit .title{line-height:20px;}.ty-benefit .content{font-size:13px;line-height:18px;}.ty-locations__content .span3{width:22.857142857143%;}.ty-locations__content .cm-location{font-size:13px;white-space:nowrap;}.service-banners .button-container,.detail-banners .button-container,.shop-header .button-container{margin:0;}.service-banners .ty-btn__secondary,.detail-banners .ty-btn__secondary,.shop-header .ty-btn__secondary{padding:13px;}.post-list .ty-column2,.simple-list .ty-column2{width:50%;}}@media (max-width: 767px){.tygh-header .container-box{width:100%;}.tygh-content,.tygh-footer{padding-top:0;}.ty-advanced-search-container .search-box{width:100%;}.discussion-summary .col1{width:40%;float:left;}.discussion-summary .col1 .rating-title{font-size:14px;}.discussion-summary .col1 .rating-point{font-size:40px;line-height:42px;}.discussion-summary .col1 .ty-stars svg{margin-right:-3px;}.discussion-summary .col1 .total{font-size:14px;}.discussion-summary .col2{width:60%;float:left;}.discussion-summary .col2 .sum-item{font-size:14px;}.discussion-summary .col2 .sum-item > div{float:left;}.discussion-summary .col2 .sum-item .span2{width:20%;font-size:13px;display:flex;padding:0 5px;align-items:center;justify-content:space-evenly;}.discussion-summary .col2 .sum-item .span2 svg{width:12px;}.discussion-summary .col2 .sum-item .span8{width:60%;}.ty-discussion-post__avatar{margin-bottom:5px;}.ty-discussion-post__date{font-size:14px;}.ty-discussion-post__content .ty-discussion-post{border:none;margin:0;padding-top:10px;}.ty-discussion-post__content .ty-discussion-post__content{margin-left:30px;}.ty-discussion-post__content .ty-discussion-post__content .ty-discussion-post__author{display:block;}.ty-discussion-like{margin-left:0;}.post-price .span4{width:40%;}.post-price .span8{width:60%;}.wp-post-news .ty-column4{width:100%;}.detail-banners .span1,.service-banners .span1{display:none;}.detail-banners .ty-search-block .search-box,.service-banners .ty-search-block .search-box{box-shadow:0px 4px 10px rgba(0,0,0,0.1);margin:0;}.detail-banners .ty-search-block .search-box .search-input,.service-banners .ty-search-block .search-box .search-input{width:100%;padding-right:50px;}.detail-banners .ty-search-block .search-box .search-location,.service-banners .ty-search-block .search-box .search-location{display:none;}.detail-banners .ty-search-block .search-box .ty-search-magnifier,.service-banners .ty-search-block .search-box .ty-search-magnifier{top:2px;right:2px;bottom:2px;height:auto;}.detail-banners{margin-top:54px;min-height:80px;}.detail-banners .ty-banner__image-wrapper{background:#fff;}.detail-banners .ty-pict{display:none;}.detail-banners .ty-search-block{margin-top:0 !important;}.detail-banners .ty-search-block .search-box{border:1px solid #ddd;box-shadow:none;}.detail-banners .ty-search-block .search-input input.ty-search-block__input{border:none;box-shadow:none;padding:28px;}.detail-banners .ty-search-block .search-input svg{display:none;}.detail-banners .ty-search-block .ty-search-magnifier{top:-1px;right:-1px;bottom:-1px;}#shop_menu .sub-title{display:none;}.profile-menus .content{display:block;}.profile-menus .menu-item{width:47%;display:inline-block;text-align:left;border:1px solid #eee;border-radius:5px;height:40px;margin:5px;padding:8px;}.profile-menus .menu-item.active{background:#ee3e7b;}.profile-menus .menu-item.active .menu-item-icon svg path{fill:#fff;stroke:#fff;}.profile-menus .menu-item.active .menu-item-title{color:#fff;}.profile-menus .menu-link{display:flex;}.profile-menus .menu-link .menu-item-icon svg{width:18px;height:18px;}.profile-menus .menu-link .menu-item-title{font-size:14px;}.vendor-info .vendor-avatar{height:90px;width:90px;}.vendor-info .vendor-info-main{margin:0;}.vendor-info .vendor-info-main .vendor-info-header{margin-left:90px;height:60px;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title{margin-left:10px;margin-bottom:0;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title h1{font-size:14px;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .vendor-info-title svg{width:16px;}.vendor-info .vendor-info-main .vendor-info-header .vendor-info-header-inner .creation-data{font-size:13px;}.vendor-info .vendor-info-main .vendor-info-middle{padding:0;margin-left:100px;}.vendor-info .vendor-info-main .vendor-info-middle .status{width:100%;font-size:0px;}.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__text{margin:0;font-size:13px;padding:7px 10px;}.vendor-info .vendor-info-main .vendor-info-middle .status .ty-btn__primary{font-size:13px;padding:7px 15px;}.vendor-info .vendor-info-main .vendor-info-middle .expiring{font-size:13px;margin-top:-10px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary{height:100px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .statistic{font-size:28px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title,.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status{font-size:13px;}.section-title{font-size:18px;border:none;padding:0;}.section-title a{font-size:18px;}.vendor-row{padding:0 0 15px;margin-bottom:10px;}.vendor-row .avatar .thumbnail{position:absolute;top:0;left:0;margin-top:0;width:40px;height:40px;}.vendor-row .avatar .thumbnail .cap{line-height:40px;font-size:24px;}.vendor-row .content .name{font-size:14px;margin-left:45px;line-height:22px;}.vendor-row .content .name .status{font-size:12px;margin-left:1px;padding:0 5px;}.vendor-row .content .name .rating{height:22px;}.vendor-row .content .name .rating .ty-stars{font-size:0;}.vendor-row .content .creation-date{font-size:13px;margin-left:45px;line-height:20px;}.vendor-row .content .message{font-size:14px;line-height:20px;}.vendor-row .action .ty-btn__reply{top:0;right:0;margin:0;padding:8px;width:80px;font-size:14px;line-height:20px;}.vendor-row .action .ty-btn__reply span{font-size:14px;line-height:20px;}.vendor-row .action .ty-btn__reply span svg{display:none;}.vendor-row .action .ty-btn__reply i{display:none;}.vendor-table .vendor-table{margin-left:20px;}.ty-btn__add-new{height:41px;}.ty-btn__add-new .ty-column4{width:100%;}.ty-account{background:#fff;}.ty-grid-list__item-name .shop-title,.ty-grid-list__item-name .product-title{font-size:15px;font-weight:600;}.ty-grid-list__item-expiring{font-size:13px;}.ty-grid-list__item-button-container .ty-btn__update,.ty-grid-list__item-button-container .ty-btn__delete{font-size:14px;}.ty-wedding_ideas .categories .category-item .title a{font-weight:600;font-size:15px;}.shops .header-grid{border:none;}.shops .breadcrumbs-grid{border-top:1px solid #eee;}.shop-header .address-bar .buttons .view-facebook svg{margin:0;}.shop-header .address-bar .buttons .view-facebook .hidden-phone,.shop-header .address-bar .buttons .view-facebook .visible-phone{display:none !important;}}@media (max-width: 600px){.ty-vendor .ty-grid-list > .ty-column5,.ty-videos .ty-grid-list > .ty-column5,.albums .ty-grid-list > .ty-column5,.shop-services .ty-grid-list > .ty-column5,.shop-albums .ty-grid-list > .ty-column5{display:inline-block;width:41%;}.owl-carousel.owl-theme .ty-scroller-list__item{margin:10px 9px;height:100%;}.ty-scroller-list .owl-wrapper{height:310px !important;}.ty-scroller-list .owl-wrapper .owl-item{width:280px !important;margin-bottom:20px;}.ty-scroller-list__img-block{width:100%;height:70%;}.ty-scroller-list__img-block img{width:100%;}.ty-wedding_ideas .categories{margin-bottom:8px;}.wp-post-news .ty-grid-list__item,.related-shops .ty-grid-list__item{margin:8px 10px;min-height:auto;}.view-all{padding:0 10px;margin:10px -10px 0 -10px;padding-bottom:20px;border-bottom:10px solid #ebebeb;}.ty-vendor,.ty-wedding_ideas,.ty-center{margin-top:20px;}.homepage-our-brands{margin:0 -10px;padding:20px 10px;border-top:10px solid #ebebeb;border-bottom:10px solid #ebebeb;}.ty-footer-register{margin-top:20px;}.ty-footer-register .container-box{border-top:none;padding-bottom:0;}.ty-footer-register .button{padding:0 10px;margin:10px -10px 0 -10px;padding-bottom:20px;border-bottom:10px solid #ebebeb;}.tygh-content{padding-top:0px;}.tygh-content > div{padding-bottom:0;}.tygh-footer{padding-top:20px;}.ty-account-register{width:100%;margin-top:28px;}.ty-account-register .ty-account-image-cover{display:none;}.ty-account-register .ty-account-main-content{margin:0 0;align-items:flex-start;}.ty-account-register .ty-account-main-content .inner-content{margin-left:25px;margin-right:25px;margin-top:10px;}.services .ty-breadcrumbs{padding-top:14px;}.section .section-title::after{display:none;}.shop-menus .nav-items .nav-item a{padding:10px 9.5px 15px 9.5px;}.shop-body .shop-main-content .section .section-title{margin-bottom:6px;}.ty-pagination{margin:0;padding:0;}.ty-pagination__items{margin:15px 0 0 0;}.service-content-right{padding-left:0;}.service-content .ty-sort-container{padding:5px;}.service-content .ty-grid-list__item-name a{font-size:16px;}.service-content-right{margin-left:0;}.shop-listing .ty-grid-list__item{padding-bottom:16px;}.shop-listing .ty-sort-dropdown__content{right:0;}#service_shops_11 h1{font-size:20px;}#album_slider .ty-grid-list__item{padding-bottom:0;}#shop_reviews{padding-top:20px;}.dashboard .section{padding-top:16px;padding-bottom:24px;border-bottom:8px solid #f7f7f7;}.dashboard .section .section-title h2,.dashboard .section .section-title .number{font-size:18px;margin-bottom:6px;}.dashboard .tygh-footer{margin-top:-30px;}.profile-menus{border-bottom:8px solid #f7f7f7;}.profile-menus .container{padding:5px 5px 15px 5px;}.vendor-info{box-shadow:none;}.vendor-info .vendor-info-main .vendor-info-header{border-bottom:none;line-height:1.8;}.vendor-info .vendor-info-main .vendor-info-middle{border-bottom:none;}.vendor-info .vendor-info-main .vendor-info-middle .status{margin-top:-10px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary{margin-top:-10px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .title{font-size:11px;}.vendor-info .vendor-info-main .vendor-info-bottom .vendor-summary .vendor-summary-item .status{font-size:11px;}.vendor-info .package{padding:10px 20px 0;font-size:13px;}.vendor-info .package-name{padding:10px 15px;font-size:16px;white-space:nowrap;}.vendor-info .package .error{font-size:13px;}.vendor-info .inline-flex{display:block;}#shop_requests .content *{font-size:14px;line-height:24px;}#shop_discussion .vendor-row{padding:0 0 16px;margin-bottom:16px;}.ty-btn span{font-size:14px;}.ty-column4 .ty-grid-list__item{margin:8px;}#shop_posts .ty-grid-list__item{margin:6px 10px;}#shop_posts .ty-grid-list__image{padding:8px;position:absolute;width:110px;float:left;}#shop_posts .ty-grid-list__item-name{height:40px;margin-left:30%;width:auto;}#shop_posts .ty-grid-list__item-expiring{margin-left:30%;}#shop_posts .ty-grid-list__item-expiring .date{font-size:13px;}#shop_posts .ty-grid-list__item-button-container{margin-left:30%;}.shops .shop-header .address-bar .buttons span .visible-phone .show-hidden-text{float:right;margin-left:10px;}.shops .shop-header .button-container{float:none;}}.error{color:#df484d;}.ty-shop-filters__tools{display:none;}.ty-shop-filters__title .cm-ajax{margin-left:10px;margin-top:4px;}.open-filter,.close-filter{display:none;}#shop_post_package{padding-top:0;}#shop_post_package .vendor-info{display:flex;justify-content:space-between;align-items:center;font-size:20px;}#shop_post_package .inline-flex{width:100%;justify-content:space-between;}.checkout{background:#fff9fa !important;}.litecheckout-box{background:#fff;border:#9b9b9b;border-radius:5px;box-shadow:1px 1px 8px rgba(0,0,0,0.07);padding:30px;width:100%;margin-bottom:25px;box-sizing:border-box;}.litecheckout__shipping-method{height:50px;}.litecheckout__shipping-method__title{color:#ee3e7b;}.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper{border:solid 1px #ee3e7b;box-shadow:0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #ee3e7b;}.litecheckout__payment-instructions{background:#fbfbfb;width:100%;padding:20px;}.litecheckout__payment-instructions p,.litecheckout__payment-instructions div,.litecheckout__payment-instructions li{line-height:1.5em;}.litecheckout__address-switch{padding:0;border:none;}.litecheckout .litecheckout__input{padding:14px;margin-top:20px;}.litecheckout .litecheckout__input:not(:placeholder-shown),.litecheckout .litecheckout__input:focus,.litecheckout .litecheckout__input:focus-within{padding-bottom:6px;padding-top:22px;border:solid 1px #ee3e7b;box-shadow:0 0 0 4px rgba(235,66,123,0.2), 0 0 0 1px #ee3e7b;}.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label{top:36px;left:15px;}.litecheckout__label{left:15px;top:26px;}.litecheckout__terms .ty-checkout__terms{margin:0;border:none;background-color:transparent;padding:0;}.litecheckout .ty-profile-field__switch-actions{float:left;margin-right:10px;}.litecheckout .ty-profile-field__switch-label{font-weight:600;}.litecheckout .cm-check-agreement{font-weight:600;}.litecheckout .cm-check-agreement .cm-agreement{margin-right:15px;}.litecheckout .ty-dashed-link{color:#ee3e7b;font-weight:600;}.litecheckout .litecheckout__submit-btn{width:auto;margin:auto;font-weight:bold;font-size:18px;padding:25px 100px;height:auto;border-radius:40px;}.ty-order-products__list{margin-top:20px;}.ty-order-products__list .ty-order-products__item{padding:20px 0;}.ty-order-products__list .ty-order-products__item:last-child{border-bottom:1px solid #ecf0f1;}.ty-order-products__list .ty-order-products__item .list-title *{color:#818181;font-size:15px;}.ty-order-products__list .litecheckout__order-products-p{font-weight:600;}.ty-checkout-summary__block{width:auto;float:right;}.ty-checkout-summary__taxes-amount{width:auto;}.ty-checkout-summary__total > div{display:flex;align-items:baseline;}.ty-checkout-summary__total .ty-checkout-summary__total-sum{font-size:20px;font-weight:600;color:#ee3e7b;margin-left:50px;}.notification-container{top:68px;}.notification-content-extended h1{background:transparent;text-align:center;border-radius:10px;border:none;font-weight:600;font-size:14px;}.ty-product-notification__body{padding:30px;}.ty-product-notification__buttons{background:transparent;}.ty-product-notification__divider,.ty-product-notification__total-info{display:none;}.ty-news-grid div,.ty-news-grid p,.ty-news-grid li{font-size:18px;line-height:30px;text-align:justify;}.ty-news-grid b,.ty-news-grid strong{font-weight:600;}.ty-news-grid p{padding:10px 0 20px;}.ty-news-grid h2{font-weight:500;}.ty-news-grid a{font-size:18px;color:#ee3e7b;}.ty-main-blog{margin-bottom:50px;}.ty-main-blog .ty-column2{margin-right:-0.25em;}.ty-main-blog .ty-grid-list__item{border:none;min-height:auto;}.ty-main-blog .ty-grid-list__item:hover{box-shadow:none;}.ty-main-blog .ty-grid-list__name{margin-top:10px;text-align:justify;}.ty-main-blog .ty-grid-list__name a{font-weight:bold;}.ty-main-blog .inline-flex{display:inline-flex;margin-top:5px;font-size:13px;color:#828282;}.ty-main-blog .inline-flex > div{font-size:13px;}.ty-main-blog .inline-flex .ty-grid-list__comments{margin-left:10px;display:flex;align-items:flex-end;}.ty-main-blog .inline-flex .ty-grid-list__comments svg{margin-right:5px;}.ty-main-blog .ty-grid-list__directory{font-weight:bold;}.ty-main-blog .blog-pane-left{margin:0 10px;}.ty-main-blog .blog-pane-left .ty-grid-list__item{margin:0;}.ty-main-blog .blog-pane-left .ty-grid-list__name{margin:20px 0 10px;}.ty-main-blog .blog-pane-left .ty-grid-list__name a{font-size:32px;line-height:36px;}.ty-main-blog .blog-pane-left .ty-grid-list__description{font-size:16px;line-height:24px;text-align:justify;padding:0;}.ty-main-blog .blog-pane-right{margin:0 10px;position:relative;padding-right:320px;}.ty-main-blog .blog-pane-right .blog-ads-banner{width:300px;height:600px;position:absolute;top:0;right:0;}.ty-main-blog .blog-pane-right .blog-ads-banner .title{display:none;}.ty-main-blog .blog-pane-right .inline-flex{display:none;}.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__item{margin:0 10px 20px;padding-bottom:15px;border-bottom:1px solid #ddd;}.ty-main-blog .blog-pane-right .ty-column1 .ty-grid-list__title a{font-size:16px;line-height:21px;}.ty-main-blog .blog-pane-right .ty-column1:last-child .ty-grid-list__item{margin-bottom:0;border:none;}.ty-blog-list .ty-grid-list__item{border:none;min-height:auto;}.ty-blog-list .ty-grid-list__item:hover{box-shadow:none;}.ty-blog-list .ty-grid-list__item-name{display:inline-block;padding:0;height:auto;}.ty-blog-list .ty-grid-list__item-name a{font-size:16px;line-height:21px;font-weight:600;}.ty-blog-list .ty-grid-list__name{margin-top:10px;}.ty-blog-list .ty-grid-list__name h3{margin:0;}.ty-blog-list .ty-grid-list__name a{font-size:16px;line-height:24px;font-weight:600;}.ty-blog-list .ty-grid-list__description{display:none;}.ty-blog-list .ty-grid-list__directory{font-weight:bold;}.ty-blog-list .ty-grid-list__comments{margin-left:10px;display:flex;align-items:flex-end;}.ty-blog-list .ty-grid-list__comments svg{margin-right:5px;}.ty-blog-list .inline-flex{display:inline-flex;margin-top:10px;font-size:13px;color:#828282;}.ty-blog-list .inline-flex > div{font-size:13px;}.home-blog-tabs .ty-tabs{border:none;}.home-blog-tabs .ty-tabs__list{white-space:nowrap;overflow:auto hidden;position:relative;padding-left:5px;}.home-blog-tabs .ty-tabs__list::after{position:absolute;content:'';width:5px;height:28px;background:#ee3e7b;left:0;top:0;}.home-blog-tabs .ty-tabs__list .ty-tabs__item{background:none;margin:0 15px;padding:0;height:28px;}.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a{padding:0;height:16px;display:inline-block;margin-top:7px;outline:none;}.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h1,.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a h2{font-size:16px;font-weight:normal;margin:0;}.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h1,.home-blog-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a:hover h2{color:#ee3e7b;}.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a{padding:0;margin:0;}.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h1,.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a h2{font-size:24px;font-weight:bold;}.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h1,.home-blog-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a:hover h2{color:#333;text-decoration:underline;}.home-blog-tabs .ty-blog-list{margin:0 -15px;}.ty-blog-text-links__item{border-bottom:1px solid #eee;margin-bottom:12px;}.ty-blog-text-links__item:last-child{border:none;}.ty-blog-text-links__item .ty-grid-list__item{margin:0;border:none;min-height:auto;}.ty-blog-text-links__item .ty-grid-list__item:hover{box-shadow:none;}.ty-blog-text-links__item .ty-grid-list__name{margin-top:10px;}.ty-blog-text-links__item .ty-grid-list__name a{font-size:24px;line-height:28px;font-weight:bold;}.ty-blog-text-links__item .ty-grid-list__description{font-size:16px;line-height:24px;padding:0;margin:10px 0;}.ty-blog-text-links__item .ty-grid-list__comments{margin-left:10px;display:flex;align-items:flex-end;}.ty-blog-text-links__item .ty-grid-list__comments svg{margin-right:5px;}.ty-blog-text-links__item .inline-flex{display:inline-flex;font-size:13px;color:#828282;}.ty-blog-text-links__item .inline-flex > div{font-size:13px;}.ty-blog-text-links__item .ty-grid-list__directory{font-weight:bold;}.ty-blog-text-links__item .ty-blog-text-links__a{font-weight:600;}.ty-blog-text-links__item .ty-blog-text-links__date{color:#828282;font-size:13px;border:none;margin:0;padding:10px 0 12px;float:none;}.ty-tag-trend{display:inline-flex;align-items:center;}.ty-tag-trend .title{font-size:0;}.ty-tag-trend .title svg{margin-right:10px;}.ty-tag-trend__items li{display:inline-block;}.ty-tag-trend__items li a{font-size:14px;border:1px solid #d5d5d5;padding:7px 16px 8px;border-radius:20px;display:block;}.ty-tag-trend__items li a:hover{border-color:#ffedef;background:#ffedef;}.main-nav{background:#ee3e7b;}.main-nav .ty-menu__items{margin:0 20px;}.main-nav .ty-menu__item{margin:0;padding:0;border:none;}.main-nav .ty-menu__item .ty-menu__item-link{font-size:12px;min-height:32px;color:#fff;padding:9px 10px;border:none;border-radius:0;}.main-nav .ty-menu__item:hover .ty-menu__item-link,.main-nav .ty-menu__item-active .ty-menu__item-link{background:#cd1253 !important;color:#fff !important;}.main-nav .ty-menu__item .ty-menu__submenu-items{box-shadow:1px 1px 8px rgba(0,0,0,0.07);border:none;}.blog-hero-banner{margin-top:-25px;position:absolute;text-align:center;}.blog-hero-banner .title{display:none;}.blog-home-container,.blog-footer-container,.blog-main-container,.blog-breadcrumb-container{background:#fff;padding:20px;position:relative;}.blog-main-container{padding:0 20px;}.blog-main-container .main-content{width:calc(100% - 330px);}.blog-main-container .main-content .litecheckout__group{display:block;}.blog-main-container .sidebar{width:300px;margin-left:0;float:right;}.blog-main-container .sidebar .ty-mainbox-simple-container{border:1px solid #ddd;margin-bottom:30px;}.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title{width:100%;padding:10px 20px;box-sizing:border-box;border:none;border-bottom:1px solid #eee;margin:0;height:auto;font-size:22px;}.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title a,.blog-main-container .sidebar .ty-mainbox-simple-container .ty-mainbox-simple-title span{font-size:22px;color:#333;text-transform:none;font-weight:600;}.blog-main-container .ty-breadcrumbs{padding:0 0 15px;}.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a,.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash,.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current{font-size:14px;}.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__a bdi,.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__slash bdi,.blog-main-container .ty-breadcrumbs .ty-breadcrumbs__current bdi{color:#939598;}.blog-main-container .ty-wysiwyg-content img{margin:20px 0;width:100%;}.blog-main-container .ty-wysiwyg-content a{font-size:18px;color:#ee3e7b;}.blog-main-container .ty-wysiwyg-content .content-ads-banner img{width:auto;max-width:100%;}.blog-main-container .ty-wysiwyg-content .ty-tags-list__span{font-size:16px;display:inline-block;float:none;width:auto;margin-right:5px;}.blog-main-container .ty-wysiwyg-content .ty-tags-list__a{font-size:16px;color:#333;background:#f3f3f3;border:1px solid #eee;padding:3px 10px 4px;margin:0;border-radius:5px;display:inline-block;float:none;}.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::before,.blog-main-container .ty-wysiwyg-content .ty-tags-list__a::after{display:none;}.blog-main-container .ty-wysiwyg-content .ty-tags-list__a:hover{color:#ee3e7b;}.blog-main-container .write-comment{display:flex;align-items:center;justify-content:center;margin-bottom:10px;}.blog-main-container .write-comment .share-text{margin-right:15px;}.blog-main-container .post-caption{background:#f3f5f6;text-align:center;margin:20px 0;}.blog-main-container .post-caption img{width:100%;margin:0;}.blog-main-container .post-caption .post-text{font-size:14px;line-height:20px;text-align:center;font-style:italic;padding:10px 20px;display:inline-block;}.blog-main-container .ty-mainbox-body div,.blog-main-container .ty-mainbox-body p,.blog-main-container .ty-mainbox-body li{font-size:18px;line-height:30px;}.blog-main-container .ty-mainbox-body .excerpt{font-weight:600;}.blog-main-container .ty-mainbox-body .article-line{position:relative;text-align:center;margin-top:50px;margin-bottom:50px;}.blog-main-container .ty-mainbox-body .article-line:before{content:"";position:absolute;top:50%;left:0;right:0;margin-top:-1px;background:#ec3d79;height:1px;z-index:0;}.blog-main-container .ty-mainbox-body .article-line .article-line__inner{padding:0 20px;display:inline-block;background:#fff;color:#ec3d79;position:relative;}.blog-main-container .ty-mainbox-body .page-information{font-size:14px;margin-bottom:10px;}.blog-main-container .related-shops{border:1px solid #d8d8d8;padding:20px 10px 0;}.blog-main-container .related-shops h2{margin:0 10px 10px;font-size:18px;line-height:18px;padding-left:15px;border-left:5px solid #ee3e7b;}.blog-main-container .related-shops .owl-carousel.owl-theme{margin:0;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item{border:none;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item:hover{box-shadow:none;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .owl-item{min-height:auto;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description{padding:5px 0;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description a{font-size:16px;font-weight:600;display:inline-block;line-height:24px;}.blog-main-container .related-shops .owl-carousel.owl-theme .ty-scroller-list__item .ty-scroller-list__description .small{color:#939598;font-size:13px;line-height:18px;}.blog-main-container .slide-ads-banner{margin-bottom:30px;}.blog-main-container .slide-ads-banner .title{display:none;}.blog-main-container .ty-sidebox-important{border:1px solid #ddd;margin-bottom:30px;}.blog-main-container .ty-sidebox-important__title{width:100%;padding:10px 20px;box-sizing:border-box;border-bottom:1px solid #eee;margin:0;}.blog-main-container .ty-sidebox-important__title a,.blog-main-container .ty-sidebox-important__title span{font-size:22px;color:#333;text-transform:none;font-weight:600;}.blog-main-container .ty-blog-sidebox{margin:0;}.blog-main-container .ty-blog-sidebox__item{border-bottom:1px solid #eee;padding:15px 20px;height:75px;margin:0;}.blog-main-container .ty-blog-sidebox__item-thumbnail{margin-right:20px;width:75px;float:left;}.blog-main-container .ty-blog-sidebox__item-directory{text-transform:uppercase;font-size:13px;color:#939598;line-height:20px;margin-top:-3px;}.blog-main-container .ty-blog-sidebox__item a{line-height:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:60px;overflow:hidden;}.blog-main-container .ty-blog-sidebox__item .ty-no-image{min-width:auto;}.blog-main-container .ty-menu-item{padding:0;margin:0;}.blog-main-container .ty-menu-item-link{padding:13px 20px;font-size:16px;text-transform:none;font-weight:600;border-bottom:1px solid #eee;display:block;position:relative;outline:none;}.blog-main-container .ty-menu-item-link .total{color:#939598;font-weight:normal;position:absolute;right:20px;}.blog-main-container .ty-menu-item.have-submenus .ty-menu-item-link::after{content:"";position:absolute;border:2px solid #32ccb7;border-width:2px 2px 0 0;right:20px;top:19px;width:6px;height:6px;transform:rotate(45deg);transition:transform 0.3s ease-in-out;}.blog-main-container .ty-menu-item.have-submenus .total{display:none;}.blog-main-container .ty-menu-item.open .ty-submenu{height:100%;border-bottom:1px solid #eee;padding:7px 0;}.blog-main-container .ty-menu-item.open .ty-menu-item-link::after{transform:rotate(135deg);}.blog-main-container .ty-submenu{background:#fafafa;overflow:hidden;height:0;}.blog-main-container .ty-submenu-item{padding:7px 20px;display:flex;justify-content:space-between;}.blog-main-container .ty-submenu-item span{color:#939598;}.blog-main-container .ty-grid-list{margin-top:-10px;}.blog-main-container .ty-blog-list .ty-grid-list__name a{font-size:20px;}.blog-main-container .list-ads-banner{padding:30px 10px;}.blog-main-container .list-ads-banner .title{display:none;}.sticky-ads.fixed{position:fixed;}.have-hero-banner{padding-top:250px;}.ty-blog-special .inline-flex{display:none;}.ty-blog-special .special .ty-grid-list__item{position:relative;padding:0;}.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name{position:absolute;bottom:0;width:100%;height:198px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);display:flex;align-items:flex-end;}.ty-blog-special .special .ty-grid-list__item .ty-grid-list__name a{padding:20px;color:#fff;font-size:24px;line-height:30px;display:block;margin-bottom:5px;}.ads-banner .title{display:none;}.ads-banner img{margin:20px;}.most-viewed-blog{margin-top:20px;margin-bottom:20px;border-bottom:1px solid #eee;}.most-viewed-blog .ty-blog-text-links{margin:0;}.vendor-services .ty-grid-list .ty-column7{margin-right:-0.25em;}.vendor-services .ty-grid-list__item{border:none;min-height:auto;padding:0;}.vendor-services .ty-grid-list__item:hover{box-shadow:none;}.vendor-services .ty-grid-list__item a{font-size:14px;}.about-us{font-size:14px;line-height:24px;}.about-us .hotline{font-size:16px;font-weight:600;color:#ee3e7b;}.about-us ul{padding:0;list-style:none;}.about-us ul li{display:inline-block;margin-right:10px;}.about-us ul li a{font-size:14px;}.copyright{background:#fff;text-align:center;padding:10px;font-size:14px;}.copyright .venture{font-size:16px;font-weight:500;color:#555;margin-bottom:5px;display:inline-block;}.copyright .venture span{font-size:0;}.subdirectories{text-align:center;margin-bottom:30px;}.subdirectories .ty-subdirectories__item{display:inline-block;margin:0 5px 10px;}.subdirectories .ty-subdirectories__item a{background:#fff;border:1px solid #ebebeb;box-sizing:border-box;border-radius:90px;padding:0 15px;font-size:16px;font-weight:600;}.subdirectories .ty-subdirectories__item.active a{color:#fff;background:#ee3e7b;border-color:#ee3e7b;}.inpage-search-blog{position:relative;margin-bottom:30px;}.inpage-search-blog input.ty-search-block__input{font-size:20px;font-weight:600;height:48px;padding:14px 20px;border-radius:5px;border:1px solid #ebebeb;}.inpage-search-blog .ty-search-magnifier{background:transparent;color:#333;width:48px;}.directory-information{text-align:center;}.directory-information h1{font-size:32px;font-weight:normal;}.directory-information .directory-desc{font-size:14px;line-height:20px;}.directory-information .directory-desc a{font-size:14px;}.directory-information .subdirectories{text-align:center;margin:20px auto;width:80%;padding:0;}.directory-information .subdirectories .ty-subdirectories__item a{display:block;padding:7px 15px;color:#333;}.directory-information .subdirectories .ty-subdirectories__item a:hover{border-color:#ee3e7b;color:#ee3e7b;}.directory-information .subdirectories .ty-subdirectories__item.active a{color:#fff;}.shop_management .ty-grid-list .ty-column4{margin-right:-0.25em;}.ty-vote{min-width:350px;}.ui-widget-content.ui-dialog{max-width:1100px;}.ty-quick-view__wrapper{width:1000px;}.ty-quick-view__wrapper .ty-product-block__left{width:50%;}.ty-quick-view__wrapper .ty-product-block__author{color:#898989;text-transform:uppercase;font-size:14px;margin-bottom:5px;}.ty-quick-view__wrapper a.ty-quick-view__title{font-size:28px;color:#2e3a47;font-weight:500;line-height:34px;text-transform:uppercase;}.ty-quick-view__wrapper .ty-product-block__prices{display:flex;align-items:center;}.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price{display:inline-flex;align-items:baseline;}.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .list-price{font-weight:bold;text-decoration:line-through;margin:0 10px;}.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__price .price{font-weight:bold;font-size:30px;color:#ee3e7b;}.ty-quick-view__wrapper .ty-product-block__prices .ty-product-block__percent{display:inline-flex;padding:5px 10px;border-radius:5px;font-size:16px;background:#ffe4ee;margin-left:10px;color:#ee3e7b;font-weight:bold;}.ty-quick-view__wrapper .ty-product-block__button .ty-btn{width:100%;background:#ee3e7b;text-transform:uppercase;border-radius:5px;box-sizing:border-box;line-height:30px;}.ty-quick-view__wrapper .ty-product-block__description{font-size:16px;line-height:24px;text-align:justify;}.campaigns .tygh-content{padding:0;}.campaigns .tygh-content > div{padding:0;}#campaign .container-box{display:flex;align-items:center;max-width:1236px;width:auto;margin:0 auto;}#campaign .ty-grid-list .ty-column4{margin-right:-0.25em;box-sizing:border-box;padding:10px;}#campaign h2{font-size:48px;text-transform:uppercase;}#campaign .header{background:#fff;}#campaign .header .container-box{justify-content:space-between;}#campaign .header .logo{margin:50px 0;}#campaign .header .menu .ty-text-links__item{display:inline-block;}#campaign .main-content .campaign_logo{margin-top:-70px;margin-bottom:20px;}#campaign .main-content .campaign_logo .container-box{justify-content:center;}#campaign .main-content .banner{text-align:center;}#campaign .main-content .products{padding:100px 0;}#campaign .main-content .products .ty-grid-list .item-title{background:#fefaf7;font-size:16px;font-weight:bold;padding:15px 20px 0;}#campaign .main-content .products .ty-grid-list .item-title .vendor{color:#898989;}#campaign .main-content .products .ty-grid-list .item-title a{padding-top:5px;font-size:20px;line-height:24px;display:block;height:48px;overflow:hidden;}#campaign .main-content .products .ty-grid-list .item-content{background:#fefaf7;padding:0px 20px 20px;line-height:2;}#campaign .main-content .products .ty-grid-list .item-content .prices .price{color:#ee3e7b;font-size:20px;font-weight:700;padding-right:10px;}#campaign .main-content .products .ty-grid-list .item-content .prices .list-price{text-decoration:line-through;}#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container{margin-bottom:0;width:100%;}#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary{width:100%;text-transform:uppercase;box-sizing:border-box;background:#f3e1d6;color:#512913;padding:10px;}#campaign .main-content .products .ty-grid-list .item-content .ty-buttons-container .ty-btn__secondary:hover{background:#ee3e7b;color:#fff;}#campaign .main-content .rules{background:#fff5ec;padding:100px 0;}#campaign .main-content .rules .container-box{background:#fff;}#campaign .main-content .rules .container-box .thumbnail{flex:50%;min-height:620px;background-size:cover;background-position:center;}#campaign .main-content .rules .container-box .content{flex:50%;padding:30px;}#campaign .main-content .rules .container-box .content h2{position:relative;padding:30px 0 0;}#campaign .main-content .rules .container-box .content h2:before{content:'';width:120px;height:1px;background:#ee3e7b;position:absolute;top:0px;left:0px;}#campaign .main-content .news{background:#ffe9e2;padding:100px 0;}#campaign .main-content .news .title{text-align:center;margin-bottom:40px;}#campaign .main-content .news .thumb{height:220px;background-size:cover;background-position:center;}#campaign .main-content .news .item-content{background:#fff;padding:20px;}#campaign .main-content .news .item-content .item-subtitle{font-size:13px;text-transform:uppercase;color:#888;}#campaign .main-content .news .item-content .item-title{margin-top:10px;height:44px;overflow:hidden;}#campaign .main-content .news .item-content .item-title a{font-size:18px;font-weight:bold;line-height:22px;}#campaign .main-content .news .item-content .item-timestamp{font-size:13px;margin-top:10px;color:#555;}#campaign .main-content .sponsor{padding:100px 0;text-align:center;}#campaign .main-content .sponsor .title{margin-bottom:40px;}#campaign .footer{background:#f8f8f8;padding:10px 0;}#campaign .footer .container-box{justify-content:space-between;}#campaign .footer .copyright{background:transparent;padding:0;text-align:left;}@media (max-width: 767px){.tygh-header > div,.tygh-top-panel > div{padding:0;}.tygh-top-panel .ads-banner{padding:0 !important;}.tygh-top-panel .ads-banner img{margin:0 !important;max-width:100% !important;}.top-menu-grid{position:relative;}.top-menu-grid .top-logo{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-37px;}.top-menu-grid .mobile-menu{margin-left:10px;}.ty-footer-register .ty-mainbox-simple-title{padding:0;border:none;font-size:22px;line-height:28px;height:auto;}.ty-footer-register .button{border:none;}.vendor-services .ty-column7{width:50%;}.ty-breadcrumbs__arrow,.ty-breadcrumbs__a,.ty-breadcrumbs__current{display:inline;}.main-content-special .image{width:100%;text-align:center;}.main-content-special h1{font-size:24px;font-weight:400;line-height:1.4;padding:10px;}.main-content-special h4{font-size:17px;margin-top:15px;line-height:1.5;padding:0 10px;}.main-content-special .ty-form-builder{padding:10px;}.main-content-special p{max-width:100%;font-size:14px;padding:5px 10px;}.main-content-special p img{display:block;margin:auto;}.main-content-special dl dt{text-align:center;}.main-content-special dl dd{margin:5px auto;font-size:13px;padding:0 10px;}.main-content-special dl dd a{font-size:13px;font-weight:500;font-style:italic;color:#ee3e7b;}.main-content-special ul{margin:0;padding:0 10px 0 30px;}.main-content-special ul li{font-size:14px;line-height:1.5;}.main-content-special blockquote{max-width:100%;background:#ebebeb;padding:10px 10px;}.main-content-special blockquote h5{font-size:16px;line-height:1.5;font-weight:500;text-align:justify;}.pages .tygh-header .container-box,.directories .tygh-header .container-box,.tags .tygh-header .container-box{padding:0;}.pages .ty-mainbox-simple-container .ty-mainbox-simple-title,.directories .ty-mainbox-simple-container .ty-mainbox-simple-title,.tags .ty-mainbox-simple-container .ty-mainbox-simple-title{font-size:24px;line-height:28px;margin:20px 10px;}.pages .top-my-account,.directories .top-my-account,.tags .top-my-account{margin:0;margin-right:8px;}.pages .main-nav .ty-menu__items,.directories .main-nav .ty-menu__items,.tags .main-nav .ty-menu__items{margin:0;overflow-x:auto;white-space:nowrap;}.pages .main-nav .ty-menu__item,.directories .main-nav .ty-menu__item,.tags .main-nav .ty-menu__item{display:inline-block;}.pages .main-nav .ty-menu__item.ty-menu__menu-btn,.directories .main-nav .ty-menu__item.ty-menu__menu-btn,.tags .main-nav .ty-menu__item.ty-menu__menu-btn{display:none !important;}.pages .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,.directories .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link,.tags .main-nav .ty-menu__item.cm-menu-item-responsive .ty-menu__item-link{padding-right:30px;}.pages .main-nav .ty-menu__item .ty-menu__item-toggle,.directories .main-nav .ty-menu__item .ty-menu__item-toggle,.tags .main-nav .ty-menu__item .ty-menu__item-toggle{font-size:18px;height:32px;width:100%;text-align:right;}.pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,.pages .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,.directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,.directories .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open,.tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-hide,.tags .main-nav .ty-menu__item .ty-menu__item-toggle .ty-menu__icon-open{line-height:32px;margin-right:10px;}.pages .main-nav .ty-menu__item .ty-menu__item-toggle-active,.directories .main-nav .ty-menu__item .ty-menu__item-toggle-active,.tags .main-nav .ty-menu__item .ty-menu__item-toggle-active{background:#cd1253 !important;}.pages .main-nav .ty-menu__item .ty-menu__submenu,.directories .main-nav .ty-menu__item .ty-menu__submenu,.tags .main-nav .ty-menu__item .ty-menu__submenu{position:fixed;left:0;width:100%;z-index:1;}.pages .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,.directories .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link,.tags .main-nav .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{padding:10px;font-size:12px;}.pages .main-nav .ty-menu__item:hover .ty-menu__item-toggle,.directories .main-nav .ty-menu__item:hover .ty-menu__item-toggle,.tags .main-nav .ty-menu__item:hover .ty-menu__item-toggle{background:transparent !important;}.pages .tygh-content,.directories .tygh-content,.tags .tygh-content{padding-top:0px;}.pages .tygh-content .have-hero-banner,.directories .tygh-content .have-hero-banner,.tags .tygh-content .have-hero-banner{padding-top:0;}.pages .ty-main-blog,.directories .ty-main-blog,.tags .ty-main-blog{margin:0;}.pages .blog-home-container,.directories .blog-home-container,.tags .blog-home-container{padding:10px;}.pages .blog-home-container .blog-pane-left .ty-grid-list__item,.directories .blog-home-container .blog-pane-left .ty-grid-list__item,.tags .blog-home-container .blog-pane-left .ty-grid-list__item{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px;}.pages .blog-home-container .blog-pane-left .ty-grid-list__name,.directories .blog-home-container .blog-pane-left .ty-grid-list__name,.tags .blog-home-container .blog-pane-left .ty-grid-list__name{margin:10px 0 5px;}.pages .blog-home-container .blog-pane-left .ty-grid-list__name h3,.directories .blog-home-container .blog-pane-left .ty-grid-list__name h3,.tags .blog-home-container .blog-pane-left .ty-grid-list__name h3{margin:0;}.pages .blog-home-container .blog-pane-left .ty-grid-list__name a,.directories .blog-home-container .blog-pane-left .ty-grid-list__name a,.tags .blog-home-container .blog-pane-left .ty-grid-list__name a{font-size:22px;line-height:28px;}.pages .blog-home-container .blog-pane-right,.directories .blog-home-container .blog-pane-right,.tags .blog-home-container .blog-pane-right{padding:0;}.pages .blog-home-container .blog-pane-right .ty-grid-list__item,.directories .blog-home-container .blog-pane-right .ty-grid-list__item,.tags .blog-home-container .blog-pane-right .ty-grid-list__item{overflow:hidden;margin-bottom:12px;padding-bottom:20px;min-height:120px;}.pages .blog-home-container .blog-pane-right .ty-grid-list__image,.directories .blog-home-container .blog-pane-right .ty-grid-list__image,.tags .blog-home-container .blog-pane-right .ty-grid-list__image{float:left;}.pages .blog-home-container .blog-pane-right .ty-grid-list__image img,.directories .blog-home-container .blog-pane-right .ty-grid-list__image img,.tags .blog-home-container .blog-pane-right .ty-grid-list__image img{width:156px;}.pages .blog-home-container .blog-pane-right .ty-grid-list__name,.directories .blog-home-container .blog-pane-right .ty-grid-list__name,.tags .blog-home-container .blog-pane-right .ty-grid-list__name{margin:0 0 0 166px;}.pages .blog-home-container .blog-pane-right .ty-grid-list__name h3,.directories .blog-home-container .blog-pane-right .ty-grid-list__name h3,.tags .blog-home-container .blog-pane-right .ty-grid-list__name h3{margin:0;}.pages .blog-home-container .blog-pane-right .ty-grid-list__name a,.directories .blog-home-container .blog-pane-right .ty-grid-list__name a,.tags .blog-home-container .blog-pane-right .ty-grid-list__name a{line-height:22px;}.pages .blog-home-container .blog-pane-right .ty-grid-list__description,.directories .blog-home-container .blog-pane-right .ty-grid-list__description,.tags .blog-home-container .blog-pane-right .ty-grid-list__description{display:none;padding:0;margin:10px 0 5px 166px;font-size:14px;line-height:20px;}.pages .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,.directories .blog-home-container .blog-pane-right .ty-grid-list .inline-flex,.tags .blog-home-container .blog-pane-right .ty-grid-list .inline-flex{display:flex;margin-left:166px;}.pages .blog-home-container .blog-pane-right .blog-ads-banner,.directories .blog-home-container .blog-pane-right .blog-ads-banner,.tags .blog-home-container .blog-pane-right .blog-ads-banner{display:none;position:relative;background:#f3f3f3;width:calc(100% + 20px);margin:0 -10px;text-align:center;padding:10px 0 20px;height:auto;}.pages .blog-home-container .blog-pane-right .blog-ads-banner .title,.directories .blog-home-container .blog-pane-right .blog-ads-banner .title,.tags .blog-home-container .blog-pane-right .blog-ads-banner .title{display:block;}.pages .ty-tag-trend,.directories .ty-tag-trend,.tags .ty-tag-trend{display:block;}.pages .ty-tag-trend .title,.directories .ty-tag-trend .title,.tags .ty-tag-trend .title{width:100%;display:flex;font-size:16px;font-weight:bold;align-items:center;margin-bottom:10px;}.pages .ty-tag-trend .title svg,.directories .ty-tag-trend .title svg,.tags .ty-tag-trend .title svg{margin-right:10px;}.pages .ty-tag-trend .items,.directories .ty-tag-trend .items,.tags .ty-tag-trend .items{width:100%;overflow:auto;margin-bottom:20px;}.pages .ty-tag-trend .items .ty-tag-trend__items,.directories .ty-tag-trend .items .ty-tag-trend__items,.tags .ty-tag-trend .items .ty-tag-trend__items{white-space:nowrap;}.pages .ty-promotion,.directories .ty-promotion,.tags .ty-promotion{background:#fff;margin:0 -10px;}.pages .ty-promotion .ty-mainbox-simple-body,.directories .ty-promotion .ty-mainbox-simple-body,.tags .ty-promotion .ty-mainbox-simple-body{margin:0 10px;}.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts{white-space:nowrap;overflow-x:auto;overflow-y:hidden;}.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-column5{width:260px;}.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item{min-height:auto;border:1px solid #ebebeb;}.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-name h3{font-size:16px;line-height:22px;margin:0;}.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,.pages .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,.directories .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-location,.tags .ty-promotion .ty-mainbox-simple-body .ty-grid-posts .ty-grid-list__item-reviews{display:none;}.pages .ty-promotion .view-all,.directories .ty-promotion .view-all,.tags .ty-promotion .view-all{margin:0;}.pages .ty-blog-list .inline-flex > div,.directories .ty-blog-list .inline-flex > div,.tags .ty-blog-list .inline-flex > div{font-size:13px;}.pages .home-blog-tabs,.directories .home-blog-tabs,.tags .home-blog-tabs{margin-bottom:-20px;}.pages .home-blog-tabs .ty-tabs__list .ty-tabs__item,.directories .home-blog-tabs .ty-tabs__list .ty-tabs__item,.tags .home-blog-tabs .ty-tabs__list .ty-tabs__item{display:none;}.pages .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,.directories .home-blog-tabs .ty-tabs__list .ty-tabs__item.active,.tags .home-blog-tabs .ty-tabs__list .ty-tabs__item.active{display:block;}.pages .ty-blog-list .ty-grid-list__item,.directories .ty-blog-list .ty-grid-list__item,.tags .ty-blog-list .ty-grid-list__item{overflow:hidden;border-bottom:1px solid #eee;margin:0 10px 10px;padding-bottom:15px;}.pages .ty-blog-list .ty-grid-list__image,.directories .ty-blog-list .ty-grid-list__image,.tags .ty-blog-list .ty-grid-list__image{float:left;}.pages .ty-blog-list .ty-grid-list__image img,.directories .ty-blog-list .ty-grid-list__image img,.tags .ty-blog-list .ty-grid-list__image img{width:156px;}.pages .ty-blog-list .ty-grid-list__name,.directories .ty-blog-list .ty-grid-list__name,.tags .ty-blog-list .ty-grid-list__name{margin:0 0 0 166px;}.pages .ty-blog-list .ty-grid-list__name h3,.directories .ty-blog-list .ty-grid-list__name h3,.tags .ty-blog-list .ty-grid-list__name h3{margin:0;}.pages .ty-blog-list .ty-grid-list__name a,.directories .ty-blog-list .ty-grid-list__name a,.tags .ty-blog-list .ty-grid-list__name a{font-size:16px;line-height:22px;}.pages .ty-blog-list .ty-grid-list__description,.directories .ty-blog-list .ty-grid-list__description,.tags .ty-blog-list .ty-grid-list__description{display:none;}.pages .ty-blog-list .inline-flex,.directories .ty-blog-list .inline-flex,.tags .ty-blog-list .inline-flex{margin:10px 0 0 10px;}.pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image,.directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image,.tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image{float:none;}.pages .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,.directories .ty-blog-list .ty-column3:first-child .ty-grid-list__image img,.tags .ty-blog-list .ty-column3:first-child .ty-grid-list__image img{width:100%;}.pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name,.directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name,.tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name{margin:10px 0 5px;}.pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,.directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3,.tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name h3{margin:0;}.pages .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,.directories .ty-blog-list .ty-column3:first-child .ty-grid-list__name a,.tags .ty-blog-list .ty-column3:first-child .ty-grid-list__name a{font-size:22px;line-height:28px;}.pages .ty-blog-list .ty-column3:first-child .inline-flex,.directories .ty-blog-list .ty-column3:first-child .inline-flex,.tags .ty-blog-list .ty-column3:first-child .inline-flex{margin:0;}.pages .ty-blog-list .ty-column3:last-child .ty-grid-list__item,.directories .ty-blog-list .ty-column3:last-child .ty-grid-list__item,.tags .ty-blog-list .ty-column3:last-child .ty-grid-list__item{border:none;}.pages .ty-special,.directories .ty-special,.tags .ty-special{margin:0 -10px;padding:0 10px 20px;}.pages .ty-special .ads-banner,.directories .ty-special .ads-banner,.tags .ty-special .ads-banner{display:none;}.pages .ty-special .ty-grid-list__item,.directories .ty-special .ty-grid-list__item,.tags .ty-special .ty-grid-list__item{border-color:#fff;}.pages .ty-special .ty-grid-list__item .inline-flex,.directories .ty-special .ty-grid-list__item .inline-flex,.tags .ty-special .ty-grid-list__item .inline-flex{display:block;margin:5px 0 0 166px;}.pages .ty-special .ty-column4,.directories .ty-special .ty-column4,.tags .ty-special .ty-column4{width:100%;}.pages .ty-special .ty-column4:last-child .ty-grid-list__item,.directories .ty-special .ty-column4:last-child .ty-grid-list__item,.tags .ty-special .ty-column4:last-child .ty-grid-list__item{border:none;}.pages .ty-special .special .ty-grid-list__item .inline-flex,.directories .ty-special .special .ty-grid-list__item .inline-flex,.tags .ty-special .special .ty-grid-list__item .inline-flex{margin-left:0;}.pages .ty-special .special .ty-grid-list__image,.directories .ty-special .special .ty-grid-list__image,.tags .ty-special .special .ty-grid-list__image{float:none;}.pages .ty-special .special .ty-grid-list__image img,.directories .ty-special .special .ty-grid-list__image img,.tags .ty-special .special .ty-grid-list__image img{width:100%;}.pages .ty-special .special .ty-grid-list__name,.directories .ty-special .special .ty-grid-list__name,.tags .ty-special .special .ty-grid-list__name{position:initial;background:transparent;height:auto;margin:10px 0 0;}.pages .ty-special .special .ty-grid-list__name a,.directories .ty-special .special .ty-grid-list__name a,.tags .ty-special .special .ty-grid-list__name a{padding:0;color:#000;font-size:22px;line-height:28px;}.pages .ads-banner,.pages .blog-ads-banner,.pages .list-ads-banner,.directories .ads-banner,.directories .blog-ads-banner,.directories .list-ads-banner,.tags .ads-banner,.tags .blog-ads-banner,.tags .list-ads-banner{background:#f3f3f3;margin:0 -10px;padding:10px 0 20px;}.pages .ads-banner img,.pages .blog-ads-banner img,.pages .list-ads-banner img,.directories .ads-banner img,.directories .blog-ads-banner img,.directories .list-ads-banner img,.tags .ads-banner img,.tags .blog-ads-banner img,.tags .list-ads-banner img{margin:0 10px;max-width:calc(100% - 20px);}.pages .ads-banner .title,.pages .blog-ads-banner .title,.pages .list-ads-banner .title,.directories .ads-banner .title,.directories .blog-ads-banner .title,.directories .list-ads-banner .title,.tags .ads-banner .title,.tags .blog-ads-banner .title,.tags .list-ads-banner .title{display:block;font-size:11px;color:#939598;margin-bottom:10px;}.pages .ads-banner .title .ad,.pages .blog-ads-banner .title .ad,.pages .list-ads-banner .title .ad,.directories .ads-banner .title .ad,.directories .blog-ads-banner .title .ad,.directories .list-ads-banner .title .ad,.tags .ads-banner .title .ad,.tags .blog-ads-banner .title .ad,.tags .list-ads-banner .title .ad{display:inline-block;width:24px;height:14px;color:#fff;background:#32ccb7;border-radius:3px;}.pages .list-ads-banner,.directories .list-ads-banner,.tags .list-ads-banner{margin:0 0 20px;}.pages .blog-home-container,.pages .blog-footer-container,.pages .blog-main-container,.pages .blog-breadcrumb-container,.directories .blog-home-container,.directories .blog-footer-container,.directories .blog-main-container,.directories .blog-breadcrumb-container,.tags .blog-home-container,.tags .blog-footer-container,.tags .blog-main-container,.tags .blog-breadcrumb-container{padding:10px;}.pages .blog-home-container .main-content,.pages .blog-footer-container .main-content,.pages .blog-main-container .main-content,.pages .blog-breadcrumb-container .main-content,.directories .blog-home-container .main-content,.directories .blog-footer-container .main-content,.directories .blog-main-container .main-content,.directories .blog-breadcrumb-container .main-content,.tags .blog-home-container .main-content,.tags .blog-footer-container .main-content,.tags .blog-main-container .main-content,.tags .blog-breadcrumb-container .main-content{width:100%;}.pages .blog-home-container .main-content .ty-mainbox-title,.pages .blog-footer-container .main-content .ty-mainbox-title,.pages .blog-main-container .main-content .ty-mainbox-title,.pages .blog-breadcrumb-container .main-content .ty-mainbox-title,.directories .blog-home-container .main-content .ty-mainbox-title,.directories .blog-footer-container .main-content .ty-mainbox-title,.directories .blog-main-container .main-content .ty-mainbox-title,.directories .blog-breadcrumb-container .main-content .ty-mainbox-title,.tags .blog-home-container .main-content .ty-mainbox-title,.tags .blog-footer-container .main-content .ty-mainbox-title,.tags .blog-main-container .main-content .ty-mainbox-title,.tags .blog-breadcrumb-container .main-content .ty-mainbox-title{font-size:28px;line-height:32px;}.pages .blog-home-container .main-content .page-information,.pages .blog-footer-container .main-content .page-information,.pages .blog-main-container .main-content .page-information,.pages .blog-breadcrumb-container .main-content .page-information,.directories .blog-home-container .main-content .page-information,.directories .blog-footer-container .main-content .page-information,.directories .blog-main-container .main-content .page-information,.directories .blog-breadcrumb-container .main-content .page-information,.tags .blog-home-container .main-content .page-information,.tags .blog-footer-container .main-content .page-information,.tags .blog-main-container .main-content .page-information,.tags .blog-breadcrumb-container .main-content .page-information{font-size:14px;}.pages .blog-home-container .main-content .ty-wysiwyg-content div,.pages .blog-home-container .main-content .ty-wysiwyg-content p,.pages .blog-home-container .main-content .ty-wysiwyg-content li,.pages .blog-footer-container .main-content .ty-wysiwyg-content div,.pages .blog-footer-container .main-content .ty-wysiwyg-content p,.pages .blog-footer-container .main-content .ty-wysiwyg-content li,.pages .blog-main-container .main-content .ty-wysiwyg-content div,.pages .blog-main-container .main-content .ty-wysiwyg-content p,.pages .blog-main-container .main-content .ty-wysiwyg-content li,.pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,.pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,.pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,.directories .blog-home-container .main-content .ty-wysiwyg-content div,.directories .blog-home-container .main-content .ty-wysiwyg-content p,.directories .blog-home-container .main-content .ty-wysiwyg-content li,.directories .blog-footer-container .main-content .ty-wysiwyg-content div,.directories .blog-footer-container .main-content .ty-wysiwyg-content p,.directories .blog-footer-container .main-content .ty-wysiwyg-content li,.directories .blog-main-container .main-content .ty-wysiwyg-content div,.directories .blog-main-container .main-content .ty-wysiwyg-content p,.directories .blog-main-container .main-content .ty-wysiwyg-content li,.directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,.directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,.directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content li,.tags .blog-home-container .main-content .ty-wysiwyg-content div,.tags .blog-home-container .main-content .ty-wysiwyg-content p,.tags .blog-home-container .main-content .ty-wysiwyg-content li,.tags .blog-footer-container .main-content .ty-wysiwyg-content div,.tags .blog-footer-container .main-content .ty-wysiwyg-content p,.tags .blog-footer-container .main-content .ty-wysiwyg-content li,.tags .blog-main-container .main-content .ty-wysiwyg-content div,.tags .blog-main-container .main-content .ty-wysiwyg-content p,.tags .blog-main-container .main-content .ty-wysiwyg-content li,.tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content div,.tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content p,.tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content li{font-size:16px;line-height:22px;}.pages .blog-home-container .main-content .ty-wysiwyg-content h2,.pages .blog-footer-container .main-content .ty-wysiwyg-content h2,.pages .blog-main-container .main-content .ty-wysiwyg-content h2,.pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,.directories .blog-home-container .main-content .ty-wysiwyg-content h2,.directories .blog-footer-container .main-content .ty-wysiwyg-content h2,.directories .blog-main-container .main-content .ty-wysiwyg-content h2,.directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2,.tags .blog-home-container .main-content .ty-wysiwyg-content h2,.tags .blog-footer-container .main-content .ty-wysiwyg-content h2,.tags .blog-main-container .main-content .ty-wysiwyg-content h2,.tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h2{font-size:22px;line-height:28px;}.pages .blog-home-container .main-content .ty-wysiwyg-content h3,.pages .blog-footer-container .main-content .ty-wysiwyg-content h3,.pages .blog-main-container .main-content .ty-wysiwyg-content h3,.pages .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,.directories .blog-home-container .main-content .ty-wysiwyg-content h3,.directories .blog-footer-container .main-content .ty-wysiwyg-content h3,.directories .blog-main-container .main-content .ty-wysiwyg-content h3,.directories .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3,.tags .blog-home-container .main-content .ty-wysiwyg-content h3,.tags .blog-footer-container .main-content .ty-wysiwyg-content h3,.tags .blog-main-container .main-content .ty-wysiwyg-content h3,.tags .blog-breadcrumb-container .main-content .ty-wysiwyg-content h3{font-size:20px;line-height:26px;}.pages .blog-home-container .sidebar,.pages .blog-footer-container .sidebar,.pages .blog-main-container .sidebar,.pages .blog-breadcrumb-container .sidebar,.directories .blog-home-container .sidebar,.directories .blog-footer-container .sidebar,.directories .blog-main-container .sidebar,.directories .blog-breadcrumb-container .sidebar,.tags .blog-home-container .sidebar,.tags .blog-footer-container .sidebar,.tags .blog-main-container .sidebar,.tags .blog-breadcrumb-container .sidebar{display:none;}.pages .directory-information .subdirectories,.directories .directory-information .subdirectories,.tags .directory-information .subdirectories{width:100%;margin:10px 0 30px;}.pages .directory-information .subdirectories .ty-subdirectories__item,.directories .directory-information .subdirectories .ty-subdirectories__item,.tags .directory-information .subdirectories .ty-subdirectories__item{margin:5px 0 0;}.pages .most-viewed-blog,.directories .most-viewed-blog,.tags .most-viewed-blog{margin:0;border:none;}.pages .most-viewed-blog .ty-mainbox-simple-container,.directories .most-viewed-blog .ty-mainbox-simple-container,.tags .most-viewed-blog .ty-mainbox-simple-container{margin:0 -10px;border-top:10px solid #ebebeb;padding:20px 10px;}.pages .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,.directories .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title,.tags .most-viewed-blog .ty-mainbox-simple-container .ty-mainbox-simple-title{margin:0 0 20px;}.pages .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,.pages .most-viewed-blog .ty-blog-text-links__item h3,.directories .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,.directories .most-viewed-blog .ty-blog-text-links__item h3,.tags .most-viewed-blog .ty-blog-text-links .ty-grid-list__name h3,.tags .most-viewed-blog .ty-blog-text-links__item h3{margin:0;}.pages .ty-vendor,.directories .ty-vendor,.tags .ty-vendor{margin:0 -10px;border-top:10px solid #ebebeb;padding:20px 10px;}.pages .ty-footer-vendor,.directories .ty-footer-vendor,.tags .ty-footer-vendor{border-top:10px solid #ebebeb;padding:0;margin:20px -10px;}.pages .ty-footer-vendor .ty-mainbox-simple-body,.directories .ty-footer-vendor .ty-mainbox-simple-body,.tags .ty-footer-vendor .ty-mainbox-simple-body{padding:0 10px;}.pages .tygh-footer .footer-gray,.directories .tygh-footer .footer-gray,.tags .tygh-footer .footer-gray{padding:0 10px;}.pages .scrollToTop,.directories .scrollToTop,.tags .scrollToTop{background:#ebebeb;height:40px;display:flex;justify-content:center;align-items:center;margin:0 -10px 30px;}.pages .scrollToTop svg,.directories .scrollToTop svg,.tags .scrollToTop svg{margin-right:5px;}.ty-vote{min-width:290px;}#campaign h2{font-size:32px;}#campaign .header .logo{margin:20px 10px;}#campaign .header .logo img{width:60px;}#campaign .header .menu{margin:20px 10px;}#campaign .header .menu .ty-text-links__item{margin-right:5px;}#campaign .header .menu .ty-text-links__item a{font-size:13px;}#campaign .main-content .campaign_logo{margin:20px;}#campaign .main-content .products{padding:50px 10px;text-align:center;}#campaign .main-content .products .ty-grid-list{text-align:left;}#campaign .main-content .products .ty-grid-list .item-title{padding:15px 10px 0;}#campaign .main-content .products .ty-grid-list .item-title .vendor{font-size:14px;}#campaign .main-content .products .ty-grid-list .item-title a{font-weight:bold;font-size:16px;line-height:1.2rem;height:43px;}#campaign .main-content .products .ty-grid-list .item-content{padding:0 10px 10px;}#campaign .main-content .products .ty-grid-list .item-content .prices .price{font-size:18px;}#campaign .main-content .products .ty-grid-list .item-content .prices .list-price{font-size:14px;}#campaign .main-content .rules{padding:40px 10px;}#campaign .main-content .rules .container-box{display:block;}#campaign .main-content .rules .container-box .thumbnail{min-height:240px;background-position:inherit;}#campaign .main-content .rules .container-box .content{padding-left:20px;padding-right:20px;}#campaign .main-content .rules .container-box .content *{font-size:16px;}#campaign .main-content .rules .container-box .content h2{font-size:32px;padding:20px 0 0;margin:0;}#campaign .main-content .news{padding:40px 10px;}#campaign .main-content .news .ty-grid-list{white-space:nowrap;overflow-x:auto;margin:0;}#campaign .main-content .news .ty-grid-list .ty-column4{width:350px;}#campaign .main-content .sponsor{padding:40px 10px;}#campaign .main-content .sponsor .ty-grid-list .ty-column4{width:25%;}#campaign .footer .container-box{display:block;text-align:center;}#campaign .footer .container-box .copyright{text-align:center;}#campaign .footer .container-box .copyright .bottom-copyright,#campaign .footer .container-box .copyright .venture{font-size:14px;}#campaign .footer .container-box .copyright .bottom-copyright svg,#campaign .footer .container-box .copyright .venture svg{height:18px;}.ui-dialog .object-container{padding:20px 10px 0;}.ty-quick-view__wrapper{max-width:100%;}.ty-quick-view__wrapper .ty-product-block__img{display:block;height:auto !important;width:auto !important;margin-bottom:10px;}.ty-quick-view__wrapper .ty-product-block__left{width:100% !important;padding:0;overflow:hidden;}.ty-quick-view__wrapper a.ty-quick-view__title{font-size:20px;}}@media (max-width: 767px){.similar-shops .ty-column5{width:50%;}.similar-shops .ty-grid-list .buttons-container button{font-size:12px;}}