/* input(5,24): run-time error CSS1031: Expected selector, found '27-06-2020'
input(5,24): run-time error CSS1025: Expected comma or open brace, found '27-06-2020'
input(9759,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
STILO DE TAB NUEVOS MV 27-06-2020*/

/* Style the tab */





.tab {

    overflow: hidden;

    border: 1px solid #ccc;

    background-color: #f1f1f1;

}



    /* Style the buttons that are used to open the tab content */

    .tab button {

        background-color: inherit;

        float: left;

        border: none;

        outline: none;

        cursor: pointer;

        padding: 14px 16px;

        transition: 0.3s;

    }



        /* Change background color of buttons on hover */

        .tab button:hover {

            background-color: #ddd;

        }



        /* Create an active/current tablink class */

        .tab button.active {

            background-color: #ccc;

        }



/* Style the tab content */

.tabcontent {

    display: none;

    padding: 6px 12px;

    border: 1px solid #ccc;

    border-top: none;

    animation: fadeEffect 1s;

}





/* Go from zero to full opacity */

@keyframes fadeEffect {

    from {

        opacity: 0;

    }



    to {

        opacity: 1;

    }

}





/*=====================================================

    

                    TEXTURES



=====================================================*/







body.texture_1 {

    background-image: url(../Themes/Allure/Content/img/texture_1.png);

}



body.texture_2 {

    background-image: url(../Themes/Allure/Content/img/texture_2.jpg);

}



body.texture_3 {

    background-image: url(../Themes/Allure/Content/img/texture_3.jpg);

}





/*=====================================================

    

    MAIN CSS / SMALLER MOBILE DEVICES



=====================================================*/







/*********** CSS RESET **********/





* {

	margin: 0;

	outline: none;

	padding: 0;

	text-decoration: none;

}

*, *:before, *:after {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

html {

	margin: 0 !important;

	-webkit-text-size-adjust: none;

}

ol, ul {

	list-style: none;

}

a img {

	border: none;

}

a:active {

	outline: none;

}

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"] > input[type="button"]::-moz-focus-inner {

	margin: 0;

	border: 0;

	padding: 0;

}

input[type="submit"],

input[type="reset"],

input[type="button"],

input[type="text"],

input[type="password"],

input[type="email"],

input[type="tel"],

textarea {

    border-radius: 0;

}

input[type="checkbox"],

input[type="radio"],

input[type="checkbox"] + *,

input[type="radio"] + * {

	vertical-align: middle;

}

label, label + * {

	vertical-align: middle;

}

input[type="button"],

input[type="submit"],

input[type="reset"] {

    -webkit-appearance: none;

}

input:-webkit-autofill {

	-webkit-box-shadow: inset 0 0 0 1000px #fff;

}



/*********** GLOBAL STYLES **********/



.header{

	padding: 10px;

	background-color: white;

	width: 100%;

}



@media all and (min-width:  240px) and (max-width: 1024px){

	.header{

	padding: 10px;

	background-color: white;

	width: 100%;

	}

}



body {

	overflow-x: hidden;

	/*background-color: #fbfbfb;*/

	background-color: #efefef;

	font-family: parrafos;

	font-size: 12px;

	color: #555;

	margin: auto;

}

a {

	color: inherit;

	cursor: pointer;

}

a img {

	opacity: 0.99; /*firefox scale bug fix*/

}

table {

	width: 100%;

	border-collapse: collapse;

}

input[type="text"],

input[type="password"],

input[type="email"],

input[type="tel"],

textarea {

    height: 36px;

    border: 0;

    border-top: 1px solid #c9c9c9;

    border-bottom: 1px solid #c9c9c9;

    padding: 8px;

    vertical-align: middle;

    background: none;

}

textarea {

	min-height: 150px;

}

select {

	min-width: 50px;

	height: 36px; /*safari padding fix*/

	padding: 8px;

    border: 0;

    border-top: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

    background: none;

    line-height: 30px;

}



input[type="checkbox"],

input[type="radio"] {

	vertical-align: middle;

}

input[type="button"], input[type="submit"],

button, .button-1, .button-2 {

	cursor: pointer;

}

label {

	vertical-align: middle;

}



.master-wrapper-content {

	width: 95%;

	margin: 0px auto 0;

}

.master-column-wrapper:after {

	content: ".";

	display: block;

	visibility: hidden;

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

.center-1 {

	margin: 0 0 20px;

}

.center-2, .side-2 {

	margin: 0 0 20px;

}



.page {

	text-align: center;

}

.page-title {

	margin: 0 0 20px;

    position: relative;

}

.page-title h1 {

    /*background: #fff;*/

    font-size: 0px; /* VALOR ORIGINAL 26px*/

    color: #fbfbfb;

    /*font-weight: 0px;  VALOR ORIGINAL 400*/

    padding: 0px; /* VALOR ORIGINAL 9px*/

}

.page-title:after,

.page-body:after {

    content: ".";

    display: block;

    visibility: hidden;

    clear: both;

    height: 0;

    line-height: 0;

    font-size: 0;

    background: #000;

}

.buttons {

	margin: 0 0 20px;

	text-align: center;

}

.link-rss {

    width: 18px;

    height: 18px;

    overflow: hidden;

    background: url('../Themes/Allure/Content/img/icon-rss.png') no-repeat;

    text-indent: 999px;

    position: absolute;

    top: 16px;

    right: 16px;

}

.category-description ul,

.manufacturer-description ul,

.full-description ul,

.topic-block ul,

.topic-page ul,

.post-body ul,

.custom-tab ul {

	margin: 0px 0; /* Original 12px 0 */

	padding: 0; /* Original 0 0 0 36px */

	list-style: disc;

}

.category-description ol,

.manufacturer-description ol,

.full-description ol,

.topic-block ol,

.topic-page ol,

.post-body ol,

.custom-tab ol {

	margin: 12px 0;

	padding: 0 0 0 36px;

	list-style: decimal;

}

.category-description p,

.manufacturer-description p,

.full-description p,

.topic-block p,

.topic-page p,

.post-body p,

.news-body p,

.custom-tab p {

	margin: 0 0 0px; /* Original 0 0 10px */

}

.category-description a,

.manufacturer-description a,

.full-description a,

.topic-html-content a,

.topic-page a,

.post-body a,

.news-body a,

.custom-tab a {

    text-decoration: underline;

}

.flyout-cart {

	display: none;

}

#goToTop {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 20px;

    width: 50px;

    height: 50px;

    background: #e87772 url('../Themes/Allure/Content/img/goTop.png') no-repeat center 46%;

    border-radius: 50%;

    z-index: 10001;

    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}





/*********** GLOBAL FORMS ***********/







 .section {

	position: relative;

	margin: 0 0 25px;

}

.fieldset {

    background: #fff;

    padding: 12px 8px;

}

.fieldset .title {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    font-size: 20px;

    color: #e87772;

    text-align: center;

    margin: 0 0 15px;

}

    .fieldset .title strong {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        display: block;

    }

.fieldset .title strong, .section .title strong {

    font-weight: normal;

}



.form-fields {

	position: relative;

}

.inputs {

	position: relative;

	margin: 0 0 15px;

	text-align: center;

	white-space: nowrap;

    font-size: 0;

}

    .inputs * {

        font-size: 12px;

    }

