
.lightSlider .clone {
    visibility: hidden;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /*display: flex;
    flex-direction: row-reverse;*/
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0 5px;
    /*overflow: hidden;*/
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /*width: 200px !important;*/
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    width: auto !important;
    margin-bottom: 10px;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery li a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    /*width: 48px;*/
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 66px;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    /*background-image: url('../img/controls.png');*/
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
/*
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
*/

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}} 

@font-face {
 font-family:'booking-iconset';
 src:url(font/81d59538fed1d1ce7b4941a1b1f30cb592e1e799.eot?#iefix) format('embedded-opentype'),
 url(font/29bca18dce5a8e111855e31314a9b1d750ea9beb.woff2) format('woff2'),
 url(font/ca3edd97ae7e70e02d4deab5e4f53caf934229e1.woff) format('woff'),
 url(font/e133f2b3f9778b23512ad50c3d726c068cf41f7c.ttf) format('truetype'),
 url(font/29210954dc733c84788f4c7ae7cc09016ed16bc1.svg#booking-iconset) format('svg');
 font-weight:normal;
 font-style:normal
}

[class^="bicon-"], [class*=" bicon-"], [class*="\a bicon-"] {
    font-family: 'booking-iconset';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label.success {
	background-color: #dff0d8;
	margin: 0 0 10px;
	padding: 15px;
}

.control-label.Amount {
	 margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	line-height: 26px;
	height: 26px;
}
.lighttext {
    font-weight: normal;
    font-size: 14px;
}
@media (max-width: 479px) {
	.lighttext {
	    font-size: 12px;
	    white-space: nowrap;
	    line-height: 29px;
	}
}
#paymentDetailsSection .form-control {
	border-radius: 0;
}
#visaform .hidden-btn {visibility: hidden;}

/*********** New 4.8 ************/
#filterOrderModal {
	top: 150px;
}
#filterOrderModal .modal-content {
	padding: 20px;
}
/* New ajax add to cart buttons v 4.7.2  */
#scroll-to-cart.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
  display: block !important;
}
#scroll-to-cart {
	overflow: hidden;
	text-align: center;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;

	right: 0;
	bottom: 300px;
	display: block;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 2px 20px;
	transition: all .5s ease-in-out;
	border-radius: 2px;
	height: 48px;
	line-height: 48px;

	transform: rotate(-90deg);
	-webkit-transform-origin:100% 100%;
	-moz-transform-origin:100% 100%;
	transform-origin:100% 100%;

}


.fa-cart-plus::before {
  content: "\f217";
}
.cart-arrow-down::before, 
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.top-icon {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.top-icon i {
    font-size: 21px;
    color: #fcae16;
    transition: 0.3s ease-in-out;
}
.top-icon .badge {
    vertical-align: top !important;
    margin-top: -10px !important;
    font-weight: normal !important;
    padding: 3px 6px !important;
    background-color: #fcae16 !important;
    color: #fff;
    text-indent: 0;
}
.tiny-control {
	width: 70px !important;
	height: 40px !important;
	border-radius: 0;
	display: inline-block;
	margin: 0 5px;
}
#AddCartBtn {
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 200px;
	line-height: 27px;
}
.proceed-to-cart {
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 27px;
}
@media (max-width: 767px) {
	.proceed-to-cart {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
		margin: 0;
		border-radius: 0;
	}
}
#AddCartBtn #ProductAdd,
#AddCartBtn #ProductAdded {	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#AddCartBtn:not(.added) #ProductAdd {
	opacity: 1;
}
#AddCartBtn.added #ProductAdd {
	opacity: 0;
	transition: 0.2s ease-in-out;
}
#AddCartBtn:not(.added) #ProductAdded {
	opacity: 0;
}
#AddCartBtn.added #ProductAdded {
	transition: 0.2s ease-in-out;
	opacity: 1;
}

.shopping-cart-link {
	position: relative;
	padding-top: 20px;
	display: block;
}
.shopping-cart-link i {
	font-size: 35px;
	line-height: 20px;
	display: block;
}
.shopping-cart-link .badge {
	top: 62%;
	left: 57%;
	position: absolute;
	transform: translate(-50%, -50%);
	line-height: 8px;
	background-color: rgba(255, 255, 255, 0.2);
}

/*---- New ShoppingCart Pages v 4.8 [1-8-2021] ---------*/
/* ShoppingCart page */

.checkout-wrap {
    position: relative;
    margin: 130px auto 0;
}
.checkout-bar li.next::after, ul.checkout-bar {
    background-color: #ececec;
}
ul.checkout-bar {
    position: absolute;
    top: -90px;
    width: 80%;
    height: 6px;
    margin: 0 auto 20px 10%;
    padding: 0;
    border-radius: 6px;
    background-size: 35px 35px;
}
.checkout-bar.first {

}
ul.checkout-bar li.visited::after {
    background-color: #3bb54a;
}

ul.checkout-bar::before  { /*ul.checkout-bar li.visited::after*/
    position: absolute;
    left: 0;
    width: 17%;
    height: 6px;
    border-radius: 6px;
    background-color: #3bb54a;
    background-size: 35px 35px;
    content: " ";
}
ul.checkout-bar li.active {
    z-index: 2;
    color: #444;
    background: 0 0;
}
ul.checkout-bar li {
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 24px 0 0;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
}

ul.checkout-bar li.active::before, 
ul.checkout-bar li.next::before {
    z-index: 3;
    background: #444;
}
ul.checkout-bar li:first-child::before {
    content: "1";
}
ul.checkout-bar li:nth-child(2)::before {
    content: "2";
}
ul.checkout-bar li:nth-child(3)::before {
    content: "3";
}
ul.checkout-bar li::before {
    position: absolute;
    z-index: 4;
    top: -40px;
    left: 43%;
    width: 26px;
    height: 26px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #ddd;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    position: absolute;
    z-index: 0;
    top: -24px;
    left: 50%;
    width: 100%;
    height: 6px;
    background-size: 35px 35px;
    content: "";
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    background-color: #ccc;
}
.checkout-bar li.second::after {
	background-color: #3bb54a;
}
ul.checkout-bar a {
    color: #111;
    font-size: 14px;
    font-weight: 600;	
    text-decoration: none;
    touch-action: manipulation;
}
ul.checkout-bar li.next::after {
    background-color: #ccc;
}
.remove-cart-item {
	border: none;
	background-color: transparent;
}
.remove-cart-item i.fa-times {
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #e2401c;
}
.cart-block {
	display: flex;
	flex-direction: column;
	padding-bottom: 3px;
	border-bottom: 1px solid #f2f2f2;
}
.cart-block > div {
	display: flex;
	align-content: start;
	align-items: center;
}
.cart-block > div.item-title {
	flex-direction: column;
	align-items: start !important;
}
.cart-block .item-title a {

	color: #111;
}
.cart-block .item-title .tiny-font {
	font-size: 11px;
	letter-spacing: -0.5px;
}
.remove-cart-item.tiny-font {
	font-size: 11px;
	color: #8e1111;
}
.cart-item.tiny-cart .cart-block, .cart-item.tiny-cart .cart-block .item-title a {
	font-size: 12px;
}
.cart-item.tiny-cart .cart-block .row > div {
	padding: 2px 5px;	
}
/***** right side *********/
.checkout-block {
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
	font-size: 15px;
	color: #111;
	overflow: hidden;
}
.cart-subtotal {
	overflow: hidden;
	padding: 15px 0;
}
.cart-total {
	overflow: hidden;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;	
}
.bottom-border {
	border-bottom: 1px solid #e2e2e2;
}
.checkout-button {
	padding: .8em 0;
	background: #3bb54a;
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	letter-spacing: -0.3px;
	width: 100%;
	border: none;
}
/***** Checkout page *********/
.shopping-checkout-page .modal {
	top: 130px;
}
.register-title {
    color: #131315;
    display: block;
    margin: 0;
    line-height: 1.4;
    font-size: 25px;
    font-weight: 300;
    padding: 18px 14px;
    position: relative;
}

.UserNotes .alert.alert-danger {
    display: block;
}
.special-control {
    overflow: hidden;
}
.special-control label.form-label {
    font-weight: 300;
}
.special-control input.form-control {
    border: none;
    background-color: #f8f8f8;
    height: 40px;
    padding: 0 .7em;
    box-shadow: none;
}
.special-control textarea.form-control {
    border: none;
    background-color: #f8f8f8;
    padding: 0 .7em;
    box-shadow: none;
}

#AccordionPMethod.panel-group {
    border: 1px solid #e2e2e2 !important;
    box-shadow: none;
}
#AccordionPMethod.panel-group .form-check-label {
    font-weight: 500;
    color: #222;
    padding: 0 20px;
}
#AccordionPMethod .panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#AccordionPMethod .panel-collapse > .panel-body {
    border-top: 0 !important;
}

