/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Poppins&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
/*	color: #666;*/
	color: #a0a0a0;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}
.module-instagram .slick-dots{
    display:none!important;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

/*open_casper*/
#slideshow0 .owl-nav .owl-next .slider-nav, #slideshow0 .owl-nav .owl-prev .slider-nav {
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    text-align: center;
}
#slideshow0 .slider-nav .fa {
    color: #f09ab4;
    font-size: 30px;
    font-weight: 400;
}
.header_banner{
    background-color: #f7f2ee;
}
.header_title{
    padding:5px;
}
.header_left_banner{
    float:left;
}
.header_right_banner{
    float:right;
}
.header_title.header_banner img {
    padding-right: 10px;
}
.header_title.header_banner p {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}
.header-container .header-logo {
    grid-row: 1 / 2!important;
    -ms-grid-row-span: 1!important;
}
.header-container .header-menu {
    grid-column: 1 / 3!important;
    -ms-grid-column: 1!important;
    -ms-grid-column-span: 2!important;
    justify-content:center!important;
}
.header_middle {
    color:#585858;
    padding:15px;
}
.header_middle:hover{
    color:#f19ab5;
}
a:hover{
    color:#f19ab5;
}
.sm-blue {
    background: none!important;
    background-image: none!important;
}
.sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
    background: none!important;
    background-image: none!important; 
    color: #585858!important;
}
.sm-blue>li {
    border-left: none!important;
}
#main-menu {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
}
#main-menu li .ca{
    white-space:normal;
}
#main-menu li{
    text-align:center;
}
#main-menu li a:hover{
    color:#f19ab5!important;
}
#main-menu .menu_list:after{
    right: 0;
    content:"|";
    position: absolute;
}
#main-menu li:last-child .menu_list:after{
    content:"";
}
#main-menu li:nth-child(1) {
    grid-column: 1/2!important;
    -ms-grid-column: 1!important;
    -ms-grid-column-span: 1!important;
}
#main-menu li:nth-child(2) {
    grid-column: 2/3!important;
    -ms-grid-column: 2!important;
    -ms-grid-column-span: 1!important;
}
#main-menu li:nth-child(3) {
    grid-column: 3/4!important;
    -ms-grid-column: 3!important;
    -ms-grid-column-span: 1!important;
}
#main-menu li:nth-child(4) {
    grid-column: 4/5!important;
    -ms-grid-column: 4!important;
    -ms-grid-column-span: 1!important;
}
#account, #cart{
    background-color: #a5d8e3;
    color: #fff;
    margin-left:15px;
    border-radius: 20px;
    outline:none;
}
.slider-slideshow-description.background-type-dark_image {
    color: #848484!important;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 34px!important;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
    font-size: 54px!important;
    color:#a5d8e3;
    font-family: 'Great Vibes', cursive;
}
.btn-primary{
    color: #fff;
    background-color: #a7c4c3;
    border-color: #a7c4c3;
    border-radius: 25px!important;
    outline:none;
}
.btn-primary:hover, .btn-primary:focus{
    outline:none;
}
h2{
    text-transform: capitalize!important;
    color: #a0a0a0!important;
    margin-bottom:40px!important;
}
h2:before{
    display: block;
    content:url("../../../../../image/cssbackground/Layer-582.png");
}
.swal2-title:before{
    display:none;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
    width: 0px!important;
    height: 0px!important;
}
.featured-module .slick-slide .product-block{
    height: auto!important;
    width: calc(25% - 15px)!important;
    margin: 7.5px 7.5px;
}
.featured-module .slick-slide>div, .related-products .slick-slide>div {
     width: 100%!important; 
}
.common-home .featured-module .slick-slide, .related-products .slick-slide{
    display: block!important;
}
.common-home .featured-module .slick-slide {
    float: right!important;
    height: 100%!important;
    min-height: 1px!important;
}
.featured-module .slick-slide .product-block, .related-products .product-block {
     display: inline-block!important;
     padding:10px;
}
#account, #cart {
    color: #888888;
}
.product-block {
    border: 0!important; 
}
.product-block:hover {
    border: 1px solid #f19ab5!important; 
}
.product-block a{
    color:#888888; 
}
.product-block .product-details .price{
    color: #87dbec;
}
.product-image-block {
    background-color: #fff;
}
.product-block:hover .img-responsive {
    opacity: 0.2;
}
.common-home .fcategory_tab .nav-pills{
    margin-bottom:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.common-home .fcategory_tab .nav-pills>li>a{
    color: #4e4e4e;
    background-color: #c6d8d8;
    border-radius: 25px;
    margin:0 5px;
    min-width: 170px;
    text-align: center;
}
.common-home .fcategory_tab .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #ccdcc1;
}
.common-home .fcategory_tab .category_block_column{
    width:100%;
    padding:0 7.5px;
}
.common-home .fcategory_tab .category_text_box{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    opacity: 0.8;
    padding: 10px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.common-home .fcategory_tab .category_text_box a{
    font-family: 'Great Vibes', cursive;
    color:#000;
    font-weight: bold;
    font-size:20px;
}
.common-home .fcategory_tab .category_text_box a:hover{
    color:#f19ab5;
}
footer{
    background-color:#f1f1f1;
    color:#888888;
}
footer a{
    color: #888888;
}
footer li{
    margin-bottom:10px;
}
footer a:hover{
    color:#f19ab5;
}
footer h5{
    font-size: 20px;
    font-weight: bold;
    color: #888888;
}
footer .m0{
    line-height:25px;
}
footer .footer-contact-info{
    flex:1;
}
footer .footer-contact-links{
    flex:1;
}
.footer-upper-contet>*:last-child {
    flex: 0.5!important;
}
.breadcrumb {
    border: 0;
    background-color: transparent;
}
.breadcrumb a{
    color:#888888;
}
.breadcrumb a:hover{
    color:#f19ab5;
}
.breadcrumb li::after {
    content: '|'!important;
}
#content {
    min-height: 150px!important;
}
.page-background{
    background-image:url("../../../../../image/cssbackground/Hue-Saturation-23.jpg");
    background-size: cover;
    padding-bottom: 30px;
}
.information-information.iid-7 #content{
    margin-bottom:80px;
}
.order_guide_box{
    text-align: center;
    margin-bottom:80px;
}
.guide div:nth-child(2n+1){
    clear:left;
}
.order_guide_box h3{
    margin:20px 0px 40px 0px;
}
body #footer-area {
    margin-top: 0!important;
}
.information-contact .form-group {
    margin-bottom: 10px;
}
.information-contact iframe{
    width:100%!important;
}
.information-contact #content h3{
    color:#888888;
    margin:30px 0px;
}
.information-contact .information_box{
    width:100%;
}
.information-contact .information_box a{
    color:#888888;
}
.information-contact .information_box a:hover{
    color:#f19ab5;
}
.information-contact .information_left_box{
    width:30%;
    float: left;
}
.information-contact .information_right_box{
    width:70%;
    float: left;
}
.gallery-album .gallboxstyle1 {
     padding: 0; 
     border: 0;
}
.gallery-album .category_text_box {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    opacity: 0.8;
    padding: 10px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    max-width: 100%;
}
.gallery-album .image:hover a{
    color: #f19ab5;
}
.gallery-album .category_text_box a {
    font-family: 'Great Vibes', cursive;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.gallery-album .pagination li span, .gallery-album .pagination li a{
    border-radius: 25px;
    width: 35px;
    height: 35px;
    margin: 0px 5px;
    color:#888888;
}
.gallery-album .pagination li.active span, .gallery-album .pagination li a:hover{
    background-color:#fff;
    border-color: #f19ab5;
    color: #f19ab5;
}
.gallery-album #content{
    margin-bottom:30px;
}
.gallery-album .modal-content{
    background:transparent;
    border:0;
    box-shadow: none;
}
.gallery-album .modal-header{
    border:0;
    height:50px;
}
.gallery-album .slick-slide{
    padding:5px;
}
.gallery-album .modal.fade{
    background-color: rgba(251, 251, 251, 0.77);
}
.gallery-album .modal-header .close{
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: 2px solid #000;
    opacity: 0.5;
    outline: none;
}
.gallery-album .modal-dialog{
    top: 50%;
    transform: translateY(-50%)!important;
}
.close:focus, .close:hover {
    opacity: 1!important;
}