.inputs:after {

	content: ".";

	display: block;

	visibility: hidden;

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

.inputs label {

	display: block;

	width: 100%;

	margin: 0 0 7px;

	text-align: center;

    font-size: 16px;

    line-height: 1.2;

}

.inputs input[type="text"],

.inputs input[type="password"],

.inputs input[type="email"],

.inputs input[type="tel"],

.inputs select, .inputs textarea {

    width: 350px;

    max-width: 98%;

    vertical-align: middle;

}

.inputs.reversed {

	margin: 0 0 20px;

	text-align: center;

}



.inputs .option-list {

    overflow: hidden;

    display: inline-block;

    vertical-align: middle;

}

    .inputs .option-list li {

        float: left;

        font-size: 0;

    }

    .inputs .option-list label {

        width: auto;

        margin: 0 15px 0 3px;

        font-size: 12px;

        display: inline-block;

    }



.required {

	font-size: 18px;

    line-height: 1;

	color: #e87772;

    vertical-align: middle;

}

.message-error,

.field-validation-error,

.username-not-available-status,

.poll-vote-error,

.password-error {

    display: block;

    font-size: 11px;

    color: #e87772;

    text-align: center;

    padding: 5px 0;

}

.field-validation-valid {

	display: block;

	font-size: 11px;

	color: #690;

}

.captcha-box {

	margin: 0 0 15px;

	text-align: center;

	line-height: 0;  /*firefox line-height bug fix*/

}

.captcha-box > div {

	display: inline-block;

}

.captcha-box input {

	height: auto;

}





/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/







.bar-notification {

	display: none;

	position: fixed;

	bottom: 0;

	left: 0;

	z-index: 10002;

	width: 100%;

	padding: 12px 25px 12px 10px;

	color: #fff;

	opacity: 0.95;

	filter: alpha(opacity=95);

}

.bar-notification.success {

	background: #92a754;

}

.bar-notification.error {

	background: #d54f5c;

}

.bar-notification.warning {

	background: #e88b5f;

}

.bar-notification .content {

	float: left;

	margin: 0 10px 0 0;

}

.bar-notification .content a {

	color: #fff;

	text-decoration: underline;

}

.bar-notification .close {

	position: absolute;

	top: 0;

	right: 0;

	width: 32px; /*even numbers only*/

	height: 32px; /*even numbers only*/

	margin: 5px;

	border: 1px solid #666;

	box-shadow: inset 0 0 1px #999;

	background: #fff url('../Themes/Allure/Content/img/close.png') center no-repeat;

	cursor: pointer;

	opacity: 0.7;

	filter: alpha(opacity=70);

}

.bar-notification .close:hover {

	opacity: 0.9;

	filter: alpha(opacity=90);

}



.ui-dialog {

    position: absolute !important;

	z-index: 1008;

	width: 900px !important;

	max-width: 95%;

	border: 1px solid #ccc;

	box-shadow: 0 1px 2px rgba(0,0,0,0.15);

	overflow: hidden;

	background: #fff;

}

.ui-dialog-titlebar { 

	border-width: 1px;

	border-style: solid;

	border-color: #fff #fff #bbb;

	box-shadow: 0 0 0 1px #eee;

	overflow: hidden;

	background: #ddd url('../Themes/Allure/Content/img/headpad.png') top repeat-x;

	padding: 10px;

	font-weight: bold;

	text-shadow: 1px 1px 0 #eee;

}

.ui-dialog-titlebar span {

	float: left;

	text-transform: uppercase;

}

.ui-dialog-titlebar button {

	position: absolute;

	top: 0;

	right: 0;

	width: 24px; /*even numbers only*/

	height: 24px; /*even numbers only*/

	margin: 6px;

	overflow: hidden;

	border: 1px solid #666;

	box-shadow: inset 0 0 1px #999;

	background: #fff url('../Themes/Allure/Content/img/close.png') center no-repeat;

	text-indent: 999px;

	opacity: 0.7;

	filter: alpha(opacity=70);

}

.ui-dialog-titlebar button:hover {

	opacity: 0.9;

	filter: alpha(opacity=90);

}

.ui-dialog-titlebar button * {

	display: none;

}

.ui-dialog-content {

	height: auto !important;

	padding: 10px;

	line-height: 20px;

}

.ui-dialog-content .topic-block {

	margin: 10px 0 0;

}

.ui-dialog-content .topic-block-body {

	max-height: 200px;

	overflow-y: scroll;

}

.ui-dialog-content .topic-block p {

	margin: 0;

}

.ui-dialog-buttonset {

	padding: 10px;

	text-align: right;

}

.ui-dialog-buttonset button {

	min-width: 60px;

	margin-left: 5px;

	border: 1px solid #bbb;

	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;

	background: #eee;

	padding: 5px;

}

.ui-dialog-buttonset button:hover {

	background: #f6f6f6;

}

.ui-dialog-content .tooltip {

    margin-bottom: 20px;

}

.ui-dialog-content .button-1 {

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 11px;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}



.eu-cookie-bar-notification {

	position: fixed;

    top: 50%;

	left: 50%;

	z-index: 1002;

    width: 300px;

    max-width: 300px;

	height: 180px;

	-webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    margin: -90px 0 0 -150px;

    border: 1px solid #e87772;

    box-shadow: 0 1px 2px #ccc, inset 0 0 0 1px #fff;

    background: #fff;

    padding: 20px;

	text-align: center;

}

.eu-cookie-bar-notification .text {

	margin-bottom: 20px;

	line-height: 20px;

}

.eu-cookie-bar-notification button {

	min-width: 60px;

	margin: 10px 0;

	border: none;

	background: #e87772;

	padding: 5px;

	font-size: 14px;

	color: #fff;

}

.eu-cookie-bar-notification button:hover {

	opacity: 0.9;

}

.eu-cookie-bar-notification a {

	display: block;

	color: #e87772;

}

.eu-cookie-bar-notification a:hover {

	text-decoration: underline;

}





/*********** HEADER & NAVIGATION ***********/







.admin-header-links {

	text-align: center;

	background-color: white;

}

.admin-header-links a {

	display: inline-block;

	margin: 0;

	line-height: 35px;

	font-weight: bold;

}

.admin-header-links .impersonate a{

    display: inline-block;

}



.header-logo a {

	display: inline-block;

	max-width: 80%;

	line-height: 0; /*firefox line-height bug fix*/

}

.header-logo a img {

	max-width: 80%;

}



.ui-helper-hidden-accessible {

	display: none;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {

	position: absolute;

	z-index: 1002 !important;

	width: 240px !important; /*default = txtfield + button*/

	max-width: 100%;

	border: 1px solid #ccc;

	border-top: none;

	overflow: hidden;

	background: #fff;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {

	border-top: 1px solid #ccc;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {

	border-top: none;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {

	display: block;

	padding: 8px;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {

	display: none;

	margin-right: 5px;

	vertical-align: middle;

}



.header-links-wrapper {

    background: #e87772;

    border-bottom: 5px solid rgba(255,255,255,.4);

    padding: 10px;

}

.header-links ul {

	font-size: 0;

}

.header-links li:first-child {

    padding-left: 0;

}

.header-links li {

    display: inline-block;

    border-right: 1px solid rgba(0, 0, 0, 0.2);

    padding: 0 7px;

}

.header-links span, .header-links a {

    display: inline-block;

    font-size: 12px;

    line-height: 36px;

    color: #fff;

    -webkit-transition: all .15s ease;

    transition: all .15s ease;

}

    .header-links a:hover,

    .header-links a:hover span {

        text-decoration: underline;

    }



.header-selectors-wrapper > div {

	display: inline-block;

	margin: 0 5px;

}

.header-selectors-wrapper select {

    border: 0;

    background: rgba(0,0,0,.15);

    color: #fff;

    border-radius: 3px;

    min-width: 0;

    padding: 7px;

}

.language-list {

	max-width: 100%;

	font-size: 0;

}

.language-list li {

	display: inline-block; 

	margin: 0 1px; 

}

.language-list a { 

	display: block;

	position: relative;

	width: 32px;

	height: 32px;

	line-height: 0;

}

.language-list img {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	margin: auto;

}



.shopping-cart-link {

    display: inline-block;

}

    .shopping-cart-link > a {

        display: block;

        height: 40px;

        width: 40px;

        margin: 5px;

        overflow: hidden;

        text-indent: -9999px;

        cursor: pointer;

        background: #e87772 url(../Themes/Allure/Content/img/icon-cart-link.png) no-repeat center;

        border-radius: 100%;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

        .shopping-cart-link:hover > a{

            -webkit-transform: scale(1.1);

            -ms-transform: scale(1.1);

            transform: scale(1.1);

        }





/*********** FOOTER ***********/







.footer {

	text-align: center;

}



.footer-upper {

    position: relative;

    overflow: hidden;

    padding: 20px 5px 30px;

    background: #e87772;

}

    .footer-upper:before,

    .footer-upper:after {

        content: " ";

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        height: 1px;

        background: rgba(0,0,0,.2);

    }

    .footer-upper:after {

        top: auto;

        bottom: 0;

    }

.footer-upper h3 {

    font-weight: 300;

    color: #fff;

    font-size: 18px !important;

    margin: 0 0 10px;

}



.social-sharing {

    margin: 0 0 25px;

}

.social-sharing ul {

	font-size: 0;

}

.social-sharing li {

	display: inline-block;

	margin: 5px;

}

.social-sharing a {

	display: block;

	width: 40px;

	height: 40px;

    border-radius: 0%;/* Original 100% */

    border: 0px solid #fff; /* Original 2px

	background: url('../Themes/Allure/Content/img/social-sprite.png') no-repeat; */

}

.social-sharing .facebook {

    background: url('../Themes/Allure/Content/img/faceboo.png') no-repeat center;

}

.social-sharing .twitter {

	background-position: -42px -2px;

}

.social-sharing .google {

	background-position: -82px -2px;

}

.social-sharing .pinterest {

	background-position: -122px -2px;

}

.social-sharing .vimeo {

	background-position: -162px -2px;

}

.social-sharing .youtube {

    background: url('../Themes/Allure/Content/img/youtub.png') no-repeat center;

}

.social-sharing .rss {

	background-position: -242px -2px;

}

.social-sharing .instagram {

    background: url('../Themes/Allure/Content/img/instagra.png') no-repeat center;

}

.social-sharing .tiktok {

    background: url('../Themes/Allure/Content/img/tikto.png') no-repeat center;

}

.newsletter-subscribe{

    display: block !important;

}

.newsletter-email { 

	display: inline-block;

	overflow: hidden; 

}

.newsletter-email input[type="text"],

.newsletter-email input[type="email"] {

    float: left;

    width: 220px;

    height: 36px;

    border: 0;

    border-top: 1px solid #fff;

    border-bottom: 1px solid #fff;

    background: none;

    color: #fff;

    opacity: .2;

    -webkit-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;

}

::-webkit-input-placeholder { 

    color: transparent;

}

::-moz-placeholder { 

    color: transparent;  /* firefox 19+ */

}

:-ms-input-placeholder {

     color: transparent;  /* ie */

}

input:-moz-placeholder { 

    color: transparent; 

}



.newsletter .title{

    display: none;

}

.newsletter-email input[type="text"]:focus,

.newsletter-email input[type="email"]:focus {

    opacity: 1;

}

.newsletter-email input[type="button"] {

	float: left;

	width: 36px;

	height: 36px;

    border-radius: 100%;

    border: 2px solid #fff;

	overflow: hidden;

	background: url(../Themes/Allure/Content/img/icon-subscribe.png) center no-repeat;

	text-indent: 999px;

}

.newsletter-email .options{

    font-size: 12px;

    color: #fff;

    text-align: left;

}

.newsletter-email .options span{

    padding: 5px 0;

    display: inline-block;

    margin: 0 15px 0 0;

}

.newsletter-validation, .newsletter-result {

    width: 100%;

    overflow: hidden;

    line-height: 14px;

    color: #fff;

    font-size: 12px;

    padding: 3px 0 0;

}

.newsletter-validation .please-wait {

	display: none !important; 

}







.footer-middle {

    overflow: hidden;

    padding: 40px 0;

    background: #fff;

    border-bottom: 1px solid #b3b3b3;

}

.footer-middle .footer-block {

    margin: 0 0 40px;

}

    .footer-middle .footer-block:last-child {

        margin: 0;

    }

.footer-block h3 {

    font-weight: 300;

    font-size: 24px;

    margin: 0 0 10px;

}

.footer-middle .footer-block a {

    display: inline-block;

    padding: 7px 10px;

    position: relative;

    font-size: 14px;

    -webkit-transition: all .15s ease;

    transition: all .15s ease;

}

    .footer-middle .footer-block a:hover {

        text-decoration: underline;

        color: #e87772;

    }

    .footer-middle .footer-block a:before,

    .footer-middle .footer-block a:after {

        content: " ";

        position: absolute;

        top: 50%;

        left: 0;

        margin-top: -2px;

        width: 4px;

        height: 4px;

        background: #ddd;

    }

        .footer-middle .footer-block a:after {

            left: auto;

            right: 0;

        }

.footer-menu {

    display: inline-block;

}

.contact-block .footer-menu li {

    font-size: 14px;

    padding: 7px 2px 7px 40px;

    margin: 0 0 10px;

    text-align: left;

}

    .footer-menu li.phone {

        background: url(../Themes/Allure/Content/img/icon-phone.png) no-repeat 5px center;

    }

    .footer-menu li.mobile {

        background: url(../Themes/Allure/Content/img/icon-fax.png) no-repeat left center;

    }

    .footer-menu li.email {

        background: url(../Themes/Allure/Content/img/icon-email.png) no-repeat left center;

    }

    .footer-menu li.skype {

        background: url(../Themes/Allure/Content/img/icon-tag.png) no-repeat 2px center;

    }

.footer-menu li:last-child {

    margin-bottom: 0;

}





.footer-lower {

	overflow: hidden;

    background: #ddd;

    padding: 20px 5px 0;

}

.accepted-payment-methods ul {

	font-size: 0;

    margin: 0 0 20px;

}

.accepted-payment-methods li { 

	display: inline-block;

	width: 50px;

	height: 30px;

	background: url('../Themes/Allure/Content/img/payment_sprite.png') no-repeat;

    margin: 0 5px;

}

.accepted-payment-methods .method1 {

	background-position: 0 0;

}

.accepted-payment-methods .method2 {

    background-position: -59px 0;

}

.accepted-payment-methods .method3 {

	background-position: -118px 0;

}

.accepted-payment-methods .method4 {

	background-position: -177px 0;

}

.footer-powered-by {

}

.footer-powered-by a,

.footer-designed-by a {

	text-decoration: underline;

}

.footer-powered-by,

.footer-disclaimer,

.footer-tax-shipping,

.footer-designed-by {

    margin: 0 0 5px;

}

    .footer-store-theme select {

        width: 170px;

        border-top: 1px solid #aaa;

        border-bottom: 1px solid #aaa;

    }

.footer-store-theme {

    clear: both;

    margin-top: 5px;

}



/*********** LEFT/RIGHT COLUMN ***********/







.side-2 .block {

    margin: 0 auto 10px;

    text-align: center;

    width: 305px;

}

.side-2 .block .title {

    font-size: 20px;

    cursor: pointer;

    color: #fff;

    background: #e87772;

    padding: 8px;

}

.side-2 .block .title strong {

	font-weight: normal;

    display: block;

}

.side-2 .block .listbox {

	display: none;

    text-align: left;

    background: #fff;

}

    .side-2 .block .listbox:after {

	    content: " ";

	    display: block;

	    visibility: hidden;

	    clear: both;

	    height: 0;

	    line-height: 0;

	    font-size: 0;

    }



.side-2 .block .list {

    padding: 5px;

}

    .side-2 .block .list a,

    .side-2 .block .list strong {

        position: relative;

        display: block;

        padding: 8px;

        font-size: 14px;

        line-height: 1.4;

        border-bottom: 1px solid #ddd;

        cursor: pointer;

    }

        .side-2 .block .list a:after,

        .side-2 .block .list strong:after {

            content: " ";

            position: absolute;

            left: 0;

            bottom: -1px;

            height: 1px;

            background: #e87772;

            width: 0;

            -webkit-transition: all .15s ease-in-out;

            -moz-transition: all .15s ease-in-out;

            transition: all .15s ease-in-out;

        }

        .side-2 .block .list a.active:after,

        .side-2 .block .list a:hover:after,

        .side-2 .block .list strong:hover:after {

            width: 100%;

        }

    .side-2 .block .list > li:last-child a,

    .side-2 .block .list > li:last-child strong {

        border-bottom: 0;

    }

    .side-2 .block .list li.active > a,

    .side-2 .block .list li.active > strong {

        border-bottom: 1px solid #e87772;

        font-weight: 700;

    }

.side-2 .block .list .product-picture {

	display: none;

}

.side-2 .block .sublist {

    padding: 0 0 0 20px;

}



.side-2 .block .view-all {

	padding: 10px;

    text-align: center;

}

    .side-2 .block .view-all a {

        display: inline-block;

        border: 2px solid #e87772;

        background: #fff;

        color: #e87772;

        text-transform: uppercase;

        font-size: 12px;

        padding: 6px 11px;

        margin: 0 7px;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

        .side-2 .block .view-all a:hover {

            background: #e87772;

            color: #fff !important;

        }



.block .tags {

    padding: 5px;

}

.block .tags ul {

	font-size: 0;

}

.block .tags li {

	display: inline-block;

	position: relative;

	margin: 0 10px;

	overflow: hidden;

	font-size: 16px !important; /*setting base size*/

}

.block .tags li a {

	float: left;

	line-height: 30px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .block .tags li a:hover {

        color: #e87772;

    }



.listbox .poll {

    padding: 10px;

}

    .listbox .poll .buttons input {

        border: 2px solid #e87772;

        background: #fff;

        color: #e87772;

        text-transform: uppercase;

        font-size: 12px;

        padding: 6px 11px;

        margin: 0 7px;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

        .listbox .poll .buttons input:hover {

            background: #e87772;

            color: #fff !important;

        }



.poll strong {

    display: block;

    margin: 0 0 10px;

    font-size: 16px;

    font-weight: 400;

    padding: 0 0 10px;

    border-bottom: 1px solid #555;

}

.poll-options, 

.poll-results {

    margin: 0 0 5px;

    overflow: hidden;

}

.poll-options li, 

.poll-results li {

    margin: 0 0 10px;

    font-size: 14px;

}

.poll-options li > * {

	display: inline-block;

	vertical-align: middle;

	cursor: pointer;

}

.poll .buttons input {

    border: 2px solid #fff;

    background: none;

    font-size: 15px;

    padding: 7px 21px;

    text-transform: uppercase;

    color: #fff;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .poll .buttons input:hover {

        background: #fff !important;

        color: #e87772;

    }

.poll-total-votes {

	display: block;

	font-weight: bold;

    font-size: 14px;

}



.home-page-polls {

    background: #e87772;

    padding: 20px 0 0;

    margin: 0 0 30px;

    position: relative;

}

    .home-page-polls:before {

        content: " ";

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        height: 1px;

        background: rgba(0,0,0,.2);

        box-shadow: 0 1px 2px rgba(0,0,0,.2);

    }



    .home-page-polls .title{

        text-align: center;

        margin: 0 0 50px;

    }

    .home-page-polls .title strong {

        font-size: 26px;

        font-weight: 400;

        color: #fff;

    }

    .home-page-polls .centering {

        width: 95%;

        margin: 0 auto;

        overflow: hidden;

    }

    .home-page-polls .poll {

        max-width: 100%;

        width: 360px;

        margin: 0 auto 20px;

    }

    .home-page-polls .poll strong {

        color: #fff;

        border-bottom: 1px solid #fff;

    }

    .home-page-polls .poll-options li,

    .home-page-polls .poll-results li {

        color: #fff;

    }

    .home-page-polls .poll-total-votes {

        color: #fff;

    }







/********** CATEGORY PAGE **********/







.filters-button {

    display: none;

}



.breadcrumb {

    margin: 0 0 10px;

    padding: 0 0 2px;

    text-align: left;

    border-bottom: 1px solid #ddd;

}

.breadcrumb ul {

    font-size: 0;

    border-bottom: 1px solid #ddd;

}

.breadcrumb li {

	display: inline-block;

}

.breadcrumb li .delimiter,

.breadcrumb li > a,

.breadcrumb li a > span,

.breadcrumb strong {

    margin: 0 2px;

    font-size: 14px;

    display: inline-block;

    padding: 7px 0;

}

    .product-name + .breadcrumb .breadcrumb li > a {

        padding: 0;

    }

.breadcrumb a:hover * {

	text-decoration: underline;

}



.category-description,

.manufacturer-description,

.vendor-description {

	margin: 0 0 20px;

}

.product-filters {

	display: none;

}

.product-selectors {

    margin: 0 0 20px;

    text-align: center;

    background: #fff;

}

    .product-selectors:after {

	    content: ".";

	    display: block;

	    visibility: hidden;

	    clear: both;

	    height: 0;

	    line-height: 0;

	    font-size: 0;

    }

.product-selectors > div {

	display: inline-block;

	margin: 8px;

}

    .product-selectors > div > span {

        font-size: 16px;

        display: inline-block;

        vertical-align: middle;

        line-height: 1;

    }

    .product-selectors select {

        margin: 0 7px;

        border-left: 0;

        border-right: 0;

        vertical-align: middle;

        border-color: #ddd;

        color: #555;

        font-size: 14px;

        font-weight: 400;

        height: 38px;

        padding: 7px;

    }

div.product-viewmode,

div.product-page-size {

	display: none;

}



.item-grid:after,

.product-grid:after,

.product-list:after,

.manufacturer-grid:after,

.vendr-grid:after {

	content: ".";

	display: block;

	visibility: hidden;

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}



/*  product grid */



.item-box {

	position: relative;

    width: 305px;

	margin: 0 auto 20px;

    text-align: center;

}

.item-box .picture {

    position: relative;

    z-index: 1;

    -webkit-transform: translateZ(0);

}

.item-box .picture a {

	display: block;

	position: relative;

	width: 100%;

    font-size: 0;

    background: #fff;

    overflow: hidden;

    -webkit-transform: translateZ(0); /* removes a black that appears sometimes in the picture anchor tag */

}

    .item-box .picture a:before {

        content: " ";

        display: block;

        padding-top: 100%;

    }

.item-box .picture img {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	max-width: 100%;

	margin: auto;

}

.product-grid .item-box .visible-details {

    position: relative;

    border: 1px solid #ddd;

    background: #fff;

    padding: 2px 9px 12px;

    -webkit-transform: translateZ(0);

}

    .product-grid .item-box .visible-details:before {

        content: " ";

        position: absolute;

        top: -1px;

        left: -1px;

        right: -1px;

        background: #e87772;

        height: 3px;

    }

.product-grid .item-box .product-title,

.item-box .title {

    height: 43px;

    border-bottom: 1px solid #ddd;

    overflow: hidden;

}

.item-box .product-title a,

.item-box .title a {

	display: block;

    color: #555;

    font-size: 16px;

    line-height: 2.65;

}

.product-grid .item-box .prices {

    font-size: 0;

}

    .product-grid .item-box .prices:before {

        content: " ";

        display: inline-block;

        vertical-align: middle;

        height: 100%;

    }

.item-box .old-price,

.item-box .actual-price {

    display: inline-block;

    vertical-align: top;   

    margin: 5px 2px 0 2px; 

}

    .item-box .old-price {

	    color: #555;

	    text-decoration: line-through;

        font-size: 14px;

        line-height:22px;

    }

    .item-box .actual-price {

	    font-size: 18px;

	    color: #e87772;

        font-weight: 700;

    }

.item-box input[type="button"] {

	border: 2px solid #e87772;

	background: #fff;

    color: #e87772;

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 11px;

    margin: 0 7px;

    -webkit-transition: all .15s ease-in-out;

    -moz-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .item-box input[type="button"]:hover {

	    background: #e87772;

        color: #fff !important;

    }

    .visible-details input[type="button"] {

        margin: 0;

    }



.item-box .base-price-pangv {

    font-size: 10px;

    color: #999;

    text-align: center;

    float: none !important;

    clear: both;

}



.product-grid .item-box .hover-details {

	position: absolute;

    top: 0;

    right: 0;

	left: 0;

    background: rgba(255,255,255,.6);

    z-index: -1;

    opacity: 0;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .product-grid .item-box .hover-details:before {

        content: " ";

        display: block;

        padding-top: 100%;

    }

.item-box .product-rating-box {

    padding: 13px 0 0;

}

    .product-list .item-box .product-rating-box {

        padding: 0;

        margin: 0 0 10px;

    }

    .item-box .rating {

        display: inline-block;

        height: 16px;

        width: 85px;

        background: url(../Themes/Allure/Content/img/rating1.png) 0 0 repeat-x;

    }

        .item-box .rating div {

            height: 16px;

            background: url(../Themes/Allure/Content/img/rating2.png) 0 0 repeat-x;

        }

.item-box .description {

    overflow: hidden;

    padding: 0 0 15px;

    border-bottom: 1px solid #a9a9a9;

    text-align: justify;

    color: #333;

    font-size: 14px;

    line-height: 1.2;

}

    .product-list .item-box .description {

        margin: 0 0 10px;

    }

    .item-box .description p {

        height: 65px;

        overflow: hidden;

    }

.product-grid .item-box .description {

    position: absolute;

    top: 15px;

    left: 15px;

    right: 15px;

}



.item-box .buttons {

	margin: 0;

    font-size: 0;

}

.product-grid .item-box .add-info {

    position: absolute !important;

    top: 113px;

    left: 15px;

    right: 15px;

}

.product-grid .item-box .sku ~ .add-info {

    top: 133px;

}

.product-grid .item-box .sku {

    position: absolute;

    top: 100px;

    left: 0;

    right: 0;

    font-size: 14px;

}

    .item-box .add-info input[type="button"] {

        margin: 0;

    }



.tax-shipping-info {

    display: block !important;

    color: #999;

}

.wishlist-page .tax-shipping-info,

.shopping-cart-page .tax-shipping-info {

    margin: 0 0 10px;

}

.order-details-page .tax-shipping-info{

    text-align:right;

}

    .item-box .tax-shipping-info {

        font-size: 10px !important;

    }

    .product-details-page .tax-shipping-info {

        margin: 5px 5px 0 !important;

        font-size: 11px;

    }

    .tax-shipping-info a {

        color: #777;

        text-decoration: underline;

    }



/*  product list */



.product-list .item-box {

    width: 99% !important;

    max-width: none;

    background: #fff;

    padding: 0 5px;

    margin: 0 .5% 2%;

}

    .product-list .item-box:after {

        content: " ";

        position: absolute;

        top: 0;

        left: 0;

        width: 5px;

        bottom: 0;

        background: #e87772;

    }

    .product-list .item-box:nth-child(2n+1) {

        clear: both;

    }

    .product-list .product-item {

        min-height: 200px;

    }



    .product-list .details {

        text-align: left;

        margin-left: 10px;

        padding: 10px 0;

    }

    .product-list h2 {

        font-weight: normal;

        margin: 0 0 10px;

    }

        .product-list .item-box .product-title a {

            line-height: 1.3;

        }

    .product-list .description {

        border: 0;

        padding: 0;

    }

    .product-list .add-info {

        position: relative;

    }

    .product-list .prices {

        padding: 0 0 15px;

        margin: 0 0 15px;

        border-bottom: 1px solid #ddd;

    }

    .product-list .buttons {

        text-align: left;

    }

    .product-list .buttons .add-to-compare-list-button,

    .product-list .buttons .add-to-wishlist-button {

        display: none;

    }







.home-page-category-grid,

.sub-category-grid,

.manufacturer-grid {

	margin: 0 0 20px;

}



.product-grid,

.product-list {

	margin: 0 0 20px;

}

.product-grid .title {

    position: relative;

	margin: 0 0 15px;

    text-align: center;

}

    .product-grid .title strong {

	    font-weight: normal;

        font-size: 26px;

        color: #555;

        padding: 0 25px;

    }

.cross-sells {

    margin-top: 25px;

}



.pager {

	margin: 0 0 20px;

}

.pager ul {

	text-align: center;

	font-size: 0;

}

.pager li {

    display: inline-block;

    margin: 0 2px;

    font-size: 18px;

}

.pager li * {

    display: block;

    min-width: 36px;

    overflow: hidden;

    padding: 10px;

    text-align: center;

    font-size: 16px;

    line-height: 1;

    cursor: pointer;

    border-radius: 100%;

    -webkit-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;

}

.pager li span {

	background-color: #fff;

    color: #e87772;

}

.pager li a:hover {

	color: #e87772;

}

.pager li.previous-page *,

.pager li.next-page *,

.pager li.first-page *,

.pager li.last-page * {

	background-position: center;

	background-repeat: no-repeat;

	text-indent: -999px;

    background-color: #fff;

}

.pager li.previous-page * {

    background-image: url('../Themes/Allure/Content/img/prev.png');

    background-position: 11px center;

}

.pager li.next-page * {

	background-image: url('../Themes/Allure/Content/img/next.png');

    background-position: 15px center;

}

.pager li.first-page * {

	background-image: url('../Themes/Allure/Content/img/prev-first.png');

}

.pager li.last-page * {

	background-image: url('../Themes/Allure/Content/img/next-last.png');

}



    .home-page-category-grid .item-box,

    .sub-category-grid .item-box {

        max-width: 100%;

        border-radius: 100%;

        overflow: hidden;

        border: 5px solid #fff;

        background: #fff;

    }

    .home-page-category-grid .category-item, 

    .sub-category-item {

        -webkit-mask-image: url(../Themes/Allure/Content/img/1.png);

        -webkit-mask-size: 100% 100%;

        -webkit-mask-repeat: no-repeat;

        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */

    }

    .home-page-category-grid .title,

    .sub-category-item .title {

        position: absolute;

        left: 0;

        bottom: 17.7%;

        z-index: 2;

        width: 100%;

        height: auto;

        margin-bottom: -25px;

        background: rgba(255,255,255,.7);

        font-weight: 400;

        border: 0;

        -webkit-transition: all .1s ease-in-out;

        transition: all .1s ease-in-out;

    }

        .category-item:hover .title,

        .sub-category-item:hover .title {

            bottom: 50%;

            background: rgba(255,255,255,.9);

        }

        .home-page-category-grid .title a,

        .sub-category-item .title a {

            color: #222;

            text-shadow: 1px 1px rgba(255,255,255,.2);

            line-height: 1.2;

            font-size: 24px;

            padding: 11px 16%;

        }

        .sub-category-item .title a {

            font-size: 18px;

            padding: 14px 16%;

        }

        .category-item img,

        .sub-category-item img {

             -webkit-transition: all .1s ease-in-out;

            transition: all .1s ease-in-out;       

        }

        .category-item:hover img,

        .sub-category-item:hover img {

            -webkit-transform: scale(1.05);

            -ms-transform: scale(1.05);

            transform: scale(1.05);

        }



    /* manufacturer all & vendor all */



    .manufacturer-item .title,

    .vendor-item .title {

        position: relative;

        padding: 3px 0 0;

        height: 47px;

        border: 1px solid #ddd;

        background: #fff;

        overflow: visible;

    }

        .manufacturer-item .title:before,

        .vendor-item .title:before {

            content: " ";

            position: absolute;

            top: -1px;

            left: -1px;

            right: -1px;

            height: 5px;

            background: #e87772;

        }





/********** PRODUCT PAGE **********/



    .product-page-wrapper > .product-name {

        background: #fff;

        padding: 10px;

        text-align: center;

        position: relative;

        margin: 0 0 20px;

    }

    .product-page-wrapper > .product-name h1 {

        font-size: 24px;

        line-height: 1.2;

        font-weight: 400;

        color: #555;

    }







.product-essential {

	margin: 0 0 20px;

}

.product-essential:after {

	content: ".";

	display: block;

	visibility: hidden;

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

.product-essential .overview .rental-price{

    font-size:13px;

    display:block;

    margin:0 0 6px 0;

} 

.gallery {

	margin: 0 0 20px;

}

.gallery .picture-wrapper {

    margin: 0 0 10px;

}

.gallery .picture {

	position: relative;

	width: 600px;

	max-height: 600px;

	max-width: 100%;

	margin: 0 auto 10px;

	border: 1px solid #ddd;

	overflow: hidden;

	background: #fff;

}

    .gallery .picture:before {

        content: " ";

        display: block;

        padding-top: 100%;

    }

.gallery .picture img,

.gallery .picture-thumbs img,

.variant-picture img {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	max-width: 100%;

	max-height: 100%;

	margin: auto;

}

.gallery .picture-thumbs {

	overflow: hidden;

	font-size: 0;

}

.gallery .thumb-item {

	display: inline-block;

	position: relative;

	width: 90px;

	height: 90px;

	margin: 0 5px 10px;

	border: 1px solid #ddd;

	overflow: hidden;

	background: #fff;

}



.product-details-page .overview {

	position: relative;

    margin: 0 0 2px;

    text-align: left;

}

.overview .discontinued-product {

    padding: 10px 5px;

    margin: 0 0 15px;

    text-align: center;

    background: rgba(255,255,255,.5);

    border: 2px solid #e87772;

} 

.overview .short-description {

    margin: 0 0 15px;

    font-size: 14px;

}

.overview .buttons, .download-sample {

    margin: 0 0 15px;

    font-size: 0;

    padding: 0 0 10px;

    border-bottom: 1px solid #ddd;

    text-align: left;

}

    .back-in-stock-subscription {

        margin: 0 0 15px;

    }

.overview .buttons div {

	display: inline-block;

	margin: 0 5px 10px;

}

.overview .add-to-wishlist-button, 

.variant-overview .add-to-wishlist-button, 

.overview .add-to-compare-list-button, 

.overview .email-a-friend-button, 

.overview .subscribe-button, 

.download-sample a {

    display: inline-block;

    border: 0;

    padding: 8px 10px 8px 32px;

    background: 0;

    color: #505050;

    font-size: 12px;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.overview .add-to-wishlist-button:hover, 

.overview .add-to-compare-list-button:hover, 

.overview .email-a-friend-button:hover, 

.overview .subscribe-button:hover, 

.download-sample a:hover {

    color: #000;

}

.overview .add-to-wishlist,

.variant-overview .add-to-wishlist,

.overview .compare-products,

.overview .email-a-friend,

.overview .back-in-stock-subscription,

.overview .download-sample-button {

    position: relative;

    display: inline-block;

}

    .overview .add-to-wishlist:before,

    .overview .compare-products:before, 

    .overview .email-a-friend:before,

    .overview .back-in-stock-subscription:before,

    .overview .download-sample-button:before {

        content: " ";

        position: absolute;

        top: 50%;

        left: 2px;

        width: 26px;

        height: 26px;

        margin-top: -13px;

        border: 2px solid #000;

        border-radius: 13px;

        -webkit-transition: all .2s ease-in-out;

        transition: all .2s ease-in-out;

        opacity: .3;

    }

        .overview .add-to-wishlist:hover:before,

        .variant-overview .add-to-wishlist:hover:before,

        .overview .compare-products:hover:before, 

        .overview .email-a-friend:hover:hover:before,

        .overview .back-in-stock-subscription:hover:before,

        .overview .download-sample-button:hover:before {

            opacity: .7;

        }

    .overview .add-to-wishlist:before,

    .variant-overview .add-to-wishlist:before {

        background: url(../Themes/Allure/Content/img/icon-product-add-wishlist.png) no-repeat center;

    }

    .overview .compare-products:before {

        background: url(../Themes/Allure/Content/img/icon-product-add-compare.png) no-repeat center;

    }

    .overview .email-a-friend:before {

        background: url(../Themes/Allure/Content/img/icon-product-email-friend.png) no-repeat center;

    }

    .overview .back-in-stock-subscription:before {

        background: url(../Themes/Allure/Content/img/icon-product-subscribe-available.png) no-repeat center;

    }

    .overview .download-sample-button:before {

        background: url(../Themes/Allure/Content/img/icon-product-download-sample.png) no-repeat center;

    }



.overview label,

.variant-overview label {

    font-size: 14px;

}

.overview .value,

.variant-overview .value {

	font-size: 14px;

    font-weight: bold; 

}

    .overview .value a,

    .variant-overview .value a {

	    font-weight: bold;

	    text-decoration: underline;

    }

.overview .additional-details,

.variant-overview .additional-details {

	 margin: 0 0 15px;

}

.free-shipping {

	width: 100px;

    height: 100px;

    margin: 15px 0;

    border-radius: 50px;

    color: #fff;

	background: #e87772;

    padding: 30px 15px;

    font-size: 16px;

	line-height: 1.2;

	text-align: center;

    text-transform: uppercase;

}

.product-reviews-overview {

    margin: 0 0 20px;

    padding: 0 0 15px;

    border-bottom: 1px solid #ddd;

    text-align: left;

}

.product-no-reviews a {

	text-decoration: underline;

    font-size: 14px;

}

.product-review-box {

	display: inline-block;

	margin: 0 0 5px;

}

.product-review-box .rating {

	width: 85px;

	height: 16px;

	background: url('../Themes/Allure/Content/img/rating1.png') repeat-x;

}

.product-review-box .rating div {

	height: 16px; 

	background: url('../Themes/Allure/Content/img/rating2.png') repeat-x;

}



.ui-datepicker {

        z-index: 2 !important;

        background-color: #ffffff;

        text-align: center;

        width: 280px;

    }

    .ui-datepicker-title {

        font-weight: bold;

        line-height: 32px;

        position: relative;

        text-transform: uppercase;

        z-index: 0;

        color:#555;

        font-family:Arial,sans-serif;

        background:#fff;

        border:1px solid #ccc;

    } 

.ui-datepicker-header a {

    font-size: 0;

    height: 32px;

    position: absolute;

    top: 0;

    width: 32px;

    z-index: 1;

}



    .ui-datepicker-header a.ui-datepicker-prev {

        background: url("../Themes/Allure/Content/img/arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);

        left: 0;

    }

    .ui-datepicker-header a.ui-datepicker-next {

        background: url("../Themes/Allure/Content/img/arrow-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);

        right: 0;

    }

    .ui-datepicker-header {

        background-color: #333333;

        color: #ffffff;

        height: 32px;

        position: relative;

    }

    .ui-datepicker-calendar th, 

    .ui-datepicker-calendar td {

        border: 1px solid #cccccc;

        width: 14.285%;

    }

    .ui-datepicker-calendar th {

        background-color: #eeeeee;

    }

    .ui-datepicker-calendar th span, 

    .ui-datepicker-calendar td a {

        display: block;

        line-height: 32px;

        min-height: 32px;

    }

    .ui-datepicker-calendar td a {

        -webkit-transition: all 0.2s ease-in-out 0s;

        transition: all 0.2s ease-in-out 0s;

    }

    .ui-datepicker-calendar td:hover a {

        background-color:#e87772;

    }





.overview .prices, .variant-overview .prices {

    margin: 10px 0;

    overflow: hidden;

    padding: 0 0 10px;

    border-bottom: 1px solid #ddd;

    font-size: 0;

}

    .overview .prices {

        text-align: left;

    }

.overview .prices > div, .variant-overview .prices > div {

    margin: 0 5px;

}

.overview .prices *, .variant-overview .prices * {

    display: inline-block;

    line-height: 1;

}

.overview .prices label, .variant-overview .prices label {

    display: none;

}

.overview .old-product-price span,

.variant-overview .old-product-price span {

	font-size: 14px;

	color: #999;

	text-decoration: line-through;

}

.overview .product-price span, 

.variant-overview .product-price span {

    font-size: 20px;

    color: #e87772;

}

.customer-entered-price {

	margin: 0 0 20px;

	overflow: hidden;

	background: #f6f6f6;

	padding: 10px;

}

.customer-entered-price > div {

	display: inline-block;

}

.customer-entered-price .price-input {

	margin: 0 5px;

}

.customer-entered-price .enter-price-input {

	width: 50px;

	text-align: center;

}

.customer-entered-price .price-range {

	font-weight: bold;

}



.overview .stock {

    margin: 0 0 15px;       

}

.overview .manufacturers {

    padding: 0 0 15px;

    margin: 0 0 10px;

    border-bottom: 1px solid #ddd;

}



.min-qty-notification {

    font-size: 14px;

    float: none !important;

    margin: 0 0 10px;

}

.overview .add-to-cart {

    padding: 0 0 7px;

    text-align: center;

    font-size: 0;

}

.overview .add-to-cart-panel,

.variant-overview .add-to-cart-panel {

	display: inline-block;

	position: relative;

}

.overview .add-to-cart-panel > *,

.variant-overview .add-to-cart-panel > * {

	float: left;

}

.overview .qty-label,

.variant-overview .qty-label {

	position: absolute;

	left: -25px;

	line-height: 36px;

    display: none !important;

}

.overview .qty-input,

.variant-overview .qty-input,

.overview .qty-dropdown,

.variant-overview .qty-dropdown {

    position: relative;

    z-index: 2;

    text-align: center;

    width: 36px;

    border: 2px solid #e87772;

    background: #fff;

    margin-right: -2px !important;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

.overview .qty-dropdown,

.variant-overview .qty-dropdown{

    width: auto;

}

.overview .add-to-cart-button, 

.variant-overview .add-to-cart-button {

    position: relative;

    z-index: 2;

	border: 2px solid #e87772;

	background: #fff;

    color: #e87772;

    text-transform: uppercase;

    font-size: 14px;

    padding: 0 11px;

    height: 36px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .overview .add-to-cart-button:hover,

    .variant-overview .add-to-cart-button:hover {

	    background: #e87772;

        color: #fff !important;

    }

.overview .add-to-cart .add-to-wishlist-button {

	display: none; /*removes the old button*/

}

.pre-order-availability-date {

    margin-top: 10px;

    font-size: 14px;

}



.product-share-button {

    margin: 0 0 15px;

    padding: 0 0 15px;

    border-bottom: 1px solid #ddd;

    overflow: hidden;

}



.full-description {

    line-height: 1.4;

    font-size: 14px;

    text-align: justify;

}

    .overview + .full-description {

        margin: 2px 0 20px;

        padding: 15px 0 0;

        border-top: 1px solid #ddd;

        clear: both;        

    }



.product-collateral {

	margin: 0 0 20px;

}

.product-collateral .title {

	margin: 0 0 10px;

	font-size: 20px;

}

    .product-collateral .title strong {

	    font-weight: normal;

    }



.tier-prices {

	margin: 0 0 20px;

}

.tier-prices .prices-header {

	margin: 0 0 10px;

}

.tier-prices .field-header {

	min-width: 100px;

}

.tier-prices .item-price {

	color: #c00;

}



.product-variant-list {

    overflow: hidden;

    margin: 0 0 10px;

}

.product-variant-line {

    margin: 0 0 20px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

    .product-variant-line:after {

	    content: ".";

	    display: block;

	    visibility: hidden;

	    clear: both;

	    height: 0;

	    line-height: 0;

	    font-size: 0;

    }

.variant-picture {

    position: relative;

    width: 200px;

    margin: 0 auto 15px;

    overflow: hidden;

}

    .variant-picture:after {

        content: " ";

        display: block;

        padding-top: 100%;

    }

.variant-overview {

    padding: 5px 0 0;

}

.variant-overview .variant-name {

	margin: 0 0 10px;

	font-size: 18px;

}

.variant-overview .variant-description {

	margin: 0 0 15px;

	line-height: 20px;

}

.variant-overview .add-to-cart-panel > * {

	margin: 0 0 10px;

}

.variant-overview .add-to-wishlist-button {

    display: block;

    float: none;

    clear: both;

    padding: 8px !important;

    border: 1px solid #e87772;

    color: #e87772;

}

    .variant-overview .add-to-wishlist-button:hover {

        background:#e87772;

        color: #fff !important;

    }



/*Jquery Tabs start*/

.ui-tabs {

    margin: 0 auto 20px;

    width: 100%;

    max-width: 600px;

}

.ui-tabs .ui-tabs-nav {

	overflow: hidden;

    text-align: center;

    padding: 0 0 15px;

}

.ui-tabs .ui-tabs-nav li {

	display: block;

}

.ui-tabs .ui-tabs-nav li a {

	display: inline-block;

	padding: 9px 16px;

    font-size: 16px;

    line-height: 1;

    border-bottom: 3px solid transparent;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 

.ui-tabs .ui-state-active.ui-tabs-active a {

    color: #e87772;

    border-bottom: 3px solid #e87772;

}



.productTabs-body {

    position: relative;

}

.ui-tabs .ui-tabs-panel {

    position: absolute;

    top: 0;

    left: 0;

    width: 600px;

    max-width: 100%;

    background: rgba(255,255,255,.8);

    z-index: 999;

}

    .productTabs-body:before,

    .productTabs-body .ui-tabs-panel:before {

        content: " ";

        display: block;

        padding-top: 100%;

    }

.ui-tabs .ui-tabs-panel p {

    margin: 0;

}

.ui-tabs .ui-tabs-hide {

	display: none;

}



    .ui-tabs .gallery {

        margin: 0;

    }

    .ui-tabs .full-description,

    .ui-tabs .product-specs-box, 

    .ui-tabs-panel > .product-reviews-page, 

    .ui-tabs-panel > .write-review,

    .ui-tabs .custom-tab {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        padding: 15px;

        overflow: auto;

        margin: 0;

    }

        .ui-tabs .full-description {

            padding: 20px;

        }

    .ui-tabs .custom-tab {

        line-height: 1.4;

        font-size: 14px;

        text-align: justify;

        padding: 20px;

    }

        .ui-tabs-panel > .write-review .buttons {

            margin: 0;

        }



    /* with picture */



        .withPicture .productTabs-body:before {

            display: none;

        }

        .withPicture .productTabs-body .ui-tabs-panel:first-child {

            display: block !important;

            position: static !important;

            padding: 0 !important;

            max-height: none;

            background: none !important;

            z-index: 1;

        }

            .withPicture .productTabs-body .ui-tabs-panel:first-child:before {

                display: none;

            }



     /* tabs default layout */



     .product-page-alternative-layout .ui-tabs{

         max-width: inherit;

     }

     .product-page-alternative-layout .ui-tabs .ui-tabs-panel,

     .product-page-alternative-layout .ui-tabs .full-description, 

     .product-page-alternative-layout .ui-tabs .product-specs-box, 

     .product-page-alternative-layout .ui-tabs-panel > .product-reviews-page, 

     .product-page-alternative-layout .ui-tabs-panel > .write-review, 

     .product-page-alternative-layout .ui-tabs .custom-tab{

         position: relative;

         width: 100%;

     }

     .product-page-alternative-layout .productTabs-body:before,

     .product-page-alternative-layout .productTabs-body .ui-tabs-panel:before{

         display: none;

     }

    .product-page-alternative-layout .ui-tabs .ui-tabs-nav {

        padding: 10px 0;

    }





/*Jquery Tabs end*/



.product-specs-box,

.product-tags-box {

	margin: 0 0 20px;

    text-align: center;

}

.product-tags-list {

	font-size: 0;

}

.product-tags-list li {

	display: inline-block;

	font-size: 14px; /*reset zeroing*/

}

.product-tags-list li.separator {

	margin: 0 5px 0 3px;

}

.product-tags-list a {

	display: inline-block;

	line-height: 24px;

}

    .product-tags-list li > * {

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

    .product-tags-list li:hover > * {

        color: #e87772;

    }



.attributes {

    margin: 0 0 15px;

    padding: 0 0 4px;

    border-bottom: 1px solid #ddd;

    overflow: hidden;

}

.attributes dl:after {

	content: '';

    display: block;

    clear: both;

}

.attributes dt {

	display: block;

	margin: 0 0 5px;

	/*white-space: nowrap; */

	font-weight: bold;

}


.attributes dt p{

	text-align: left;

}


.attributes dd {

	margin: 0 0 10px;

}

.attributes li {

	margin: 10px 0;

}

.attributes select {

	width: auto;

	max-width: 100%;

	vertical-align: middle;

}

.attributes .option-list li > * {

	display: inline-block;

	padding: 0 5px;

	vertical-align: middle;

}

.attribute-squares {

	font-size: 0;

}

.attribute-squares li {

    position: relative;

	display: inline-block;

	margin: 0;

}

.attribute-square-container {

    display: block;

    border: 1px solid transparent;

    border-radius: 100%;

    padding: 3px;

    position: relative;

    z-index: 1;

}

.attribute-squares label {

    height: 35px;

    overflow: hidden;

}

.attribute-squares .attribute-square {

    display: block !important;

    width: 26px !important;

    height: 26px !important;

    border: 1px solid #c9c9c9 !important;

    cursor: pointer;

    border-radius: 100%;

}

.selected-value .attribute-square-container {

    border-color: #c9c9c9;

}

.attribute-squares li input {

	position: relative;

	z-index: -1;

	margin: -45px 0 0;

}

.attribute-squares .tooltip-container {

    display: none !important;

}



.attributes .qty-box {

	margin: 0 3px;

	vertical-align: middle;

}

.attributes .qty-box label {

	display: none;

}

.attributes .qty-box input {

    width: 45px;

    text-align: center;

}



.giftcard {

	margin: 0 0 20px;

	overflow: hidden;

    padding: 20px 10px 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    clear:both;

}

.giftcard div {

	margin: 0 0 15px;

}

.giftcard div:last-child {

	margin-bottom: 0;

}

.giftcard label {

    display: block;

    margin: 0 0 8px;

    font-size: 16px;

}

.giftcard input,

.giftcard textarea {

	width: 350px;

	max-width: 100%;

}

.giftcard textarea{

	height: 150px;

}





/********** PRODUCT REVIEWS **********/







.product-reviews-page h1 a {

	font-style: italic;

}

.product-reviews-page h1 a:before,

.product-reviews-page h1 a:after {

	content: "''";

}

.product-reviews-page .title {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    font-size: 20px;

    color: #e87772;

    text-align: center;

    margin: 0 0 15px;

}

    .product-reviews-page .title strong {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        display: block;

    }

.product-reviews-page .page-body .write-review {

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.product-reviews-page .page-body .product-review-item {

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}





.write-review {

    margin: 0 0 30px;

}

.write-review .form-fields {

	margin: 0 0 15px;

}

.write-review .review-rating .name-description {

    display: block;

    margin: 0 0 5px;

    font-size: 14px;

    vertical-align: middle;

}

.write-review .review-rating .rating-wrapper {

    display: inline-block;

    width: 350px;

}

.review-rating ul {

    font-size: 0;

    vertical-align: middle;

}

.write-review .review-rating {

    margin-bottom: 15px;

}

.write-review .rating-wrapper > div {

    display: inline-block;

    margin: 0 5px;

    cursor: default;

    vertical-align: middle;

    font-size: 14px;

    height: 17px;

}

.write-review .rating-wrapper > div.first {

    float: left;

	color: #c00;

}

.write-review .rating-wrapper > div:nth-child(2) {

    padding-top: 2px;

}

.write-review .rating-wrapper > div:nth-child(2) input {

    vertical-align: baseline;

}

.write-review .rating-wrapper > div.last {

	color: #690;

}

.write-review .review-rating .tooltiptext {

    font-size: 13px;

}

.write-review .captcha-box {

    margin: 15px 0 0;

}

.write-review .button-1 {

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 24px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

        .write-review .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }

.product-review-list .title {

    color: #555;

}

.product-reviews-page .result,

.product-reviews-page .message-error {

	margin: 0 0 20px;

}

.product-review-list {

	overflow: hidden;

}

.product-review-item {

    margin: 0 0 20px;

    text-align: left;

    padding: 10px 0;

}

.product-review-item .review-item-head {

    margin: 0 0 10px;

    overflow: hidden;

    padding: 0 0 10px;

    border-bottom: 1px solid #ddd;

}

.product-review-item .review-title {

	float: left;

	text-transform: uppercase;

}

.product-review-item .product-review-box {

	float: right;

	margin: 0;

}

.product-review-item .review-text {

	margin: 0 0 15px;

}

.product-review-item .review-info {

	margin: 0 0 5px;

}

.product-review-item .review-info a,

.product-review-helpfulness .vote {

	display: inline-block;

	padding: 0 10px;

	font-weight: bold; 

	text-decoration: underline; 

	cursor: pointer;

}

.product-review-helpfulness .question {

	margin: 0 5px 0 0;

	font-style: italic;

}

.product-review-helpfulness .result {

	margin: 0 0 0 10px;

}

.product-review-item .reply {

    margin: 15px 0 0;

}

.product-review-item .reply-header {

    font-weight: bold;

    margin: 0 0 5px;

}



/********** WISHLIST & COMPARE LIST **********/







.wishlist-content {

	margin: 0 0 20px;

}

.wishlist-content .message-error {

	margin: 0 0 10px;

}

.wishlist-content .buttons {

	font-size: 0;

}



.wishlist-content .button-2 {

    display: inline-block;

    border: 2px solid #e87772;

    background: #fff;

    color: #e87772;

    text-transform: uppercase;

    font-size: 12px;

    padding: 6px 11px;

    margin: 0 5px 5px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

        .wishlist-content .button-2:hover {

        background: #e87772;

        color: #fff !important;

    }



.wishlist-page .share-info a {

	display: block;

	margin: 0 0 5px;

	font-weight: bold;

}

.wishlist-page .edit-item {

    margin-top: 5px;

    text-decoration: underline;

}



.compare-products-page {

	position: relative;

	overflow: hidden;

}

.compare-products-page .page-title {

    padding: 0 0 1px;

    margin: 0 0 10px;

}

    .compare-products-page .page-title h1 {

        border-bottom: 5px solid #e87772;

    }

.compare-products-page img {

	max-width: 100%;

}

.compare-products-page .clear-list, 

.compare-products-page .button-2 {

    display: inline-block;

    font-size: 14px;

    padding: 8px 26px 8px 8px;

    background: url(../Themes/Allure/Content/img/close-2.png) no-repeat 90% center;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .compare-products-page .clear-list {

        width: 95px;

        margin: 0 0 10px;

        color: #555;

    }

    .compare-products-page .button-2 {

        border: 0;

        color: #e87772;

    }

        .compare-products-page .clear-list:hover,

        .compare-products-page .button-2:hover {

            color: #e87772;

        }





/*********** TOPICS ***********/







.master-wrapper-page > .topic-block {

    margin: 0 auto 50px;

    width: 95%;

    padding: 0 5px 60px;

    background: url(../Themes/Allure/Content/img/logo-bottom.png) no-repeat center bottom;

}

.topic-block-title {

    margin: 0 0 20px;

    position: relative;

}

    .topic-block-title h2 {

        font-size: 26px;

        text-align: center;

        font-weight: 400;

    }



.topic-block-body {

	line-height: 1.3;

    font-size: 14px;

}

.topic-block a,

.topic-page a {

	text-decoration: underline;

}

.topic-page .page-body {

	line-height: 20px;

}

.topic-password {

	text-align: center;

}

.enter-password-title {

	margin: 0 0 10px;

	color: #c00;

}

.enter-password-form {

	display: inline-block;

	overflow: hidden;

}

.enter-password-form input[type="password"] {

	float: left !important;

	width: 200px !important;

	height: 36px !important;

}

.enter-password-form input[type="submit"] {

	float: left !important;

	width: auto !important;

	height: 36px !important;

	border: none !important;

	background: #ccc !important;

	padding: 0 20px !important;

	font-size: 16px !important;

}

.password-error {

	margin: 0 0 10px;

}





/*********** CONTACT & EMAIL A FRIEND ***********/





    .contact-page .page-title,

    .email-a-friend-page .page-title,

    .apply-vendor-page .page-title {

        padding: 0 0 1px;

    }

    .contact-page .page-title h1,

    .email-a-friend-page .page-title h1,

    .apply-vendor-page .page-title h1 {

        border-bottom: 5px solid #e87772;

    }



    .contact-page .page-body, 

    .email-a-friend-page .page-body,

    .apply-vendor-page .page-body {

        margin: 0 0 15px;

        background: #fff;

        padding: 10px 10px 0;

        box-shadow: 0 1px 1px rgba(0,0,0,.2);

    }



    .contact-page .message-error,

    .email-a-friend-page .message-error,

    .apply-vendor-page .message-error {

	    margin: 0 0 10px;

    }



    .contact-page .button-1,

    .email-a-friend-page .button-1,

    .apply-vendor-page .button-1 {

        display: inline-block;

        border: 2px solid #fff;

        background: #e87772;

        color: #fff;

        text-transform: uppercase;

        font-size: 14px;

        padding: 8px 24px;

        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

    .contact-page .button-1:hover,

    .email-a-friend-page .button-1:hover,

    .apply-vendor-page .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }



    .email-a-friend-page .title {

	    margin: 0 0 10px;

    }

    .email-a-friend-page .title h2 {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    font-size: 20px;

    text-align: center;

}

    .email-a-friend-page .title a {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        display: block;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

    .email-a-friend-page .title a:hover {

        color: #e87772;

    }



    .apply-vendor-page .terms-of-service {

        text-align: center;

    }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.account-page .page-title h1 {

    position: relative;

    padding: 9px 9px 12px;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

        .account-page .page-title h1:after {

            content: " ";

            position: absolute;

            bottom: 1px;

            left: 0;

            right: 0;

            height: 5px;

            background: #e87772;

        }



.registration-page .date-of-birth select,

.account-page .date-of-birth select {

	width: 88px; /*birth-date selectors, always single line*/

}

.registration-page select + select,

.account-page select + select {

	margin: 0 0 0 10px;

}

.gender{

    display: inline-block;

}

.gender span {

	display: inline-block;

	margin: 0 3px;

    vertical-align: middle;

}

.gender span > * {

	display: inline !important;

	vertical-align: middle;

	line-height: 32px;

}

#check-availability-button {

    margin: 10px 0 0;

    padding: 7px 10px;

    font-size: 12px;

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

#check-availability-button:hover {

    border: 2px solid #e87772;

    background: #fff !important;

    color: #e87772;

}

#username-availabilty {

	display: block;

	margin: 5px 0 0;

    color: #e87772;

    text-decoration: underline;

}

#username-availabilty:empty {

	display: none;

}

.email-to-revalidate{

    font-size: 16px;

    line-height: 32px;

    margin: 0 0 0 7px;

}

.vat-status, 

.vat-note,

.email-to-revalidate-note {

	display: block;

	margin: 5px 0 0;

	text-align: center;

}

.accept-privacy-policy {

	margin: 0 0 20px;

	text-align: center;

}

.accept-privacy-policy > * {

	display: inline-block;

	line-height: 32px;

	vertical-align: middle;

}

.accept-privacy-policy a {

	font-weight: bold;

}

.registration-page .button-1,

.registration-result-page .button-1,

.login-page .button-1,

.password-recovery-page .button-1,

.account-page .button-1,

.return-request-page .button-1 {

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    font-size: 16px;

    padding: 8px 24px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .registration-page .button-1:hover,

    .registration-result-page .button-1:hover,

    .login-page .button-1:hover,

    .password-recovery-page .button-1:hover,

    .account-page .button-1:hover,

    .return-request-page .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }



.login-page .page-title {

    padding: 0 0 1px;

}

    .login-page .page-title h1 {

        border-bottom: 5px solid #e87772;

    }

.login-page .page-body {

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}



.login-page .topic-block-title:after,

.login-page .topic-block-title:before {

    display: none;

}



.registration-result-page .result {

	margin: 0 0 20px;

	color: #690;

}

.login-page .customer-blocks {

	margin: 0 0 30px;

}

.login-page .title,

.login-page .topic-block-title {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    color: #e87772;

    text-align: center;

    margin: 0 0 15px;

}

    .login-page .title strong,

    .login-page .topic-block-title h2 {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        display: block;

        font-size: 20px;

        width: 100%;

    }

.login-page .new-wrapper {

	margin: 0 0 50px;

}

.login-page .text {

	text-align: center;

	margin: 0 0 20px;

    font-size: 14px;

}

.login-page .inputs.reversed * {

    margin: 5px 0;

    display: inline-block;

    width: auto;

}

.login-page .inputs.reversed span {

    display: block;

}



.forgot-password {

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;    

}

.forgot-password:hover {

    color: #e87772;

}



.external-authentication {

	margin: 0 0 20px;

	overflow: hidden;

	text-align: center;

}

.external-authentication fieldset {

	float: none !important;

}

.external-authentication .title {

    display: none;

}

.registration-page .external-authentication {

    margin: 40px 0 0;

}

.password-recovery-page .tooltip {

	margin: 0 0 20px;

}

.password-recovery-page .result {

	margin: 0 0 5px;

	font-weight: bold;

}



.account-page .button-2,

.back-pm-button {

    display: inline-block;

    border: 2px solid #e87772;

    background: #fff;

    color: #e87772;

    text-transform: uppercase;

    font-size: 12px;

    padding: 6px 11px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

.account-page .button-2:hover,

.back-pm-button:hover {

    background: #e87772;

    color: #fff !important;

}

.account-page .edit-address {

    margin: 0 0 20px;

    padding: 25px 10px 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.account-page .description {

	margin: 0 0 20px;

}

.account-page .form-fields .custom-attributes label{

    overflow:hidden;

}



.registration-page .inputs.accept-consent,

.account-page .inputs.accept-consent {

    text-align: center;

}

.registration-page .inputs.accept-consent label,

.account-page .inputs.accept-consent label {

    margin-left: 5px;

    width: auto;

}

.address-list,

.order-list {

    overflow: hidden;

    margin: 0 0 20px;

}

.address-item,

.order-item {

    background: #fff;

    width: 305px;

    max-width: 100%;

    margin: 0 auto 20px;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

    .address-item .title,

    .order-item .title {

        font-size: 16px;

        padding: 5px 10px;

        border-bottom: 1px solid #ddd;

    }

    .address-item .info,

    .order-item .info {

	    padding: 10px;

        font-size: 14px;

	    line-height: 18px;

    }

    .order-item .info {

        min-height: 110px;

    }

    .address-item .buttons,

    .order-item .buttons {

        position: relative;

        margin: 0;

        padding: 14px 0 10px;

        border: 1px solid #ddd;

    }

        .address-item .buttons:before,

        .order-item .buttons:before {

            content: " ";

            position: absolute;

            top: -1px;

            left: -1px;

            right: -1px;

            height: 5px;

            background: #e87772;

        }



.address-list-page .add-button {

	margin: 0 0 15px;

	text-align: center;

}

.return-request-list-page a {

	font-weight: bold;

}

.return-request-list-page .comments {

	margin: 15px 0 0;

}



.reward-points-overview,

.reward-points-history .title {

    margin: 0 0 15px;

    font-size: 14px;

}

.reward-points-history .title {

    font-size: 16px;

}



.avatar-page .message-error {

	margin: 0 0 10px;

}

.avatar-page .fieldset {

	margin: 0 0 15px;

}

.avatar-page .image {

	margin: 0 0 10px;

}

.avatar-page .image img {

	border: 1px solid #ccc;

}

.avatar-page input[type="file"] {

	width: 85px;

	overflow: hidden;

}

.avatar-page input[type="submit"] {

    margin: 0 5px;

}

.avatar-page .info {

	margin: 0 0 20px;

}

.user-agreement-page {

    text-align:center;

}

.terms-of-agreement{

    padding:0 0 20px 0;

    text-align:center;

    font-size: 14px;

    line-height: 18px;

}

.user-agreement-page .button-1{

    background: #e87772 none repeat scroll 0 0;

    border: 2px solid #ffffff;

    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    padding: 8px 24px;

    text-transform: uppercase;

    transition: all 0.15s ease-in-out 0s;

}

.user-agreement-page .button-1:hover{

    background: #ffffff none repeat scroll 0 0 !important;

    border: 2px solid #e87772;

    color: #e87772;

}



.vendorinfo-page .vendor-picture {

    margin-top: 15px;

}

    .vendorinfo-page .vendor-picture > * {

        display: inline-block;

        vertical-align: middle;

    }



.gdpr-tools-page .form-fields {

    padding: 15px 0 20px;

}

.check-gift-card-balance-page .result {

    padding: 15px;

    text-align: center;

}

/********** SHOPPING CART & CHECKOUT **********/

.order-progress {

    margin: 0 0 20px;

    text-align: center;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    padding: 0 0 1px;

}

.order-progress ul {

    font-size: 0;

    padding: 10px;

    border-bottom: 5px solid #e87772;

}

.order-progress li {

    display: inline-block;

    margin: 10px;

}

.order-progress a {

    display: block;

    font-size: 12px;

    font-family: Verdana;

}

    .order-progress a:before {

        content: " ";

        display: block;

        width: 40px;

        height: 40px;

        margin: 0 auto 10px;

        border: 2px solid #555;

        border-radius: 100%;

        background: #fff url(../Themes/Allure/Content/img/arrow-right.png) no-repeat 15px center;

    }

.order-progress li.active-step a {

	cursor: pointer;

}

.order-progress li.inactive-step a {

	opacity: 0.5;

	cursor: default;

	filter: alpha(opacity=50);

}



.shopping-cart-page .page-title h1 {

    background: none;

    border-bottom: 1px solid #ddd;

    padding: 10px 0 3px;

}

    .shopping-cart-page .page-title h1:after {

        content: " ";

        display: block;

        height: 1px;

        background: #ddd;

        margin: 10px 0 0;

    }



.shopping-cart-page .button-1,

.checkout-page .button-1 {

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    font-size: 16px;

    padding: 8px 24px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .shopping-cart-page .button-1:hover,

    .checkout-page .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }





.shopping-cart-page .button-2, .checkout-page .button-2, .order-details-page .page-title a {

    display: inline-block;

    border: 2px solid #e87772;

    background-color: #fff;

    color: #e87772;

    font-size: 14px;

    padding: 8px 11px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .shopping-cart-page .cart-footer .button-2:hover,

    .update-cart-button:hover,

    .order-details-page .page-title a:hover {

        background-color: #e87772;

        color: #fff !important;        

    }



.shopping-cart-page .common-buttons .button-2 {

    padding: 6px 16px 6px 36px;

    font-size: 16px;

    text-transform: none;

}

.shopping-cart-page .common-buttons .update-cart-button {

    background-image: url(../Themes/Allure/Content/img/icon-update-cart.png); 

    background-color: #e87772; 

    background-repeat: no-repeat; 

    background-position: left -2px;

}

    .shopping-cart-page .common-buttons .update-cart-button:hover {

        background-image: url(../Themes/Allure/Content/img/icon-update-cart-hover.png); 

        background-position: left -2px;

    }



.shopping-cart-page .common-buttons .continue-shopping-button {

    background-image: url(../Themes/Allure/Content/img/icon-continue-shop.png);

    background-repeat: no-repeat; 

    background-position: left -2px;

    background-color: #e87772;

    color: #fff;

    border-color: #fff;

    box-shadow: 0 1px 2px rgba(0,0,0,.2);

}

    .shopping-cart-page .common-buttons .continue-shopping-button:hover {

        background-color: #e87772;

        background-image: url(../Themes/Allure/Content/img/icon-continue-shop-hover.png);

        color: #e87772;

        border-color: #e87772;

    }



.remove-discount-button,

.remove-gift-card-button {

	width: 16px;

	height: 16px;

	margin: 0 0 0 5px;

	border: 1px solid #ccc;

	background: #fff url('../Themes/Allure/Content/img/close.png') center no-repeat;

	cursor: pointer;

}



.shopping-cart-page .message-error {

	margin: 0 0 20px;

	font-size: 13px;

}

.shopping-cart-page .selected-checkout-attributes {

	display: none;

}

.selected-checkout-attributes {

	margin: 0 0 20px;

	text-align: center;

}

.shopping-cart-page .common-buttons {

	font-size: 0;

    margin: 0 0 20px;

}

.shopping-cart-page .common-buttons input {

	min-width: 150px;

	margin: 0 5px 5px;

}

.checkout-attributes {

	margin: 20px 0 0;

	text-align: center;

}

.checkout-attributes dt {

	margin: 0 0 5px;

	font-weight: bold;

}

.checkout-attributes li {

	line-height: 24px;

}

.checkout-attributes li * {

	vertical-align: middle;

}



.cart-footer {

    padding: 20px 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

    .cart-footer:after {

	    content: ".";

	    display: block;

	    visibility: hidden;

	    clear: both;

	    height: 0;

	    line-height: 0;

	    font-size: 0;

    }

.cart-footer .totals {

	width: 235px;

	max-width: 100%;

	margin: 0 auto 30px;

}

.cart-footer .total-info {

	margin: 0 0 20px;

}

.cart-total td {

    width: 50%;

    padding: 5px;

    background: #fff;

    font-size: 16px;

}

    .cart-total tr:last-child td {

        border-top: 1px solid #ddd;

        font-size: 20px;

    }

    

    .cart-total tr:last-child td:last-child,

    .cart-total tr td .product-price.order-total {

        color: #e87772;

    }

    .cart-total-left {

        text-align: left;

    }

    .cart-total-right {

        text-align: right;

    }

    .cart-total tr.earn-reward-points td,

    .cart-total tr.earn-reward-points td:last-child{

        font-size:16px;

        border:none;

        color:#9f9f9f;

    }



.terms-of-service {

	margin: 0 0 20px;

}

.terms-of-service label {

    cursor: pointer;

}

.terms-of-service span a {

	font-weight: bold;

    cursor: pointer;

}

    .terms-of-service span a:hover {

        text-decoration: underline;

    }

.checkout-buttons{

    margin-bottom:10px;

}

.addon-buttons>*{

    margin-bottom:10px;

}

.cart-footer .button-1 {

	font-size: 18px;

}



.cart-collaterals {

	width: 300px;

	max-width: 100%;

	margin: 0 auto 30px;

}

.cart-collaterals > div {

	margin: 0 0 30px;

}

.cart-collaterals .title {

	margin: 0 0 5px; 

}

.cart-collaterals .hint {

    margin: 8px 0 ;

    font-size: 14px;

    text-align: left;

}

.cart-collaterals .deals > div {

	margin: 0 0 10px;

}

.deals .title,

.estimate-shipping .title {

    font-size: 16px;

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

}

    .deals .title strong,

    .estimate-shipping .title strong {

        display: block;

        padding: 0 0 5px;

        border-bottom: 1px solid #ddd;

    }

.cart-collaterals .coupon-code {

	overflow: hidden;

	font-size: 0;

}

.cart-collaterals .coupon-code input[type="text"],

.cart-collaterals .coupon-code input[type="email"],

.cart-collaterals .coupon-code input[type="tel"] {

    float: left;

    width: 180px;

    border-left: 1px solid #c9c9c9;

}

.cart-collaterals .coupon-code input[type="submit"] {

	float: left;

    min-width: 115px;

}

.cart-collaterals .message {

	margin: 5px 0 0;

	color: #c00;

}

.cart-collaterals .current-code {

	margin: 5px 0 0;

}

    .estimate-shipping-button {

        float: right;

    }

.cart-collaterals .shipping-results {

	margin: 20px 0 0;

}

.cart-collaterals .shipping-results li {

	margin: 10px 0;

}



.checkout-page .section {

	margin: 0 0 30px;

}

.checkout-page .section .title {

    font-size: 18px;

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    margin: 0 0 25px;

}

    .checkout-page .section .title strong {

        display:block;

        padding: 0 0 5px;

        border-bottom: 1px solid #ddd;

    }



    .section.confirm-order .min-order-warning, 

    .section.confirm-order .message-error {

        display: block;

        text-align: left;

    }



.checkout-page .address-grid:after {

	content: ".";

    display: block;

    visibility: hidden;

    clear: both;

    height: 0;

    line-height: 0;

    font-size: 0;

}

.checkout-page .address-item, 

.checkout-page .order-item {

    padding: 10px;

}

.checkout-page .address-item .select-button {

    text-align: center;

	margin: 10px 0 0;

}

.checkout-page .address-item li {

	padding: 2px 0;

}

.checkout-page .address-item li.name {

	margin: 0 0 5px;

    font-size: 14px;

}

.checkout-page .address-item li.country {

	margin: 5px 0 0;

	font-size: 16px;

}

.checkout-page .edit-address {

    margin: 0 0 20px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.shipping-method .method-list, .payment-method .method-list {

    margin: 0 0 20px;

    padding: 10px;

    text-align: left;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.shipping-method .method-list li,

.payment-method .method-list li {

	margin: 0 0 20px;

}

    .shipping-method .method-list li:last-child, .payment-method .method-list li:last-child {

        margin: 0;

    }

    .payment-method .method-name > * {

        display: inline-block;

        vertical-align: middle;

        margin: 0 10px 0 0;

    }

    .payment-logo {

        font-size:0;

    }

.shipping-method .method-list li label,

.payment-method .method-list li label {

	font-weight: bold;

}

.shipping-method .method-description {

	margin: 5px 0 0;

}



.checkout-page .pickup-in-store {

    margin-bottom: 0;

}

    .checkout-page .pickup-in-store ~ .shipping-addresses {

        margin-top: 25px;

    }

.checkout-page .pickup-in-store .description {

    margin-top: 10px;

}

.checkout-page .pickup-points {

    margin-top: 25px;

}

.checkout-page .select-pickup-point {

    margin-bottom: 25px;

}

.checkout-page .pickup-points .pickup-points-map {

    height: 300px;

    margin-bottom: 0;

}



.use-reward-points {

    font-size: 14px;

    margin: 0 0 20px;

}

.payment-info .info {

    margin: 0 0 20px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    text-align: left;

}

.confirm-order .button-1 {

    margin: 20px 0 0;

    font-size: 18px;

}



.order-completed .details {

    margin: 0 0 20px;

    padding: 10px;

    background: #fff;

    font-size: 14px;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.order-completed .details a {

	display: block;

	margin: 5px 0 0;

	font-weight: bold;

    padding: 7px 0;

    -webkit-transition: all .15s ease;

    transition: all .15s ease;

}

    .order-completed .details a:hover {

        color: #e87772;

    }



    .checkout-page .button-2.order-completed-continue-button {

        border: 2px solid #fff;

        background: #e87772;

        color: #fff;

        text-transform: uppercase;

        font-size: 14px;

        padding: 8px 24px;

        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    }

        .checkout-page .button-2.order-completed-continue-button:hover {

            border: 2px solid #e87772;

            background: #fff !important;

            color: #e87772;            

        }



.opc .step-title {

    margin-bottom: 1px;

    overflow: hidden;

    background: #fff;

    padding: 12px;

    font-size: 18px;

}

.opc .allow .step-title,

.opc .allow .step-title * {

	cursor: pointer;

}

.opc .step-title * {

    float: left;

    font-size: 18px;

    line-height: 1;

}

.opc .step-title span {

	margin: 0 12px 0 0;

}

.opc .step {

    margin: 10px 0;

    padding: 10px 18px;

    background: #fff;

    border-left: 5px solid #e87772;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.opc .section {

	margin: 0 0 15px;

}

.opc .section > label {

	display: block;

	margin: 0 0 10px;

    font-size: 14px;

}

.opc input[type="text"],

.opc input[type="email"],

.opc input[type="tel"],

.opc select {

    max-width: 100%;

}

.opc .buttons {

	margin-bottom: 0;

}

.opc .back-link {

	margin: 0 0 10px;

}

.opc .back-link small {

	display: none;

}

.opc .back-link a {

    font-weight: bold;

    display: inline-block;

    font-size: 14px;

    text-decoration: underline;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .opc .back-link a:hover {

        color: #e87772;

    }

.opc .please-wait {

	display: block;

	margin: 10px 0 0;

}

.opc .shipping-method .method-list,

.opc .payment-method .method-list,

.opc .payment-info .info,

.opc .cart-footer {

    box-shadow: none;

}



.order-details-page .page-title {

	margin: 0 0 20px;

	overflow: hidden;

}

.order-details-page .page-title h1 {

	margin: 0 0 10px;

}

.order-details-page .order-overview {

    margin: 0 0 20px;

    line-height: 20px;

    font-size: 13px;

}

    .order-details-page .order-overview .order-number {

        margin: 0 0 10px;

    }

    .order-details-page .order-overview .order-number strong {

        font-size: 18px;

        font-weight: normal;

    }

    .order-details-page .cart-total {

        box-shadow: 0 1px 1px rgba(0,0,0,.2);

        width: 300px;

	    margin: 0 0 30px;

    }



.order-details-area,

.shipment-details-area,

.order-review-data {

	margin: 0 0 20px;   

}

.order-details-area:after,

.shipment-details-area:after,

.order-review-data:after {

    content: '';

    display: block;

    clear: both;

}

.order-review-data > div,

.order-details-area > div,

.shipment-details-area > div {

    background: #fff;

    padding: 10px;

    border-left: 5px solid #e87772;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    text-align: left;

    margin-top: 30px;

}

    .order-review-data > div:first-child,

    .order-details-area > div:first-child,

    .shipment-details-area > div:first-child {

        margin-top: 0;

    }

.order-review-data > div > .title,

.order-details-area > div > .title,

.shipment-details-area > div > .title {

    font-size: 18px;

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    margin: 0 0 15px !important;    

}

    .order-review-data > div > .title strong,

    .order-details-area > div > .title strong,

    .shipment-details-area > div > .title strong {

        display: block;

        padding: 0 0 5px;

        border-bottom: 1px solid #ddd;

        font-weight: 400;

    }

.order-review-data > div li,

.order-details-area > div li,

.shipment-details-area > div li{

    margin-top: 5px;

}

.order-details-area .side-list-wrap,

.order-review-data .side-list-wrap {

    margin-top: 20px;

}

.order-details-area .side-list-wrap .title,

.order-review-data .side-list-wrap .title {

    font-size: 14px;

    font-weight: 700;

    border: 0;

    margin: 0 0 10px;

}



.section.products .title,

.section.shipments .title {

    font-size: 16px;

    margin: 0 0 10px;

}



.order-details-page .actions {

	margin: 20px 0 0;

	text-align: center;

	font-size: 0;

}

.order-details-page .actions input,

.order-details-area ul .repost .re-order-button{

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 24px;

    margin: 0 5px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

.order-details-area ul .repost .re-order-button{

    margin:5px 0;

}

    .order-details-page .actions input:hover,

    .order-details-area ul .repost .re-order-button:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;        

    }



.return-request-page .section .title {

    margin: 0 0 10px;

    font-size: 16px;

}

.return-request-page .uploadedfileinput {

    display: inline-block;

    vertical-align: middle;

}



.shipment-details-page .shipment-overview {

    overflow: hidden;

    margin: 0 0 20px;

}

    .shipment-details-page .shipment-overview > ul {

        text-align: left;

        background: #fff;

        border-left: 5px solid #e87772;

        padding: 10px;

        max-width: 300px;

        min-height: 180px;

    }

        .shipment-details-page .shipment-overview > ul:first-child {

            margin: 0 0 20px;

        }

    .shipment-details-page .shipment-overview .title {

        margin: 0 0 10px;

        font-size: 14px;

    }

.shipment-details-page .section {

    width: 100%;

}



/*********** SEARCH & SITEMAP ***********/





.search-input {

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

    .search-input .buttons {

        margin: 0;

    }

.search-input input + label {

	display: inline;

	margin: 0 0 0 2px;

}

.basic-search {

	margin: 0 0 20px;

}

.basic-search input[type="text"] {

	width: 400px;

	max-width: 100%; 

}

.advanced-search {

	margin: 0 0 20px;

}

.advanced-search .price-range {

	display: inline-block;

	margin: 0 0 0 -30px;

}

.advanced-search .price-range input {

	width: 80px;

	margin: 3px;

}

.search-input .button-1 {

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 24px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .search-input .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important; 

        color: #e87772;

    }



.search-input .warning,

.search-results .result {

	display: block;

	margin: 10px 0 0; 

	font-weight: normal;

	color: #c00;

}

.search-results {

	margin: 30px 0 0;

}



.sitemap-page .page-title {

    padding: 0 0 1px;

}

    .sitemap-page .page-title h1 {

        border-bottom: 5px solid #e87772;

    }



.sitemap-page .description{

    margin: 0 0 20px;

}

.sitemap-page .page-body {

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

}

.sitemap-page .entity {

	margin: 0 0 20px;

}

.sitemap-page .entity-title {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    color: #e87772;

    text-align: center;

    margin: 0 0 15px;

}

    .sitemap-page .entity-title h2 {

        padding: 0 10px 10px;

        border-bottom: 1px solid #ddd;

        display: block;

        font-size: 20px;

        font-weight: normal;

        text-align: left;

    }

.sitemap-page .entity-body {

	line-height: 24px;

}

.sitemap-page li {

    display: inline-block;

    margin: 0 5px 10px;

}

.sitemap-page a {

    position: relative;

	display: block;

    font-size: 14px;

    padding: 0 0 0 16px;

    -webkit-transition: all .15s ease;

    transition: all .15s ease;

}

    .sitemap-page a:hover {

        color: #e87772;

    }

    .sitemap-page a:before {

        content: " ";

        position: absolute;

        top: 50%;

        left: 5px;

        margin-top: -2px;

        width: 4px;

        height: 4px;

        background: #ddd;

    }

.sitemap-page a:empty {

	display: none;

}





/********** BLOG & NEWS **********/







.year strong {

	display: block;

	cursor: default;

}

.news-items .news-item {

    position: relative;

    margin: 10px;

    padding: 3px;

    background: #fff;

    border: 1px solid #ddd;

    box-shadow: 0 0 2px rgba(0,0,0,0.1);

}

.blog-page .post {

    position: relative;

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    margin: 0 0 25px;

}

    .news-items .news-item:after {

        content: " ";

        position: absolute;

        bottom: 0;

        left: -1px;

        right: -1px;

        height: 5px;

        background: #e87772;

    }

.news-head {

    border-bottom: 1px solid #ddd;

    padding: 12px 8px;

    text-align: left;

}

    .news-title {

        display: block;

	    font-size: 18px;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

        .news-title:hover {

            color: #e87772;

        }

.post-head {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    font-size: 20px;

    text-align: center;

    margin: 0 0 15px;    

}

    .post-head .post-title {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        color: #e87772;

        display: block;

    }

.post-date, .news-date {

    font-size: 12px;

    color: #888;

}

.news-items .news-body {

    padding: 10px 5px 0;

    text-align: justify;

    font-size: 14px;

    line-height: 1.3;

    overflow: hidden;

    height: 62px;

}

.news-item-page .news-body {

	margin: 0 0 20px;

	line-height: 20px;

}

.post-body {

    font-size: 14px;

    margin: 0 0 10px;

    padding: 0 0 10px;

    text-align: justify;

    border-bottom: 1px solid #ddd;

}

.blog-page .tags {

    margin: 0 0 10px;

    padding: 0 0 10px;

    overflow: hidden;

    border-bottom: 1px solid #ddd;

}

.blog-page .tags label,

.blogpost-page .tags label {

    position: relative;

    display: block;

    font-weight: bold;

    float: left;

    font-size: 14px;

    padding: 0 0 0 20px;

    line-height: 24px;

    margin: 0 5px 0 0;

}

    .blog-page .tags label:before,

    .blogpost-page .tags label:before {

        content: " ";

        position: absolute;

        top: 50%;

        left: 7px;

        margin-top: -2px;

        width: 4px;

        height: 4px;

        background: #ddd;

    }

.blog-page .tags ul,

.blogpost-page .tags ul {

	font-size: 0;

    text-align: left;

}

.blog-page .tags li,

.blogpost-page .tags li {

	display: inline-block;

	font-size: 14px;

}

.blog-page .tags li.separator,

.blogpost-page .tags li.separator {

	margin: 0 5px 0 3px;

}

.blog-page .tags a,

.blogpost-page .tags a {

	display: inline-block;

	line-height: 24px;

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .blog-page .tags a:hover,

    .blogpost-page .tags a:hover {

        color: #e87772;

    }



.blog-details {

    text-align: left;

}

.blog-posts .buttons{

    text-align: initial;

}

    .blog-posts .buttons a {

        position: relative;

        display: inline-block;

        font-size: 14px;

        font-weight: bold;

        padding: 6px 0 6px 20px;

    }

        .blog-posts .buttons a:before {

            content: " ";

            position: absolute;

            top: 50%;

            left: 7px;

            margin-top: -2px;

            width: 4px;

            height: 4px;

            background: #ddd;            

        }



    .blogpost-page .post-body {

        padding: 10px;

        background: #fff;

        box-shadow: 0 1px 1px rgba(0,0,0,.2);

        border: 0;

    }

    .blogpost-page .tags {

        background: #fff;

        padding: 10px;

        margin: 0 0 10px;

        box-shadow: 0 1px 1px rgba(0,0,0,.2);

        overflow: hidden;

    }

    .blogpost-page .inputs {

        text-align: center;

    }



.new-comment {

	margin: 0 0 30px;

}

.new-comment .title {

	margin: 0 0 10px;

}

.new-comment .notifications {

	margin: 0 0 10px;

}

.new-comment .result {

	color: #690;

}

.new-comment .form-fields {

	margin: 0 0 15px;

}

.new-comment .inputs label {

	display: none;

}

.new-comment textarea {

	width: 100%;

}

.new-comment .button-1 {

    display: inline-block;

    border: 2px solid #fff;

    background: #e87772;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    padding: 8px 24px;

    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    -webkit-transition: all .15s ease-in-out;

    transition: all .15s ease-in-out;

}

    .new-comment .button-1:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }



.comment-list .title {

    padding: 0 0 2px;

    border-bottom: 1px solid #ddd;

    font-size: 20px;

    text-align: center;

    margin: 0 0 15px;

}

    .comment-list .title strong {

        padding: 0 0 10px;

        border-bottom: 1px solid #ddd;

        display: block;

    }

.blog-comment, .news-comment {

    margin: 0 0 30px;

    background: #fff;

    padding: 10px;

    box-shadow: 0 1px 1px rgba(0,0,0,.2);

    border-left: 5px solid #e87772;

}

.blog-comment:after,

.news-comment:after {

	content: ".";

	display: block;

	visibility: hidden;

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

.comment-info {

	width: 122px;

	margin: 0 auto 10px;

	border: 1px solid #ccc;

}

.comment-info .username {

	display: block;

	padding: 5px;

}

.comment-info .avatar {

	position: relative;

	width: 120px;

	height: 120px;

	overflow: hidden;

}

.comment-info .avatar img {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	max-width: 100%;

	max-height: 100%;

	margin: auto;

}

.comment-time {

	margin: 0 0 10px;

	font-style: italic;

}

.comment-title {

    font-size: 18px;

    margin: 0 0 5px;

    padding: 5px 0;

    border-top: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

}

.comment-body {

	font-size: 14px;

}



.news-items .read-more {

    line-height: 32px;

    font-size: 14px;

    color: #e87772;

    display: inline-block;

    margin: 5px;

    text-transform: uppercase;

}

    .news-items .read-more:hover {

        text-decoration: underline;

    }



.news-items .buttons{

    text-align: initial;

    margin: 0;

    /*line-height: none;*/

}

.news-item-page .inputs:first-child label {

	display: block;

}



.news-list-homepage {

	margin: 0 0 30px;

}

.news-list-centering {

    width: 95%;

    margin: 0 auto;

}

    .news-list-homepage .title {

	    margin: 0 0 15px;

        text-align: center;

    }

        .news-list-homepage .title strong {

            font-size: 26px;

            font-weight: 400;

        }



.news-list-homepage .view-all a {

    display: inline-block;

    line-height: 32px;

    font-size: 14px;

    color: #fff;

}



.news-list-page .page-title,

.blog-page .page-title {

    padding: 0 0 1px;

}

    .news-list-page .page-title h1,

    .blog-page .page-title h1 {

        border-bottom: 5px solid #e87772;

    }



/* TAGS & VENDORS */



    .product-tags-all-page .page-title{

        padding: 0 0 1px;

    }

        .product-tags-all-page .page-title h1 {

            border-bottom: 5px solid #e87772;

        }

    .product-tags-all-page .page-body{

        padding: 15px 5px 5px;

        background: #fff;

        box-shadow: 0 1px 1px rgba(0,0,0,.2);

    }

    .product-tags-all-page .product-tags-list li,

    .vendor-list li {

        display: inline-block;

        margin: 0 10px 10px;

        font-size: 16px;

    }

    .vendor-list a,

    .product-tags-all-page .product-tags-list a {

        display: block;

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

        .vendor-list a:hover,

        .product-tags-all-page .product-tags-list a:hover {

            color: #e87772;

            -webkit-transform: scale(1.2);

            -ms-transform: scale(1.2);

            transform: scale(1.2);

        }



    .contact-vendor {

        text-align: center;

        margin: 0 0 10px;

    }

    .contact-vendor input[type='button'] {

        display: inline-block;

        border: 2px solid #fff;

        background: #e87772;

        color: #fff;

        text-transform: uppercase;

        font-size: 14px;

        padding: 8px 24px;

        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

        -webkit-transition: all .15s ease-in-out;

        transition: all .15s ease-in-out;

    }

    .contact-vendor input[type='button']:hover {

        border: 2px solid #e87772;

        background: #fff !important;

        color: #e87772;

    }



/* TOPIC */



    .topic-page .page-title {

        padding: 0 0 1px;

    }

        .topic-page .page-title h1 {

            border-bottom: 0px solid #e87772;

        }







/* INBOX */



    .profile-page .ui-tabs,

    .private-messages-page .ui-tabs {

        max-width: none;

    }

    .profile-page .ui-tabs-nav,

    .private-messages-page .ui-tabs-nav {

        max-width: 600px;

        margin: 0 auto;

    }

    .profile-page .ui-tabs-nav > li,

    .private-messages-page .ui-tabs-nav > li {

        width: 48%;

        margin: 0 1%;

        float: left;

    }

    .profile-page .ui-tabs .ui-tabs-panel,

    .private-messages-page .ui-tabs .ui-tabs-panel {

        position: static !important;

        width: auto;

        background: #fff;

    }

        .private-messages-page .ui-tabs .ui-tabs-panel {

            padding: 20px;

        }







/* RE-CAPTCHA */



    .recaptchatable #recaptcha_response_field {

        height: auto !important;

    }



/* social share */



    .addthis_toolbox.addthis_default_style > a {

        display: inline-block !important;

        float: none !important;

        vertical-align: middle !important;

    }

    .atclear {

        clear: none !important;

    }





/* BB codes */



pre {

    white-space: pre-wrap;

    white-space: normal;

    word-wrap: break-word;	

}

.csharpcode {

	margin: 10px 0;

    border: 1px dashed #ccc;

	background-color: #fff;

    padding: 10px; 

	font-family: "Courier New", Courier, monospace;

	color: #000;  

}

.csharpcode .rem {

    color: green;

}

.csharpcode .kwrd {

    color: #00f;

}

.csharpcode .str {

    color: #006080;

}

.csharpcode .op {

    color: #00c;

}

.csharpcode .preproc {

    color: #c63;

}

.csharpcode .asp {

    background-color: #ff0;

}

.csharpcode .html {

    color: maroon;

}

.csharpcode .attr {

    color: red;

}

.csharpcode .alt {

    width: 100%;

    margin: 0;

	background-color: #f6f6f6;

}

.csharpcode .lnum {

    color: #666;

}



/*RESPONSIVE CAPTCHA*/

@media (max-width: 444px) {

    .recaptchatable #recaptcha_image {

        margin: 0 !important;

        width: 200px !important;

        float:left !important;

    }

    .recaptchatable #recaptcha_image img {

        max-width:100%;

    }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {

        background: none !important;

    }

}





@media all and (max-width: 480px) {



    .page-title {

        margin: 0 0 70px;

    }



    .link-rss {

        width: 42px;

        height: 42px;

        background: #fff url('../Themes/Allure/Content/img/icon-rss.png') no-repeat center;

        top: 110%;

        right: 50%;

        margin-right: -21px;

    }



}







/* RG CSS */



/* FONT */



@font-face {

	font-family: titulo;

	src: url(../Themes/Allure/Content/fonts-rg/Prata-Regular.ttf);

}



.titulo-rg {

	font-family: titulo;

  	font-style: normal;

  	font-weight: normal;

    font-size: 45px;

    text-transform: uppercase;

	letter-spacing: -1px;

    line-height: 100%;

}



.titulo-rg-certificates {

	font-family: titulo;

  	font-style: normal;

  	font-weight: normal;

    font-size: 23px;

    text-transform: uppercase;

	letter-spacing: -1px;

    line-height: 100%;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .titulo-rg {

	font-family: titulo;

  	font-style: normal;

  	font-weight: normal;

    font-size: 30px;

	letter-spacing: -1px;

    line-height: 100%;

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:480px) {

  .titulo-rg {

	padding: 0% 5%;

	font-family: titulo;

  	font-style: normal;

  	font-weight: normal;

    font-size: 20px;

	letter-spacing: -1px;

    line-height: 100%;

  }

}



@font-face {

    font-family: 'brands';

    src: url("../Themes/Allure/Content/fonts-rg/fa-brands-400.woff2") format("woff2"), 

  	   	 url("../Themes/Allure/Content/fonts-rg/fa-brands-400.ttf") format("truetype");

    font-weight: normal;

    font-style: normal;

}



.social-networks {

	margin-top: 0px;

	text-align: left;

	font-size: 0;

}



@media only screen and (max-width: 768px) {

	.social-networks{

		text-align: center;

	}

}



.social-networks li {

	display: inline-flex;

	position: relative;

	width: 40px;

	height: 40px;

	margin: 0 3px;

	align-items: center;

	justify-content: center;

	transition: 0.2s ease;

}



.social-networks li:hover {

	background-color: white;

}



.social-networks li:before {

	font-size: 20px;

	transition: 0.2s ease;

}

.social-networks li:hover:before {

	color: #00537D;

}



.social-networks .facebook:before {

	font-family: 'brands';

	content: "\f39e";

	font-size: 18px;

	color: white;

}



.social-networks .instagram:before {

	font-family: 'brands';

	content: "\f16d";

	font-size: 18px;

	color: white;

}



.social-networks .youtube:before {

	font-family: 'brands';

	content: "\f167";

	font-size: 18px;

	color: white;

}



.social-networks .tiktok:before {

	font-family: 'brands';

	content: "\e07b";

	font-size: 18px;

	color: white;

}



.social-networks li:after {

    content: "";

    position: absolute;

    top: 3px; right: -3px;

    bottom: -3px; left: 3px;

    z-index: -1; opacity: 0;

    border: 0px solid #00537D; */ 1px Original */

	transition: 0.5s ease;

}

.social-networks li:hover:after {

    opacity: 1;

}



.social-networks .link {

	position: absolute;

	top: 0; right: 0;

	bottom: 0; left: 0;

}





@font-face {

	font-family: parrafos;

	src: url(../Themes/Allure/Content/fonts-rg/Roboto-Regular.ttf);

}



.parrafo-rg {

	font-family: parrafos;

  	font-style: normal;

  	font-weight: normal;

    font-size: 16px;

	letter-spacing: 0px;

    line-height: 100%;

}



/* Create three equal columns that floats next to each other */



/* Clear floats after the columns */

.row1:after {

  content: "";

  display: table;

  clear: both;

}



/* 2 columnas*/

.column1 {

  float: left;

  width: 50%;

  padding: 0px;

}





/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .column1 {

    width: 100%;

  }

}



/* 3 columnas pro*/

.column3pro {

  float: left;

  width: 33.33%;

  padding: 10px;

}



.column3pro:hover {

   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .column3pro {

    width: 100%;

  }

}





/* 3 columnas */

.column3 {

  float: left;

  width: 33.33%;

  padding: 10px;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .column3 {

    width: 100%;

  }

}



/* 4 columnas*/

.column2 {

  float: left;

  width: 25%;

  padding: 10px;

}



/* Clear floats after the columns */

.row2:after {

  content: "";

  display: table;

  clear: both;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:1024px) {

  .column2 {

    width: 50%;

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:600px) {

  .column2 {

    width: 100%;

  }

}





/* 3/4 columnas*/

.column4 {

  float: left;

  width: 75%;

  padding: 10px;

}



/* Clear floats after the columns */

.row4:after {

  content: "";

  display: table;

  clear: both;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .column4 {

    width: 100%;

  }

}



.col-4{

	float: left;

	width: 25%;

	padding: 10%;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 1024px) {

  .col-4 {

    width: 50%;

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 768px) {

  .col-4 {

    width: 100%;

  }

}



/* 2/3 columnas*/

.column5 {

  float: left;

  width: 66%;

  padding: 10px;

}



/* Clear floats after the columns */

.row5:after {

  content: "";

  display: table;

  clear: both;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:800px) {

  .column5 {

    width: 100%;

  }

}









/* Style the img-portadas */

.footer-paquetes {

  	padding: 0px 0px 60px;

  	text-align: center;

}



@media(max-width:768px) {

    .footer-paquetes {

        width: 100%;

    }

}





.img-portada {

	width: 120%;

	transform: translate(-8%, -6px);

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .img-portada {

    width: 100%;

	transform: translate(0px, -6px);

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:480px) {

  .img-portada {

    width: 100%;

	transform: translate(0px, -76px);

  }

}

  



/* Map */



.map {

    height: 500px;

}



@media(max-width:768px) {

    .map {

        height: 75%;

    }

}





.map-portada {

	width: 111.5%;

	transform: translate(-5.2%, -6px);

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .map-portada {

    width: 100%;

	transform: translate(0px, -6px);

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:480px) {

  .map-portada {

    width: 100%;

	transform: translate(0px, -76px);

  }

}





.tcenter {

	padding-top: 20%;

	display: block;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:600px) {

  .tcenter {

  	padding-top: 10px;

  }

}



/******** TITULOS **********/





.tcd {

	color: #ffffff;

	text-align: left;

	line-height: 120%;

	font-size: 380%;

	text-shadow: 1px 2px 5px #00537D;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:768px) {

  .tcd {

	color: #ffffff;

	text-align: left;

	line-height: 120%;

	font-size: 280%;

	text-shadow: 1px 2px 5px #00537D;

  }

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:480px) {

  .tcd {

	color: #ffffff;

	text-align: left;

	line-height: 100%;

	font-size: 180%;

	text-shadow: 1px 2px 5px #00537D;

  }

}









/* buttons */



.button1:link, .button1:visited {

	font-family: parrafos;

  background-color: #79ceed;

  border-radius: 2px;

  color: #00537D;

  font-size: 12px;

  padding: 7px 10px;

  letter-spacing: 2px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  transition-duration: 0.4s;

}



.button1:hover, .button1:active {

  background-color: #79ceed;

  opacity: 0.8;

}







.button2:link, .button2:visited {

	font-family: parrafos;

  background-color: #00537D;

  border-radius: 2px;

  color: #79ceed;

  font-size: 12px;

  padding: 7px 10px;

  letter-spacing: 2px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  transition-duration: 0.4s;

}



.button2:hover, .button2:active {

  background-color: #00537D;

  opacity: 0.8;

}







.button3 {

  font-family: parrafos;

  display: inline-block;

  border-radius: 2px;

  background-color: #00537D;

  border: none;

  color: #79ceed;

  text-align: center;

  font-size: 12px;

  letter-spacing: 2px;

  padding: 7px 10px;

  width: 200px;

  transition: all 0.5s;

  cursor: pointer;

  margin: 5px;

  text-decoration: none;

}



.button3 span {

  cursor: pointer;

  display: inline-block;

  position: relative;

  transition: 0.5s;

}



.button3 span:after {

  content: '\00bb';

  position: absolute;

  opacity: 0;

  top: 0;

  right: -20px;

  transition: 0.5s;

}



.button3:hover span {

  padding-right: 25px;

}



.button3:hover span:after {

  opacity: 1;

  right: 0;

}







.button-buy:link, .button-buy:visited {

	font-family: parrafos;

  background-color: #00537D;

  opacity: 0.3;

  border-radius: 2px;

  color: #79ceed;

  font-size: 12px;

  padding: 7px 10px;

  letter-spacing: 2px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  transition-duration: 0.4s;

}



.button-buy:hover, .button-buy:active {

  background-color: #00537D;

  opacity: 1;

}







.buttonprod:link, .buttonprod:visited {

  text-decoration: none;

  transition-duration: 0.4s;

}



.buttonprod:hover, .buttonprod:active {

  text-decoration: underline;

  color: #00537D;

}









/* containers */



.container-left {

  position: relative;

  width: 100%;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



.overlay-left {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: rgba(111,137,162,.5);

  overflow: hidden;

  width: 0;

  height: 100%;

  transition: .5s ease;

}



.container-left:hover .overlay-left {

  width: 100%;

}



.text-left {

  white-space: nowrap;

  color: white;

  font-size: 40px;

  position: absolute;

  overflow: hidden;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

}





.container-up {

  position: relative;

  width: 100%;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



.overlay-up {

	font-family: parrafos;

  position: absolute;

  bottom: 100%;

  left: 0;

  right: 0;

  background-color: rgba(111,137,162,.5);

  overflow: hidden;

  width: 100%;

  height: 0;

  transition: .5s ease;

}



.container-up:hover .overlay-up {

  bottom: 0;

  height: 100%;

}



.text-up {

  white-space: nowrap; 

  color: white;

  font-size: 40px;

  position: absolute;

  overflow: hidden;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

}







.container-right {

  position: relative;

  width: 100%;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



.overlay-right {

  position: absolute;

  bottom: 0;

  left: 100%;

  right: 0;

  background-color: rgba(111,137,162,.5);

  overflow: hidden;

  width: 0;

  height: 100%;

  transition: .5s ease;

}



.container-right:hover .overlay-right {

  width: 100%;

  left: 0;

}



.text-right {

  white-space: nowrap; 

  color: white;

  font-size: 40px;

  position: absolute;

  overflow: hidden;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

}







.container-center {

  position: relative;

  width: 100%;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:600px) {

  .image {

    width: 0%;

  }

}



.overlay-center {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;

  transition: .9s ease;

  background-color: rgba(111,137,162);

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width:600px) {

  .overlay-center {

    width: 0%;

  }

}



.container-center:hover .overlay-center {

  opacity: 1;

}



.text-center {

  background-image: url('../Themes/Allure/Content/images/uploaded/happy-holidays.jpg');

  background-size: 100%;

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

}







.container-white {

  position: relative;

  width: 100%;

}



.overlay-white {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;

  transition: .5s ease;

  background-color: #fff;

}



.container-white:hover .overlay-white {

  opacity: 0.3;

}







.container-blue {

  position: relative;

  width: 100%;

}



.overlay-blue {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;

  transition: .5s ease;

  background-color: rgba(111,137,162);

}



.container-blue:hover .overlay-blue {

  opacity: 0.7;

}





.container-producto {

  position: relative;

}



.image-producto {

  opacity: 1;

  display: block;

  margin-left: auto;

  margin-right: auto;

  width: 80%;

  height: auto;

  transition: .5s ease;

  backface-visibility: hidden;

}



.middle-producto {

  transition: .5s ease;

  opacity: 0;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%)

}



.container-producto:hover .image-producto {

  opacity: 0.3;

}



.container-producto:hover .middle-producto {

  opacity: 1;

}





/*PAGINA PRODUCTOS*/



.box-section{

	padding: 50px 13%;

	text-align: center;

}



.box-border1{

	border-bottom: 4px solid #6f89a2;

	margin: 10px 45% 40px;

}



.box-border2{

	border-top: 1px solid #999;

	border-bottom: 1px solid #999;

	text-align: center;

	padding: 10px;

	margin: 0px 35%;

}



.box-parrafo-producto{

	text-align: left;

	padding: 0px 13%;

}





.txt-center-products{

	position: relative;

	text-align: center;

}



.txt-center{

	background-color: white;

	position: absolute;

	width: 80%;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}





.ico-info{

	height: 100px;

}

@media screen and (max-width:600px) {

  .ico-info{

    width: 80%;

  }

}





.icos{

	height: 100px;

	padding: 10px;

}



@media screen and (max-width:600px) {

	  .icos{

		height: 50px;

		padding: 10px;

	}

}





/*-------------------------TESTIMONIOS-------------------------*/





.sec-testimonios{

	padding: 150px 10%;

}



.box-testimonios{

	text-align: center;

	padding: 50px 20px;

}





.img-testimonios{

	width: 70%;

	border-radius: 50%;

}



.content-testimonios{

	padding: 50px 0px;

}







@media screen and (max-width:768px) {





	.sec-testimonios{

		padding: 150px 10%;

	}



	.box-testimonios{

		text-align: center;

		padding: 50px 0px;

	}





	.img-testimonios{

		width: 70%;

		border-radius: 50%;

	}



	.content-testimonios{

		padding: 50px 0px;

	}



}





/*-------------------HOME PAGE-------------------*/





.col-container {

	position: relative;

    display: table; /* Make the container element behave like a table */

    width: 100%; /* Set full-width to expand the whole page */

}



.col {

    display: table-cell; /* Make elements inside the container behave like table cells */

	padding: 1% 3%;

	width: 33%;

}



p{

	text-align: center;



}





/*-------------------WHOLESALES-------------------*/





.section-ws{

	padding: 0px 15%;

	text-align: center;

}



.col-2{

	float: left;

	width: 50%;

	padding: 50px 25px;

	text-align: center;

}



@media screen and (max-width: 650px) {

  .col-2 {

    width: 100%;

    display: block;

  }

}



.img-countries{

	width: 80%;

	padding: 20px 0;

}



.btn-ws{

	padding: 2px 25px;

	background-color: #555;

	color: white;

	font-size: 18px;

	font-weight: bold;

	text-decoration: none;

	border-radius: 8px;

	transition: .5s;

}



.btn-ws:link{

	text-decoration: none;

}



.btn-ws:hover{

	background: #6f89a2;

}





/*-------------------WHOLESALES USA & MEX-------------------*/





.ws-um{

	padding: 0px 5%;

	text-align: center;

}



.img-countries-ico{

	text-align: center;

	width: 100px;

	padding: 20px 0;

}



.col-3{

	float: left;

	width: 33.33%;

	padding: 50px 25px;

	text-align: center;

}



@media screen and (max-width: 1024px) {

  .col-3 {

    width: 50%;

    display: block;

  }

}



@media screen and (max-width: 600px) {

  .col-3 {

    width: 100%;

    display: block;

  }

}



.img-pack{

	width: 100%;

	padding: 20px 0;

}



.ct-links{

	padding: 10px 0;

	text-align: left;

}



.links{

	text-align: left;

	text-transform: uppercase;

	font-size: 12px;

}



.dec-link{

	display: inline-block;

	text-decoration: none;

	text-transform: uppercase;

	line-height: 1;

	font-size: 24px;

	padding: 5px 10px;

	transition: .5s;

	color: #555;

	border-bottom: 50px;

}



.dec-link:link{

	text-decoration: none;

}



.dec-link:hover{

	color: #555;

	border-bottom: 50px;

	text-decoration: underline;

	transition: .5s;



}





/*-------------------WHOLESALES USA & MEX-------------------*/





.box-pack{

	padding: 20px;

	margin: 50px 0;

	border-radius: 16px;

	transition: .5s;

}



.box-pack:hover{

	background-color: rgba(111, 137, 162, .1);

}



.box-pro{

	padding: 50px 25px;

	border-radius: 8px;

}



.box-pro:hover{

	background: rgba(255, 255, 255, .6);

}



.box-hr{

	margin-top: 50px;

}



.title-categories{

	font-size: 32px;

}



.title-ws{

	font-size: 32px;

	text-align: left;

	letter-spacing: 0.08em;

	padding-bottom: 20px;

}



@media screen and (max-width: 600px) {

 	.title-ws {

    	text-align: center;

  	}

}



.p-ws{

	font-size: 16px;

}



.col-4{

	float: left;

	width: 25%;

	text-align: center;

}



@media screen and (max-width: 1024px) {

  .col-4 {

    width: 50%;

    display: block;

  }

}



@media screen and (max-width:600px) {

  .col-4 {

    width: 100%;

    display: block;

  }

}



.s_p_line {

    width: 50%;

    border-top: solid 2px #2d2a49;

    float: left;

    margin-top: 1.8em;

}





/*-------------------NANO WATER-------------------*/





.img-nano{

	width: 100%;

}



.header-nano{

	padding: 20px;

}



.tittle-nano{

	padding-bottom: 20px;

	text-align: center;

	text-transform: uppercase;

	font-size: 32pt;

}



.subtittle-nano{

	text-align: center;

	font-size: 16pt;

}



.benefits-nano{

	position: relative;

	margin: 0;

	padding: 0;

	/*background-color: #9fbcc0;*/

}



.col-2-nano{

	float: left;

	width: 50%;

}



@media screen and (max-width:900px) {

	.col-2-nano{

		float: right;

		width: 100%;

	}

}



.img-benefits-nano{

	width: 100%;

}



@media screen and (max-width: 900px) {

	.img-benefits-nano{

		width: 100%;

		padding-left: 50px;

		vertical-align: center;

	}

}



@media screen and (max-width: 600px) {

	.img-benefits-nano{

		width: 0%;

	}

}



.box-txt-nano{

	position: absolute;

	top: 50%;

	right: 5%;

	transform: translate(0%, -50%);

}



@media screen and (max-width: 900px) {

	.box-txt-nano{

		padding-top: 50px;

		background-color: #fbfbfb;

		position: relative;

		height: 100%;

		text-align: center;

		right: 0px;

		top: -50%;

		transform: translate(0%, -50%);

	}

}



.txt-benefits{

	padding: 0 3%;

	text-align: right;

	font-size: 16pt;

}



@media screen and (max-width: 900px) {

	.txt-benefits{

		padding: 0 10%;

		text-align: justify;

		font-size: 16pt;

	}

}



.features-nano{

	padding: 50px 15%;

}



.txt-features{

	font-size: 16pt;

	text-align: justify;

	line-height: 1.8;

	padding: 5% 0%;

}



.col-2-features{

	float: left;

	width: 50%;



}



.box-dicha{

	background-color: #fff;

	padding: 50px 0;

}



.tittle-dicha{

	color: red;

	font-size: 32pt;

	text-align: center;

	letter-spacing: 15px;

	line-height: 1.8;

}



.subtitle-dicha{

	text-align: center;

	letter-spacing: 5px;

	color: #015fa1;

}



.c-dicha{

	text-align: center;

	color: #015fa1;

}



.box-ico{

	padding: 50px 15%;

	text-align: center;

}



.col-4-ico{

	float: left;

	width: 25%;

}



@media screen and (max-width: 900px) {

	.col-4-ico{

		float: left;

		width: 50%;

		padding-top: 50px;

	}

}



@media screen and (max-width: 600px) {

	.col-4-ico{

		float: left;

		width: 100%;

		padding-top: 50px;

	}

}



.img-ico{

	width: 20%;

	text-align: center;

}





.bg-cintanano{

	background-image: url(../Themes/Allure/Content/img/bg-cintanano.jpg);

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

  	background-attachment: fixed;

}



.img-cintanano{

	width: 30%;

}



.box-cintanano{

	position: relative;

}



.title-cintanano{

	color: #222;

	font-size: 26pt;

	text-align: center;

	line-height: 1;

	top: 50%;

	left: 0%;

	transform: translate(0%, 60%);

}



.btn-cintanano{

	background-color: whitesmoke;

  	border: none;

  	border-radius: 15px;

  	color: black;

  	padding: 15px 32px;

  	text-align: center;

  	text-transform: uppercase;

  	text-decoration: none;

  	display: inline-block;

  	font-size: 16px;

  	transition: .5s;

}



.btn-cintanano:hover{

	background-color: #13619f;

  	color: whitesmoke;

}





/*--------------------- TESTIMONIOS NEWS --------------------------*/





.title-news{

	font-size: 32pt;

	text-align: center;

	letter-spacing: 15px;

	line-height: 1.8;

}



.subtitle-news{

	font-size: 24pt;

	text-align: center;

	letter-spacing: 0px;

}



.txt-news{

	font-size: 16px;

	padding-top: 20px;

	line-height: 1.0;

	margin: 0% 10%;

}



.img-testimonial-news{

	width: 90%;

}





/*--------------------- NUEVO HOME --------------------------*/



@font-face {

	font-family: titulo;

	src: url(../Themes/Allure/Content/fonts-rg/Prata-Regular.ttf);

}



.encabezado{

	font-family: Montserrat;

	font-size: 45px;

	font-weight: normal;

	line-height: 1.1em;

	letter-spacing: 0.02em !important;

	text-transform: capitalize;

}



@font-face {

	font-family: parrafo;

	src: url(../Themes/Allure/Content/fonts-rg/Roboto-Light.ttf);

}



p{

	font-family: parrafo;

	letter-spacing: 0.06em;

    font-size: 1.5em;

}



.btn-group .button {

  border: none;

  color: #6f89a2;

  padding: 10px 40px;

  margin-top: 20px;

  text-align: center;

  text-decoration: none;

  text-transform: uppercase;

  display: inline-block;

  font-size: 12px;

  letter-spacing: 0px;

  cursor: pointer;

  transition: 0.5s;

  bottom: 0%;

  border: 1px solid #6f89a2;

}

.btn-home-new {

        color: #ffffff;

        padding: 5px 20px;

        margin-top: 20px;

        border-radius: 10px;

        text-align: center;

        text-decoration: none;

        text-transform: uppercase;

        font-weight: bold;

        display: inline-block;

        font-size: 15px;

        letter-spacing: 0px;

        cursor: pointer;

        transition: 0.5s;

        background: #00537D;

    }

        .btn-home-new-politicas {
    
            color: #ffffff;
    
            padding: 5px 20px;
    
            margin-top: 20px;
    
            border-radius: 10px;
    
            text-align: center;
    
            text-decoration: none;
    
            text-transform: uppercase;
    
            font-weight: bold;
    
            display: inline-block;
    
            font-size: 15px;
    
            letter-spacing: 0px;
    
            cursor: pointer;
    
            transition: 0.5s;
    
            background: #00537D;
    
        }

.btn-home-new-politicas:hover {
        background-color: #7DBBDB;

        color: white;

    }

.btn-home-new:hover {
    background-color: #7DBBDB;
    
        color: white;

}


.btn-group .button:hover {

  background-color: #00537D;

  color: white;

}



.btn-group .button-blue {

  border: none;

  color: white;

  background-color: #6f89a2;

  padding: 10px 40px;

  margin-top: 20px;

  text-align: center;

  text-decoration: none;

  text-transform: uppercase;

  display: inline-block;

  font-size: 12px;

  letter-spacing: 0px;

  cursor: pointer;

  transition: 0.5s;

  bottom: 0%;

  border: 1px solid #6f89a2;

}



.btn-group .button-blue:hover {

  background-color: white;

  border: 1px solid #6f89a2;

  color: #6f89a2;

}



.btn-more{

  	font-family: parrafo;

  	text-transform: uppercase;

	text-decoration: none;

  	letter-spacing: 1px;

    font-size: 1.5em;

}



.btn-more:hover {

	border-bottom: 1px solid;

}



.button-animated {

	font-family: parrafo;

  	display: inline-block;

  	background-color: rgba(0,0,0,0);

  	border: none;

  	text-align: center;

  	text-transform: uppercase;

  	font-size: 16px;

  	transition: all 0.5s;

  	cursor: pointer;

  	margin: 5px;

}



.button-animated span {

  	cursor: pointer;

  	display: inline-block;

  	position: relative;

  	transition: 0.5s;

}



.button-animated span:after {

  	content: '\00bb';

  	position: absolute;

  	opacity: 0;

  	top: 0;

  	right: -20px;

  	transition: 0.5s;

}



.button-animated:hover span {

  	padding-right: 25px;

}



.button-animated:hover span:after {

  	opacity: 1;

  	right: 0;

}



.home1{

	background-image: url('../Themes/Allure/Content/img/img-home-pp.png');

	background-size: 50%;

	background-repeat: no-repeat;

	background-position: right center;

	margin: 25px 0;

}



@media screen and (max-width: 1024px) {

	.home1{

		float: left;

		background-size: cover;

		background-position: top center;

		padding-top: 400px;

	}

}



.home1:hover {

	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.5)), url('../Themes/Allure/Content/img/img-home-pp.png');

}



@media screen and (max-width: 720px) {

	.home1{

		float: left;

		background-size: cover;

		background-position: top ;

		padding-top: 600px;

	}

}



.home1-1{

	background-color: #fff;

	padding: 100px 50px;

	max-width: 50%;

	text-align: left;

}



@media screen and (max-width: 720px) {

	.home1-1{

		padding: 50px 20px;

		max-width: 100%;

		text-align: left;

	}

}



.ico-eternal{

	width: 50px;

}



.home2 {

  display: table;

  width: 100%;

  margin-bottom: 25px;

}



.col-home2-1 {

  display: table-cell;

	width: 35%;

}



.col-home2-2 {

	position: relative;

  	display: table-cell;

	width: 65%;

}



@media only screen and (max-width: 900px) {

  .col-home2-1, .col-home2-2 { 

    display: table;

    width: 100%;

  }

}



.bg-citrus{

	position: relative;

	text-align: center;

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-cintanano.jpg);

	background-position: left top;

	background-size: cover;

	background-attachment: fixed;

	padding-top: 100px;

}



.bg-citrus:hover{

	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-cintanano.jpg);

}



.bg-acido-hy{

	position: relative;

	text-align: center;

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/white-cloth.jpg);

	background-position: center;

	background-size: cover;

}



.bg-acido-hy:hover{

	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/white-cloth.jpg);

}



.bg-rent{

	position: relative;

	text-align: center;

	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)), url(../Themes/Allure/Content/img/bg-rent-.jpg);

	background-position: left bottom;

	background-size: cover;

}



.bg-rent:hover{

	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.5)), url(../Themes/Allure/Content/img/bg-rent-.jpg);

}



.bg-nutrition{

	position: relative;

	text-align: center;

	background-image: linear-gradient(rgba(015,015,015,0.9), rgba(015,015,015,0.5)), url(../Themes/Allure/Content/img/bg-nutrition.jpg);

	background-position: center bottom;

	background-size: cover;

}



.bg-nutrition:hover{

	background-image: linear-gradient(rgba(015,015,015,1), rgba(015,015,015,0)), url(../Themes/Allure/Content/img/bg-nutrition.jpg);

}



.bg-collagen{

	position: relative;

	text-align: center;

	background-image: url(../Themes/Allure/Content/img/productos-pp.png);

	background-position: center bottom;

	background-size: cover;

}



.img-nano-citrus{

	width: 70%;

	padding-top: 50px;

}



@media only screen and (max-width: 900px) {

	.img-nano-citrus{

		width: 200px;

	}

}



.img-acido-hy{

	width: 60%;

	padding-top: 50px;

}



@media only screen and (max-width: 900px) {

	.img-acido-hy{

		width: 200px;

	padding-top: 50px;

	}

}



.img-rent{

	width: 100%;

	vertical-align: bottom;

}



@media only screen and (max-width: 900px) {

	.img-rent{

		width: 300px;

	}

}



.txt-nano{

	color: #555;

	padding: 100px 50px 50px;

	text-align: left;

}



@media only screen and (max-width: 1024px) {

	.txt-nano{

		padding: 50px 20px;

	}

}



@media only screen and (max-width: 900px) {

	.txt-nano{

		padding: 50px;

	}

}



@media only screen and (max-width: 600px) {

	.txt-nano{

		padding: 50px 20px;

	}

}



.bg-paquetes{

	background-color: white;

}



.divicion{

	width: 25px;

}



@media only screen and (max-width: 900px) {

	.divicion{

		height: 25px;

	}

}



.row-paq{

	display: table;

	width: 100%;

	padding: 50px;

	text-align: center;

}



@media only screen and (max-width: 900px) {

	.row-paq{

		position: relative;

		text-align: center;

		padding: 50px 20px;

		top: 0;

		left: 50%;

		transform: translate(-50%, 0);

	}

}



.ico-principal{

	width: 150px;

}



.col-2-paq{

	display: table-cell;

	float: left;

	width: 50%;

	text-align: center;

	margin-top: 50px;

}



@media only screen and (max-width: 600px) {

	.col-2-paq{

		display: table;

		width: 100%;

	}

}



.img-ico-paq{

	width: 70%;

}



.home3{

	background-color: white;

	padding:100px 50px;

	margin-bottom: 25px;

}



@media only screen and (max-width: 1024px) {

	.home3{

		padding: 50px 20px;

	}

}



.row-certificados{

	display: table-cell;

	width: 100%;

	text-align: center;

}



.col-certificados{

	display: table-cell;

	float: left;

	width: 25%;

	padding-top: 50px;

}



@media only screen and (max-width: 1024px) {

	.col-certificados{

		display: table;

		width: 50%;

	}

}



@media only screen and (max-width: 600px) {

	.col-certificados{

		display: table;

		width: 100%;

	}

}



.row-diplomado{

	display: table;

	width: 100%;

	margin-bottom: 25px;

	background-image: url(../Themes/Allure/Content/img/9-graduation-2.jpg);

	background-size: 50%;

	background-repeat: no-repeat;

	background-position: left center;

}



@media only screen and (max-width: 900px) {

	.row-diplomado{

		background-size: 100%;

		background-color: white;

	}

}



.row-pdp{

	display: table;

	width: 100%;

	margin-bottom: 25px;

	background-image: url(../Themes/Allure/Content/img/img-politicadeprecios.jpg);

	background-size: cover;

	background-repeat: no-repeat;

	background-position: right top;

}



@media only screen and (max-width: 900px) {

	.row-pdp{

		background-color: white;

		background-image: none;

		background-size: 100%;

	}

}



.col-diplomado{

	display: table-cell;

	width: 50%;

}



@media only screen and (max-width: 900px) {

	.col-diplomado{

		float: left;

		width: 100%;

	}

}



.img-diplomado4{

	width: 0%;

}



@media only screen and (max-width: 900px) {

	.img-diplomado4{

		width: 100%;

	}

}



.img-diplomado{

	width: 0%;

}



@media only screen and (max-width: 900px) {

	.img-diplomado{

		width: 100%;

	}

}



.home4 {

  	display: table;

  	width: 100%;

  	margin-bottom: 25px;

}



.col-home4-1 {

  	display: table-cell;

	width: 60%;

}



.txt-content{

	padding: 50px;

}



@media only screen and (max-width: 900px) {

	.txt-content{

		padding: 50px 20px;

	}

}



.col-home4-2 {

	position: relative;

  	display: table-cell;

	width: 40%;

}



@media only screen and (max-width: 900px) {

	.col-home4-1, .col-home4-2{

		display: table;

		width: 100%;

	}

}



.bg-news{

	position: relative;

	background-image: linear-gradient(rgba(26,26,26,0), rgba(26,26,26,.8)), url(../Themes/Allure/Content/img/bg-noticias.jpg);

	background-position: top;

	background-size: cover;

	background-repeat: no-repeat;

	color: white;

}



@media only screen and (max-width: 900px) {

	.bg-news{

		padding-top: 400px;

	}

}



.bg-news:hover{

	background-image: linear-gradient(rgba(26,26,26,.5), rgba(26,26,26,.8)), url(../Themes/Allure/Content/img/bg-noticias.jpg);

}



.txt-news-home{

	position: absolute;

	bottom: 0px;

	padding: 50px;

	text-align: left;

}



@media only screen and (max-width: 900px) {

	.txt-news-home{

		position: relative;

		padding: 50px 20px;

	}

}



.home5{

	display: table;

	width: 100%;

	margin-bottom: 25px;

}



.col-home5-1{

	position: relative;

	display: table-cell;

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-pdp.jpg);

	background-position: top center;

	background-size: 150%;

	background-repeat: no-repeat;

	width: 40%;

}



.col-home5-1:hover {

	position: relative;

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-pdp.jpg);

}



@media only screen and (max-width: 900px) {

	.col-home5-1{

		position: relative;

		display: table-cell;

		background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-pdp.jpg);

		background-position: top center;

		background-size: cover;

		width: 40%;

	}

}



.txt-pdp{

	background-color: white;

	position: absolute;

	bottom: 0%;

	text-align: left;

	padding: 50px;

}



@media only screen and (max-width: 900px) {

	.txt-pdp{

		position: relative;

		padding: 50px 20px;

		margin-top: 400px;

	}

}



.col-home5-2{

	display: table-cell;

	width: 60%;

}



@media only screen and (max-width: 900px) {

	.col-home5-1, .col-home5-2{

		display: table;

		width: 100%;

	}

}



/*--------------------- SECCION DESCARGABLES --------------------------*/



.row-descargables{

	display: table;

	float: left;

	width: 100%;



}



.col-descargables{

	display: table-cell;

	float: left;

	width: 33%;

	text-align: center;

	padding-top: 50px;

	height: 350px;

}



@media only screen and (max-width: 900px) {

	.col-descargables{

		width: 50%;

	}

}



@media only screen and (max-width: 600px) {

	.col-descargables{

		width: 100%;

	}

}



/*--------------------- SECCION TESTIMONIOS --------------------------*/



.row-testimonios{

	display: table;

	float: left;

	width: 100%;

	padding: 40px 0 100px;

}



.col-testimonios{

	position: relative;

	display: table-cell;

	float: left;

	width: 33%;

	text-align: center;

	padding: 0px 10px;

	height: 400px;

}

.container-testimonios {

  position: relative;

  display: table;

  width: 100%;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



.overlay-testimonios {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;

  transition: .5s ease;

  background-color: rgba(0, 0, 0, 0.8);

}



.container-testimonios:hover .overlay {

  opacity: 1;

}



.text {

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;

}



@media only screen and (max-width: 900px) {

	.col-testimonios{

		width: 50%;

	}

}



@media only screen and (max-width: 600px) {

	.col-testimonios{

		width: 100%;

	}

}



/*--------------------- SECCION NOSOTROS --------------------------*/



.row-us{

	display: table;

	float: left;

	width: 100%;

}



.col-us{

	display: table-cell;

	float: left;

	width: 50%;

	padding: 50px;

}



@media only screen and (max-width: 900px) {

	.col-us{

		width: 100%;

		padding: 50px 20px;

	}

}



.margin-us{

	padding: 50px;

}



@media only screen and (max-width: 900px) {

	.margin-us{

		padding: 50px 20px;

	}

}



/*--------------------- MAYORISTAS --------------------------*/



.row-contries{

	display: table;

	width: 100%;

	margin: 50px 0px 25px;

}



.col-contries{

	display: table-cell;

	width: 50%;

}



@media only screen and (max-width: 900px) {

	.col-contries{

		display: table;

		width: 100%;

	}

}



.bg-usa{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-usa-2.jpg);padding-top: 400px;

	background-position: top center;

	background-size: cover;

}



.bg-usa:hover {

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-usa-2.jpg);padding-top: 400px;



}



.bg-mex{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-mex.jpg);padding-top: 400px;

	background-position: top center;

	background-size: cover;

}



.bg-mex:hover {

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-mex.jpg);padding-top: 400px;



}



.ico-flag{

	width: 100px;

}



.txt-contries{

	padding: 50px;

	transition: .5s;

	background-color: white;

}



@media only screen and (max-width: 900px) {

	.txt-contries{

		padding: 50px 20px;

	}

}



/*--------------------- MAYORISTAS SUBCATEGORIAS --------------------------*/



.row-mayoristas{

	display: table;

	width: 100%;

	margin: 0px 0px 25px;

}



.row-mayoristas:hover {

	background-color: white;

}



@media only screen and (max-width: 900px) {

	.row-mayoristas{



	}

}



.col-mayoristas-33{

	position: relative;

	display: table-cell;

	width: 33%;

	background-color: white;

}



@media only screen and (max-width: 900px) {

	.col-mayoristas-33{

		display: table;

		width: 100%;

	}

}



.col-mayoristas-66{



}



.bg-paq-mayoristas{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-paq-mayoristas.jpg);

	background-position: center top;

	background-size: 130%;

	background-repeat: no-repeat;

}



.bg-paq-mayoristas:hover{

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-paq-mayoristas.jpg);

}



@media only screen and (max-width: 900px) {

	.bg-paq-mayoristas{

		padding-top: 200px;

	}

}



.content-mayoristas{

	position: absolute;

	bottom: 0px;

	padding: 50px;

	background-color: white;

}



@media only screen and (max-width: 900px) {

	.content-mayoristas{

		position: relative;

		padding: 50px 20px;

	}

}



.content-prod-mayoristas{

}



.col-prod-mayoristas{

	display: table-cell;

	float: left;

	width: 50%;

	text-align: center;

	padding: 50px;

}



@media only screen and (max-width: 600px) {

	.col-prod-mayoristas{

		display: table;

		width: 100%;

	}

}



.bg-promo-mayoristas{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-promo-mayoristas.jpg);

	background-position: center bottom;

	background-size: cover;

}



.bg-promo-mayoristas:hover{

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-promo-mayoristas.jpg);

}



@media only screen and (max-width: 900px) {

	.bg-promo-mayoristas{

		padding-top: 200px;

	}

}



.bg-promo-mayoristas2{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-promo-mayoristas-2.jpg);

	background-position: center top;

	background-size: 120%;

	background-repeat: no-repeat;

}



.bg-promo-mayoristas2:hover{

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-promo-mayoristas-2.jpg);

}



@media only screen and (max-width: 900px) {

	.bg-promo-mayoristas2{

		padding-top: 200px;

	}

}



.bg-ewallet{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-ewallet.jpg);

	background-position: center;

	background-size: cover;

	padding-top: 300px;

}



.bg-ewallet:hover{

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-ewallet.jpg);

	background-position: center;

	background-size: cover;

	padding-top: 300px;

}



.bg-ewallet2{

	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../Themes/Allure/Content/img/bg-ewallet-2.jpg);

	background-position: center;

	background-size: cover;

	padding-top: 600px;

}



.bg-ewallet2:hover{

	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url(../Themes/Allure/Content/img/bg-ewallet-2.jpg);

	background-position: center;

	background-size: cover;

	padding-top: 600px;

}



.txt-ewallet{

	padding: 50px;

	background-color: white;

}



/*--------------------- PAGE UBICACION --------------------------*/



.row-ubication{

	display: table;

	width: 100%;

}



.col-ubication{

	display: table-cell;

	width: 50%;

	background-color: white;

	padding: 150px 50px;

}



@media only screen and (max-width: 900px){

	.col-ubication{

		display: table;

		float: left;

		width: 100%;

		padding: 50px 20px;

	}

}



.col-ubication2{	

	display: table-cell;

	width: 50%;

}



@media only screen and (max-width: 900px){

	.col-ubication2{

		display: table;

		float: left;

		width: 100%;

		height: 600px;

	}

}



.gm{

	position: relative;

}



.gm iframe{

    position:absolute;

    width:100%;

    height:100%;

	left: 0;

}



.btn-ubication{

	text-decoration: none;

}



.btn-ubication:hover{

	font-weight: 900;

}



/*--------------------- PAG. ACIDO HIALURONICO --------------------------*/



.row-ah{

	display: table;

	width: 100%;

	margin-top: 100px;

}



.col-img-ah{

	float: left;

	width: 50%;

	text-align: center;

}



@media only screen and (max-width:  900px){

	.col-img-ah{

		width: 100%;

	}

}



.img-ah{

	width: 200px;

}



.content-ah{

	float: left;

	width: 50%;

	padding-right: 100px;

}



@media only screen and (max-width: 900px){

	.content-ah{

		width: 100%;

		padding: 50px 20px;

	}

}



.hr{

	margin-top: 25px;

	border-bottom: 5px solid lightgrey;

	width: 50px;

}



.row-ahcaracteristicas{

	display: table;

	width: 100%;

	border-top: 1px solid lightgrey; margin-top: 25px;

	border-bottom: 1px solid lightgrey; margin-top: 25px;

}



.col-price{

	float: left;

	width: 50%;

}



.section-2-ah{

	display: table;

	background-image: url(../Themes/Allure/Content/img/bg-acido-hialuronico.jpg);

	background-size: cover;

	background-position: right bottom;

	width: 100%;

	margin-top: 100px;

}



.col-sec-ah-txt{

	position: relative;

	float: left;

	width: 50%;

	min-height: 450px;

	text-align: left;

}



.txt-ah{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

}



@media only screen and (max-width: 900px){

	.col-sec-ah-txt{

		background-color: rgba(255, 255, 255, 0.8);

		width: 100%;

	}

}



.benefits-ah{

	display: table;

	width: 100%;

	margin-top: 50px;

	padding: 0 50px;

}



.col-benefits-ah{

	display: table-cell;

	padding: 0px 10px;

}



@media only screen and (max-width: 900px){

	.col-benefits-ah{

		display: table;

		float: left;

		width: 50%;

		padding: 50px 10px;

	}

}



@media only screen and (max-width: 600px){

	.col-benefits-ah{

		display: inline-block;

		width: 100%;

		padding: 50px 0;

	}

}



.right-line{

	border-right: 1px solid lightgrey;

}



@media only screen and (max-width: 600px){

	.right-line{

		border-right: 0px;

	}

}



.right-line-2{

	border-right: 1px solid lightgrey;

}



@media only screen and (max-width: 900px){

	.right-line-2{

		border-right: 0px;

	}

}



@media only screen and (max-width: 900px){

	.right-line-3{

		border-top: 1px solid lightgrey;

	}

}



@media only screen and (max-width: 600px){

	.right-line-3{

		border-top: 0px;

	}

}



/*--------------------- PAG. FOTOS DIPLOMADO --------------------------*/



.col-pic{

	margin-top: 50px;

	float: left;

	width: 25%;

	padding: 0px 10px;

	text-align: center;

}



@media only screen and (max-width: 900px){

	.col-pic{

		width: 33%;

	}

}



@media only screen and (max-width: 600px){

	.col-pic{

		width: 50%;

	}

}



.btn-num{

	font-family: parrafos;

	font-size: 20px;

	margin: 0px 10px;

	text-decoration: none;

}



.btn-num:hover{

	font-weight: 900;

}



.active{

	border-bottom: 1px solid;

	font-weight: 900;

}



/*--------------------- PROMO LINKTREE --------------------------*/



.col-promolinktree{

	margin-top: 50px;

	float: left;

	width: 25%;

	padding: 0px 10px;

	text-align: center;

}



@media only screen and (max-width: 900px){

	.col-promolinktree{

		width: 33%;

	}

}



@media only screen and (max-width: 600px){

	.col-promolinktree{

		width: 100%;

	}

}



/*--------------------- RENT --------------------------*/



.row-rent{

	display: table;

	width: 100%;

	padding: 50px;

	background-color: white;

	margin-top:50px;

	font-weight: 800;

}



@media only screen and (max-width: 900px) {

	.row-rent{

		padding: 50px 20px;

	}

}



.col-rent{

	display: inline-block;

	width: 50%;

}



.hr-rent{

	border: 1px solid #6f89a2;

}



/*--------------------- EVENTS --------------------------*/



.section-event{

	padding: 20px;

	text-align: center;

}



.bg-event{

	background-image: url(../Themes/Allure/Content/img/bg-event.jpg);

	background-size: cover;

	background-position: right bottom;

}



.col-event-2{

	display: table-cell;

	width: 50%;

}



@media only screen and (max-width: 900px) {

	.col-event-2{

		float: left;

		width: 100%;

	}

}



.agenda{

	display: table;

	width: 100%;

	margin-top: 25px;

	background-color: white;

	padding: 50px;

	text-align: center;

}



@media only screen and (max-width: 900px) {

	.agenda{

		padding: 50px 10px;

	}

}



.row-event{

	margin: 25px 0px;

}



.col-40{

	float: left;

	width: 40%;

}



@media only screen and (max-width: 900px) {

	.col-40{

		float: left;

		width: 100%;

	}

}



.col-60{

	float: left;

	width: 60%;

	padding-bottom: 25px;

	text-align: left;

}



@media only screen and (max-width: 900px) {

	.col-60{

		float: left;

		width: 100%;

		text-align: center;

	}

}



.hour-event{

	text-align:right;

	font-weight: 800;

	padding-right: 10px;

	color: #628aa4;

}



@media only screen and (max-width: 900px) {

	.hour-event{

		text-align: center;

	}

}



.title-event{

	text-align: left;

}



@media only screen and (max-width:  900px){

	.title-event{

		text-align: center;

	}

}



.content-event{

	text-align: left;

	font-size: 16pt;

}



@media only screen and (max-width:  900px){

	.content-event{

		text-align: center;

	}

}





.callcenter{

	text-decoration: none;

}



.callcenter:hover{

	font-weight: 800;

}



.pcallcenter{

	color: #fff;

	text-align: right;

}



@media only screen and (max-width: 768px) {

	.pcallcenter{

		text-align: center;

	}

}





/*--------------------------- Pag. Eventos ---------------------------*/





.row-eventos{

	display: table;

	width: 100%;

	padding-bottom: 100px;

}



.col-eventos{

	display: table-cell;

	float: left;

	width: 50%;

	padding: 12px;

}



@media only screen and (max-width: 900px){

	.col-eventos{

		display: table;

		width: 100%;

	}

}



.txt-eventos{

	background-color: white;

	padding: 30px 50px 50px;

	height: 300px;

}





/*--------------------------- Politicas de Precios ---------------------------*/





.section-6{

	display: table;

	width: 100%;

	margin-bottom: 25px;

	background-image: url(../Themes/Allure/Content/img/img-politicadeprecios.jpg);

	background-size: cover;

	background-repeat: no-repeat;

	background-position: right top;

	padding: 100px 0;

}



@media only screen and (max-width: 900px) {

	.section-6{

		background-color: white;

		background-image: none;

		background-size: 100%;

	}

}



.col-6{

	display: table-cell;

	width: 50%;

}



@media only screen and (max-width: 900px) {

	.col-6{

		float: left;

		width: 100%;

	}

}



.img-6{

	width: 0%;

}



@media only screen and (max-width: 900px) {

	.img-6{

		width: 100%;

	}

}



.img-diplomado{

	width: 0%;

}



@media only screen and (max-width: 900px) {

	.img-diplomado{

		width: 100%;

	}

}





/*--------------------------- Casa & Carros ---------------------------*/



.box-promos{

	background-color: #6f89a2;

	max-width: 100%;

	margin: 80px;

	padding: 40px;

	color: white;

}



/*Nuevo radio button Chekout Marlon 2023 08 21*/

/* section */

.rad-label {

    display: flex;

    align-items: center;

    border-radius: 100px;

    padding: 14px 16px;

    margin: 10px 0;

    cursor: pointer;

    transition: .3s;

}



    .rad-label:hover,

    .rad-label:focus-within {

        background: hsla(0, 0%, 80%, .14);

    }



.rad-input {

    position: absolute;

    left: 0;

    top: 0;

    width: 1px;

    height: 1px;

    opacity: 0;

    z-index: -1;

}



.rad-design {

    width: 22px;

    height: 22px;

    border-radius: 100px;

    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));

    position: relative;

}



    .rad-design::before {

        content: '';

        display: inline-block;

        width: inherit;

        height: inherit;

        border-radius: inherit;

        background: hsl(0, 0%, 90%);

        transform: scale(1.1);

        transition: .3s;

    }



.rad-input:checked + .rad-design::before {

    transform: scale(0);

}



.rad-text {

    color: hsl(0, 0%, 60%);

    margin-left: 0px;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 900;

    transition: .3s;

}



.rad-input:checked ~ .rad-text {

    color: hsl(0, 0%, 40%);

}





/* ABS */

/* ====================================================== */

.abs-site-link {

    position: fixed;

    bottom: 40px;

    left: 20px;

    color: hsla(0, 0%, 0%, .5);

    font-size: 16px;

}

/* --------- Sección testimonios -----------*/
.container-testimonios {
    display:flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 30px 50px;
    background: #D3F0FD;
    align-items: flex-start;
}
.testimonio-div {
    display: block;
    padding: 20px;
    justify-content: center;
    border-color: #2E9AC8;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    transition: .7s;
}
.testimonio-div:hover {
background: #00537d;
color:#ffffff
}
.img-testimonio {
    width: 250px;
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title-testimonio {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.parr-testimonio {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    padding: 0px 10px;
}
.title-testi {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}
.conteiner-titulo {
    width: 100%;
    background: #D3F0FD;
    padding-top: 60px;
}

/* Sección testimonios mobile*/
@media only screen and (max-width: 500px) {
.container-testimonios { 
        display: flex;
        flex-direction: column; 
        justify-content: center;
        padding: 50px 20px; 
        background: #D3F0FD;
    }
.testimonio-div {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        padding: 30px;
        margin-bottom: 20px; 
        border-color: #2E9AC8;
        border-style: solid;
        border-width: 1px 0px 0px 0px;
    }
.img-testimonio {
        width: 100%; 
        max-width: 250px; 
        height: auto;
        border-radius: 50%; 
    }
.title-testimonio {
        font-size: 18px; 
        margin-top: 20px;
        text-align: center; 
    }
.parr-testimonio {
        font-size: 14px; 
        text-align: center; 
        margin-top: 10px;
        padding: 0 20px; 
    }
}
/* --------- Sección testimonios CIERRE-----------*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/* --------- Sección PAQUETES inicio -----------
.section-paquetes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
} */
.section-paquetes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 20px;
}
.paq-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
}
.info-paq {
    padding: 20px 70px;
}
.paq-2 {
    width: 50%;
    overflow: hidden;
}
.paq-2 img {
    width: 100%;
    height: 60%;
    object-fit: cover;
}
.paq-prod-cost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 0px;
    align-items: start;
}
.product-paq {
    margin: 10px;
    border: none;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    transition: background-color 0.3s;
}
.product-paq:hover {
    background: #f7f7f7;
    border-radius: 10px;
}
.btn-paq-product {
    background-color: #00537D;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.btn-paq-product:hover {
    background-color: #7DBBDB;
}
.info-title-paq {
    font-size: 39px;
    font-weight: bold;
}
.info-parr-paq {
    font-size: 15px;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
}
.title-paq-product {
    font-size: 25px;
    margin-bottom: 0px;
}
.title2-paq-product {
    font-size: 25px;
    margin-bottom: 10px;
}
.parr-paq-product {
    font-size: 15px;
    margin-bottom: 0px;
}
.title3-paq-product {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #7DBBDB ;
}
.parr2-paq-product {
 font-size: 20px;
 color: #00537D;
 font-weight: bold;
 margin-bottom: 42px;
}
.img-paq-product {
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
}


/* Media query for mobile devices
@media only screen and (max-width: 500px) {
    .section-paquetes {
        flex-direction: column;
    }

    .paq-1,
    .paq-2 {
        width: 100%;
        padding: 0;
    }

    .paq-prod-cost {
        grid-template-columns: 1fr;
    }

    .info-paq {
        padding: 20px;
    }
} */
@media (max-width: 768px) {
    .section-paquetes {
        padding: 10px;
    }

    .paq-1, .paq-2 {
        width: 100%;
        padding: 10px;
    }

    .paq-prod-cost {
        grid-template-columns: 1fr;
    }

    .info-paq {
        padding: 10px 0;
    }
}

/* --------- Sección PAQUETES CIERRE -----------*/

/* --------- Sección eventos INICIO -----------*/
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 20px;
    margin: 50px 0px 50px 0px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.video-box {
    min-width: calc(100% / 3 - 20px);
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
}
.video-box iframe {
    width: 100%;
    height: 200px;
}
.video-info {
    padding: 10px;
}
.video-info .date {
    font-size: 0.9em;
    color: #777;
}
.video-info .title {
    font-size: 1.2em;
    margin: 10px 0 5px;
    color: #333;
}
.video-info .description {
    font-size: 0.9em;
    color: #555;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.arrow.left {
    left: 0;
}
.arrow.right {
    right: 0;
}
@media (max-width: 768px) {
    .carousel-container {
        margin: 30px 0px 30px 0px;
    }
    .video-box {
        min-width: calc(100% - 20px);
        margin-right: 0;
    }
    .arrow {
        top: 45%;
    }
    .arrow.left {
        left: -10px;
    }
    .arrow.right {
        right: -10px;
    }
}
/* --------- Sección eventos CIERRE -----------*/

/* --------- Sección Painles Comienzo -----------*/
.container-gen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
/*    height: 90vh;*/
    background-color: white;
    overflow: hidden;
}

.photo-div, .text-div {
    width: 50%;
    height: 100%;
}

.image-painles {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 100px;
    text-align: left;
}

.title-painles {
    font-size: 45px;
    margin-bottom: 10px;
    font-family: montserrat;
}

.parr-painles {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/* Estilos responsivos para dispositivos móviles */
@media only screen and (max-width: 500px) {
    .container-gen {
        flex-direction: column;
        height: auto;
    }
    .photo-div, .text-div {
        width: 100%;
    }
    .text-div {
        order: 1;
        padding: 20px;
    }
    .photo-div {
        order: 2;
    }
    .title-painles {
        font-size: 30px;
    }
    .parr-painles {
        font-size: 15px;
    }
}
/* --------- Sección Painles CIERRE -----------*/


/* --------- Sección mujer INICIO -----------*/
.product-section {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 20px 0px 70px;
    background-image: url('../Themes/Allure/Content/css/images/NUEVASIMAGENES/mujerrolon.jpg');
    background-size: cover;
    background-position: center;
/*    height: 100vh;*/
    width: 100%;
    position: relative;
}

.text-container {
    max-width: 500px;
    padding: 40px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px;
    text-align: left;
}

.text-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text-container .highlight {
    font-style: italic;
}

.text-container p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.btn-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00537D;
    color: white;
    text-decoration: none;
    border-radius: 9px;
    font-size: 15px;
    font-weight: bold;
    font-family: Tahoma;
}

.btn-more:hover {
    background-color: #7DBBDB;
}

/* Estilos responsivos para dispositivos móviles */
@media (max-width: 768px) {
    .product-section {
        display: flex;
        height: 50vh;
        width: 100%;
        position: relative;
        padding: 20px 20px 0px 20px;
    }
    .text-container {
        max-width: 100%;
        text-align: center;
        box-shadow: none;
    }

    .text-container h2 {
        font-size: 20px;
    }

    .text-container p {
        font-size: 14px;
    }
}


@media (min-width: 768px) {

	.container-producto-aboutus{
		height: 350px;
    	flex-direction: row;
    	display: flex;
	    width: 100%;
	    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	    overflow: hidden;
	}

	.content-images-right{
	    background-color: #fff;
	}

	.content-images-right img{
		width: 350px;
		background-color: #fff;
	}

	.content-texto{
		width: 100%;
		background-color: #fff;
	}

	.content-texto .titulo{
		color: #00537D;
		font-family: parrafos;
		font-size: 45px;
		margin: 100px 50px;
		font-weight: bold;
		line-height: 36px;
	}

	.content-texto .titulo-content p{
		text-align: left;
	    margin: 0px 57px;
	    color: #555;
	    font-size: 17px;
	    margin-top: -50px;
	}

}


/* --------- Sección 1 PAGINA DE EVENTOS -----------*/

.container {
    display: flex;
    width: 100%; 
    height: auto; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    flex-direction: column; 
}

.text-section {
    padding: 20px 50px 20px 50px;
    background-color: #f9f9f9;
    flex: none; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2; 
}

.image-section {
    flex: none; 
    width: 100%; 
    height: 300px; 
    order: 1; 
}

.image-section img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.titulo-evento {
    color: #00537D;
    font-size: 24px; 
    margin-top: 0;
    padding: 0 20px; 
}

.pa-evento {
    font-size: 14px; 
    text-align: left;
    margin-top: 10px;
    padding: 0 20px; 
}

.pa-evento2 {
    font-size: 16px; 
    text-align: left;
    margin-top: 10px;
    padding: 20px 20px; 
}

/* --------- Sección 1 PAGINA DE EVENTOS mobile -----------*/

@media (min-width: 768px) {
    .container {
        height: 400px; 
        flex-direction: row; 
    }

    .text-section {
        flex: 1;
        order: 0; 
    }

    .image-section {
        flex: 1; 
        height: 100%;
        order: 1;
    }

    .titulo-evento {
        font-size: 45px; 
    }

    .pa-evento {
        font-size: 16px; 
        padding: 0 20px 0 20px; 
    }
    .pa-evento2 {
        font-size: 16px; 
        text-align: left;
        margin-top: 10px;
        padding: 20px 20px; 
    }
}

/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.cart th, 
.data-table th, 
.forums-table-section th {
    background: #e87772;
    border: #e87772;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.cart a, 
.data-table a,
.forums-table-section a {
    font-weight: bold;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.cart a:hover,
.data-table a:hover,
.forums-table-section a:hover {
	color: #e87772;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    white-space: nowrap;
}
/*.cart td.subtotal {
    color: #c00;
}*/

.product-specs-box .data-table td {
    padding: 5px;
}
.compare-products-table {
    font-size: 14px;
}
.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
    text-align: right;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    font-size: 16px;
}
.compare-products-table a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;    
}
.compare-products-table a:hover,
.compare-products-table .product-price td {
    color: #e87772;
}
.compare-products-table .product-price td:first-child {
    color: #555;
}

.compare-products-table-mobile img {
    max-width: 160px;
}

table .attributes {
    margin: 5px 0 0;
    padding: 5px 0 0;
    border-bottom: 0;
    border-top: 1px solid #ddd;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}



/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-left: 0;
    }
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
        background: #fff;
    }
        .product-details-page .prices-row {
            display: table-row;
            float: none;
            width: auto;
        }
            .product-details-page .prices-row > div {
                display: table-cell;
            }
        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }
        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }

}

/* footable custom css */

.footable label{
    display: none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url('../Themes/Allure/Content/img/table-plus.png') no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url('../Themes/Allure/Content/img/table-minus.png') no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

.downloadable-products-page .data-table .item-count {
	display: none;
}

@media all and (max-width: 824px) {

    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count,
    .section.shipments .data-table .item-count,
    .compare-products-table-mobile .item-count {
	    display: none;
    }

}

@media all and (max-width: 626px) {

    .return-request-page .data-table .item-count,
    .section.products .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 506px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 867px) {

    .opc .cart .item-count {
	    display: none;
    }
    
}

@media all and (max-width: 1024px) {

    .compare-products-table {
        display: none;
    }

}
@media all and (max-width: 1024px) {

    body {
        max-width: 100%;
        overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
    }

    .page-title h1 {
        margin-left: -2.6%;
        width: 105.3%;
    }

    .desktop-header-right {
        display: none; 
    }

    .header {
        z-index: 1002;
        margin: 10px auto;
        text-align: center;
        width: 95%;
    }

/* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1000001;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .header-links-wrapper.open {
        display: block;
        top: 0;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
    }
    .header-centering {
        display: inline-block;
    }
    .header-links {
        display: inline-block;
        vertical-align: middle;
    }
    .header-links li {
        vertical-align: middle;
    }
    .header-links a {
        display: block;
        width: 36px;
        height: 36px;
        text-indent: -9999px;  
    }
        .header-links .ico-userdesk {
            background: url(../Themes/Allure/Content/img/m-icon-userdesktop.png) no-repeat center;
        }

    .header-links .ico-register {
        background: url(../Themes/Allure/Content/img/m-icon-plus.png) no-repeat center;
    }
    .header-links .ico-login {
        background: url(../Themes/Allure/Content/img/m-icon-lock.png) no-repeat center;
    }
    .header-links .ico-account {
        background: url(../Themes/Allure/Content/img/m-icon-account.png) no-repeat center;
    }
    .header-links .ico-logout {
        background: url(../Themes/Allure/Content/img/m-icon-logout.png) no-repeat center;
    }
    .header-links .ico-wishlist {
        background: url(../Themes/Allure/Content/img/m-icon-star.png) no-repeat center;
    }
    .header-links .ico-inbox {
        background: url(../Themes/Allure/Content/img/m-icon-inbox.png) no-repeat center;
    }
    .header-selectors-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

/* SEARCH */

    .search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 15px 10px 10px;
        width: 100%;
        background: #e87772;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
        z-index: 9999999;
        text-align: center;
        border-bottom: 5px solid rgba(255,255,255,.4);
    }
        .search-box.open {
            display: block;
        }
    .search-box form {
	    display: inline-block;
		position: relative;
    }
    .search-box form:after {
	    content: ".";
	    display: block;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    line-height: 0;
	    font-size: 0;
    }
    .search-box input.search-box-text {
	    float: left;
	    width: 220px !important;
	    height: 36px;
        border: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: transparent;
        color: #fff;
        opacity: .4;
        -webkit-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out;
    }
    .search-box input.search-box-text:focus {
        opacity: 1;
    }
    .search-box .search-box-button {
	    float: left;
	    width: 36px;
	    height: 36px;
	    border: 2px solid #fff;
        border-radius: 100%;
	    overflow: hidden;
	    background: url(../Themes/Allure/Content/img/icon-search-button.png) center no-repeat;
	    text-indent: 999px;
    }


/* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        position: relative;
        z-index: 9999;
        height: 50px;
    }
    .responsive-nav-wrapper {
        position: relative;
        text-align: center;
        font-size: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 3px 3px rgba(0,0,0,.15);
    }
    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-55px);
        transform: translateY(-55px);
    }
    .responsive-nav-wrapper:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;            
    }
    .responsive-nav-wrapper > div > span,
    .responsive-nav-wrapper > div > a {
        display: block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        height: 40px;
        width: 40px;
        margin: 5px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }
    .responsive-nav-wrapper .menu-title {
        float: left;
        background: url(../Themes/Allure/Content/img/icon-menu.png) no-repeat center;
    }
    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
    }
    .responsive-nav-wrapper .search-wrap span {
        background: #e87772 url(../Themes/Allure/Content/img/icon-search-opener.png) no-repeat center;
        border-radius: 100%;
    }
    .responsive-nav-wrapper .filters-button {
        display: none;
    }
    .responsive-nav-wrapper .filters-button span {
        background: #e87772 url(../Themes/Allure/Content/img/icon-filters.png) no-repeat center;
        border-radius: 100%;
    }
    .responsive-nav-wrapper .personal-button {
        float: right;
        background: url(../Themes/Allure/Content/img/icon-personal.png) no-repeat center;
    }

/* RESPONSIVE MENU */

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }
    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }
    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }       
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .header-menu .close-menu {
        background: #e87772;
        cursor: pointer;
    }
    .close-menu span {
        display: block;
        padding: 15px 20px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
        text-align: right;
        background: url(../Themes/Allure/Content/img/mobile-nav-close.png) no-repeat 15px center;
    }
    .header-menu > ul li {
        background: #f6f6f6;
    }
    .header-menu > ul li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    .header-menu > ul li > a,
    .header-menu > ul li > span {
        display: block;
        padding: 16px 18px !important;
        line-height: 17px;
        color: #505050;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #e6e6e6;
    }
    .header-menu > ul li:last-child > a,
    .header-menu > ul li:last-child > span {
        border-bottom: 0;
    } 
    .header-menu > ul li > .with-subcategories {
        width: 270px;
        float: left;   
    }
    .plus-button {
        position:relative;
        float: right;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background: url(../Themes/Allure/Content/img/mobile-nav-item-open.png) no-repeat center;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333 !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .header-menu ul li.back-button {
        background: #e87772;
    }
    .header-menu .back-button span {
        text-transform: none;
        color: #fff;
        text-align: right;
        padding: 14px 18px !important; 
        background: url(../Themes/Allure/Content/img/mobile-nav-close.png) no-repeat 15px center;
    }

    /* header menu functionality classes */

    .admin-header-links,
    .header-links-wrapper, 
    .header-logo, 
    .search-box, 
    .responsive-nav-wrapper, 
    .slider-wrapper, 
    .master-wrapper-content, 
    .news-list-homepage, 
    .topic-block,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;        
    }
    .move-right {
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);        
    }

/* CATERGORY PAGE & GRIDS */

    .product-selectors {
        margin-left: -2.6%;
        width: 105.3%;
    }

    .item-box .product-rating-box,
    .product-grid .item-box .prices {
        margin: 0 0 5px;
    }

/* PRODUCT PAGE */

    .center-1 > .product-name {
        margin-left: -2.6%;
        width: 105.3%;
    }
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {

/* HEADER */

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	/*width: 336px !important;*/ /*txtfield + button*/
}

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* FOOTER */

    .footer-middle {
        font-size: 0;
    }
        .footer-middle .footer-block {
            float: left;
            width: 50%;
        }

    .newsletter-email input[type="text"],
    .newsletter-email input[type="email"] {
        width: 300px;
    }

/* CATEGORY PAGE & GRIDS */

.item-grid {
    font-size: 0;
}
.item-box {
    float: left;
	width: 48%; /*two per row*/
	margin: 0 1% 2%;
    max-width: none;
}

/* product in list */

    .product-list .picture {
        width: 200px;
        float: left;
    }
    .product-list .details {
        margin-left: 220px;
    }

/* PRODUCT PAGE */

    .product-variant-line {
        position: relative;
        padding: 0 5px;
        min-height: 200px;
    }
        .product-variant-line:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 5px;
            background: #e87772;
        }
    .variant-picture {
        float:left;
        margin: 0;
    }
    .variant-picture + .variant-overview {
        text-align: left;
        margin-left: 210px
    }
    .product-variant-list .variant-overview>div{
        margin:10px 0;
    }