/********************************************************/
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-pencil:before {
  content: "\f303";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-suitcase-rolling::before {
	content: "\f5c1";
}
.fa-building:before {
  content: "\f1ad";
}

.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-bus-alt::before {
    content: "\f55e";
}

.fa-bed::before {
    content: "\f236";
}
.fa-bath::before {
    content: "\f2cd";
}
.fa-ruler-combined::before {
    content: "\f546	";
}
.fa-ban::before {
    content: "\f05e";
}
/***************************/
#PremiumRequestContainer
{
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
.GoPremiumHead
{
	font-size:24px;
	font-weight:bolder;
	text-align:center;
	overflow:hidden;
	color:#008cc9;
	margin:15px;
}
.GoPremiumSubHead
{
	font-size:21px;
	text-align:center;
	overflow:hidden;
	color:#249bce;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
}
.PremiumInfoSMS
{
	color:#333333;
	font-size:22px;
	text-align:center;
}
.PremiumProductBlock
{
	overflow:hidden;
}
#Premiumblock
{
	transform: translate3d(0,0,0);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	border-radius: 3px;
	padding:10px;
	color: #0a0a0a;
	margin-bottom:10px;
	
}
#Premiumblock .Thumb
{
	display:block;
	float:right;
	width:110px;
	height:100px;
	border:1px solid #eeeeee;
	border-radius: 3px;
	margin:10px;
}
#Premiumblock .Thumb img
{
	width:110px;
	height:100px;
}
#Premiumblock .Title
{
	display:block;
	line-height:35px;
	font-size:24px;
	margin-top:10px;
	text-overflow: ellipsis;
	overflow:hidden;
}
#Premiumblock .Brief
{
	display:block;
	float:right;
	width:500px;
	height:80px;
	line-height:20px;
	font-size:16px;
	color:gray;
}
#YearFee
{
	color: #006fcc;
	font-weight:500;
	line-height:30px;
	display:block;
	font-size:19px;
}
.YearSelect
{
	width:80px;
	border:1px solid #eeeeee;
	font-size:19px;
	line-height:30px;
}

.SubscribeFor
{
	color: #006fcc;
	line-height:30px;
	display:block;
	font-size:19px;
}
.TotalTitle, .Totalspan
{
	color:black;
	font-size:20px;
	display:inline-block;
	margin:5px;
}
.FooterCart
{
	border-top: 1px solid #eee;
	height:45px;
	line-height:45px;
	color:#979797
}
.FooterCart .Member
{
	height:45px;
	line-height:45px;
	color:#3281a3;
}

.SubscribeBlock
{
	float:left;
	width:280px;
	overflow:hidden;
	margin-right:20px;
}
.SubscribeBlock .Total
{
	display:block;
	font-size:24px;
	color: #006fcc;
	text-align:center;
	margin-bottom:5px;
}
.TotalBeforeShipping .Total, .TotalBeforeShipping  .TotalTitle, .ShippingCostTitle, .ShippingTotal
{
	display:inline-block;
	font-size:21px;
	color: #53565c;
	text-align:center;
	margin-bottom:5px;
	font-weight:Normal !important;
}
.TotalBeforeShipping .Total, .ShippingTotal
{
	text-align:left;
}
.SubscribeButton {
	
	margin-top: 10px;
	padding:20px 12px;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	
	touch-action: manipulation;
	
	width:100%;
	display:block;
	text-align: center;
	ertical-align: middle;
	display: inline-block;
	border-color: #ffb900;
	font-weight: 500;
	color: #000 !important;
	background: -moz-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(2%,#ffe6a0),color-stop(100%,#ffba00));
	background: -webkit-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -o-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -ms-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	background: linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#ffba00', GradientType=0);
}
.GrandTotal
{
	display:block;
	font-size:28px;
	color: #006fcc;
	text-align:center;
	margin-bottom:5px;
}
.ContineShoppingButton
{
	margin-top: 10px;
	padding:20px 12px;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	
	touch-action: manipulation;
	
	width:100%;
	display:block;
	text-align: center;
	ertical-align: middle;
	display: inline-block;
	border-color: #ffb900;
	font-weight: 500;
	color: #000 !important;
	background: -moz-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(2%,#ffe6a0),color-stop(100%,#ffba00));
	background: -webkit-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -o-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -ms-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	background: linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#ffba00', GradientType=0);
}
.PaymentSubmitorder
{
	margin-top: 10px;
	padding:20px 12px;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	
	touch-action: manipulation;
	
	width:40%;
	display:block;
	text-align: center;
	ertical-align: middle;
	display: inline-block;
	border-color: #ffb900;
	font-weight: 500;
	color: #000 !important;
	background: -moz-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(2%,#ffe6a0),color-stop(100%,#ffba00));
	background: -webkit-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -o-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
	background: -ms-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	background: linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#ffba00', GradientType=0);
}
.PaymentGoback
{
	margin-top: 10px;
	padding:20px 12px;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	
	touch-action: manipulation;
	
	width:40%;
	display:block;
	text-align: center;
	ertical-align: middle;
	display: inline-block;
	font-weight: 500;
	
	background: #fff;
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-gradient(linear,right top,right bottom,color-stop(0,#fff),color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: linear-gradient(to bottom,#fff 0,#f6f6f6 100%);
	color: #777;
	border: 1px solid #cdcdcd;
}
/****** V4.0 Shopping cart enhancment *********/ 
#CartItemsBlock
{
	
}
#CartCalculationBlock
{
	margin-top: 20px;
}
#PaymentFormBlock
{
	width:340px;
}
.PaymentMethodSelectBox
{
	border:1px solid #eeeeee;
	font-size:19px;
	line-height:30px;
	width:200px;
}
#PaymentInfoBox
{
	color:#5a647c;
}
/******* Product Page ******/
.ProductTable{
}

.ProductSideThumb{
	border: 1px double gray;
	margin: 1px;
}

.ProductSideMedium{
	border: 1px double gray;
	margin: 1px;
}

.ProductPriceTitle
{
	display: inline;
	font-size: 10px;
	font-weight: bold;
}

.ProductPriceButton{
	display: inline-block;
	/*margin-right: 20px;
	margin-left: 20px;*/
}

.ProductPrice{
	display: inline;
	font-weight: bold;
}

/*In caegory page*/
.CategoryBrief{

}

.PinRequest{
	background-color:#fefefe;
	padding:5px;
	margin:6px 0 0 0;
}

.PinRequest a{
	font-weight:bold ;
}

.FilterTable{
}

/*DIV in the category page that contents the products grid*/
.ProductsDiv{
	overflow:hidden;
	clear:both;
}
.vendor-carousel {
	margin-bottom: 10px;
}
.vendor-carousel .carousel-control.left, .vendor-carousel .carousel-control.right {
	background: 0 !important;
}
/*****************************************************************/
.product-block {
	display: block;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0 0 6px -4px #666;
	color: black;
	/*height: 330px;*/
	overflow: hidden;
	background-color: #F5F6F9;
}
.product-block:hover {
	box-shadow: 0 0 14px -7px #666;

}
.product-block img {
	margin-right: auto;
	margin-left: auto;
}
.product-block .title {
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
	margin: 20px 15px 0px 15px;
	overflow: hidden;
	color: #252531;

	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;

}
.product-block .PriceAndCart {
	margin-bottom: 5px;
	padding: 10px;
	float: Right;
}
.product-block .Brief {
	line-height: 21px;
	color: gray;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	 text-overflow: ellipsis;

}
.product-block .duration {
	margin-top: 17px;
	margin-bottom: 9px;
	font-weight: 500;
	font-size: 14px;
	color: #8c8c8c;
	display: none;
}
.product-block .duration i {
	width: 20px;
	display: inline-block;
	margin-right: 4px;
	color: #6993e0;
}
.product-block .PriceAndCart {
	font-size: 14px;

}
.product-block .PriceAndCart .Price {
	font-size: 16px;
	font-weight: 600;
	color: #f68f27;
}
.product-block .PriceAndCart .price-tag strong, 
.product-block .PriceAndCart .price-tag .crossed-off {
	font-size: 15px;
	color: #4e4e4e !important;
	font-weight: normal;
	display: inline-block;
}
.product-block .PriceAndCart .price-tag .main-price, 
.product-block .PriceAndCart .discount-price, 
.product-block .PriceAndCart .main-price:not(.crossed-off) {
	font-size: 22px;
	font-weight: 800;	
	color: #6993e0;
}
.product-block .PriceAndCart .discount-price,
.product-block .PriceAndCart .main-price:not(.crossed-off) {
	display: block;
	margin-top: 6px;
	letter-spacing: 1px;
}
.main-price.crossed-off {
	text-decoration: line-through;
}
.discount-price {
	font-weight: bolder;
}

.discount-ribbon {
    line-height: 1;
    z-index: 1;
    position: absolute;
    top: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 14px 20px;
    left: 0;

    color: #ffffff;

	background-color: #e85e34;
}
.morediv {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
/**************************************/
.side-category.list-group {
	border: 1px solid #ddd;
}
.side-category .list-group-item.active {
	border-radius: 0;
	font-weight: bolder;
}
.side-category .list-group-item:not(.active) {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
}
.list-group-container {
	max-height: 300px;
	overflow-y: scroll;
}
.side-search-form .col {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default.side-product-page {
	border: 0;
	background-color: transparent;
}
.product-preview-block {

	height: 480px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.ul-product-thumb {
	width: 70px;
	overflow: hidden;
	display: table-cell;
	padding: 0;
	
}
.ul-product-thumb li {
	height: 55px;
	width: 60px;
	overflow: hidden;
	border:1px solid #e7e7e7;
	margin-bottom: 10px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.ul-product-thumb li img {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
}
.discount-price-large {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.5;
	padding: 0 3px;
	vertical-align: middle;
}
.main-price-large {
	color: #f68f27;
	display: inline-block;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;

}
.saved-price {
	display: inline-block;
	font-family: tahoma;
	font-size: 14px;
}

@media (min-width: 768px)
{
	.navbar-collapse {
		padding: 0;
	}

}
@media (max-width: 767px)
{
	.product-preview-block {
		display: block;
	}
	.ul-product-thumb {
		width: auto;
		display: block;
		
	}


	.ul-product-thumb li {
		height: 40px;
		width: 55px;
		float: left;
		margin-right: 4px;
		margin-left: 4px;
	}
	.product-preview-block {

		height: auto;
	}
	.side-product-page.navbar-default .navbar-collapse {
		background-color: white;
		box-shadow:1px 3px 2px rgba(0,0,0,0.3);
	}
	.side-product-page.navbar-default .navbar-header {
		box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	}


	.product-block {
		height: auto !important;
		margin-bottom: 15px;
		min-height: auto;
	}
	.product-block .thumb-container { 
		/*max-height: 150px;
		min-height: 130px;*/
		overflow: hidden;
	}
	.product-block .PriceAndCart {
		font-size: 14px;
		/*height: 20px;
		line-height: 20px;*/
		overflow: hidden;
		width: 100%;
	}
	.product-block h5.title {
		font-size: 14px;
		line-height: 20px;
		height: 43px;
		margin-bottom: 5px;
		text-overflow:ellipsis;

	}
	.product-block .Brief {
		display: none;
	}


}
@media (min-width: 768px) and (max-width: 991px) 
{
	.product-block {
		min-height: auto;
	}
}
/*Small Product Div( usedin category page)*/
/*
.ProductSmall{
	border: 1px solid silver;
	float:Left;
	width:260px;
	height:150px;
	overflow:hidden;
	display:inherit;
	margin: 5px;
	padding:3px;
}

.ProductSmall div.Title {
	overflow: hidden;
	line-height:18px;
	clear:both;
	height:35px;
}
.ProductSmall a.Title {
	display:block;
	float:Left;
	width:170px;
	color: #74A3BA;
	font-weight: bold;
}
.ProductSmall a.Title:hover {
	color: black;
}
.ProductSmall .PriceAndCart {
	float:Right;
	
}
.ProductSmall .Price{
	float:Right;
	font-family:arial !important;
	font-size:12px;
	direction:ltr;
}
.ProductSmall .Cart{
	float:Right;
}

.ProductSmall .Brief {
	font-size:11px;
}

.ProductSmall .Thumb {
	display:block;
	float: Right;
	border:#FEFBF3 1px solid ;
	margin:3px;
}
.ProductSmall .Thumb img{
	border:none;
	display:block;
}
*/
/*
.CategoriesGridTable{
	margin:1px;
	padding:1px;
}

.CategorySmall{
	border: 1px solid #ddd;
	float:Left;
	margin: 5px;
	width:260px;
	height:150px;
	overflow:hidden;
}

.CategorySmall .Title {
	overflow: hidden;
	white-space: nowrap;
	height:22px;
	line-height:22px;
	margin:0 4px 0 4px;
}
.CategorySmall .Title a {
	color: #74A3BA; 
	font-weight: bold;
}

.CategorySmall .Thumb {
	float: Right;
	margin:0 4px 0 3px;
}

.CategorySmall .Brief{
	font-size: 11px;
	margin:0 4px 0 4px;
}
*/
/********** Organization list page *********/
.organization-small-section {
	margin-bottom: 30px;
}
.organization-small
{
    width:100%;
    display:block;
    overflow:hidden;
    position:relative;
    
}
.organization-small::before
{
    background: rgba(0,0,0,0.2);
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;

	content: '';
	z-index: 2;

	transition:0.4s ease-in-out;
}
.organization-small:hover::before
{
    background: rgba(0,0,0,0.1);

}
.organization-small .img-thumb
{
    width:100%;
    padding-top: 90%;
    
    background-size:cover;
    transition:0.4s ease-in-out;
    transform: scale(1,1);
}
.organization-small:hover .img-thumb
{
    
    transform: scale(1.05,1.05);
}

.organization-small span.Title
{
    position:absolute;
    bottom:0;
    left:0;
    background: rgba(0, 0, 0, 0.3);
    color:white;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: block;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    
}
@media (max-width: 767px) 
{
	.organization-small::before {
		display: none;
	}
	.organization-small span.Title
	{
	    
	    height: 36px;
	    line-height: 18px;
	    white-space:normal !important;
	    display: block;
		width: 100%;
		text-align: center;
		font-size: 80%;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	    
	}
}
/*******************************************/
.category-small
{
    width:100%;
    height:140px;
    display:block;
    overflow:hidden;
    position:relative;
    margin-bottom: 20px;
    
}
.category-small .img-thumb
{
    width:100%;
    height:100%;
    
    background-size:cover;
    transition:0.35s ease-in-out;
}
.category-small:hover .img-thumb
{
    transform: scale(1.25,1.25);
}
.category-small span.Darken
{
    background-color: rgba(5,5,5,.4);
    width:100%;
    height:100%;
    display:block;
}
.category-small span.Title
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:White;
    white-space:nowrap;
}
/******* Product ******/

.ProductSmall .ProductThumb {
	border: 1px solid silver;
	float: Right;
	margin: 3px;
}

.ProductTiny .ProductThumb {
	border: 1px solid silver;
	margin: 3px;
}
.ProductSide {
	display: inline;
	float: right;
	margin: 5px 0;
}
.ProductSideWarp {
	height: 5px;
}
.ProductPriceForm {
}
.ProductPrice {
	display: inline;
}
#ProductThumbsSide {
	height: 590px;
	overflow-y: scroll;
}

#ProductViewSide {
	height: 100%;
	width:640px;
}
#ProductViewSide .Title{
	font-weight:bold;
	background-color: #F4EDDE;
	padding:5px;
	font-size:120%;
	margin:0 0 5px 0;
	height:30px;
	line-height:30px;
}
#ProductViewSide .Player{
	margin:0 0 5px 0;
}
#ProductViewSide .Description{
	background-color: #F4EDDE;
	padding:5px;
	height:50px;
	overflow:auto;
}


.ProductGalleryThumb {
	border: 1px solid gray;
	margin-bottom: 2px;
}

.CartTable{
	border-color: #333331;
	text-align:center;
	border-collapse: collapse;
}

.CartTable .TrTitle td{
	background-color: #0d455f;
	color: white;
	font-weight: bolder;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.CartTable .TrTitle2 td{
	BACKGROUND-COLOR: #F2F2F2;
	padding-bottom: 3px;
	padding-top: 3px;
}

.CartTable .Tr1 td{
	background-color: #EFE4C5;
	font-weight: bolder;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.CartTable .Tr2 td{
	font-weight: bolder;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	background-color:#F2F2F2;
}
.CartTable .TrTitle .FormButton{
	border:1px solid white;
	background-color: #ff8d00;
	color: white;
	font-family:arial;
	font-size:16px;
	font-weight: bolder;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	cursor: pointer;
}

.FormImagebutton{
}


.OrdersFilterTable{
	border:1px #fefefe solid;   
	background-color: #eee;
}

/* My Orders Page */
.OrdersTable{
	border:0;
}

.OrdersTable .TrTitle td{
	background-color: #D27214;
	color: white;
	font-weight: bolder;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
}

.OrdersTable .Tr1 td{
	background-color: #F2F2F2;
	font-weight: bolder;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
}

.OrdersTable .Tr2 td{
	font-weight: bolder;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
}


/** Order Details page **/

.OrderTable{
	border:0   ;
}

.OrderTable .TrTitle {
	background-color: #D27214;
	font-weight: bolder;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	color:white;
}

.OrderTable .TDTitle{
	background-color: #F2F2F2;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	color:#637BAD;
}

.OrderTable .TDPlain{
	background-color:#FDF8EC;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}


.LongComobField
{
	border:#dfd3b7 1px solid;
	FONT-SIZE: 12px;
	background-color:white;
	color:black;
	width:200px;
}
/**************************************/
.PleaseWaitWhileProcessing
{
	Text-align:center;
	font-size:30px;
	line-height:40px;
	margin:20px;
	color:#008cc9;
}
.ProcessingclockContainer
{
	position:relative;
	width:145px;
	height:145px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
#clock
{
	position:absolute;
	left: 50%;
	 top: 50%;
	transform: translate(-50%, -50%);
}
#clock span
{
	font-size:36px;
	color:rgba(0, 140, 201, 0.5);
}
#Processingclock,
#Processingclock:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#Processingclock {
  margin: 10px auto;
  font-size: 10px;
  
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 140, 201, 0.2);
  border-right: 1.1em solid rgba(0, 140, 201, 0.2);
  border-bottom: 1.1em solid rgba(0, 140, 201, 0.2);
  border-left: 1.1em solid #008cc9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
/*****************************************************************************/
/*******  My Product Form ***********/
.edge-to-edge {
	margin-top: 10px;
	margin-bottom: 10px;
}
.new-form-container {
    margin: 10px 0 20px 0;
    box-shadow: 0px 0px 2px silver;
    border-top:5px solid #00bcd4;
    border-bottom: 5px solid #00bcd4;
    box-sizing: border-box;
    padding: 10px;
}
.my-product-row {
	margin-bottom: 20px;
}
.my-product-block {
	padding-top: 25px;
	padding-bottom: 20px;
}
.product-brief {
	max-height: 68px;
	overflow: hidden;
}
.my-product-info {
	min-height: 28px;
}
.tiny-controls-button{
	margin-top: 5px;
	margin-right: -10px;
	margin-left: -10px;
}
.tiny-controls-button i {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	overflow: hidden;
	background-color: white;
	color: white;
	border-radius: 50%;
	display: inline-block;
	transition: 0.3s ease-in-out;
}
.tiny-controls-button i:hover {
	background-color: #337ab7;
}
.tiny-controls-button i::before {
	color: #337ab7;
	font-size: 17px;
	transition: 0.3s ease-in-out;
}
.tiny-controls-button i:hover::before {
	color: white;
}
.product-detail-tabs .tab-pane {
	padding-top: 15px;
}
#Details_EN_fontselect_text, #Details_AR_fontselect_text, .mce_blockquote, 
.mce_indent, .mce_pasteword, .mce_redo, .mce_undo, 
.mce_row_props, .mce_cell_props, .mce_row_before, 
.mce_delete_row, .mce_outdent, .mce_merge_cells, .mceSeparator,
.mce_cleanup, .mce_pastetext
{
	display: none !important;
}
table.mceLayout, textarea.richEditor {
   width: 100% !important;
}
/*** tourims form update ******/
.product-form-page .nav-tabs.nav-justified {
	background-color: transparent;
	box-shadow: none;
}
.input-group .form-control {
	padding-top: 7px !important;
}
/******************************************/
.controls-button i {
	width: 24px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	background-color: white;
	color: white;
	border-radius: 50%;

	transition: 0.3s ease-in-out;
}
.controls-button a.delete i {
	background-color: #c01919;	
}
.controls-button a.edit i {
	background-color: #dfe709;
}
.controls-button a.delete i:hover {
	background-color: #ffffff;
	color: #c01919;
}
.controls-button a.edit i:hover {
	background-color: #ffffff;
	color: #dfe709;
}
.controls-button i::before {
	color: #ffffff;
	font-size: 17px;
	transition: 0.3s ease-in-out;
}
.controls-button a.delete i:hover::before {
	color: #c01919;
}
.controls-button a.edit i:hover::before {
	color: #dfe709;
}

.text-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn.add-to-cart {
	border-radius: 25px;
}
.input-group-select {
	padding: 3px;
	width: 70px;
}
.input-group-select select.form-control {
	line-height: 21px;
	height: 21px;
	padding: 0 5px;
}
.FlagChange {
	color: white;
}
.FlagChange:hover, .FlagChange:focus {
	color: #2cd1e4;
}
.select-country-box {
	z-index: 99999;
	min-width: 100px !important;

}
.product-page-container .price-row {
	margin-bottom: 30px;

	border: 1px solid #d7dce3;
    
	border-bottom: 5px solid #5191FA;
	border-radius: 0 0 4px 4px;
	background: #fff;

}
.product-page-container .price-row .price-area {
	padding: 17px 20px;
	background: #5191FA;
	font-size: 12px;
	color: #fff;
}
.ExtraDescription img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.product-widget-title {
  margin-top: 0;
  color: rgb(17, 17, 17);
  font-size: 22px;
  line-height: 32px;
}
.product-widget-p {
  color: rgb(102, 102, 102);
  font-size: 18px;
  line-height: 30px;
}
ul.correct {
  display: grid;
  list-style: none;
  padding: 0;
}
ul.correct li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  color: rgb(0, 178, 245);
  font-size: 14px;
  margin-right: 10px;

}
ul.correct li {
  color: rgb(17, 17, 17);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}
.site-sample {
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: block;
  text-align: center;
  transition: .3s cubic-bezier(.25,.5,.5,1);
  -webkit-transition: .3s cubic-bezier(.25,.5,.5,1);
  border-radius: 5px;
  overflow: hidden;
}
.site-sample:hover {
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
  box-shadow: 0 25px 50px 0 rgba(10,10,10,.2);
}
.site-sample .site-title {
  color: rgb(17, 17, 17);
  font-weight: 400;
}
.st-item-date, .st-item-guest {
	
	text-align: center;
	margin: 0;
}
.st-item-date > div, .st-item-guest > div {
	border: 1px solid #d7dce3;
	padding: 20px;
}
.st-item-button {
	padding-top: 20px;
	text-align: center;

}
.st-item-button .payment-logo {
	max-width: 150px;
}
.trip-label {
	color: #518ff4;
	font-weight: 600;
}
.st-item-date label, .st-item-guest label {
	font-size: 14px;
	color: #5E6D77;
	font-weight: 400;
	/*display: block;*/
	
}
.st-item-guest label.label-lg {
	font-size: 16px;
}
.st-item-date input, .st-item-guest input {
	font-size: 16px;
	font-weight: 400;
	color: #5191FA;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	text-align: center;
}
.st-item-date input:focus, .st-item-guest input:focus {
	box-shadow: none !important;
}
/****************************************************/
.st-item-reservation  {
	
	/*text-align: center;
	margin: 0;*/
}

.st-item-reservation > div {

	padding:10px;
}

.st-item-reservation label {
	font-size: 14px;
	color: #5E6D77;
	font-weight: 400;
	/*display: block;*/
	
}
.st-item-reservation label.label-lg {
	font-size: 16px;
}
.st-item-reservation input {
	font-size: 16px;
	font-weight: 400;
	color: #5191FA;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	
}
.st-item-reservation input:focus {
	box-shadow: none !important;
}

/****************************************************/
.product-page-container .product-detail {
	line-height: 23px;
	text-align: justify;
}
.product-page-container .tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	min-height: 350px;

}
.product-page-container .duration {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #8c8c8c;
}
.product-page-container .duration i {
    width: 20px;
    display: inline-block;
    margin-right: 4px;
    color: #6993e0;
}
.product-page-container .top-address i.fa-map-marker {
	width: 20px;
	display: inline-block;
	margin-right: 4px;
	color: #6993e0;
}

.product-page-container .nav-tabs.nav-justified {
	background-color: #fbfbfb;
}

.product-page-container .product-detail-tabs .tab-pane {
	padding: 20px;
}
/********************  Reservation from ***********************/
.ReservationRequestForm label {
	font-weight: 300;

}
.ReservationRequestForm .form-group {
	overflow: hidden;
}
.reservation-block {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.tourmaster-header {
	background: linear-gradient(to right, #4675e7 , #4692e7);
	color: #ffffff;
	font-size: 16px;
	text-align: center;	
	font-weight: 600;
	padding: 12px;
	margin-bottom: 15px;
}
.tourmaster-header.invert {
	border-bottom: 1px solid #4675e7;
	background: transparent;
	color: #000;
	font-size: 16px;
	text-align: center;	
	font-weight: 600;
	padding: 12px;
	margin-bottom: 15px;
}
/*********** News section *************/
.my-thumbnail {
    
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

    background-color: #ffffff;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    margin-right: 2px;
    margin-bottom: 2px;

}
.my-thumbnail > .caption {
	height: auto !important;
}
.activity-title {
	color: #265a80;
	text-transform: uppercase;

}
.owl-carousel .caption {
    border-top: 2px solid #0a7bbf;
    padding: 10px;
}
/**************************************/
/**************************************/
/*****************/

.boats-block { 
    
    display: block;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
.boats-block h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding-left: 10px;
    background: url("../../boattitlebg.png") no-repeat right center;
    height: 61px;
    line-height: 50px;
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    width: 180px;
}
.boats-block h5:hover, .boats-block h5:focus {
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.boats-block h2, .boats-block p {
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
a.boats-block .scale-me img {
    transform: scale(1);
    transition: 0.8s ease-in-out;
}
a.boats-block:hover .scale-me img {
    transform: scale(1.2);
    transition: 0.7s ease-in-out;
}

.UserNotes .thumbnail {
	overflow: hidden;
}
/************ Child Products ************/
.child-block {
	border:  1px solid silver;
	display: flex;
	border-radius: 2px;

}
.child-block:hover {
	border: 1px solid gray;
}
.child-block.light-me {
	border: 1px solid #c53f3e;
}
.child-block img {
	width: 60px;
	height: 60px;
	display: table-cell;
	margin: 1px;
	border-radius: 2px;
}
.child-block .child-title {
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}
.child-block .child-title > span {
	display: block;
	
	text-align: center;
	color: black;
	font-size: 12px;
	font-weight: bolder;
	line-height: 16px;
}
.child-block.light-me .child-title > span {
	color: #c53f3e;
}
.child-block .child-title span:first-child { 
	padding-bottom: 3px;
}
/******* Viber Whatsapp messenger ***********/
.product-contactul {
	list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 20px;
    max-width: 270px;
    display: block;
}
.product-contactul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px 12px;
    overflow: hidden;
    line-height: 27px;

}

.product-contactul a {
    /*width: 30px;
    height: 30px;
    margin: 13px 10px 0px 0px;
    border-radius: 50%;*/
    color: white;
    /*text-align: center;
    line-height: 26px;
    border: 2px solid #c09a4f;
    display: block;*/
    vertical-align: middle;
    padding-right: 10px;
    display: block;
    text-align: start;
}
.btn-purple {
	background-color: #bd59ef;
}
.btn-purple:hover {
	color: #fff;
}
.product-contactul i:before {
    /*line-height: 26px;
    display: block;*/
    font-size: 14px;
    color: #fff;
}

.mc-summary-form {
	padding: 30px;
	border: 1px solid rgba(162, 162, 162, 0.3);
	box-shadow: 0 0 15px rgba(162, 162, 162, 0.3);
	border-radius: 4px 4px 0 0;
	background-color: rgba(162, 162, 162, 0.08);
}
.mc-summary-form .form-group {
	overflow: hidden;
}
.bs-example {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.bs-example-small {
	font-size: 15px;
    font-weight: 400;

}
.bs-example-large {
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}
/*********  Apartment Page side cell *************/
.direction-ltr {
	direction: ltr;
}
.SimpleSearch {
	background: linear-gradient(to bottom,#febb02 0,#febb02 100%);
	padding: 16px;

	display: none !important;
}

.SimpleSearch .form-group {
	margin-bottom: 30px;
}
.SimpleSearch .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #333;
}
.sidebar_box-similar {
	padding: 10px;
	font-size: 1.1em;
	background-color: #fafcff;	
	
	display: none !important;

}
.sidebar-similar_header {
	display: block;
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 13px;
}
.sidebar-similar_button {
	color: #0071c2;
    font-weight: bold;
	border: 1px solid #0071c2;
	font-size: 14px;
	padding: .5em;
	text-align: center;
	display: block;
}
/*********  Apartment Page main cell *************/
.currency-str {
	display: inline-block;
	padding: 0 3px;
}
.hp-nav-bottom-border {
    border-bottom: 1px solid #bad4f7;
    padding-bottom: 1px;
}
.hp_nav_bar {
    background-color: #ebf3ff;
    display: table;
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
}
.hp_nav_bar > li {
    display: table-cell;
    border-right: 1px solid #fff;
    list-style: none;
	font-size: 14px;
}
.hp_nav_bar.boldify_hp_nav a {
    font-weight: bold;
}
.hp_nav_bar a {
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: block;
}
.bui-badge {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background-color: #006607;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 0 4px;
    vertical-align: middle;
}
.apartment-title {
	color: #333;

}
.c-bh-strip__icon {
    fill: #333;
}
.bk-icon {
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    overflow: hidden;
}
.c-bh-strip__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    padding: 8px 4px;
        padding-top: 8px;
    text-align: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.c-bh-strip__occupancy__text {
    line-height: 1em;
    margin-left: .15em;
}
.c-bh-strip__label {
    font-size: 14px;
    line-height: 20px;
    color: #969696;
}
.c-bh-strip__value {
    min-height: 30px;
    font-size: 24px;
    line-height: 32px;
}
.c-bh-strip__value {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    min-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.c-bh-strip__item {
    text-align: center;
}
.bui-alert--info {
    background-color: #fefbf0;
    border-color: #ffe08a;
}
.bui-alert--danger {
background-color: #fffdfd;
border-color: #ff8a8a !important;
}
.bui-alert--danger .bui-icon i {
	color: #ea0f0f;
}
.bui-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    padding: 16px;
    border-radius: 2px;
}
.bui-spacer--medium {
    margin-bottom: 8px !important;
}
.bui-alert__icon {
	padding-right: 10px;
}
.hprt-table-header-cell {
    font-weight: 500;
    color: #fff;
    background-color: #4c76b2;
    border-left: 1px solid #5bbaff;
    padding: 6px 8px !important;
    font-size: 18px;
}
.hprt-table-cell {
	border-top: 1px solid #5bbaff;
	border-left: 1px solid #5bbaff;
	border-right: 1px solid #5bbaff;
	border-bottom: 3px solid #5bbaff !important;
}
.appartment-bed-types-wrapper {
    display: block;
    margin: 8px 0;
    line-height: 1.4;
}
.room-config {
	font-size: 12px;
}
.bui-spacer--small {
    margin-bottom: 4px !important;
    border-top: 1px solid #e6e6e6;
}
.hp-description-sub-header {
    margin: 5px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.aminities-block .form-check-label {
	color: #008009;
	font-size: 11px;
}
.aminities-block [type="checkbox"] + label, [type="radio"] + label {
    padding-left: 15px;
    height: 20px;
}
.aminities-block [type="checkbox"]:checked + label::before {
	color: #008009 !important;
	border-color: transparent rgba(0, 91, 15, 0.46) rgba(19, 149, 40, 0.46) transparent;
	
}
.aminities-block [type="checkbox"]:checked + label::before {
	font-size: 11px !important;
	top: 5px !important;
	left: -3px !important;
	width: 7px !important;
	height: 11px !important;
	border-width: 1px !important;
}
.aminities-block .form-check {
	display: inline-block;
	line-height: 20px;
}
/******** Sell Apartments ********/
.see-map-block {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	color: #4675e7;
	font-size: 20px;

}
.see-map-block i {
	color: #4675e7;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.bui-alert__title {
	font-weight: bold;
}
.icon-row-area {
	border-top: 1px solid #DFDFE1;
	border-bottom: 1px solid #DFDFE1;
	padding: 8px 0;
}
.key_label {
    font-size: 14px;
    line-height: 20px;
    color: #969696;
    text-transform: uppercase;
}
.value_label {
    min-height: 30px;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
}
.value_label i {
	padding-left: 4px;
	padding-right: 4px;
}
#availability.details {
	overflow: hidden;
}
.time-block {
	border: 1px solid #6993e0;
	background-color: #f0f5ff;
	padding: 1px 5px;
	margin: 0 4px;
	border-radius: 4px;
	color: #000;
	font-weight: 400;
	font-size: 95%;
}

/*************** Product List ******************/
.cat-vertical {
	display: block;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	min-height: 300px;
	height: 100%;
}
/*************** Product List ******************/
.cat-vertical::before { 
	background-color: rgba(10,10,10,0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	content: "";
	transition: 0.5s ease-in-out;
}
.cat-vertical:hover::before { 
	background-color: rgba(10,10,10,0.4);
}
.cat-vertical-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	margin-top: 0;
	line-height: 24px;
	font-size: 20px;
}
.flex-box {
	flex-wrap: wrap;
	display: flex;
} 

.media {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
	letter-spacing: 1px;
	background-color:#ffffff;
}
.post-thumb {
	margin-right: 25px;
	
}
.post-thumb .thumb {
	width: 100px;
	overflow: hidden;
}
.post-thumb img {
    width: 100px;
    display: block;
    transition: 0.2s ease-in-out;
}
.menu-block a:hover .post-thumb img {

    width: 100px;
    display: block;
    transition: 0.2s ease-in-out;
    transform: scale(1.1);

}
.post-title {
	font-size: 16px;
	font-weight: 400;	
	position: relative;
	color: #232323;
	margin-top: 0;
	background-color: #fff;
	overflow: hidden;
	height: 30px;
	line-height: 30px;

}
.menu-block .inner-box {
    position: relative;
    width: 100%;

}
.menu-block .inner-box .info::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 20px;
    width: 100%;
    border: 1px dashed 
    #e5e5e5;
}

.inner-box .info {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.inner-box .info .price {
    position: relative;
    color: #337ab7;
	font-size: 20px;
	line-height: 36px;
	padding-left: 20px;
	background-color: #ffffff;
}
.inner-box .text {
	font-size: 14px;
	font-weight: 300;
}
/**************************************/
.search-slider-block {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.slideContent {
  z-index: 10;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
}
.searchWrapper {
	width: 100%;
	padding: 1.5rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,.85);
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.29);
	border-radius: 4px;
	position: relative;
	z-index: 30;
}
.titleWrapper {
  margin-bottom: 0.5rem;
}
.title2 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	display: block;
}
.custom-input {
	border-radius: 2px;
	padding: 2rem 3rem;
	line-height: 1.5;
	border: 1px solid #AAACB0;
	color: #2D3035;
	background-color: #fff;
}
.custom-input#CityID::before {
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	content: "\f002";
	position: absolute;
	top: 3px;
	left: 2px;
}
/*************************************/
@media (min-width: 768px ) and (max-width: 1199px) {
    .news-section h2.title { 
        font-size: 25px;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
	
    
    .news-section h2.title { 
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    
    .news-section h2.head { 
        font-size: 25px;
        letter-spacing: 0;
    }
    
    .news-section h2.title { 
        font-size: 24px;
    }
    .boats-block h5 {
        
        line-height: 26px;
        height: auto;
        font-size: 16px;
        width: auto;
        min-width: 150px;
        background-size: 100%;
        bottom: 0;
    }
}
/*****************************************/
@media (min-width: 992px) and (max-width: 1199px) 
{
	.my-product-block {
		padding-top: 10px;
		padding-bottom: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) 
{
	.my-product-block {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.product-brief {
		height: 42px;
	}
}
@media (max-width: 767px) 
{
	.product-title {
		font-size: 14px;
		white-space: nowrap;
		
		overflow: hidden;
	}
	.my-product-block {
		padding-top: 5px;
		padding-bottom: 0;
		clear: both;
	}
	.product-brief {
		height: 22px;
	}

	.tiny-controls-button i {
		width: 28px;
		height: 28px;
		line-height: 26px;
	}

	.product-page-container .nav-tabs.nav-justified {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
}

/**************************/
.bicon-full_bunk_bed:before {
 content:"\b446"
}
.bicon-half_bunk_bed:before {
 content:"\b445"
}
.bicon-coupon_cashback:before {
 content:"\b444"
}
.bicon-coupon_deduction:before {
 content:"\b443"
}
.bicon-call_hangup:before {
 content:"\b442"
}
.bicon-phone_microphone:before {
 content:"\b441"
}
.bicon-phone_speaker:before {
 content:"\b440"
}
.bicon-arrow-right:before {
 content:"\b43e"
}
.bicon-arrow-up-left:before {
 content:"\b43d"
}
.bicon-arrow-up:before {
 content:"\b43c"
}
.bicon-arrow-up-right:before {
 content:"\b43b"
}
.bicon-arrow-down-right:before {
 content:"\b43a"
}
.bicon-arrow-down:before {
 content:"\b439"
}
.bicon-arrow-down-left:before {
 content:"\b438"
}
.bicon-arrow-left:before {
 content:"\b437"
}
.bicon-coupon_icon:before {
 content:"\b43f"
}
.bicon-circle-one-sixth:before {
 content:"\b432"
}
.bicon-circle-two-sixth:before {
 content:"\b433"
}
.bicon-circle-three-sixth:before {
 content:"\b434"
}
.bicon-circle-four-sixth:before {
 content:"\b435"
}
.bicon-circle-five-sixth:before {
 content:"\b436"
}
.bicon-qzone-logo:before {
 content:"\b431"
}
.bicon-percentage-circle:before {
 content:"\b430"
}
.bicon-wallet-logo:before {
 content:"\b42f"
}
.bicon-rentalcars-name:before {
 content:"\b42e"
}
.bicon-rentalcars-dotcom:before {
 content:"\b42d"
}
.bicon-trend-down-right:before {
 content:"\b42c"
}
.bicon-trend-down-left:before {
 content:"\b42b"
}
.bicon-hikers:before {
 content:"\b42a"
}
.bicon-leaf:before {
 content:"\b429"
}
.bicon-people:before {
 content:"\b428"
}
.bicon-yoga:before {
 content:"\b427"
}
.bicon-rentalcars-symbol:before {
 content:"\b426"
}
.bicon-fuel-pump:before {
 content:"\b425"
}
.bicon-gearbox:before {
 content:"\b424"
}
.bicon-instant-confirmation:before {
 content:"\b423"
}
.bicon-localchoice:before {
 content:"\b422"
}
.bicon-ruler:before {
 content:"\b421"
}
.bicon-lifetime-journey:before {
 content:"\b420"
}
.bicon-game:before {
 content:"\b419"
}
.bicon-videochat:before {
 content:"\b418"
}
.bicon-lift-clean:before {
 content:"\b417"
}
.bicon-lift:before {
 content:"\b416"
}
.bicon-babycot-small:before {
 content:"\b415"
}
.bicon-sunrise:before {
 content:"\b414"
}
.bicon-chinafriendly:before {
 content:"\b413"
}
.bicon-line:before {
 content:"\b412"
}
.bicon-whatsapp:before {
 content:"\b411"
}
.bicon-genius-g:before {
 content:"\b410"
}
.bicon-diamond-down:before {
 content:"\b409"
}
.bicon-diamond-up:before {
 content:"\b408"
}
.bicon-sort:before {
 content:"\b407"
}
.bicon-real-heart:before {
 content:"\b406"
}
.bicon-old-town:before {
 content:"\b405"
}
.bicon-route-icon:before {
 content:"\b404"
}
.bicon-thumb-up:before {
 content:"\b403"
}
.bicon-messenger:before {
 content:"\b402"
}
.bicon-rewardsoutline:before {
 content:"\b401"
}
.bicon-rewardsfill:before {
 content:"\b400"
}
.bicon-notificationoff:before {
 content:"\b399"
}
.bicon-user-couple:before {
 content:"\b398"
}
.bicon-user-family:before {
 content:"\b397"
}
.bicon-target-icon:before {
 content:"\b396"
}
.bicon-bookingassistant:before {
 content:"\b395"
}
.bicon-popout:before {
 content:"\b394"
}
.bicon-zero_fee:before {
 content:"\b393"
}
.bicon-raf:before {
 content:"\b392"
}
.bicon-singleday:before {
 content:"\b391"
}
.bicon-trend-left:before {
 content:"\b390"
}
.bicon-existing-bed:before {
 content:"\b389"
}
.bicon-assistant:before {
 content:"\b388"
}
.bicon-trend:before {
 content:"\b387"
}
.bicon-diamond:before {
 content:"\b386"
}
.bicon-diamond2:before {
 content:"\b385"
}
.bicon-streetview:before {
 content:"\b384"
}
.bicon-food-and-drink:before {
 content:"\b383"
}
.bicon-allinclusive:before {
 content:"\b382"
}
.bicon-bed-in-bunk:before {
 content:"\b381"
}
.bicon-bunk-bed:before {
 content:"\b380"
}
.bicon-triangleleft:before {
 content:"\b378"
}
.bicon-triangleright:before {
 content:"\b379"
}
.bicon-occupancychild:before {
 content:"\b377"
}
.bicon-occupancyghost:before {
 content:"\b376"
}
.bicon-scan:before {
 content:"\b375"
}
.bicon-pillow:before {
 content:"\b374"
}
.bicon-pillow-reflex:before {
 content:"\b373"
}
.bicon-pillow-shadow:before {
 content:"\b372"
}
.bicon-thumbsdown:before {
 content:"\b371"
}
.bicon-switchproperty:before {
 content:"\b370"
}
.bicon-qq:before {
 content:"\b36c"
}
.bicon-wechatmoments2:before {
 content:"\b36b"
}
.bicon-sun:before {
 content:"\e900"
}
.bicon-oltag:before {
 content:"\b36a"
}
.bicon-study-desk:before {
 content:"\b369"
}
.bicon-salon:before {
 content:"\b368"
}
.bicon-wechatmoments:before {
 content:"\b367"
}
.bicon-direction-arrow:before {
 content:"\e377"
}
.bicon-bb-frube-outline:before {
 content:"\b366"
}
.bicon-referral:before {
 content:"\b365"
}
.bicon-cpos:before {
 content:"\b364"
}
.bicon-square-rating:before {
 content:"\b363"
}
.bicon-helpcenter:before {
 content:"\b362"
}
.bicon-questionhelp:before {
 content:"\b361"
}
.bicon-preferred-property:before {
 content:"\b360"
}
.bicon-paintbrush:before {
 content:"\b900"
}
.bicon-private-bathroom:before {
 content:"\b353"
}
.bicon-kaabaa:before {
 content:"\b352"
}
.bicon-aterrible:before {
 content:"\b351"
}
.bicon-p2gbell:before {
 content:"\b350"
}
.bicon-terrace:before {
 content:"\b349"
}
.bicon-p2g-bedpref:before {
 content:"\b348"
}
.bicon-p2g-checkout:before {
 content:"\b347"
}
.bicon-p2g-checkin:before {
 content:"\b346"
}
.bicon-infobold:before {
 content:"\b345"
}
.bicon-map-pin:before {
 content:"\b344"
}
.bicon-p2gkeyboard-ios:before {
 content:"\b343"
}
.bicon-p2gmessages:before {
 content:"\b342"
}
.bicon-occupancystroked:before {
 content:"\b341"
}
.bicon-valuedeal:before {
 content:"\b340"
}
.bicon-private-shower:before {
 content:"\b334"
}
.bicon-maximize:before {
 content:"\b336"
}
.bicon-minimize:before {
 content:"\b335"
}
.bicon-bunk:before {
 content:"\b333"
}
.bicon-landscape:before {
 content:"\b332"
}
.bicon-checkin-alt:before {
 content:"\b331"
}
.bicon-deal-of-the-day:before {
 content:"\b330"
}
.bicon-food-reversed:before {
 content:"\b324"
}
.bicon-downchevron-thin:before {
 content:"\b323"
}
.bicon-upchevron-thin:before {
 content:"\b322"
}
.bicon-delight:before {
 content:"\b321"
}
.bicon-bb-frube-start-rtl:before {
 content:"\b320"
}
.bicon-bb-frube-start:before {
 content:"\b319"
}
.bicon-bb-frube-title:before {
 content:"\b318"
}
.bicon-bb-frube:before {
 content:"\b317"
}
.bicon-bulbtip:before {
 content:"\b316"
}
.bicon-p2gcross:before {
 content:"\b315"
}
.bicon-p2gtick:before {
 content:"\b314"
}
.bicon-p2gchat:before {
 content:"\b313"
}
.bicon-RegisterIcon:before {
 content:"\b312"
}
.bicon-LoginIcon:before {
 content:"\b311"
}
.bicon-kettle:before {
 content:"\b310"
}
.bicon-slippers:before {
 content:"\b309"
}
.bicon-asian-style-breakfast:before {
 content:"\b308"
}
.bicon-toiletries:before {
 content:"\b307"
}
.bicon-collapse:before {
 content:"\b306"
}
.bicon-p2gwidgets:before {
 content:"\b305"
}
.bicon-p2gkeyboard:before {
 content:"\b304"
}
.bicon-couple:before {
 content:"\b303"
}
.bicon-checkempty:before {
 content:"\b302"
}
.bicon-checkno2:before {
 content:"\b301"
}
.bicon-plus-alt:before {
 content:"\b300"
}
.bicon-check-alt:before {
 content:"\b259"
}
.bicon-bb-logo:before {
 content:"\b258"
}
.bicon-mosque:before {
 content:"\b257"
}
.bicon-genius-frube-finish-rtl:before {
 content:"\b256"
}
.bicon-genius-frube-start-rtl:before {
 content:"\b255"
}
.bicon-dottedseparator:before {
 content:"\b254"
}
.bicon-deal:before {
 content:"\b253"
}
.bicon-leftchevronend:before {
 content:"\b251"
}
.bicon-rightchevronend:before {
 content:"\b250"
}
.bicon-genius-frube-start:before {
 content:"\b249"
}
.bicon-frube-more:before {
 content:"\b248"
}
.bicon-frube-finish:before {
 content:"\b247"
}
.bicon-frube-start-rtl:before {
 content:"\b24a"
}
.bicon-frube-start:before {
 content:"\b246"
}
.bicon-percentage:before {
 content:"\b245"
}
.bicon-trophy:before {
 content:"\b244"
}
.bicon-wechat:before {
 content:"\b243"
}
.bicon-guide_icon_pinstar:before {
 content:"\b242"
}
.bicon-guide_icon_bookmark:before {
 content:"\b241"
}
.bicon-expand:before {
 content:"\b240"
}
.bicon-opendoor:before {
 content:"\b239"
}
.bicon-occupancyalt:before {
 content:"\b238"
}
.bicon-emptycheckbox:before {
 content:"\b237"
}
.bicon-checkbox:before {
 content:"\b236"
}
.bicon-atoz:before {
 content:"\b235"
}
.bicon-distance:before {
 content:"\b234"
}
.bicon-price:before {
 content:"\b233"
}
.bicon-gift:before {
 content:"\b232"
}
.bicon-aconfirmation:before {
 content:"\b231"
}
.bicon-gallery:before {
 content:"\b230"
}
.bicon-stadiumarena:before {
 content:"\b22f"
}
.bicon-attractions:before {
 content:"\b22e"
}
.bicon-ferry:before {
 content:"\b22d"
}
.bicon-golfcourse:before {
 content:"\b22c"
}
.bicon-institution:before {
 content:"\b22b"
}
.bicon-marina:before {
 content:"\b22a"
}
.bicon-publicparking:before {
 content:"\b229"
}
.bicon-theater:before {
 content:"\b228"
}
.bicon-notification:before {
 content:"\b227"
}
.bicon-car:before {
 content:"\b226"
}
.bicon-abell:before {
 content:"\b225"
}
.bicon-ametro:before {
 content:"\b224"
}
.bicon-abus:before {
 content:"\b223"
}
.bicon-leisure:before {
 content:"\b222"
}
.bicon-bestprice:before {
 content:"\b221"
}
.bicon-starsdown:before {
 content:"\b220"
}
.bicon-starsup:before {
 content:"\b219"
}
.bicon-thumbsup:before {
 content:"\b218"
}
.bicon-earlycheckin:before {
 content:"\b217"
}
.bicon-latecheckout:before {
 content:"\b216"
}
.bicon-shuttlesmall:before {
 content:"\b215"
}
.bicon-bookingdotgenius:before {
 content:"\b214"
}
.bicon-dotgenius:before {
 content:"\b20e"
}
.bicon-dotgeniusfold:before {
 content:"\b20d"
}
.bicon-dotgeniusbg:before {
 content:"\b20c"
}
.bicon-aexcellentsolid:before {
 content:"\b213"
}
.bicon-agoodsolid:before {
 content:"\b212"
}
.bicon-aaveragesolid:before {
 content:"\b211"
}
.bicon-apoorsolid:before {
 content:"\b210"
}
.bicon-halfmoon:before {
 content:"\b20b"
}
.bicon-oven:before {
 content:"\b20a"
}
.bicon-removecircle:before {
 content:"\b209"
}
.bicon-infocircleoutline:before {
 content:"\b208"
}
.bicon-addcircle:before {
 content:"\b207"
}
.bicon-review:before {
 content:"\b206"
}
.bicon-list:before {
 content:"\b205"
}
.bicon-amanagebooking:before {
 content:"\b204"
}
.bicon-atravelguide:before {
 content:"\b203"
}
.bicon-createaccount:before {
 content:"\b202"
}
.bicon-aexcellent:before {
 content:"\b201"
}
.bicon-agood:before {
 content:"\b200"
}
.bicon-aaverage:before {
 content:"\b199"
}
.bicon-apoor:before {
 content:"\b198"
}
.bicon-triangleup:before {
 content:"\b197"
}
.bicon-taxi:before {
 content:"\b196"
}
.bicon-aclose:before {
 content:"\b195"
}
.bicon-sign:before {
 content:"\b194"
}
.bicon-book:before {
 content:"\b193"
}
.bicon-centermap:before {
 content:"\b192"
}
.bicon-checkmark-circle:before {
 content:"\b191"
}
.bicon-bb-briefcase-round:before {
 content:"\b190"
}
.bicon-bb-briefcase:before {
 content:"\b189"
}
.bicon-downloadguide:before {
 content:"\b187"
}
.bicon-readguide:before {
 content:"\b186"
}
.bicon-checkmark:before {
 content:"\b188"
}
.bicon-iron:before {
 content:"\b185"
}
.bicon-funnel:before {
 content:"\b184"
}
.bicon-leftarrow:before {
 content:"\b183"
}
.bicon-rightarrow:before {
 content:"\b182"
}
.bicon-filterfunnel:before {
 content:"\b181"
}
.bicon-downchevron:before {
 content:"\b180"
}
.bicon-upchevron:before {
 content:"\b179"
}
.bicon-arrowleft:before {
 content:"\b178"
}
.bicon-arrowright:before {
 content:"\b177"
}
.bicon-triangledown:before {
 content:"\b176"
}
.bicon-backtotop:before {
 content:"\b175"
}
.bicon-dealsbadge:before {
 content:"\b174"
}
.bicon-trashcan:before {
 content:"\b172"
}
.bicon-tag:before {
 content:"\b171"
}
.bicon-great:before {
 content:"\b170"
}
.bicon-good:before {
 content:"\b16f"
}
.bicon-poor:before {
 content:"\b16e"
}
.bicon-average:before {
 content:"\b16d"
}
.bicon-downloadimage:before {
 content:"\b16c"
}
.bicon-messagecircle:before {
 content:"\b16b"
}
.bicon-olderphone:before {
 content:"\b16a"
}
.bicon-arrowhide:before {
 content:"\b169"
}
.bicon-arrowshow:before {
 content:"\b168"
}
.bicon-emailout:before {
 content:"\b167"
}
.bicon-emailin:before {
 content:"\b166"
}
.bicon-editnote:before {
 content:"\b165"
}
.bicon-geniussquare:before {
 content:"\b164"
}
.bicon-genius:before {
 content:"\b163"
}
.bicon-ge:before {
 content:"\b162"
}
.bicon-star:before {
 content:"\b161"
}
.bicon-exclamation:before {
 content:"\b160"
}
.bicon-pricetag:before {
 content:"\b15c"
}
.bicon-chains:before {
 content:"\b15b"
}
.bicon-forkknife:before {
 content:"\b15a"
}
.bicon-direction:before {
 content:"\b159"
}
.bicon-wallet:before {
 content:"\b158"
}
.bicon-babycot:before {
 content:"\b157"
}
.bicon-massage:before {
 content:"\b156"
}
.bicon-frontdesk:before {
 content:"\b155"
}
.bicon-babybottle:before {
 content:"\b154"
}
.bicon-firstaid:before {
 content:"\b153"
}
.bicon-fridge:before {
 content:"\b152"
}
.bicon-couch:before {
 content:"\b151"
}
.bicon-campfire:before {
 content:"\b150"
}
.bicon-bbq:before {
 content:"\b14f"
}
.bicon-printer:before {
 content:"\b14e"
}
.bicon-singles:before {
 content:"\b14d"
}
.bicon-double:before {
 content:"\b14c"
}
.bicon-tram:before {
 content:"\b14b"
}
.bicon-secret:before {
 content:"\b14a"
}
.bicon-coffee:before {
 content:"\b149"
}
.bicon-arrowup:before {
 content:"\b148"
}
.bicon-arrowdown:before {
 content:"\b147"
}
.bicon-closedlock:before {
 content:"\b146"
}
.bicon-openlock:before {
 content:"\b145"
}
.bicon-tablet:before {
 content:"\b144"
}
.bicon-gplus:before {
 content:"\b143"
}
.bicon-mail:before {
 content:"\b142"
}
.bicon-weibo:before {
 content:"\b141"
}
.bicon-pinterest:before {
 content:"\b140"
}
.bicon-twitter:before {
 content:"\b13f"
}
.bicon-facebookf:before {
 content:"\b13e"
}
.bicon-facebookbox:before {
 content:"\b13d"
}
.bicon-flattv:before {
 content:"\b13c"
}
.bicon-btnclose:before {
 content:"\b139"
}
.bicon-bath:before {
 content:"\b138"
}
.bicon-monument:before {
 content:"\b137"
}
.bicon-soundproof:before {
 content:"\b136"
}
.bicon-dishwashercup:before {
 content:"\b135"
}
.bicon-dishwasher:before {
 content:"\b134"
}
.bicon-arrowcircleright:before {
 content:"\b133"
}
.bicon-arrowcircleleft:before {
 content:"\b132"
}
.bicon-halfcirclepad:before {
 content:"\b131"
}
.bicon-halfcircle:before {
 content:"\b130"
}
.bicon-businesstrip:before {
 content:"\b12f"
}
.bicon-shopbag:before {
 content:"\b12e"
}
.bicon-hotel:before {
 content:"\b12d"
}
.bicon-reviewtimeline:before {
 content:"\b12c"
}
.bicon-profiledash:before {
 content:"\b12b"
}
.bicon-checkyes:before {
 content:"\b12a"
}
.bicon-checkno:before {
 content:"\b129"
}
.bicon-augmentedreality:before {
 content:"\b128"
}
.bicon-favoriteflag:before {
 content:"\b127"
}
.bicon-addlist:before {
 content:"\b126"
}
.bicon-messages:before {
 content:"\b125"
}
.bicon-pill:before {
 content:"\b019"
}
.bicon-feedback:before {
 content:"\b10c"
}
.bicon-question:before {
 content:"\b10d"
}
.bicon-computer:before {
 content:"\b10e"
}
.bicon-acoverflow:before {
 content:"\a005"
}
.bicon-accall:before {
 content:"\a006"
}
.bicon-acclip:before {
 content:"\a007"
}
.bicon-acsend:before {
 content:"\a008"
}
.bicon-actrash:before {
 content:"\a009"
}
.bicon-acshare:before {
 content:"\a010"
}
.bicon-accamera:before {
 content:"\a011"
}
.bicon-acmic:before {
 content:"\a012"
}
.bicon-acedit:before {
 content:"\a013"
}
.bicon-actick:before {
 content:"\a014"
}
.bicon-aclocate:before {
 content:"\a015"
}
.bicon-gambling:before {
 content:"\b0ed"
}
.bicon-washer:before {
 content:"\b0ec"
}
.bicon-platefork:before {
 content:"\b0e9"
}
.bicon-walking:before {
 content:"\b0ea"
}
.bicon-compass:before {
 content:"\b0eb"
}
.bicon-food:before {
 content:"\b0e8"
}
.bicon-parkingfee:before {
 content:"\b0e7"
}
.bicon-bdot:before {
 content:"\b0e5"
}
.bicon-bookingsquare:before {
 content:"\b0e6"
}
.bicon-send:before {
 content:"\b0e4"
}
.bicon-cloudimport:before {
 content:"\b0e3"
}
.bicon-square:before {
 content:"\b0e2"
}
.bicon-olcloud:before {
 content:"\b0e1"
}
.bicon-occupancy:before {
 content:"\31"
}
.bicon-rating:before {
 content:"\b002"
}
.bicon-menu:before {
 content:"\b0e0"
}
.bicon-calendar:before {
 content:"\b0a4"
}
.bicon-checkin:before {
 content:"\b0a6"
}
.bicon-checkout:before {
 content:"\b0a5"
}
.bicon-home:before {
 content:"\b0a2"
}
.bicon-homecrop:before {
 content:"\b0a3"
}
.bicon-pinmap:before {
 content:"\b0a1"
}
.bicon-group:before {
 content:"\b098"
}
.bicon-parks:before {
 content:"\b099"
}
.bicon-landmark:before {
 content:"\b09a"
}
.bicon-hour:before {
 content:"\b09b"
}
.bicon-direction2:before {
 content:"\b09c"
}
.bicon-rightchevron:before {
 content:"\b09d"
}
.bicon-leftchevron:before {
 content:"\b09e"
}
.bicon-bell:before {
 content:"\b09f"
}
.bicon-map:before {
 content:"\b0a0"
}
.bicon-phone:before {
 content:"\b081"
}
.bicon-bcloud:before {
 content:"\b080"
}
.bicon-cloud:before {
 content:"\b07f"
}
.bicon-bike:before {
 content:"\b079"
}
.bicon-restaurants:before {
 content:"\b07a"
}
.bicon-dont:before {
 content:"\b07b"
}
.bicon-baby:before {
 content:"\b07c"
}
.bicon-brightness:before {
 content:"\b07d"
}
.bicon-petfriendly:before {
 content:"\b07e"
}
.bicon-parking:before {
 content:"\b078"
}
.bicon-olheart:before {
 content:"\b076"
}
.bicon-gourmet:before {
 content:"\b059"
}
.bicon-wine:before {
 content:"\b05c"
}
.bicon-bar:before {
 content:"\b05d"
}
.bicon-fitness:before {
 content:"\b060"
}
.bicon-tenniscourt:before {
 content:"\b061"
}
.bicon-sauna:before {
 content:"\b064"
}
.bicon-golf:before {
 content:"\b065"
}
.bicon-garden:before {
 content:"\b068"
}
.bicon-resort:before {
 content:"\b069"
}
.bicon-nonsmoking:before {
 content:"\b06c"
}
.bicon-airport:before {
 content:"\b06d"
}
.bicon-family:before {
 content:"\b070"
}
.bicon-spa:before {
 content:"\b071"
}
.bicon-shopping:before {
 content:"\b074"
}
.bicon-disabled:before {
 content:"\b075"
}
.bicon-vip:before {
 content:"\b05a"
}
.bicon-skiing:before {
 content:"\b05b"
}
.bicon-designer:before {
 content:"\b05e"
}
.bicon-beach:before {
 content:"\b05f"
}
.bicon-wildlife:before {
 content:"\b062"
}
.bicon-countryside:before {
 content:"\b063"
}
.bicon-business:before {
 content:"\b066"
}
.bicon-wintersports:before {
 content:"\b067"
}
.bicon-sports:before {
 content:"\b06a"
}
.bicon-mountains:before {
 content:"\b06b"
}
.bicon-castle:before {
 content:"\b06e"
}
.bicon-international:before {
 content:"\b06f"
}
.bicon-citytrip:before {
 content:"\b072"
}
.bicon-backpacker:before {
 content:"\b073"
}
.bicon-tick:before {
 content:"\b058"
}
.bicon-tickdot:before {
 content:"\b057"
}
.bicon-tickfull:before {
 content:"\b056"
}
.bicon-preferred:before {
 content:"\b055"
}
.bicon-directions:before {
 content:"\b054"
}
.bicon-olrating:before {
 content:"\b000"
}
.bicon-nearme:before {
 content:"\b032"
}
.bicon-signout:before {
 content:"\b033"
}
.bicon-comparison:before {
 content:"\b036"
}
.bicon-smoking:before {
 content:"\b037"
}
.bicon-currency:before {
 content:"\b039"
}
.bicon-ratebooking:before {
 content:"\b043"
}
.bicon-camera:before {
 content:"\b044"
}
.bicon-olsuitcase:before {
 content:"\b048"
}
.bicon-suitcase:before {
 content:"\b047"
}
.bicon-bed:before {
 content:"\b049"
}
.bicon-history:before {
 content:"\b052"
}
.bicon-safe:before {
 content:"\b030"
}
.bicon-sortfilters:before {
 content:"\b031"
}
.bicon-addbed:before {
 content:"\b034"
}
.bicon-shuttlefee:before {
 content:"\b035"
}
.bicon-shuttle:before {
 content:"\b040"
}
.bicon-airconditioning:before {
 content:"\b038"
}
.bicon-pool:before {
 content:"\b042"
}
.bicon-breakfast:before {
 content:"\b041"
}
.bicon-lan:before {
 content:"\b045"
}
.bicon-bowling:before {
 content:"\b046"
}
.bicon-cycling:before {
 content:"\b050"
}
.bicon-canoe:before {
 content:"\b051"
}
.bicon-bikefee:before {
 content:"\b028"
}
.bicon-bathtub:before {
 content:"\b027"
}
.bicon-windsurfing:before {
 content:"\b026"
}
.bicon-beachball:before {
 content:"\b025"
}
.bicon-reviews:before {
 content:"\b011"
}
.bicon-search:before {
 content:"\b012"
}
.bicon-signin:before {
 content:"\b014"
}
.bicon-mybooking:before {
 content:"\b015"
}
.bicon-concierge:before {
 content:"\b016"
}
.bicon-dotcom:before {
 content:"\b018"
}
.bicon-settings:before {
 content:"\b020"
}
.bicon-viewed:before {
 content:"\b01a"
}
.bicon-deals:before {
 content:"\b021"
}
.bicon-cuca:before {
 content:"\b009"
}
.bicon-close:before {
 content:"\b008"
}
.bicon-circle:before {
 content:"\b007"
}
.bicon-squircle:before {
 content:"\b006"
}
.bicon-internet:before {
 content:"\b005"
}
.bicon-marker:before {
 content:"\b023"
}
.bicon-halfrating:before {
 content:"\b001"
}
.bicon-email:before {
 content:"\b003"
}
.bicon-timesthree:before {
 content:"\33"
}
.bicon-timesfour:before {
 content:"\34"
}
.bicon-timesfive:before {
 content:"\35"
}
.bicon-timessix:before {
 content:"\36"
}
.bicon-timesseven:before {
 content:"\37"
}
.bicon-timeseight:before {
 content:"\38"
}
.bicon-timesnine:before {
 content:"\39"
}
.bicon-timesten:before {
 content:"\30"
}
.bicon-wifi:before {
 content:"\b004"
}
.bicon-plus:before {
 content:"\b0ef"
}
.bicon-users:before {
 content:"\b088"
}
.bicon-suitcasevert:before {
 content:"\b089"
}
.bicon-speech:before {
 content:"\b08a"
}
.bicon-signal:before {
 content:"\b08b"
}
.bicon-mobilephone:before {
 content:"\b08c"
}
.bicon-location:before {
 content:"\b08d"
}
.bicon-key:before {
 content:"\b08e"
}
.bicon-graph:before {
 content:"\b08f"
}
.bicon-flag:before {
 content:"\b091"
}
.bicon-openmail:before {
 content:"\b092"
}
.bicon-plusmail:before {
 content:"\b093"
}
.bicon-crop:before {
 content:"\b094"
}
.bicon-coins:before {
 content:"\b095"
}
.bicon-bbooking:before {
 content:"\b097"
}
.bicon-arrowleft2:before {
 content:"\b096"
}
.bicon-message:before {
 content:"\b086"
}
.bicon-share:before {
 content:"\b085"
}
.bicon-refresh:before {
 content:"\b084"
}
.bicon-alarm:before {
 content:"\b083"
}
.bicon-dashboard:before {
 content:"\b082"
}
.bicon-booking:before {
 content:"\b017"
}
.bicon-heart:before {
 content:"\b010"
}
.bicon-cardfront:before {
 content:"\b0f0"
}
.bicon-cardback:before {
 content:"\b0f1"
}
.bicon-cardfrontblack:before {
 content:"\b0f2"
}
.bicon-cardbackblack:before {
 content:"\b0f3"
}
.bicon-doublesidecard:before {
 content:"\b0f4"
}
.bicon-cardperspective:before {
 content:"\b0f5"
}
.bicon-cardperspectiveblack:before {
 content:"\b0f6"
}
.bicon-doublesidecardblack:before {
 content:"\b0f7"
}
.bicon-recent:before {
 content:"\b0f8"
}
.bicon-more:before {
 content:"\b0f9"
}
.bicon-sidemenu:before {
 content:"\b0fa"
}
.bicon-timeseleven:before {
 content:"\b0fb"
}
.bicon-timestwelve:before {
 content:"\b0fc"
}
.bicon-timesthirteen:before {
 content:"\b0fd"
}
.bicon-timesfourteen:before {
 content:"\b0fe"
}
.bicon-timesfifteen:before {
 content:"\b0ff"
}
.bicon-timessixteen:before {
 content:"\b100"
}
.bicon-timesseventeen:before {
 content:"\b101"
}
.bicon-timeseighteen:before {
 content:"\b102"
}
.bicon-timesnineteen:before {
 content:"\b103"
}
.bicon-timestwentyone:before {
 content:"\b104"
}
.bicon-timestwentytwo:before {
 content:"\b105"
}
.bicon-timestwentythree:before {
 content:"\b106"
}
.bicon-timestwentyfour:before {
 content:"\b107"
}
.bicon-timestwentyfive:before {
 content:"\b108"
}
.bicon-timestwenty:before {
 content:"\b109"
}
.bicon-circlepad:before {
 content:"\b10a"
}
.bicon-starpad:before {
 content:"\b10b"
}
.bicon-inbox:before {
 content:"\b10f"
}
.bicon-questionmark:before {
 content:"\b110"
}
.bicon-questionmarkcircle:before {
 content:"\b111"
}
.bicon-icircle:before {
 content:"\b113"
}
.bicon-megaphone:before {
 content:"\b114"
}
.bicon-info:before {
 content:"\b112"
}
.bicon-fooddrink:before {
 content:"\b115"
}
.bicon-services:before {
 content:"\b116"
}
.bicon-warning:before {
 content:"\b117"
}
.bicon-roomsize:before {
 content:"\b118"
}
.bicon-pin:before {
 content:"\b119"
}
.bicon-alertsquare:before {
 content:"\b11a"
}
.bicon-alert:before {
 content:"\b11b"
}
.bicon-earlydeal:before {
 content:"\b11c"
}
.bicon-dealday:before {
 content:"\b11d"
}
.bicon-perfectpick:before {
 content:"\b11e"
}
.bicon-latedeal:before {
 content:"\b11f"
}
.bicon-trainblack:before {
 content:"\b120"
}
.bicon-smartdeals:before {
 content:"\b022"
}
.bicon-acselect:before {
 content:"\a003"
}
.bicon-accut:before {
 content:"\a004"
}
.bicon-acpaste:before {
 content:"\a001"
}
.bicon-acmail:before {
 content:"\a018"
}
.bicon-accopy:before {
 content:"\a002"
}
.bicon-acrefresh:before {
 content:"\a017"
}
.bicon-acstar:before {
 content:"\a016"
}
.bicon-acuser:before {
 content:"\a000"
}
.bicon-recenthistory:before {
 content:"\b121"
}
.bicon-skilift:before {
 content:"\b122"
}
.bicon-museum:before {
 content:"\b123"
}
.bicon-train:before {
 content:"\b124"
}
.bicon-getlocation:before {
 content:"\b090"
}

/************* Comment Block ************************/
/*Rating start 
refernce https://dev.to/afif/scalable-star-rating-without-js-and-no-svg-or-image-for-the-star-2mef
*/
.guest-reviews {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.display-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.rate-block {
  --s:27px;
  position:relative;
  display:inline-flex;
}
.rate-block input {
  width:var(--s);
  height:var(--s);
  margin:0;
  opacity:0;
  cursor:pointer;
}
.rate-block i {
  position:absolute;
  inset:0 0 calc(var(--s)*0.1);
  pointer-events:none;
  --v1:transparent,#000 0.5deg 108deg,#0000 109deg;
  --v2:transparent,#000 0.5deg  36deg,#0000  37deg;
  -webkit-mask:
    conic-gradient(from 54deg  at calc(var(--s)*0.68) calc(var(--s)*0.57),var(--v1)),
    conic-gradient(from 90deg  at calc(var(--s)*0.02) calc(var(--s)*0.35),var(--v2)),
    conic-gradient(from 126deg at calc(var(--s)*0.5)  calc(var(--s)*0.7) ,var(--v1)),
    conic-gradient(from 162deg at calc(var(--s)*0.5)  0                  ,var(--v2));
  -webkit-mask-size: var(--s) var(--s);
  -webkit-mask-composite: xor,destination-over;
  mask-composite: exclude,add;
  background:
    linear-gradient(rgba(254, 187, 2,var(--o,0.5)) 0 0),  
    linear-gradient(rgb(254, 187, 2) 0 0) 
    #ccc;
  background-size:calc(var(--l,0)*var(--s)) 100%,calc(var(--p,0)*var(--s)) 100%;
  background-repeat:no-repeat;
}

.rate-block:focus-within {
  outline:none;
}

.rate-block input:active ~ i {--o:1}

.rate-block input:nth-of-type(1):checked ~ i {--p:1}
.rate-block input:nth-of-type(2):checked ~ i {--p:2}
.rate-block input:nth-of-type(3):checked ~ i {--p:3}
.rate-block input:nth-of-type(4):checked ~ i {--p:4}
.rate-block input:nth-of-type(5):checked ~ i {--p:5}
.rate-block input:nth-of-type(6):checked ~ i {--p:6}
.rate-block input:nth-of-type(7):checked ~ i {--p:7}
.rate-block input:nth-of-type(8):checked ~ i {--p:8}
.rate-block input:nth-of-type(9):checked ~ i {--p:9}
.rate-block input:nth-of-type(10):checked ~ i {--p:10}
/*.rate-block input:nth-of-type(N):checked ~ i {--p:N}*/

.rate-block input:nth-of-type(1):hover ~ i {--l:1}
.rate-block input:nth-of-type(2):hover ~ i {--l:2}
.rate-block input:nth-of-type(3):hover ~ i {--l:3}
.rate-block input:nth-of-type(4):hover ~ i {--l:4}
.rate-block input:nth-of-type(5):hover ~ i {--l:5}
.rate-block input:nth-of-type(6):hover ~ i {--l:6}
.rate-block input:nth-of-type(7):hover ~ i {--l:7}
.rate-block input:nth-of-type(8):hover ~ i {--l:8}
.rate-block input:nth-of-type(9):hover ~ i {--l:9}
.rate-block input:nth-of-type(10):hover ~ i {--l:10}
/*.rate-block input:nth-of-type(N):hover ~ i {--l:N}*/

.bui-avatar {
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #494949;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;

  min-width: 32px;
}
.bui-avatar.blue {
	background-color: #39b5e8;
}
.bui-avatar.red {
	background-color: #f4511e;
}
.bui-avatar.green {
	background-color: #7cbe65;
}
.bui-avatar.yellow {
	background-color: #fdcf59;
}

.bui-avatar-text {
	display: flex;
	flex-direction: column;
	margin-left: 12px;

	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: capitalize;
}
.c-review-block-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}
.c-review-inner {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
}


.rated-block i::before, .rated-block em::before { 
	
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;

    color: rgb(254, 187, 2);
    width: 20px;
    height: 20px;
}

.rated-block i::before {
	content: "\f005";

	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	
}
.rated-block em::before {
	content: "\f005";

	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.mdl-button--primary {
	border: 1px solid #0071c2;
	background: transparent;
	transition: opacity .15s cubic-bezier(.4,0,.2,1);
	border-radius: 2px;

	min-height: 36px;
	min-width: 36px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 8px 16px;
	text-align: center;

}
.mdl-button--primary.disabled {
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
}
.col-form-label-lg {
	font-weight: 400;
}
.modal-result-success, .modal-result-danger {
	padding: 30px;
	text-align: center;
}
.modal-inner {
	transition: height 1s;
}
.modal-result-success i {
	font-size: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.modal-result-success h2 {
	font-size: 26px;
	display: block;
	text-align: center;
}
/*************** End of comment block *******************/