.header-container .btn.btn-link.dropdown-toggle{
    border:1px solid #fff;
    padding:0 10px!important;
    min-width:100px!important;
    color:#fff;
    min-height: 35px!important;
    height: 35px!important;
    top: 10px;
}
.header-container .dropdown-menu {
    top: 125%;
    text-align:center;
    min-width: 99px;
    border:1px solid #fff;
}
.header-container .dropdown-menu.online-shop-menu{
    top: 95%;
    text-align: center;
    min-width: 99px;
    border: 1px solid #fff;
}
.overlay-all{
    position: absolute;
    top: 180px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    opacity: 0.5; 
    display:none;
}
.dropdown-menu.online-shop-menu{
    height: calc(100vh - 132px);
    overflow-y: auto;
}
.online-shop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    /*padding: 15px;*/
    margin: 0px 0 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /*border-top: 4px solid #2f3193;*/
    width: 100%;
    display: none!important;
    font-family:poppins;
    padding: 0;
    border: 0!important;
}
.online-shop-menu .menu_left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 36.5%;
    width: 36.5%;
    background-color: #f3f3f3;
    text-align: left;
    padding: 30px;
    padding-left: calc((100% - 1170px) / 2);
    padding-right: 50px;
    overflow-y: auto;
    height: 300px;
}
.online-shop-menu .menu_left h3{
    color:#a5a5a5;
    font-weight:bold;
    margin-bottom:22px;
    font-size:14px;
}
.child_box h3{
    font-size:16px;
}
.online-shop-menu .menu_left .custom-category-box a {
    color: #a5a5a5!important;
    font-weight: bold!important;
    margin-bottom: 22px;
    font-size: 14px;
    padding:0!important;
}
.online-shop-menu .menu_left h3.active{
    color:#f19ab5;
}
.online-shop-menu .menu_left h3:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    text-align: right;
    transition: all 0.5s;
}
.online-shop-menu .menu_left h3:hover{
    color:#f19ab5;
}
.online-shop-menu .menu_right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.5%;
    flex: 0 0 63.5%;
    max-width: 63.5%;
    width: 63.5%;
    display: inline-block;
    background-color: #fff;
    text-align: left;
    padding: 30px 0px;
    overflow-y: auto;
    padding-right: calc((100% - 1170px) / 2);
    height: 300px;
}
.online-shop-menu .menu_right .col-sm-9, .online-shop-menu .menu_right .col-sm-4, .online-shop-menu .menu_right .col-sm-3{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.online-shop-menu .menu_right .child_box{
    display:none;
}
.online-shop-menu .menu_right .child_box.active{
    display:block;
}
.online-shop-menu .menu_right .child_title{
    font-weight: bold;
    padding-left: 22px;
    color: #828282;
    margin-bottom: 25px;
}
.menu_right>div>div>div {
    margin-bottom: 30px;
}
.menu_right>div>div>div>a {
    font-weight: bold!important;
    display: block!important;
    font-size: 14px;
    color: #828282!important;
    text-decoration: underline;
    padding: 8px 15px;
}
#main-menu .menu_right .ca:hover {
    color: #f19ab5!important;
    text-decoration: underline;
    padding: 8px 15px;
}
.menu_right>div>div>div>a:hover{
    color:black!important;
}
.menu_right>div>div>div>div>div>a {
    font-weight: bold!important;
    font-size: 12px;
    color: #a5a5a5!important;
    padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>a:hover {
    padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>a:hover{
    color:black!important;
}
.menu_right .col-sm-9 div:nth-child(3n+1){
    clear:left;
}
.online-shop-menu ::-webkit-scrollbar {
  width: 12px;
}
/* Track */
.online-shop-menu ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.online-shop-menu ::-webkit-scrollbar-thumb {
  background: #f1e6dd; 
}

/* Handle on hover */
.online-shop-menu ::-webkit-scrollbar-thumb:hover {
  background: #ead4db; 
}
a.ca.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 3px;
}
.header_banner .header-menu #main-menu li:hover .dropdown-menu {
    display: block!important;
    color: #000;
    overflow: hidden;
    height: auto;
    max-height: 400px;
}
.header-logo .header-logo-image img{
    height: 40px!important;
}
#main-menu {
    position: inherit!important;
    box-shadow: none;
}
#main-menu>li {
    position: inherit;
}
.menu_box_hover {
    overflow-y: auto;
    width: calc(100% - 500px);
    margin: 0 auto;
}
.product-special .product-view>*, .product-category .product-view>* {
    padding: 10px;
}
.product-category .item-header{
    font-size:22px;
    padding: 10px 15px;
}
.product-category .list-group-item{
    border:0;
}
.product-category #side-categories .side-categories-level-1+.side-categories-level-1 {
    border-top: 0;
}
#side-categories .group .item.active+.sub {
    border-top: 0!important;
}
#side-categories .group .item .toggle {
    border-left: 0!important;
}
#side-categories .group:not(:last-child) {
    border-bottom: 0!important;
}
.product-category .side-categories-level-1{
    margin: 10px 10px;
}
.product-category .level-1{
    background-color: #d0d0d0;
    border-radius: 25px;
}
.product-category .level-1 a{
    color: #fff;
    text-transform: uppercase;
}
.product-category #side-categories .group .item a:hover, .product-category #side-categories .group .item.active a{
    background: transparent!important;
    color: #f19ab5!important;
}
.product-category #side-categories .level-1:hover a, .product-category #side-categories .level-1.active a{
    color: #fff!important;
}
.product-category #side-categories .group .item.level-1 a:hover, .product-category #side-categories .group .item.level-1.active a{
    color: #fff!important;
    border-radius: 25px;
    background-color: #f19ab5!important;
}
.product-category #side-categories .level-1:hover .toggle, .product-category #side-categories .level-1.active .toggle{
    color: #fff!important;
    background-color: #f19ab5!important;
}
.product-category #side-categories .level-1:hover, .product-category #side-categories .level-1.active{
    color: #fff!important;
    background-color: #f19ab5!important;
}
.product-category #side-categories .level-1 .caret{
    color: #fff;
}
.product-category #side-categories .level-2 a{
    color: #888888;
}
.product-category #side-categories .group .item.level-2:hover .toggle, .product-category #side-categories .group .item.level-2.active .toggle{
    color: #f19ab5;
}
.product-category #side-categories .group .item .toggle.level-2:hover, .product-category #side-categories .group .item .toggle.level-2.active{ 
    background: transparent!important;
    color: #f19ab5;
}
.product-category #side-categories .sub.level-3{
    padding-left:15px;
}
.product-category #side-categories .group .item.level-3:hover .toggle, .product-category #side-categories .group .item.level-3.active .toggle{
    color: #f19ab5;
}
.product-category #side-categories .group .item .toggle.level-3:hover, .product-category #side-categories .group .item .toggle.level-3.active {
    background: transparent!important;
    color: #f19ab5;
}
.product-category #side-categories .sub.level-4{
    padding-left:15px;
}
.product-category .list-group-item {
    background-color: transparent;
}
.product-category #max, .product-category #min{
    top:0!important;
    color: #f19ab5;
    font-weight: 600;
}
.product-category #side-manufacturer{
    margin-top:50px;
    border-bottom: 1px solid #afafaf;
}
.product-category #side-price{
    margin-top:50px;
}
#side-price .list-group-item:not(.item-header) {
    margin-top: -20px;
}
.product-category #side-manufacturer label {
    font-size: 14px;
    padding-left: 30px;
}
#side-manufacturer label input {
    display: none;
}
/* Create a custom checkbox */
.product-category .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #000;
}
.product-category .color_checkmark {
  top: -42px;
  height: 40px;
  width: 40px;
  background-color:transparent;
}
#side-price .price-container{
    display:none!important;
} 