/* QUICK TABS */

    .ui-tabs .ui-tabs-nav li {
	    display: inline-block;
    }
        .ui-tabs .ui-tabs-nav li a {
            display: block;
        }

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

    .registration-page .date-of-birth select,
    .account-page .date-of-birth select {
	    width: 110px;
    }
    .block-account-navigation {
        width: 360px !important;
        float: none !important;
        margin: 0 auto 20px !important;
    }

    .address-item, .order-item {
        margin: 0 .5% 1%;
        float: left;
    }

/* SHOPPING CART & CHECKOUT */

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    float: left;
    margin: 0 2% 30px 0;
    width: 49%;
}
.order-review-data > div:last-child,
.order-details-area > div:last-child,
.shipment-details-area > div:last-child {
    margin-right: 0;
}

.checkout-page .section li + .title {
    margin-top: 25px;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

/* BLOG & NEWS */

    .news-items {
        font-size: 0;
    }
    .news-items .news-item {
        display: inline-block;
        width: 48%;
        margin: 0 1% 2%;
        max-width: 320px;
    }

/* TOPICS */

    .topic-block-title h2:before {
        right: 75%;
    }
    .topic-block-title h2:after {
        left: 75%;
    }

}

@media all and (min-width: 480px) and (max-width: 768px) {

    .side-2 {
        overflow: hidden;
    }
    .side-2 .block {
        float: left;
        width: 48%;
        margin: 0 1% 2%;
    }
        .side-2 .block:nth-of-type(2n+1) {
            clear: both;
        }

/* CATEGORY PAGE & GRIDS */

    .item-box:nth-child(2n+1) {
        clear: both;
    }

/* ACCOUNT PAGE */

    .address-item, .order-item {
        width: 49%;
    }
        .address-item:nth-child(2n+1),
        .order-item:nth-child(2n+1) {
            clear: both;
        }

/* NEWS */

    .news-list-homepage .title strong:before {
        right: 75%;
    }
    .news-list-homepage .title strong:after {
        left: 75%;
    }
    
}

@media all and (min-width: 640px) {

    .comment-info {
	    float: left;
	    margin: 0;
    }
    .comment-info + .comment-content {
	    margin: 0 0 0 135px;
    }
    .comment-content {
        position: relative;
        text-align: left;
    }
    .comment-time {
        position: absolute;
        top: 8px;
        right: 0;
    }
    .blog-comment .comment-time {
        position: static;
        margin: 0 0 15px;
    }
    .comment-title {
        padding: 5px 170px 5px 0;
    }

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.page-title h1 {
    text-align: center;
}

/* FOOTER */

    .footer-upper {
        padding: 20px 10px 30px;
    }
        .footer-upper .footer-block {
            width: 48%;
            font-size: 0;
        }
        .social-sharing {
            margin: 0;
            float: left;
        }
        .subscribe-block {
            float: right;
        }
        .subscribe-block .newsletter {
            margin: 18px 0 0;
        }

    .footer-middle .footer-block {
        width: 33.33333333%;
    }
        .footer-middle .footer-block:last-child {
            width: 100%;
        }
    .contact-block .footer-menu li {
        display:inline-block;
        padding: 7px 32px;
    }

    .accepted-payment-methods {
        float: none;
    }
        .accepted-payment-methods ul {
            display: inline-block;
            margin: 0 0 5px;

        }
    .footer-powered-by, 
    .footer-disclaimer,
    .footer-tax-shipping,
    .footer-designed-by {
        display: inline-block;
        margin: 5px;
    }


/* LEFT/RIGHT COLUMN */

    .block {
	    text-align: left;
    }
    .block .tags li,
    .product-tags-all-page li {
	    margin: 0 5px;
    }
    .poll-options li,
    .poll-results li {
	    display: block;
    }
    .poll .buttons,
    .poll-total-votes {
	    text-align: left;
    }

/* CATEGORY PAGE & GRIDS */

    .product-grid .title {
        display: table;
        width: 100%;
    }
        .product-grid .title:before,  
        .product-grid .title:after {
            content: " ";
            display: table-cell;
            width: 30%;
            background: url(../Themes/Allure/Content/img/title-lines.png) repeat-x left center;
        }
            .product-grid .title strong {
                display: table-cell;
                width: 40%;
            }

    .item-box {
	    width: 32.33333333333333%;
        margin: 0 .5% 1%;
    }

    .product-list .item-box {
        width: 85% !important;
        margin: 0 auto 2%;
        float: none !important;
        display: block;
    }

/* PRODUCT PAGE */

    .product-details-page .overview {
        width: 43%;
        float: left;
    }
    .gallery {
        width: 55%;
        float: right;
    }
    .gallery .picture {
	    margin: 0 0 10px;
    }
    .overview .buttons {
	    text-align: left;
    }
    .overview .buttons div {
	    margin: 0 10px 10px 0;
    }
    .free-shipping {
	    margin: 20px 0;
    }
    .overview .add-to-cart {
        text-align: left;
    }
    .overview .qty-label,
    .variant-overview .qty-label {
	    position: static;
	    left: 0;
	    margin: 0 5px 0 0;
    }

    .product-variant-line {
        width: 85%;
        margin: 0 auto 10px;
    }
    .variant-picture {
	    width: 280px;
    }
    .variant-picture + .variant-overview {
	    width: auto;
	    margin: 0 0 0 300px;
    }

    /* styling for tabs below the image */

    .product-page-alternative-layout .overview{
        float: right;
    }
    .product-page-alternative-layout .gallery{
        float: left;
    }

/* QUICK TABS */

    .ui-tabs {
        width: 55%;
        float: right;
    }
    .ui-tabs .gallery {
        width: 100%;
        float: none;
    }
    .product-page-alternative-layout .ui-tabs{
        float: none;
        width: 100%;
        clear: both;
        margin-bottom: 40px;
    }

/* ATTRIBUTES */

    .attributes {
	    margin: 0 0 10px;
    }
    .attributes dt {
	    float: left;
	    clear: left;
	    min-width: 60px;
	    margin-right: 10px;
    }
    .attributes dt label {
	    line-height: 32px;
    }
    .attributes dd {
	    float: left;
	    margin-right: 10px;
    }
    .attribute-squares {
	    text-align: center;
    }
    .attribute-squares label {
	    margin: 0 10px 0 0;
	    padding: 0 !important;
    }

/* GIFT CARD */

    .giftcard label {
	    display: inline-block;
	    margin: 0 10px 0 0;
        width: 35%;
        text-align: right;
    }

/* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
	    text-align: left;
    }
    .wishlist-content .button-2 {
	    margin: 0 10px 0 0;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */


    .date-picker-wrapper {
        display: inline-block;
    }

    .address-item, .order-item {
        width:32.333%;
    }
    
        .address-item:nth-child(3n+1),
        .order-item:nth-child(3n+1) {
            clear: both;
        }

    .avatar-page .fieldset {
	    float: left;
	    margin-right: 10px;
    }
    .avatar-page .buttons {
	    text-align: left;
    }

/* SHOPPING CART & CHECKOUT */

    .checkout-attributes li {
	    display: inline-block;
	    margin: 0 5px;
    }
    .shopping-cart-page .totals {
	    float: right;
	    margin: 0 25px;
    }
    .cart-collaterals {
	    float: left;
	    margin: 0 25px;
    }
    .checkout-buttons,
    .addon-buttons {
        text-align: right;
    }

    .checkout-page .address-item {
	    float: left;
        margin:0 3% 1.5% 0;
    }
    .checkout-page .address-item:nth-child(3n){
        margin:0;
    }/*set 3 boxes per row*/
    .payment-logo,
    .payment-details {
	    display: inline-block;
	    margin: 0 5px;
	    vertical-align: middle;
    }
    .order-details-page .page-title a {
	    float: right;
	    margin: 3px;
    }
    .order-details-page .actions {
	    text-align: right;
    }
    .order-details-page .actions input {
	    min-width: 0;
    }
    .order-details-page .total-info {
	    overflow: hidden;
    }
    .order-details-page .cart-total {
	    float: right;
    }

    .opc .buttons {
        text-align: right;
    }

/* BLOG & NEWS */

    .news-list-homepage .title {
        display: table;
        width: 100%;
    }
        .news-list-homepage .title:before,  
        .news-list-homepage .title:after {
            content: " ";
            display: table-cell;
            width: 30%;
            background: url(../Themes/Allure/Content/img/title-lines.png) repeat-x left center;
        }
            .news-list-homepage .title strong {
                display: table-cell;
                width: 40%;
                padding: 0 25px;
            }

    .news-items .news-item {
        display: inline-block;
        width: 32.33333333333333%;
        margin: 0 .5% 1%;
        max-width: none;
    }
    .blog-page .tags > *,
    .blogpost-page .tags > * {
	    float: left;
    }
    .blog-page .tags label,
    .blogpost-page .tags label {
	    margin: 0 10px 0 0;
	    line-height: 24px;
    }
    .new-comment textarea {
	    width: 500px;
    }


/* TOPICS */

    .topic-block-title {
        display: table;
        width: 100%;
    }
        .topic-block-title:before,  
        .topic-block-title:after {
            content: " ";
            display: table-cell;
            width: 30%;
            background: url(../Themes/Allure/Content/img/title-lines.png) repeat-x left center;
        }
            .topic-block-title h2 {
                display: table-cell;
                width: 40%;
                padding: 0 25px;
            }

/* POLL */

    .home-page-polls .title {
        display: table;
        width: 100%;
    }
        .home-page-polls .title:before,  
        .home-page-polls .title:after {
            content: " ";
            display: table-cell;
            width: 30%;
            background: url(../Themes/Allure/Content/img/title-lines.png) repeat-x left center;
        }
            .home-page-polls .title strong {
                display: table-cell;
                width: 40%;
                padding: 0 25px;
            }

    .home-page-polls .poll {
        float: left;
        width: 42%;
        margin: 0 4% 20px;
    }



/* INBOX */

    .profile-page .ui-tabs,
    .private-messages-page .ui-tabs {
        float: none;
        width: auto;
    }

}