/* On mouse-over, add a grey background color */
.product-category .container:hover input ~ .checkmark {
  background-color: #fff;
}
/* On mouse-over, add a grey background color */
.product-category .container:hover input ~ .color_checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.product-category .container input:checked ~ .checkmark {
  background-color: #f19ab5;
}
.product-category .container input:checked ~ .color_checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.product-category .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.product-category .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.product-category .container .checkmark:after {
  left:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.product-category .container .color_checkmark:after {
    width: 10px;
    height: 20px;
    left: 13px;
    top: 7px;
}
.sticker {
    padding: 4px 25px!important;
    right: auto!important;
    left: 0;
    border-radius: 20px;
}
.product-product .product-price, .product-product .product-special-price.new-prices{
    color:#77ccde;
    font-size:24px;
}
.price-old{
    color: #8a8a8a;
    text-decoration: line-through;
}
.product-product .old-prices{
    font-size:24px;
}
.product-product .list-unstyled{
    margin:25px 0px;
}
.product-product .product-description{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.product-product .btn-number{
    background-color:#91a3b1;
    color:#fff;
    border-radius:0px!important;
}
.product-product h1, .product-product h2, .product-product h3, .product-product h4, .product-product h5, .product-product h6{
    color:#888888;
}
.product-product #product{
    max-width:100%!important;
}
.product-product #product table{
    width:100%;
}
.product-product #product table th{
    background-color:#91a3b1;
    color:#fff;
    padding:10px;
}
.product-product #product table{
    border:1px solid #888888;
    color:#888888!important;
}
.product-product #product table thead tr{
    border: 1px solid #888888;
}
.product-product #product table td{
    border:1px solid #888888;
    padding:5px;
}
.product-product .quantity_box{
    max-width: 250px;
}
.product-product .quantity_box .input-group-addon{
    padding-left:0px;
    color:#888888;
    font-weight: 400;
    font-size: 14px;
}
.product-product .input-group-flex span{
    color:#888888;
}
.product-product .input-group-flex{
    margin: 30px 0px;
}
.product-product .product-block{
    padding:10px;
}
.product-product .manufacturer-box{
    font-size:20px;
    color:black;
    margin-top: 20px;
}
.product-product .waiting_list_container{
    border:0;
    padding: 0;
}
.product-image-main-container .slick-initialized .slick-slide {
    border: 1px solid #c5c5c5;
}
.product-block .product-manufacturer{
    height: 20px;
    overflow: hidden;
}
.product-block .product-manufacturer a{
    color:black;
}
.related-products .slick-nav.left, .featured-module .slick-nav.prev {
    left: -32px;
}
.related-products .slick-nav.right, .featured-module .slick-nav.next {
    right: -32px;
}
.related-products .slick-nav {
    width: 32px;
    height: 100%;
    z-index: 1;
    top: 0px;
}
.review_slide_1 #featured_review_slide_1 .owl-nav > * {
    width: 50px!important;
}
.product-product .detail_box{
    margin:50px 0px 20px 0px;
}
.product-product #recipient .form-group:not(:last-child){
    flex: 1 1 auto;
    min-width: calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
}
.product-product #recipient div:nth-child(2n+1) {
    /*clear: left;*/
}
.product-product #deliverys .checkbox, .radio {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-product #deliverys .checkbox, .radio input[type=radio]{
    width: 15px;
    height: 15px;
}
.product-product .related-products{
    margin-top:30px;
}
.cart-dorpdown-items .item-details{
    text-align:left;
}
.btn-default, .btn-danger{
    border-radius:25px!important;
}
.btn-default.btn-number,#button-login,#button-coupon,#button-voucher{
    border-radius:0!important;
}
.module-instagram .slick-prev:before, .module-instagram .slick-next:before {
    color: #adadad!important;
}
.module-instagram{
    margin-bottom:50px;
}
.fullwidth{
    width:100%;
}
.testimonial-testimonial .review-author{
    font-weight:bold;
}
.testimonial-testimonial .testimonial-date-added{
    float:right;
}
.testimonial-testimonial .rating{
    margin:15px 0px;
}
.product-category .pagination li a, .product-category .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color:transparent;
    margin:0px 5px;
    color: #c1c1c1;
    border: 2px solid #c1c1c1;
}
.product-category .pagination li a:hover, .product-category .pagination li span:hover,
.product-search .pagination li a:hover, .product-search .pagination li span:hover,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover{
    background-color:transparent;
    border: 2px solid #f09ab5;
    color:#f09ab5;
}
.product-category .pagination li span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
    border: 2px solid #f09ab5;
    color:#f09ab5;
}
.category_search{
    height: 30px;
    width: 210px;
    border-radius: 20px;
    padding: 3px 20px;
    margin: 5px;
    display: inline-block;
}
.search-custom{
    display:inline-block;
}
.search-custom .search-box {
    border: 1px solid #adadad;
    height: 30px;
    width:300px!important;
}
.header_search{
    background-color:#ece6e6;
}
.search-custom .search-box input {
    padding: 5px 0px 4px 25px;
}
.search-custom .search-box button, .search-custom .search-box button:hover, .search-custom .search-box button:focus {
    background-color: #a7c4c3!important;
    background: #a7c4c3!important;
    border-radius: 20px;
    color:#fff;
    width: 140px!important;
}
.search-box ul li{
     white-space: normal; 
}
.search-custom .search-box {
    width: 300px!important;
}
.search-custom .search-box input{
    width: 200px!important;
}
.slideshow .slider-custom-dots .owl-dot.active {
    width: 10px!important;
    background: #a5d8e3!important;
}
.gallery-album .slick-nav{
    display:none!important;
}
.delivery_infor .input-group-addon {
    padding: 10px 12px;
    background-color: #a7c4c3!important;
}
.delivery_infor .glyphicon {
    color: white;
}
.review_slide_1 #featured_review_slide_1 .owl-nav > .owl-next{
    right: -30px;
}
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
#custom_hover_tooltip{
    display: none;
    position: fixed;
    color:#000;
    background:#fff;
    border:1px solid #ccc; 
    width:300px;
    font-size:13px;
    z-index:999;
    padding:10px;
}
#custom_hover_tooltip.show{ 
    display: block; 
}
.product-block .more-options-text {
    background: #f19ab5!important;
}
@media screen and (max-width: 1280px) {
    .section-space {
        padding: 50px 0px!important;
    }
    .section-space.slideshow {
        padding: 0px!important;
    }
}
@media screen and (max-width: 1023px) {
    .featured-module .slick-slide .product-block {
        width: calc(33% - 15px)!important; 
        margin: 7.5px 7.5px;
    }
}
@media screen and (max-width: 991px) {
    .header_left_banner, .header_right_banner{
        width: 100%;
        text-align: center;
    }
    .header-container {
        grid-template-columns: auto 1fr auto!important;
        -ms-grid-columns: auto 1fr auto!important;
    }
    .search-custom .search-box {
        width: 245px!important;
    }
    .search-custom .search-box input, .search-custom .search-box button {
        width: 140px!important;
    }
    .related-products .slick-nav.left, .featured-module .slick-nav.prev {
        left: 0;
    }
    .related-products .slick-nav.right, .featured-module .slick-nav.next {
        right: 0;
    }
    .search-custom .search-box input {
        padding: 0px 0px 4px 12px!important;
    }
}
@media screen and (max-width: 767px) {
    .category_block_column{
        margin-bottom:40px;
    }
    .information-contact .information_left_box {
        width: 100%;
        text-align:center;
    }
    .information-contact .information_right_box {
        width: 100%;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0, 
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size: 26px!important;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
        font-size: 34px!important;
    }
    .common-home .fcategory_tab .nav-pills li{
        margin-bottom:10px;
    }
    .header_left_banner{
        overflow:hidden;
    }
    .sliding-text {
        position: relative;
        white-space: nowrap;
        animation: floatText 10s infinite;
        -moz-animation: floatText 10s infinite;
        -webkit-animation: floatText 10s infinite;
        -ms-animation: floatText 10s infinite;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        text-align: right;
    }
    @keyframes floatText {
        from {
            right: -100%;
        }
        to {
            right: 100%;
        }
    }
}
@media screen and (max-width: 680px) {
    .featured-module .slick-slide .product-block {
        width: calc(50% - 15px)!important; 
        margin: 7.5px 7.5px;
    }
}
@media screen and (max-width: 480px) {
    .featured-module .slick-slide .product-block {
        width: 100%!important; 
        margin: 7.5px 7.5px;
    }
    footer .footer-contact-info {
        flex: auto;
    }
    footer .footer-contact-links {
        flex: auto;
    }
    .review_slide_1 #featured_review_slide_1 .owl-nav img {
        width: 20px!important;
        height: 20px!important;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0, 
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size: 20px!important;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
        font-size: 26px!important;
    }
    .header-logo .header-logo-image img{
        height: auto!important;
    }
    @keyframes floatText {
        from {
            right: -100%;
        }
        to {
            right: 200%;
        }
    }
}
/*close_casper*/


@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-search #button-search{
    background-color: #f19ab5;
    border-radius: 0!important;   
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

.slick-slide {
    opacity: 1 !important;
}

#payment-postcode-required .loading-prefix-js, .product-product #recipient .form-group .loading-prefix-js {
    display:none;
}