@media all and (min-width: 769px) and (max-width: 1024px) {

    .side-2 {
        overflow: hidden;
    }
    .side-2 .block {
        float: left;
        width: 31.333333333%;
        margin: 0 1% 2%;
    }
        .side-2 .block:nth-of-type(3n+1) {
            clear: both;
        }

/* CATEGORY PAGE & GRIDS */

    .item-box:nth-child(3n+1) {
        clear: both;
    }

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

    .master-wrapper-content {
	    width: 1000px;
    }
    .center-2 {
	    float: left;
	    width: 75.5%;
    }
    .side-2 {
	    float: right;
	    width: 23%;
    }
    .inputs {
	    text-align: left;
    }
    .inputs label, 
    .write-review .review-rating .name-description {
        display: inline-block;
        width: 35%;
        margin: 0 10px 0 0;
        text-align: right;
    }
    .inputs .input-box {
	    display: inline-block;
    }

/* HEADER */

    .responsive-nav-wrapper-parent {
        display: none !important;
    }

    .header-centering {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }
    .header > .header-centering {
        padding: 0 10px;
    }
    .header-centering:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .header {
        background: #fff;
        position: relative;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        z-index: 1000;
    }
        .header:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }
    .header-links-wrapper {
        padding: 6px;
        margin: 0 0 25px;
    }
    .header-selectors-wrapper {
	    float: right;
        margin: 6px 0;
    }
        .header-selectors-wrapper > div {
	        float: left;
	        margin: 0 0 0 10px;
        }
            .header-selectors-wrapper select {
                padding: 3px;
                height: 24px;
                line-height: 18px;
            }
    .header-links {
        float: right;
    }



    .header-logo {
	    float: left;
    }
    .flyout-cart {
        display: none;
        position: absolute;
        top: 115px;
        right: 2px;
        z-index: 99999;
        width: 320px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background: #fff;
    }
    .flyout-cart:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: #e87772;
    }
    .flyout-cart.active {
	    display: block;
    }
    .mini-shopping-cart {
	    padding: 10px;
	    font-size: 11px;
    }
    .mini-shopping-cart * {
	    line-height: normal !important;
    }
    .mini-shopping-cart a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .count {
        padding: 5px 0 10px;
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .mini-shopping-cart .count a {
        color: #e87772;
    }
    .mini-shopping-cart div.items {
        margin: 0 0 2px;
    }
    .mini-shopping-cart .item {
	    overflow: hidden;
	    padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    .mini-shopping-cart .picture {
	    float: left;
	    width: 80px;
        height: 80px;
	    text-align: center;
        overflow: hidden;
        border-radius: 100%;
        border: 1px solid #eee;
    }
    .mini-shopping-cart .picture a {
        display: block;
        height: 100%;
        position: relative;
    }
    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
    }
    .mini-shopping-cart .picture + .product {
	    margin: 0 0 0 90px;
    }
    .mini-shopping-cart .product {
        font-size: 14px;
    }
    .mini-shopping-cart .name {
	    margin: 0 0 5px;
        font-size: 16px;
    }
    .mini-shopping-cart .price span {
        color: #e87772;
        font-weight: 700;
    }
    .mini-shopping-cart .attributes {
    }
    .mini-shopping-cart .price span,
    .mini-shopping-cart .quantity span {
    }
    .mini-shopping-cart .totals {
	    margin: 0 0 10px;
	    font-size: 14px;
	    text-align: right;
        padding: 10px 0 0;
        border-top: 1px solid #ddd;
    }
    .mini-shopping-cart .totals strong {
	    color: #c00;
    }
    .mini-shopping-cart .buttons {
	    margin: 0 0 5px;
	    text-align: right;
    }
    .mini-shopping-cart input[type="button"] {
        text-transform: uppercase;
        font-size: 14px;
        padding: 8px 11px;
        border: 2px solid #fff;
        background: #e87772;
        color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
        .mini-shopping-cart input[type="button"]:hover {
            border: 2px solid #e87772;
            background: #fff;
            color: #e87772;
        }

    .desktop-header-right {
        float: right;
    }
        .search-box,
        .desktop-cart {
	        float: right;
        }
		.search-box form {
			position: relative;
		}
        .search-box form:after{
            content: "";
            display: block;
            clear: both;
        }
        .search-box.store-search-box input.search-box-text {
            border: 0;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            color: #999;
            float: left;
            width: 240px !important;
            height: 38px;
            padding: 9px;
        }
        .store-search-box .search-box-button {
            height: 38px;
            width: 38px;
            font-size: 0;
            background: #e87772 url(../Themes/Allure/Content/img/icon-search-button.png) no-repeat center;
            border: 0;
            border-radius: 100% !important;
            float: left;
            -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }
            .store-search-box .search-box-button:hover {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
    .shopping-cart-link > a {
        width: 38px;
        height: 38px;
        margin: 0 0 0 5px;
    }

/* HEADER MENU */

    .menu-title,
    .close-menu,
    .back-button,
    .sublist-wrap {
        display: none;
    }
    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu.stick {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        margin: 0;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0,0,0,.2);
        text-align: center;
        padding: 0;
    }
        .header-menu.stick > ul {
            display: inline-block;
        }

    .header-menu {
	    text-align: left;
	    position: relative;
	    z-index: 1001;
        clear: both;
        padding: 10px 0 0;
    }
    .header-menu > ul {
        font-size: 0;
        text-align: center;
    }
    .header-menu > ul > li {
	    display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .header-menu > ul > li > a, .header-menu > ul > li > span {
        display: block;
        padding: 15px 10px;
        font-size: 16px;
        cursor: pointer;
        color: #505050;
        position: relative;
    }
    .header-menu > ul > li > a:after,
    .header-menu > ul > li > span:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        background: #e87772;
        width: 0;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .header-menu > ul > li > a:hover:after,
    .header-menu > ul > li > span:hover:after {
        left: 0;
        width: 100%;
        opacity: 1;
    }

	.header-menu .sublist-wrap {
		display: none;
		position: absolute;
		z-index: 1001;
		min-width: 180px;
        background: #fff;
		padding: 15px 0 10px;
		box-shadow: 0 2px 3px #999;
        margin-top: -2px;
	}
        .header-menu .sublist-wrap:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: #e87772;
        }
    .header-menu .sublist-wrap.active,
    .top-menu {
		display: block;
	}
	.header-menu .sublist li {
		position: relative;
	}
    .header-menu .sublist .back-button {
        display: none;
    }
	.header-menu .sublist li a {
		display: block;
		padding: 10px 20px 10px 25px;
        font-size: 14px;
		color: #606060;
        position: relative;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
	}
        .header-menu .sublist li a:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 12px;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #ddd;
        }
	.header-menu .sublist li:hover > a {
		color: #000;
		background: #f3f3f3;
	}
	.header-menu .sublist-wrap .sublist-wrap {
		top: -10px;
		left: 100%;
	}

/* FOOTER */

    .footer-centering {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }
        .footer-centering:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .social-sharing ul {
        max-width: 310px;
        vertical-align: top;
        text-align: left;
    }
    .subscribe-block {
        position: relative;
    }
    .newsletter-validation, .newsletter-result {
        text-align: left;
        max-width: 336px;
    }

    .footer-upper {
        padding: 40px 10px;
    }
    .footer-upper .footer-block {
        width: auto;
    }
    .social-sharing > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 !important;
    }
    .subscribe-block > * {
        float: left;
    }
        .subscribe-block .newsletter {
            margin: 7px 0 0;
        }
    .social-sharing h3, .subscribe-block h3 {
        line-height: 50px;
        margin: 0 10px 0 0 !important;
    }

    .footer-middle .footer-block {
        width: 25% !important;
        text-align: left;
    }
    .footer-middle .footer-block a:after {
        display: none;
    }


/* LEFT/RIGHT COLUMN */

    .side-2 .block {
        width: auto !important;
    }
    .side-2 .block .listbox {
	    display: block;
    }

/* CATEGORY PAGE & GRIDS */

    .breadcrumb li * {
	    line-height: normal;
    }

    div.product-viewmode, div.product-page-size {
        display: inline-block;
    }

    .item-box {
	    width: 24%;
    }
    .category-page .item-box,
    .recently-added-products-page .item-box,
    .recently-viewed-products-page .item-box,
    .manufacturer-page .item-box,
    .vendor-page .item-box,
    .product-tag-page .item-box,
    .search-page .item-box {
        width: 32.3333333%;
        float: left;
    }
        .category-page .item-box:nth-child(3n+1),
        .recently-added-products-page .item-box:nth-child(3n+1),
        .recently-viewed-products-page .item-box:nth-child(3n+1),
        .manufacturer-page .item-box:nth-child(3n+1),
        .vendor-page .item-box:nth-child(3n+1),
        .product-tag-page .item-box:nth-child(3n+1),
        .search-page .item-box:nth-child(3n+1) {
            clear: both;
        }
        .home-page-product-grid .item-box:nth-child(4n+1),
        .product-grid.bestsellers .item-box:nth-child(4n+1),
        .product-details-page .item-box:nth-child(4n+1),
        .shopping-cart-page .item-box:nth-child(4n+1) {
            clear: both;
        }

    .product-grid .item-box .prices {
        height: 43px;
    }
    .item-box .tax-shipping-info {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }
    .product-list .buttons .add-to-compare-list-button,
    .product-list .buttons .add-to-wishlist-button {
        display: inline-block;
    }
    .product-list .item-box .add-info .buttons > input.product-box-add-to-cart-button {
        position: static;
        float: left;
        margin: 0 1px 0 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
	.product-list .item-box .tax-shipping-info {
        position: static;
    }

    .product-grid .item-box .visible-details {
        padding: 2px 9px 0;
    }
    .item-box:hover .hover-details, .ajax-cart-product-item-hover .hover-details {
        z-index: 2;
        opacity: 1;
    }
    .visible-details .buttons {
        display: none;
    }

    .home-page-category-grid .item-box {
        width: 32.33333333333333%;
    }

    .product-grid .item-box .add-info {
        padding: 0 0 45px;
    }
    .product-grid .item-box .add-info > *{
        vertical-align: middle;
    }

    .item-box .add-info .buttons{
        display: inline-block;
    }
    .item-box .add-info .buttons input[type="button"]{
        margin: 0 10px;
        vertical-align: middle;
    }
    .item-box .add-info .buttons > input.product-box-add-to-cart-button {
        position: absolute;
        /*right: 0;
        left: 0;*/
        margin: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .item-box .add-info input[type="button"].add-to-compare-list-button,
    .item-box .add-info input[type="button"].add-to-wishlist-button{
        height: 36px;
        width: 36px;
        margin: 0 -1px ;
        background: #e87772;
        border-color: #fff;
        background-image: url(../Themes/Allure/Content/img/icons-add-info.png);
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
    }
    .item-box .add-info input[type="button"].add-to-compare-list-button{
        background-position: -38px -1px;
    }
    .item-box .add-info input[type="button"].add-to-compare-list-button:hover {
        background-position: -38px -37px;
    }
    .item-box .add-info input[type="button"].add-to-wishlist-button {
        background-position: -2px -1px;
    }
    .item-box .add-info input[type="button"].add-to-wishlist-button:hover {
        background-position: -2px -37px;
    }
    .item-box .add-info input[type="button"].add-to-compare-list-button:hover,
    .item-box .add-info input[type="button"].add-to-wishlist-button:hover {
        background-color: #e87772;
    }

    .item-box .base-price-pangv {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }
        .item-box .base-price-pangv + .tax-shipping-info {
            bottom: 10px;
        }
    

    /* desktop grid in mobile */

    .item-box.mobile-box .visible-details .buttons {
        display: block;
        margin: 0 0 10px;
    }
    .product-grid .item-box.mobile-box .hover-details {
        display: none !important;
    }
    .item-box.mobile-box .product-rating-box,
    .product-grid .item-box.mobile-box .prices {
        margin: 0 0 5px;
    }
    .product-grid .item-box.mobile-box .prices {
        height: auto;
    }
    .item-box.mobile-box .tax-shipping-info {
        position: static;
    }


/* PRODUCT PAGE */

    .product-details-page .gallery {
        width: 600px;
    }
    .product-details-page .overview {
        float: none !important;
        width: auto;
        margin-right: 620px;
    }

    .product-variant-line {
        width: 70%;
    }

    /* styling for tabs below the image */

    .product-page-alternative-layout .overview{
         margin: 0 0 0 620px;
    }

/* manufacturer all & vendor all */

    .manufacturer-grid .item-box,
    .vendor-grid .item-box {
        width: 31.33333333%;
        margin: 0 1% 10%;
    }

/* QUICK TABS */

    .ui-tabs {
        width: 100%;
    }

    .ui-tabs .write-review .inputs,
    .ui-tabs .write-review .review-rating {
        text-align: center;
    }
    .ui-tabs .write-review .inputs label,
    .ui-tabs .write-review .review-rating label {
        display: block;
        width: 100%;
        margin: 0 0 7px;
        text-align: center;
    }
    .write-review .review-rating .name-description {
        vertical-align: top;
    }
/* ATTRIBUTES */

    .attributes select {
        max-width: 275px;
    }

/* REVIEW PAGE */

    
        .review-rating ul {
            display: inline-block;
        }

/* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
	    display: none;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 10px;
        right: 10px;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
        width: 150px;
    }
    #username-availabilty {
	    position: absolute;
        top: 50px;
        left: 62%;
    }
    .login-page .inputs.reversed > * {
        vertical-align: middle;
    }
    .login-page .inputs.reversed span {
        display: inline-block;
        margin-left: 50px;
        margin-right: -70px;
    }

    .vendorinfo-page .vendor-picture {
        margin-left: calc(35% + 10px);
    }

/* SHOPPING CART & CHECKOUT */

    .order-progress li {
        margin: 10px 25px;
    }

    .shopping-cart-page .common-buttons,
    .checkout-attributes {
	    text-align: right;
    }
        .checkout-attributes .attribute-squares {
            text-align: right;
        }
    .checkout-attributes .qq-uploader-selector {
        display: inline-block;
        width: auto;
    }
    .checkout-attributes li {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .common-buttons input {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .totals {
	    margin: 0;
    }
    .cart-collaterals {
	    width: 660px;
	    margin: 0;
    }
    .cart-collaterals .deals {
	    float: left;
	    width: 300px;
	    margin: 0;
    }
    .cart-collaterals .shipping {
	    float: right;
	    width: 340px;
	    margin: 0;
    }
    .cart-collaterals .shipping label {
	    margin: 0;
	    text-align: left;
    }
    .cart-collaterals .shipping label + * {
	    width: 219px;
    }

    .checkout-page .address-item,
    .checkout-page .order-item {
        width: 24%;
    }
    .checkout-page .address-item{
        margin:0 13px 1% 0;
    }
    .checkout-page .address-item:nth-child(3n){
        margin:0 13px 1% 0;
    }
    .address-item:nth-child(3n+1), 
    .order-item:nth-child(3n+1){
        clear:none;
    }
    .checkout-page .address-item:nth-child(4n){
        margin:0;
    }
    .checkout-page .address-item:nth-child(4n+1){
        clear:both;
    }
    .checkout-page .selected-checkout-attributes {
	    text-align: right;
    }
    .checkout-page .totals {
	    float: right;
    }

/* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
	    width: 350px;
    }
    .advanced-search .price-range {
	    margin-left: 48px;
    }
    .advanced-search .price-range input {
	    height: auto;
    }

/* BLOG & NEWS */

    .news-list-centering {
        margin: 0 auto;
        max-width: 1000px;
    }

    .news-list-homepage {
        background: url(../Themes/Allure/Content/img/bg-news.jpg) no-repeat center;
        padding: 32px 0;
    }
        .news-list-homepage .title {
            position: relative;
            margin: 0 0 50px;
            font-size: 26px;
            text-align: center;
            color: #fff;
            text-shadow: 1px 1px rgba(0,0,0,.5);
        }
            .news-list-homepage .title:before,  
            .news-list-homepage .title:after {

            }
    .news-list-homepage .view-all {
        text-align: center;
    }

    .news-list-page .news-item {
        width: 49%;
        max-width: none;
    }

    .news-item-page .inputs {
        text-align: center;
    }
    .news-item-page .inputs:first-child label {
	    display: block;
        width: auto;
        text-align:center;
        margin: 0 0 7px;
    }
    .news-item-page textarea {
	    display: block;
	    margin: auto;
    }

/* TOPICS */

    .master-wrapper-page > .topic-block {
        width: 1000px;
    }

/* POLL */

    .home-page-polls .centering {
        width: 1000px;
    }

    .home-page-polls .poll {
        width: 31.33333333333333%;
        margin: 0 1% 20px;
    }
    .home-page-polls .poll:nth-child(3n+1) {
        clear: both;
    }
 
}

@media all and (min-width: 1150px) {

    .header {
        padding: 0 0 25px;
    }
    .header-menu {
    	margin: 0 30% 0 15%; /* Original 0 30% 0 25% */
        padding: 0;
        clear: none;
    }
    .header-menu > ul {
        text-align: left;
    }

}

/*=====================================================
    
    DESKTOP - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
    .flyout-cart {
        right: 50%;
        margin-right: -630px;
    }

    .master-wrapper-content,
    .home-page-polls .centering,
    .master-wrapper-page > .topic-block,
    .footer-centering {
        width: 1200px;
    }


    .news-list-centering {
        max-width: 1200px;
    }

    .inputs label,
    .write-review .review-rating .name-description {
        width: 34%;
    }

    .account-page .inputs label {
        width: 29%;
    }
    .cart-collaterals {
        width: 62%;
    }
    .cart-footer .totals {
        width: 30%;
    }

   
}
/*=========================================

        DESKTOP

=========================================*/

/* FORUM MAIN & SEARCH */

.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	float: left;
	line-height: 36px;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
    margin: 0 0 5px;
}
.forum-search-box-text,
.forum-search-text,
.forum-search-box .search-box-text {
	float: left;
	width: 300px;
}
.forum-search-box-button,
.forum-search-button,
.forum-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: #ccc url('../Themes/Allure/Content/img/search-button.png') center no-repeat;
	text-indent: 999px;
}
.forum-search-box .advanced {
	text-align: right;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section a {
    vertical-align: middle;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}

.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../Themes/Allure/Content/img/folder1.png') center no-repeat;
}
.forums-table-section .image div.annoucement {
	background: url('../Themes/Allure/Content/img/folder2.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../Themes/Allure/Content/img/folder3.png') center no-repeat;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 302px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .basic-search label{
    display:none;
}
.forum-search-page .basic-search .inputs.reversed label{
    display:inline-block;
    width:auto;
    margin:0 0 0 5px;
}
.forum-search-page .buttons{
    overflow:hidden;
}
.forum-search-page .buttons .forum-search-button{
    margin:0 auto;
    text-indent:0;
    background:#cccccc;
    float:none;
    border:none;
    box-shadow:none;
    width:auto;
}
.forum-search-page .buttons .forum-search-button:hover{
    border:2px solid #e87772;
}
/* BREADCRUMB & PAGERS */


.forum-breadcrumb {
	float: left;
	max-width: 600px;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
}

/* FORUM PAGE */


.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 10px;
}
.forum-page .forum-actions{
    margin:0 0 20px;
}
.forum-page .forum-name{
    float:left;
}
.forum-page .forum-info{
    overflow:hidden;
}
.forum-description{
    clear:both;
}
.forum-page .forum-name h1 {
	font-size: 18px;
}
.forum-page .link-rss {
	position: absolute;
	top: 20px;
	right: 0;
}
.topic-actions {
    overflow: hidden;
}
.topic-actions.lower .pager.lower{
    clear:both;
    margin:10px 0;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url('../Themes/Allure/Content/img/forum_icon4.png') left center no-repeat;
}
.forum-page .watch-forum {
	background: url('../Themes/Allure/Content/img/forum_icon5.png') left center no-repeat;
}
.forums-table-section.topic-group.active-discussions{
    position:relative;
}
.forums-table-section.topic-group.active-discussions .view-all{
    position:absolute;
    top:5px;
    right:30px;
}
.forums-main-page .link-rss{
    top:0;
    right:0;
}

/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-name h1{
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-header {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-options {
	float: left;
}
.forum-topic-page .topic-options a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-topic-page .reply-topic-button {
	background: url('../Themes/Allure/Content/img/forum_icon4.png') left center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url('../Themes/Allure/Content/img/forum_icon5.png') left center no-repeat;
}
.forum-topic-page .actions {
	float: right;
    margin:0 0 10px;
}
.forum-topic-page .actions   a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-link-button {
	background: url('../Themes/Allure/Content/img/forum_icon1.png') left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-link-button {
	background: url('../Themes/Allure/Content/img/forum_icon2.png') left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url('../Themes/Allure/Content/img/forum_icon3.png') left center no-repeat;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 190px;
}
.topic-post .manage {
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.topic-post .manage a:first-child {
	margin-left: 0;
}
.topic-post .manage a:hover {
	text-decoration: none;
}
.topic-post .edit-post-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 0 10px;
	border: 1px solid #ccc;
	overflow: hidden;
    width:190px;
    float:left;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-link-button,
.profile-info-box .send-pm a{
    display: inline-block;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.profile-info-box .send-pm{
    clear:both;
    display:block;
    width:190px;
}

.topic-post .pm-link-button:hover,
.profile-info-box .send-pm a:hover {
    background: #e87772;
    color: #fff !important;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 200px;
    text-align: left;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px; 
    overflow:hidden;
    position:relative;
}
.topic-post .post-head a,
.topic-post .post-head span,
.topic-post .post-head label {
	float: left;
	margin: 0 0 0 5px;
    font-size:12px;
}
.topic-post .post-head a{
    text-decoration: underline;
}
.topic-post .quote-post{
    float:left;
    max-width:82px;
    overflow:hidden;
}
.post-head .manage-post{
    float:left;
    margin:0 10px 0 0;
}
.post-head .manage-post a{
    text-decoration:none;
}
.post-head .post-actions{
    float:right;
}
.topic-post .post-vote {
    margin-left: 10px;
    float: right;
}
.topic-post .post-vote > * {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: none !important;
    margin: 0 !important;
}
    .topic-post .post-vote .vote-count-post {
        text-align: center;
        line-height: 23px;
        font-size: 13px;
        font-weight: 700;
        color: #333;
        background: #f6f6f6;
        border: 1px solid #e3e3e3;
    }
    .topic-post .post-vote .vote {
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .topic-post .post-vote .vote.up {
        background-image: url(../Themes/Allure/Content/img/icon-vote-down.png);
    }
    .topic-post .post-vote .vote.down {
        background-image: url(../Themes/Allure/Content/img/icon-vote-up.png);
    }

    .topic-post .voting-allowed .manage-post,
    .topic-post .voting-allowed .quote-post {
        margin-top: 5px;
    }

.profile-info-box,
.user-last-posts {
	overflow: hidden;
    padding: 20px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-style: italic;
}
.profile-page .topic-data {
	color: #999;
}

/* FORUM EDIT & SEND MESSAGE */

.forum-edit-page label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
    vertical-align: middle;
}
    .private-message-send-page a {
        display: inline-block;
        vertical-align: middle;
    }
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.forum-edit-page .buttons input:hover,
.private-message-send-page .options input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .options input:hover{
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .options input[type="submit"],
.private-message-view-page .options input.button-1,
.move-topic-page .buttons input,
.send-pm-button,
.cancel-pm-button,
.reply-pm-button,
.delete-pm-button {
    margin: 0 0 10px;
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.forum-edit-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .options input[type="submit"]:hover,
.private-message-view-page .options input.button-1:hover,
.move-topic-page .buttons input:hover,
.send-pm-button:hover,
.cancel-pm-button:hover,
.reply-pm-button:hover,
.delete-pm-button:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
}

.private-message-send-page .message label {
	display: none;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message div {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    padding: 20px;
    background: #fff;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

@media all and (max-width: 480px) {

    .profile-info-box .user-details {
        float: none;
        margin: 0 auto 20px;
    }

    .profile-info-box .profile-stats {
        margin: 0;
        clear: both;
    }
    .forums-table-section-title .link-rss {
        margin: -10px 0 0;
        background-color:none;
    }
    .profile-info-box .avatar,
    .profile-info-box .profile-stats,
    .profile-info-box .send-pm{
        text-align:center;
        float:none;
        margin:0 auto 10px;
    }

}
@media all and (max-width: 768px){
    .current-time{
        float:none;
    }
    .forums-table-section.topic-group.active-discussions .view-all{
        right:35px;
    }
    .forum-breadcrumb {
        float: none;
        margin:auto;
        max-width: 90%;
        text-align: center;
    }
    .forum-page .link-rss{
        right:20px;
    }
    .forum-actions {
        margin: 0 auto 10px;
    }
    .forum-page .forum-name{
        float:none;
    }
    .topic-post .post-info,
    .topic-post .post-content{
        float:none;
        width:100%;
        margin:0;
        overflow:hidden;
    }
    .topic-post .user-info{
        overflow:hidden;
    }
    .topic-post .avatar{
        float:none;
        margin:0 auto 10px;
    }
    .forum-topic-page .actions{
        float:none;
        margin:0 auto 10px;
    }
    .send-pm a{
        padding:10px;
        display:inline-block;
    }

}
@media all and (max-width: 1024px){
    .forum-search-page .advanced-search .inputs label{
        width:100%;
    }
    .forum-edit-page label{
        width:100%;
    }
    .forum-edit-page .toolbar,
    .forum-edit-page textarea{
        margin:0 auto 10px;
    }
    .forum-edit-page .inputs.reversed label{
        display:inline-block;
        width:auto;
        margin:0 0 0 5px;
    }
    .forum-breadcrumb{
        float:none;
        text-align:center;
        max-width:100%;
    }
}
@media all and (min-width: 768px) {
    .forums-header .current-time{
        clear:both;
    }

}

@media all and (min-width:1281px) {

    .forum-edit-page textarea, .private-message-send-page textarea {
        margin-left: 340px;
    }

    .forum-edit-page .toolbar, .private-message-send-page .toolbar {
        margin-left: 335px;
    }

    .forum-edit-page label, .private-message-send-page label {
        width: 330px;
    }

    .inputs.reversed input[type="checkbox"] + label {
        width: auto;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1060;
}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    width: auto;
    height: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Allure/Content/img/loader.gif') no-repeat fixed 50% 50%;
    opacity: 0.7;
    z-index: 1070;
}
.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
    margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}

/*** QUANTITY BOX & BUY BUTTON ***/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}
.ajax-cart-button-wrapper {
    display: inline-block;
}
.product-list .item-box .add-info .ajax-cart-button-wrapper {
    display: block;
    position: static;
    float: left;
    margin: 0 1px 0 0;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    margin-right: -2px;
    padding: 8px 0;
    border: 2px solid #e87772;
    width: 36px;
    background: #fff;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.ajax-cart-button-wrapper select {
    width: auto;
}
.item-box .add-info .ajax-cart-button-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-box .add-info .ajax-cart-button-wrapper button {
    margin: 0;
}
.item-box .add-info .ajax-cart-button-wrapper > *{
    vertical-align: middle;
}
.item-box .add-info .ajax-cart-button-wrapper .productQuantityTextBox{
    float: none;
}

/****** MAIN WINDOW *****/

.ajaxCart {
    position: absolute;
    padding: 0 !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
    z-index: 1070;
}
.ajaxCart li {
    list-style: none;
}
.ajaxCart .k-window-titlebar.k-header {
    min-height: 48px;
	margin: 0 !important;
    padding: 15px;
    border-bottom: 3px solid #e87772;
}
.productAddedToCartWindowTitle {
    right: 0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    z-index: 1;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
    background: url(../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Allure/Content/img/icon-close.png) no-repeat center;
	font-size: 0;
}
.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px;
    color: #555;
    line-height: 18px;
}

/*** SINGLE PRODUCT WINDOW ***/

.ajaxCart div.productAddedToCartItem {
    width: 375px;
}
.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 0 #eee;
}
.ajaxCart .gallery .picture:before {
    display: none;
}
.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 160px;
    height: 160px;
    text-align: center;
}
.productAddedToCartWindowImage a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    line-height: 0;
}
.productAddedToCartWindowImage img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}
.productAddedToCartWindowDescription h1 {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
}
.productAddedToCartWindowDescription h1 a {
    color: #555;
}
.productAddedToCartWindowDescription h1 a:hover {
    color: #000;
}
.productAddedToCartWindowDescription strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #e87772;
}
.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}
.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.productAddedToCartWindowSummary a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    min-width: 170px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    color: #555;
}
.productAddedToCartWindowSummary a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ddd;
}
.productAddedToCartWindowSummary a:hover {
    text-decoration: underline;
}
.productAddedToCartWindowSummary div {
    margin-top: 10px;
}
.ajaxCart .addProductToCartErrors {
    padding: 10px;
}
.ajaxCart .productAddedToCartWindowCheckout {
    padding: 12px 18px;
    border: 2px solid #fff;
    background: #e87772;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
}

/*** GROPED PRODUCTS WINDOW ***/

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
	outline: -webkit-focus-ring-color auto 0;
}
.miniProductDetailsView {
	background-color: #f6f6f6;
}
.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}
.miniProductDetailsView .product-name {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
	height: 17px;
	overflow: hidden;
    font-size: 16px;
    text-align: center !important;
}
.miniProductDetailsView .product-details-page .overview {
    margin: 0 0 0 147px;
    width: auto;
}
.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
    width: 330px;
}
.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}
.miniProductDetailsView .product-essential .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
	width: auto !important;
    max-width: 250px;
    font-size: 0;
}
.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}
.miniProductDetailsView .product-essential .picture img {
    position: static;
	z-index: 0 !important;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
    margin-bottom: 0;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.miniProductDetailsView .attributes select {
    padding: 4px;
    max-width: 175px;
}
.miniProductDetailsView .product-variant-line {
    margin: 0;
}
.miniProductDetailsView .prices {
    margin-bottom: 10px;
}
.miniProductDetailsView .customer-entered-price {
    margin-bottom: 10px;
}
.miniProductDetailsView .enter-price-input {
    padding: 4px;
    width: 69px;
}
.miniProductDetailsView .giftcard {
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
}
.miniProductDetailsView .giftcard div {
    text-align: center;
}
.miniProductDetailsView .giftcard label {
    width: 100%;
    margin: 0 0 7px;
    text-align: center;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .prices .rental-price {
    font-size:12px;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: left;
}
.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}
.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    width: 375px;
    margin: 10px 0 0;
}
.ajaxCart .product-grid .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
}
.ajaxCart .product-grid .title:before, 
.ajaxCart .product-grid .title:after {
    display: none;
}
.ajaxCart .product-grid .title strong {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    width: 100%;
}
.ajaxCart .product-grid .item-box {
    width: 117px;
    margin: 0 4px 8px;
}
.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
	width: 100%;
    height: auto;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .hover-details {
    display: none !important;
}
.ajaxCart .product-grid .item-box .visible-details {
    height: auto;
}
.ajaxCart .product-grid .item-box .product-title {
    border: 0;
    height: 31px;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    font-size: 12px;
    padding-top: 2px;
}
.ajaxCart .item-box .prices,
.ajaxCart .item-box .buttons {
    display: none;
}
.ajaxCart .item-box .product-rating-box {
    display: none;
}
.ajaxCart .item-box .quick-view-button {
    display: none !important;
}
.ajaxCart .tax-shipping-info {
    text-align: left;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.item-box:hover .ribbon-position,
.item-holder:hover .ribbon-position {
    opacity: 0;
}
.gallery .ribbon-wrapper {
    max-width: 100%;
}
    .gallery .ribbon-wrapper .picture {
        margin: 0;
    }

@media all and (min-width: 240px) and (max-width: 1024px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
    }

}

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}




 /* fix for the accordion content so that no scrolls are shown*/
.quickViewWindow .ui-accordion-content {    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;        
}

.product-grid .buttonOverlay {
    display: none !important;
}
.product-list .item-box .buttonOverlay {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    background: rgba(0,0,0,0);
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-list .item-box:hover .buttonOverlay {
    background: rgba(0,0,0,0.2);
}

/********* START BUTTON *********/

.quickViewData {
    display: none;
}
.product-grid .quick-view-button {
    display: inline-block;
    vertical-align: middle;
}
.product-list .quick-view-button {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -190px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.product-list .item-box:hover .quick-view-button {
    opacity: 1;
}

.quick-view-button a {
    display: block;
}

    .product-grid .quick-view-button a {
        overflow: hidden;
        margin: 0 -1px;
        padding: 6px 12px;
        border: 2px solid #fff;
        width: 36px;
        height: 36px;
        background-image: url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/icon-qv-button.png);
        background-color: #e87772;
        background-position: -2px -2px;
        background-repeat: no-repeat;
        text-indent: -999px;
        white-space: nowrap;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        text-align: center;
        color: inherit;
        cursor: pointer;
    }
        .product-grid .quick-view-button a:hover {
            background-position: -2px -38px;
            background-color: #e87772;
        }

    .product-list .quick-view-button a {
        position: relative;
        padding: 8px 21px 8px 46px;
        border: 2px solid #e87772;
        background: #fff;
        text-transform: uppercase;
        font-size: 14px;
        color: #e87772;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        transition: all .15s;
    }
    .product-list .quick-view-button a:before {
        content: '.';
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 32px;        
        background: #e87772 url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/icon-qv-button.png) 0 -38px;
        font-size: 0;
        text-indent: -9999px;
    }
    .product-list .quick-view-button a:hover:before {
        background-position: 0 -2px;
    }
    .product-list .quick-view-button a:hover {
        background-position: left -2px;
        background-color: #e87772;
        color: #fff;
    }



/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.quickView .k-loading-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/loading-image.gif') center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW **********/

.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    min-width: 600px !important;
    box-shadow: 0 0 15px #444;
    background: #fff;
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 640px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
.quickViewWindow .product-essential {
    padding: 0;
}
.quickViewWindow .popup-header {
    margin: 0;
    border-bottom: 5px solid #e87772;
    background: 0;
    padding: 10px 40px;
}
    .quickViewWindow .product-name {
        font-size: 20px;
        line-height: normal;
        padding: 0;
        text-align: center;
    }

.quickView .k-window-titlebar.k-header {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {    
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 9999px;
}
    .quickView .k-window-titlebar.k-header .k-window-actions a {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/icon-close.png) no-repeat center;
    }

.quickViewWindow .product-essential {
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .quickViewWindow .product-essential:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.quickViewWindow .popup-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    padding: 0 40px;
}

.quickViewWindow .product-name {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY & OVERVIEW *********/
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/blank.png');
}

.quickView .cloudzoom-zoom-inside {
    z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

    .quickView .cloudzoom-zoom-inside img {
        right: auto !important;
        bottom: auto !important;
        max-width: none !important;
        max-height: none !important;
    }

.quickView .cloudzoom-ajax-loader {
    top: 50% !important;
    left: 50% !important;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/ajax_loader_big.gif');
}

.quickView .picture a + img {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/* transitional image (on thumbnail click) */
.quickViewWindow .gallery {
    float: left;
    overflow: visible;
    display: block; /*Cloud Zoom css override*/
    margin: 20px 0 20px 15px;
    width: 240px;
}
.quickViewWindow .gallery .picture {    
    float: none;
	width: 240px;
    background: #fff;
	text-align: center;
    line-height: 0;
}
.quickViewWindow .gallery .picture:before {
	display: none;
}
.quickViewWindow .gallery .picture a {
    width: 250px;
    border: none;
    overflow: hidden;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
    max-height: none;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img,
.quickViewWindow .also-purchased-products-grid .picture img {
    z-index: 0 !important;
}
.quickViewWindow .gallery .picture a img {
    position: static;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
    position: relative;
    float: left;
    margin: 0 4px 8px;
    overflow: hidden;
	width: 72px;
	height: 72px;
    background: #fff;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.quickViewWindow .gallery .thumbnails a img:hover {
    opacity: 0.7; /*cloud zoom only*/
}

.quickViewWindow .links-panel {
    margin-top: 15px;
    padding: 10px 0;
}

.quickViewWindow .links-panel a {
    display: inline-block;
    padding: 10px 15px 10px 0;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/icon-link.png') right 15px no-repeat;
    font-size: 16px;
    text-align: left;
    color: #555;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}

/********** OVERVIEW *********/

.quickViewWindow .overview {
    float: right;
    margin: 20px 10px 20px 0;
    width: 365px;
}
    .quickViewWindow .overview #accordion {
        width: auto;
    }
.quickViewWindow #accordion > h3 {
    position: relative;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: #ececec;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer;
}
.quickViewWindow #accordion .product-details {
    position: relative;
    margin: 0;
    padding: 10px;
    border: 1px solid transparent;
}

.quickViewWindow .overview .left {
    float: left;
    max-width: 60%;
    margin-bottom: 5px;
    text-align: left;
}

.quickViewWindow .overview .right {
    float: right;
    margin-bottom: 5px;
    text-align: right;
}

    .quickViewWindow .overview .left > *,
    .quickViewWindow .overview .right > * {
        margin-bottom: 5px;
        overflow: hidden;
    }

.quickViewWindow .overview .tier-prices {
    clear: both;
}

.quickViewWindow .overview .attributes {
    clear: both;
    margin: 0;
    border: none;
    padding: 0;
}

    .quickViewWindow .overview .attributes dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .quickViewWindow .overview .attributes dl > * {
        float: left;
    }

    .quickViewWindow .overview .attributes dt {
        clear: left;
        width: 100px;
        margin: 0 10px 5px 0;
        text-align: left;
    }

    .quickViewWindow .overview .attributes dd {
        margin-bottom: 10px;
    }

.quickViewWindow .overview .purchase-area {
    clear: both;
    margin-top: 10px;
    border-top: 1px dashed #999;
    overflow: hidden;
    padding: 10px 0 0;
}

.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}
.quickViewWindow .overview .short-description, 
.quickViewWindow .overview .stock, 
.quickViewWindow .overview .manufacturers, 
.quickViewWindow .overview .product-reviews-overview {
    clear: both;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/arrow-opened.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Allure/Content/images/arrow-closed.png) center no-repeat;
}
.quickViewWindow .back-in-stock-subscription {
	clear: left;
}

.quickViewWindow .overview .manufacturers,
.quickViewWindow .overview .add-to-cart,
.quickViewWindow .overview .prices,
.quickViewWindow .overview .buttons, 
.quickViewWindow .download-sample {
    border-bottom: 0;
}

.quickViewWindow .attributes select {
    max-width: 220px;
}
.quickViewWindow .rental-price{
    font-size:12px;
}
.quickViewWindow .purchase-area .prices,
.quickViewWindow .overview .add-to-cart {
    text-align: center;
}
.quickViewWindow .overview .qty-label {
    margin: 0;
    display: none;
}
.quickViewWindow .overview .attributes dt{
    overflow:hidden;
    min-width:100px;
    width:auto;
}
.quickViewWindow .overview .attributes dt .attribute-description > p{
    white-space:pre-wrap;
}


/********** VARIANTS *********/


.quickViewWindow #accordion .variants-in-grid {
    padding: 10px 6px;
}

.quickViewWindow .product-variant-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

    .quickViewWindow .product-variant-list .item-row {
        overflow: hidden;
        margin-bottom: 10px;
    }

.quickViewWindow .variant-grid-info {
    border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}

.quickViewWindow .product-variant {
    display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
    margin: 0 0 0 5px;
    overflow: hidden;
    text-align: center;
}

    .quickViewWindow .product-variant:nth-child(2n+1) {
        margin-left: 2px;
    }

.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    line-height: normal !important;
}

.quickViewWindow .moreInfoHover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    padding: 3px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
    left: 136px;
}

.quickViewWindow .product-variant:hover .variant-info {
    left: 0;
}

.quickViewWindow .variant-info .variant-name {
    max-height: 28px;
    overflow: hidden;
}

    .quickViewWindow .variant-info .variant-name a {
        color: #fff;
    }

.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
    padding: 6px;
    background: 0;
    height: auto;
}
    .quickViewWindow .variant-info .prices:before {
        display: none;
    }
    
    .quickViewWindow .variant-info .prices > * {
        float: none;
    }

.quickViewWindow .product-variant .prices label {
    display: none;
}

.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}

.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}
.quickViewWindow .variant-info .product-price {
	color: #46c688;
}



/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {
    overflow: hidden;
    margin: 20px 0 0;
    clear: both;
}
.quickViewWindow .product-grid .title {
    display: block;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
    .quickViewWindow .product-grid .title:before, .quickViewWindow .product-grid .title:after {
        display: none;
    }
    .quickViewWindow .product-grid .title strong {
        font-size: 18px;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px;
        width: 100%;
    }
.quickViewWindow .item-grid {
    padding: 0;
    overflow: hidden;
}
.quickViewWindow .product-grid .item-box {
    width: 156px;
    margin: 0 2px;
}
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
    height: auto;
}
.quickViewWindow .product-grid .item-box .picture a {
    display: block;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    line-height: 0;
}
.quickViewWindow .product-grid .item-box .hover-details {
    display: none !important;
}
.quickViewWindow .product-grid .item-box .visible-details {
    height: auto;
}
.quickViewWindow .product-grid .item-box .product-title {
    border: 0;
    height: 40px;
}
.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    font-size: 15px;
    padding-top: 2px;
}
.quickViewWindow .item-box .prices,
.quickViewWindow .item-box .buttons {
    display: none;
}
.quickViewWindow .item-box .product-rating-box {
    display: none;
}

/********* COLOR SQUARES ********/

.quickViewWindow .color-squares input {
	position: static;
    z-index: 0;
}


/********* GIFTCARD *********/


.quickViewWindow .giftcard {
    clear: both;
    box-shadow: none;
}
.quickView .giftcard > div {
    float: none;
    overflow: hidden;
    margin-bottom: 5px;
    width: auto;
}

.quickView .giftcard > div > * {
    float: left;
}
.quickViewWindow .giftcard label {
    float: none;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 0 5px;
}
.quickViewWindow .giftcard input[type="text"], 
.quickViewWindow .giftcard textarea {
    width: 100%;
}
.quickView .giftcard textarea {
    resize: none;
}

/********* THEME SPECIFIC *********/



.quickViewWindow .color-squares li {
    margin: 0;
}
.quickViewWindow .color-squares label {
	line-height: 1;
}
.quickViewWindow .color-squares .color-container {
    line-height: 0;
    margin: 3px 0;
}

@media all and (max-width: 1024px) {

    .quickViewWindow .color-squares .color {
        width: 30px;
        height: 30px;
    }

    .quickViewWindow .links-panel a {
        padding: 10px 0 10px 15px;
    }
}

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
/* background */

#goToTop,
.eu-cookie-bar-notification button,
.header-links-wrapper,
.shopping-cart-link > a,
.side-2 .block .title,
.side-2 .block .list a:after,
.side-2 .block .list strong:after,
.side-2 .block .view-all a:hover,
.listbox .poll .buttons input:hover,
.product-grid .item-box .visible-details:before,
.item-box input[type="button"]:hover,
.item-box .add-info input[type="button"].add-to-compare-list-button,
.item-box .add-info input[type="button"].add-to-wishlist-button,
.item-box .add-info input[type="button"].add-to-compare-list-button:hover,
.item-box .add-info input[type="button"].add-to-wishlist-button:hover,
.product-list .item-box:after,
.manufacturer-item .title:before,
.free-shipping,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.write-review .button-1,
.wishlist-content .button-2:hover,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.account-page .page-title h1:after,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.account-page .button-2:hover,
#check-availability-button,
.address-item .buttons:before,
.order-item .buttons:before,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.checkout-page .button-2.order-completed-continue-button,
.order-details-page .actions input,
.search-input .button-1,
.news-items .news-item:after,
.new-comment .button-1,
.contact-vendor input[type='button'],
.shopping-cart-page .cart-footer .button-2:hover,
.common-buttons .update-cart-button:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.shopping-cart-page .common-buttons .continue-shopping-button,
.shopping-cart-page .common-buttons .continue-shopping-button:hover,
.shopping-cart-page .common-buttons .update-cart-button,
.product-variant-line:before,
.flyout-cart:before,
.mini-shopping-cart input[type="button"],
.store-search-box .search-box-button,
.header-menu > ul > li > a:after,
.header-menu > ul > li > span:after,
.header-menu .sublist:before,
.cart th,
.data-table th,
.forums-table-section th,
.ajaxCart .productAddedToCartWindowCheckout,
.ui-slider-range,
.nopAjaxFilters7Spikes .close-filters,
.mega-menu .dropdown:before,
.previous-product,
.next-product,
.product-grid .quick-view-button a,
.product-list .quick-view-button a:hover,
.home-page-polls,
.footer-upper,
.forum-edit-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input,
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .options input[type="submit"],
.private-message-view-page .options input.button-1,
.forum-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover,
.move-topic-page .buttons input,
.ui-datepicker-calendar td:hover a,
.checkout-page h1:after,
.product-grid .quick-view-button a:hover,
.ropc .estimate-shipping button:hover,
.ropc .coupon-code button:hover,
.ropc .complete-button button,
.rich-blog-homepage .blog-post:after,
.rich-blog-homepage .view-all a:hover,
.blog-search-box .search-box-button,
.post-navigation a:before,
.header-menu .sublist-wrap:before,
.newsletter-subscribe-popup {
  background-color: #00537D;
}
/* text color */

.eu-cookie-bar-notification a,
.fieldset .title,
.required,
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error,
.footer-middle .footer-block a:hover,
.side-2 .block .view-all a,
.block .tags li a:hover,
.listbox .poll .buttons input,
.item-box .actual-price,
.item-box input[type="button"],
.pager li span,
.pager li a:hover,
.overview .product-price span,
.variant-overview .product-price span,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.variant-overview .add-to-wishlist-button,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.product-tags-list li:hover > *,
.product-reviews-page .title,
.write-review .button-1:hover,
.wishlist-content .button-2,
.compare-products-page .button-2,
.compare-products-page .clear-list:hover,
.compare-products-page .button-2:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.email-a-friend-page .title a:hover,
#username-availabilty,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.login-page .title,
.login-page .topic-block-title,
.forgot-password:hover,
.account-page .button-2,
#check-availability-button:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .cart-footer .button-2,
.common-buttons .update-cart-button,
.order-details-page .page-title a,
.shopping-cart-page .common-buttons .continue-shopping-button:hover,
.cart-total tr:last-child td:last-child,
.order-completed .details a:hover,
.checkout-page .button-2.order-completed-continue-button:hover,
.opc .back-link a:hover,
.order-details-page .actions input:hover,
.search-input .button-1:hover,
.sitemap-page .entity-title,
.sitemap-page a:hover,
.news-title:hover,
.post-head .post-title,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.new-comment .button-1:hover,
.vendor-list a:hover,
.contact-vendor input[type='button']:hover,
.product-tags-all-page .product-tags-list a:hover,
.mini-shopping-cart .count a,
.mini-shopping-cart .price span,
.mini-shopping-cart input[type="button"]:hover,
.cart a:hover,
.data-table a:hover,
.forums-table-section a:hover,
.compare-products-table a:hover,
.compare-products-table .product-price td,
.productAddedToCartWindowDescription strong,
.ajaxCart .productAddedToCartWindowCheckout:hover,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.priceRangeCurrentPricesPanel span,
.specification-current-value-panel span,
.instant-search-item .detail .price,
.mega-menu .box li a:hover,
.product-grid .quick-view-button a:hover,
.product-list .quick-view-button a,
.poll .buttons input:hover,
.forum-edit-page .buttons input:hover,
.private-message-send-page .options input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .options input:hover,
.forum-edit-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .options input[type="submit"]:hover,
.private-message-view-page .options input.button-1:hover,
.forum-post .pm-link-button,
.profile-info-box .pm-link-button,
.move-topic-page .buttons input:hover,
.ropc .complete-button button:hover,
.news-items .read-more,
.ropc button[disabled]:hover,
.ropc .section-title,
.ropc button,
.rich-blog-homepage .read-more,
.rich-blog-homepage .view-all a,
.blog-instant-search .rich-blog-autocomplete-last-item .rich-blog-search-item,
.blog-page .post-title:hover,
.blog-page .buttons .read-more,
.blog-page .buttons .read-comments,
.post-relations li a,
.blog-page .tags ul a,
.blogpost-page .tags ul a,
.search-term-highlighter,
p .search-term-highlighter {
  color: #00537D;
}
/* border color */

.eu-cookie-bar-notification,
.side-2 .block .list li.active > a,
.side-2 .block .list li.active > strong,
.side-2 .block .view-all a,
.listbox .poll .buttons input,
.item-box input[type="button"],
.overview .discontinued-product,
.overview .qty-input,
.variant-overview .qty-input,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.variant-overview .add-to-wishlist-button,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.write-review .button-1:hover,
.wishlist-content .button-2,
.compare-products-page .page-title h1,
.contact-page .page-title h1,
.email-a-friend-page .page-title h1,
.apply-vendor-page .page-title h1,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.login-page .page-title h1,
.account-page .button-2,
#check-availability-button:hover,
.order-progress ul,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .cart-footer .button-2,
.common-buttons .update-cart-button,
.order-details-page .page-title a,
.shopping-cart-page .common-buttons .continue-shopping-button:hover,
.order-review-data ul,
.checkout-page .button-2.order-completed-continue-button:hover,
.opc .step,
.order-details-area ul,
.order-details-page .actions input:hover,
.shipment-details-page .shipment-overview > ul,
.search-input .button-1:hover,
.sitemap-page .page-title h1,
.new-comment .button-1:hover,
.blog-comment,
.news-comment,
.news-list-page .page-title h1,
.blog-page .page-title h1,
.product-tags-all-page .page-title h1,
.contact-vendor input[type='button']:hover,
.topic-page .page-title h1,
.mini-shopping-cart input[type="button"]:hover,
.cart th,
.data-table th,
.forums-table-section th,
.ajax-cart-button-wrapper input[type="text"],
.ajaxCart .k-window-titlebar.k-header,
.ajaxCart .productAddedToCartWindowCheckout:hover,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.product-list .quick-view-button a,
.quickViewWindow .popup-header,
.forum-edit-page .buttons input:hover,
.private-message-send-page .options input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .options input:hover,
.forum-edit-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .options input[type="submit"]:hover,
.private-message-view-page .options input.button-1:hover,
.forum-post .pm-link-button,
.profile-info-box .pm-link-button,
.move-topic-page .buttons input:hover,
.ropc .complete-button button:hover,
.ropc button,
.rich-blog-homepage .view-all a,
.blog-search-results li,
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  border-color: #00537D;
}
@media all and (min-width: 240px) and (max-width: 1024px) {
  /* background */
  
  .search-box,
  .responsive-nav-wrapper .search-wrap span,
  .responsive-nav-wrapper .filters-button span,
  .header-menu .close-menu,
  .header-menu ul li.back-button {
    background-color: #00537D;
  }
}

