/*********** CSS RESET **********/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #dd078b;
    transition: 0.3s;
}

a:focus {
    color: #dd078b;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

.no-padding {
    padding: 0px !important;
}

.bold-text {
    font-weight: 600
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: #333e48;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333e48;
}

a {
    color: inherit;
    cursor: pointer;
}

a img {
    opacity: 0.99;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 36px;
    /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    border-radius: 50px;
}

input,
textarea,
select {
    font-size: 14px;
    color: #333e48;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 40px;
    /*safari padding fix*/
    padding: 6px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    padding: 0 20px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #333e48;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    cursor: pointer;
}

label,
label+* {
    vertical-align: middle;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(224, 7, 140, 0.55);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
}

#return-to-top i , #return-to-top em {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(224, 7, 140);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 {
    margin: 0 0 0px;
}

.center-2,
.side-2 {
    margin: 0 0 50px;
}

.side-2:after {
    content: "";
    display: block;
    clear: both;
}

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    /* border-bottom: 1px solid #ddd; */
    padding: 6px 10px;
}

.page-title h1 {
    font-size: 30px;
    font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 0 0 30px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('/Themes/TieDye/Content/images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.tab-content .full-description {
    margin-bottom: 30px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 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 {
    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 {
    margin: 10px 0;
    text-align: justify;
}

.flyout-cart {
    display: none;
}


/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
    position: relative;
    margin: 0 0 20px;
}

.fieldset .title,
.section .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #333e48;
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}

.form-fields {
    position: relative;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    /*fix for 'required' elements*/
    font-size: 0;
    /* display: table; */
    /* margin: auto; */
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
    color: #333e48;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
}

.inputs.custom-attributes {
    white-space: normal;
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}

.inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: left;
}

.required {
    margin: 0 -8px 0 3px;
    /*siblings offset*/
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    position: absolute;
    top: 5px;
    right: 10px;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.captcha-box>div {
    display: inline-block;
    max-width: 100%;
}

.captcha-box input {
    height: auto;
}


/*********** GLOBAL TABLES ***********/

.table-wrapper {
    overflow-x: auto;
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: 1px solid #dfdfdf;
    color: #333e48;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
    display: none;
}

.forum-table td.image {
    min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 10px;
    color: #333e48;
    border: none;
    vertical-align: middle;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #e0078c;
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 201px;
    text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
    font-weight: 600;
    font-style: normal;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #e0078c;
    text-decoration: none;
}

.cart .product .edit-item {
    margin: 10px 0 0;
}

.cart .product .edit-item a {
    font-weight: normal;
    color: #4ab2f1;
}

.cart .product .edit-item a:hover {
    text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 100px;
    text-align: center;
    border: 1px solid #dfdfdf;
    text-align: left;
    border-radius: 50px;
    padding: 0px 20px;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #333e48;
}

.cart td.subtotal .discount {
    font-style: italic;
    color: #4ab2f1;
}

.data-table em a {
    font-weight: bold;
    color: #333e48;
}

.data-table div.download {
    margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification .content {
    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;
    height: 32px;
    margin: 7px;
    background: #fff url('/Themes/TieDye/Content/images/close.png') center no-repeat;
    cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333e48;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #333e48;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('/Themes/TieDye/Content/images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('/Themes/TieDye/Content/images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

.ui-dialog-titlebar>span {
    float: left;
    font-size: 18px;
    color: #333e48;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('/Themes/TieDye/Content/images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('/Themes/TieDye/Content/images/close.png') center no-repeat !important;
    padding: 0 !important;
}

.ui-dialog-titlebar button span {
    display: none !important;
}

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #333e48;
}

.ui-dialog-content .page {
    min-height: 0;
}

.ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.ui-dialog-content .page-title h1 {
    font-size: 24px;
    line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
    margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
    border: none;
    background-color: #e0078c;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 60px;
    width: 150px;
    cursor: pointer;
}

.back-in-stock-subscription-page .tooltip {
    display: none;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #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: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
}

.eu-cookie-bar-notification button:hover {
    background-color: #248ece;
}

.eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
}

.eu-cookie-bar-notification a:hover {
    text-decoration: underline;
}


/*********** HEADER ***********/

.full-width {
    width: 100%
}

.no-border {
    border: none !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

span.none {
    display: none;
}

.main-header-wrapper {
    text-shadow: 0 0 black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.leftTopHeader .headerTextWrapper {
    float: left;
    margin-right: 10px;
}

.leftTopHeader .headerTextWrapper i {
    color: #e0078c;
    margin-right: 5px;
    font-weight: bold;
}

.leftTopHeader .headerTextWrapper span {
    line-height: 40px;
    color: #334141;
}

.leftTopHeader .headerTextWrapper a:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #ff69c3;
}

.RightTopHeader {
    text-align: left;
}

.RightTopHeader .headerTextWrapper {
    float: right;
    margin-right: 8px;
    color: #334141;
}

.RightTopHeader .headerTextWrapper a {
    display: block;
}

.RightTopHeader .headerTextWrapper a:hover {
    color: #dd078b;
    text-decoration: none;
    transition: 0.4s;
}

.RightTopHeader .headerTextWrapper img {
    float: left;
    display: inline-block;
    padding-top: 8px;
    margin-right: 5px;
}

.RightTopHeader .headerTextWrapper span {
    line-height: 41px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

#customerCurrency {
    border: none;
    padding: 0;
    float: left;
    padding: 0px;
    height: 20px;
    margin-top: 9px;
}

#customerCurrency:hover {
    transition: 0.4s
}

.currency-selector {
    /* float: left; */
    display: inline-block;
}

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

.admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
}

.admin-header-links .impersonate {
    display: inline-block;
}

.admin-header-links .impersonate a {
    background-color: #555;
    padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
    background-color: #666;
}

.header {
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
    width: 100%;
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eaeaea;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-selectors-wrapper>div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle;
}

.header-selectors-wrapper select {
    width: 100%;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

.language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

.language-list a {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    line-height: 0;
}

.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links {
    margin-top: 0;
}

.header-links ul {
    font-size: 0;
    display: inline-block;
    min-width: 130px;
    text-align: right;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.header-links ul li a>img {
    width: 20px;
}

.header-links ul li .img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 12px;
    /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
}

.cart-qty {
    background: #e0078c;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -1px;
}

.header-links a:hover {
    color: #4ab2f1;
}

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: transparent;
    padding: 0 20px;
    position: relative;
}

#topcartlink a {
    background: url('/Themes/TieDye/Content/images/cart-icon.jpg') left center no-repeat;
    padding: 0 0 0 20px;
    background-size: 20px;
    height: 40px;
    width: 40px;
}

.header-lower {
    position: relative;
    z-index: 0;
    padding: 0px 0;
}

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
}

.header-logo a img {
    max-width: 100%;
    opacity: 1;
}

.search-box form {
    display: inline-block;
    width: 60%;
    float: left;
}

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.header-search-wrapper {
    display: none;
    top: 100%;
    position: absolute;
    right: 0;
    background: #ffffffb0;
    padding: 15px;
    box-shadow: 0 0 5px #adadad;
}

.PinkSearch {
    border: 2px solid #e0078c;
    /* padding: 1px; */
    border-radius: 20px;
    /* padding: 5px; */
    margin-top: 0;
    width: 100%;
    width: 380px;
    background: #fff;
    overflow: hidden;
    display: flex;
}

.PinkSearch .search-box-button {
    width: 100px;
    border: none;
    background: #e0078c;
    color: #fff;
    font-weight: 600;
}

.PinkSearch input.search-box-text {
    /* width: 200px; */
    height: 36px;
    margin: 0 -1px 0 0;
    border-radius: 20px;
    border: none;
    padding-left: 20px;
    width: 60%;
}

.search-box .search-box-button {
    float: right;
    /* min-width: 56px; */
    height: 37px;
    border: none;
    background-color: #e0078c;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0px;
    background-image: Url("/Themes/TieDye/Content/images/Images/FindIcon.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 20px 20px 0px;
    margin-top: -1px;
    margin-right: -3px;
    display: inline-block;
    width: 10%;
}

.search-box .ui-autocomplete-loading {
    background: #fff url('/Themes/TieDye/Content/images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
}

.ui-autocomplete li {
    border-top: 1px solid #ddd;
}

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}


/*********** FOOTER ***********/

.footerheadphone img {
    margin-right: 10px;
}

.Payment-wrapper img {
    max-width: 35px;
}

.footer-address {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.footer-contact h5 {
    font-weight: 600;
}

.footer-contact h4 {
    font-size: 20px;
    font-weight: 600;
}

.footer-logo img {
    max-width: 100%;
    width: 140px;
    margin-left: -20px;
}

.newsletter-subscribe {
    margin-top: 18px;
    border-radius: 0;
    /* background: #fff; */
    padding: 0;
    position: relative;
    margin: 0;
    width: 800px;
    margin: auto;
    max-width: 100%;
}
.newsletter-block{}
.newsletter-title{
    color: #fff;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.newsletter-title strong{
    font-weight: 500;
}

.card-list-img {
    width: 100%;
    text-align: center;
    display: table;
    margin: 30px 0 0;
}

.card-list-img img {
    width: 290px;
}

.footer {
    background-color: #383838;
    text-align: center;
}

.footer-upper {
    margin: auto;
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden;
    padding: 40px 0;
    font-size: 0;
    background: #383838;
    width: 95%;
}

.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: left;
    font-size: 14px;
    /*reset zeroing*/
}

.footer-block .title {
    margin: 0 0 1px;
    background: #e0078c url(/Themes/TieDye/Content/images/toggle-white.png) right center no-repeat;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.footer-block .title strong {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.footer-block .list {
    display: none;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 10px 15px;
}

.footer-block .list a {
    display: block;
    padding: 10px 15px;
    line-height: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-weight: 300;
    line-height: 23px;
}

.footer-block .list a:hover {
    color: #e0078c;
    transition: 0.3s;
}

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
}

.follow-us .social ul {
    margin: 0 0 0px;
    /* border-bottom: 1px solid #ddd; */
    padding: 0 0 20px;
    font-size: 0;
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}

.follow-us .social a {
    display: block;
    width: 30px;
    height: 38px;
    /* background: url('/Themes/TieDye/Content/images/social-sprite.png') no-repeat; */
    font-size: 0;
    font-size: 23px;
    color: #7c7c7c;
}

.follow-us .social .facebook a {
    background-position: 0 0;
}

.follow-us .social .twitter a {
    background-position: -38px 0;
}

.follow-us .social .rss a {
    background-position: -76px 0;
}

.follow-us .social .youtube a {
    background-position: -114px 0;
}

.follow-us .social .google-plus a {
    background-position: -152px 0;
}

.newsletter-email {
    overflow: hidden;
}

.newsletter-email input[type="text"] {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-subscribe-button:hover {
    background-color: #248ece;
}

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    /* overflow: hidden; */
    line-height: 28px;
}

.newsletter-result {
    display: none;
    position: absolute;
    z-index: 9999;
    height: auto;
    background: #ffffff;
    padding: 0 10px;
    left: 0;
    color: #2e3330;
    border: 2px solid #ddd;
}


/*.newsletter-validation .please-wait {
    display: none !important; 
}*/

.theme-custom {
    margin: 0 0 60px !important;
}

.footer-lower {
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 12px;
    background: #383838;
}

.footer-info{}
.fot-box{}
.fot-list{
    display: flex;
}
.fot-list li{}
.fot-list li a{
    color: #fff;
    display: block;
    padding-right: 15px;
    font-size: 14px;
    border-right: 1px solid #fff;
    margin-right: 15px;
    line-height: 20px;
}
.fot-list li:last-child a{border:none}
.footer-disclaimer{
    color: #fff;
    font-size: 14px;
}


.footer-tax-shipping a {
    font-weight: bold;
    color: #4ab2f1;
}

.footer-tax-shipping a:hover {
    text-decoration: underline;
}

.footer-powered-by {
    margin: 10px 0 0;
}

.footer-powered-by a {
    font-weight: bold;
    color: #4ab2f1;
}

.footer-powered-by a:hover {
    text-decoration: underline;
}

.theme-selector {
    margin: 10px 0 0;
}

.theme-selector select {
    width: 170px;
}


/*Home Page*/

.owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    /* margin-top: -29px; */
    /* z-index:  999; */
    /* position:  relative; */
}

.owl-dot.active {
    height: 8px;
    /* width: 25px; */
    background: #818b95;
    border-radius: 10px;
}

.owl-dot {
    height: 8px;
    width: 8px;
    background: #e4e4e4;
    float: none;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px
}

.side_arrow .owl-next {
    top: 50%;
    background-image: Url('/Themes/TieDye/Content/images/owl-right-green.png');
    height: 36px;
    width: 36px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.4117647058823529);
    background-position: center;
    /* border: 1px solid #3dcc70; */
    border-radius: 2px;
    transform: translateY(-50%);
}

.side_arrow .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    height: 36px;
    width: 36px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: Url('/Themes/TieDye/Content/images/owl-left-green.png');
    background-color: rgba(255, 255, 255, 0.4117647058823529);
    background-position: center;
    border-radius: 2px;
    transform: translateY(-50%);
}

#Tecslider.side_arrow .owl-next {
    box-shadow: 0 0 3px
}

#Tecslider.side_arrow .owl-prev {
    box-shadow: 0 0 3px
}

.Product-cat {
    color: #888;
    margin-bottom: 10px;
    min-height: 20px;
}

.theme-custom .nivo-controlNav a.active {
    background-color: #e0078c !important;
    width: 30px !important;
    border-radius: 15px !important;
}

.theme-custom .nivo-controlNav a {
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    margin: 0 7px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    font-size: 0;
    border-radius: 100%;
}

.VideoAndHotProductWrapper {
    margin-top: 40px;
}

.owl-prev {
    position: absolute;
    top: 0px;
    background-image: Url('/Themes/TieDye/Content/images/owl-left.png');
    background-size: cover;
    font-size: 0px;
    height: 15px;
    width: 15px;
    right: 30px;
    top: -30px;
}

.owl-next {
    position: absolute;
    top: 0px;
    background-image: Url('/Themes/TieDye/Content/images/owl-right.png');
    background-size: cover;
    font-size: 0px;
    height: 15px;
    width: 15px;
    right: 0px;
    top: -30px;
}

.picture-thumbs .owl-prev {
    position: absolute !important;
    ;
    background-image: Url('/Themes/TieDye/Content/images/owl-left.png') !important;
    background-size: cover !important;
    font-size: 0px !important;
    height: 15px !important;
    width: 15px !important;
    left: -30px !important;
    background-color: transparent !important;
    border: none;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.picture-thumbs .owl-next {
    position: absolute !important;
    background-image: Url('/Themes/TieDye/Content/images/owl-right.png') !important;
    background-size: cover !important;
    font-size: 0px !important;
    height: 15px !important;
    width: 15px !important;
    left: 95% !important;
    background-color: transparent !important;
    border: none;
    top: 50% !important;
    ;
    transform: translateY(-50%) !important;
    ;
}

.LineTitle {
    border-bottom: 1px solid #dfdfdf;
    margin: 0px;
    padding: 0px;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.title-Line2 {
    /* border-bottom: 1px solid #dfdfdf; */
    margin: 25px 0px 10px;
    padding: 0px;
    display: table;
    margin-bottom: 10px;
    width: 50%;
    text-align: -webkit-center;
    font-size: 45px;
    /* font-weight: 100; */
}

.title-Line2 strong {
    display: table;
    border-bottom: 1px solid #e0078c;
    margin-bottom: -1px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    padding: 5px 15px;
    color: #707070;
    margin-bottom: 15px;
}

.title-Line2 strong:after {
    content: "";
    /* background: rebeccapurple; */
    /* height: 20px; */
    /* width: 20px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-top: 5px solid #e0078c;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.LineTitle h3,
.LineTitle h1 {
    display: table;
    font-size: 24px;
    border-bottom: 1px solid #e0078c;
    margin-bottom: -1px;
    padding-bottom: 10px;
}

.HomePageVideo {
    position: relative;
}

.HomePage-Small-Banner-wrapper {
    margin-top: 30px;
}

.pinkLables-wrapper {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.pinkLables-Box {
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    border-right: none;
    padding: 15px 9px;
}

.pinkLables-Box img {
    float: left;
    display: block;
    margin-top: 7px;
    margin-right: 0px;
}

.pinkLables-Text {
    float: left;
}

.pinkLables-Text h5 {}


/*Project detale page*/

.FollowBtn:hover {
    color: #fff
}

.follow-btn-wrapper {
    text-align: center;
}

.FollowBtn {
    display: block;
    color: #fff;
    background: #e0078c;
    padding: 10px;
    border-radius: 50px;
    max-width: 250px;
    margin: auto;
}

.FollowBtn i {
    margin-right: 10px;
}

.social-interactions li {
    display: inline-block;
    margin-right: 5px;
    color: #7c7c7c;
}

.misc {
    margin-bottom: 30px;
}

.misc p {
    margin-bottom: 0px;
    line-height: 25px;
    color: #888 !important;
}

.like-btn {
    text-align: center;
}

.instructions img {
    margin-bottom: 20px;
    max-width: 100%;
}

.instructions p {
    margin-bottom: 0px;
}

.artist-img {
    margin: auto;
    text-align: center;
    display: block;
    border: 10px solid #fff;
    box-shadow: 0 0 15px #ddd;
}

.at-share-btn-elements {
    float: left;
}

.project-print-btn {
    float: right;
}

.project-print-btn i {
    margin-right: 10px;
}

.projectTags .print-title {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
}

.projectTags ul li {
    display: block;
    float: left;
    padding: 10px;
    background: #eaeaea;
    margin: 1px;
    /* color: #fff; */
    text-transform: capitalize;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.artist-name {
    color: #e0078c;
    font-size: 17px;
    text-transform: capitalize;
    border-bottom: 1px solid;
    margin: 12px 0px;
    display: block;
}
.PublishedDate-wrapper{    position: absolute;
    right: 0;
    top: 15px;
    right: 16px;}

.PublishedTitle {
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    color: #888;
}

.PublishedDate {
    color: #999;
    margin-left: 5px;
}


/*Techniques Page*/

.oldPrice {
    display: block;
    text-decoration: line-through;
    color: #888;
    font-size: 11px;
}

.overview .old-product-price,
.overview .non-discounted-price {
    color: #888;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 0 !important;
}

.newPrice {
    color: #ef1f1f;
    font-weight: 600;
}

.techniqueStepsImg {
    margin-top: 20px;
}

.techniqueStepsinfo h3 {
    color: #e0078c;
}

.techniqueDetales-header {
    padding: 10px 0px;
    border-bottom: 1px solid #dfdfdf;
}

.techniqueDetales-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 24px;
}

.Title-light {
    color: #b9b9b9;
    margin-top: 5px;
    display: inline-block;
}

.small-dot {
    font-size: 30px;
    position: relative;
    top: -3px;
    margin: 0px 5px;
    height: 3px;
    overflow: hidden;
    line-height: 5px;
    color: #b9b9b9;
}

.likeAndCommnent {
    text-align: right;
    margin-top: 20px;
    color: #b9b9b9;
}

.likeAndCommnent a {
    margin-left: 10px;
}

.likeAndCommnent a #like {
    display: inline-block;
}

.likeAndCommnent i {
    margin-right: 5px;
    margin-left: 0px;
}

.techniqueCat img {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.58);
}

.techniqueCat iframe {
    height: 310px;
    border: 10px solid #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.58);
    height: 318px;
}

.techniqueCat {
    margin-top: 30px;
    margin-bottom: 30px;
}

.VideoBox h3 {
    font-size: 16px;
    margin: 10px 0px 20px;
    font-weight: 700;
}

.TechniquesBox {
    margin-bottom: 15px;
    height: 150px;
}

.techniques-page .TechniquesBox {
    margin-bottom: 15px;
    height: auto;
}

@media all and (min-width:768px) {
    .techniques-page .TechniquesBox img {
        height: 235px
    }
}

.TechniquesBox img {
    /* border: 2px solid #ddd; */
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.44);
    position: relative;
}

.TechniquesBox h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto;
}


/*********** SIDE COLUMN ***********/

.block {
    max-width: 600px;
    /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: left;
}

.block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6 url('/Themes/TieDye/Content/images/toggle-gray.png') right 14px no-repeat;
    padding: 12px 30px 12px 10px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
}

.block .title strong {
    font-weight: normal;
}

.productBox2.product-item {
    padding: 0px;
    height: 300px;
}

.productBox2.product-item .Product-cat {
    padding: 0px 10px;
}

.productBox2.product-item .product-title {
    padding: 0px 10px;
}

.html-category-page .item-box {
    height: auto;
    margin-bottom: 10px;
}

.block .listbox {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.block .list li {
    padding: 5px 0 0px 15px;
}

.block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.block .list a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    /* background-color: #ddd; */
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dfdfdf;
    border-right: 5px solid transparent;
}

.block .list .active>a {
    color: #333e48;
}

.block .list a:hover {
    color: #333e48;
}

.block a.product-picture {
    display: none;
}

.block a.product-picture:before {
    display: none;
}

.block .sublist {
    margin: 0;
}

.block .sublist a {
    font-size: 14px;
}

.block .view-all {
    margin: 10px 0 0;
}

.block .view-all a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #4ab2f1;
}

.block .view-all a:hover {
    text-decoration: underline;
}

.block .tags {
    margin: 5px 0 10px;
}

.block .tags ul {
    font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px !important;
    /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
    float: left;
    line-height: 30px;
    color: #444;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #4ab2f1;
}

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

.poll-options li,
.poll-results li {
    margin: 10px 0;
}

.poll-options li>input {
    margin: 0 5px 0 0;
    cursor: pointer;
}

.poll-options li>label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.poll .buttons input {
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.poll .buttons input:hover {
    background-color: #bbb;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #444;
}

.home-page-polls {
    text-align: center;
}

.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.home-page-polls .title strong {
    font-weight: normal;
}

.home-page-polls li {
    display: inline-block;
    margin: 10px;
}

.row.tech-step {
    background: #FFF;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
    padding: .75em;
    margin-bottom: 1.5em;
}

.large-6.columns {
    position: relative;
    width: 50%;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
}

.tech-step img {
    display: inline-block;
    max-width: 100%;
}

.tech-step h3 {
    color: #e0078c;
}


/*FAQS Page*/

.FaqSection b {
    margin-bottom: 30px;
    display: block;
}

.FaqSection p {
    color: #888;
}

.FAQS-Cat h3 {
    color: #e0078c;
    margin-bottom: 30px;
}

.QAndA ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 16px;
}

.QAndA ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 16px;
}

.QAndA .panel-group .panel-default .panel-heading {
    display: block;
}

.QAndA .panel-group .panel-default .panel-heading .panel-title {
    /* border-top: 1px solid #dfdfdf; */
    padding: 1;
}

.QAndA .panel-group .panel-default .panel-heading .panel-title a {
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    text-decoration: none;
}

.QAndA .panel-group .panel-default .panel-collapse {
    padding: 0px 0 20px 0;
    color: #999;
}


/********** CATEGORY PAGE **********/

.breadcrumb {
    margin: 0 0 50px;
    background-color: transparent;
    padding: 5px 10px;
}

.breadcrumb ul {
    font-size: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li * {
    display: inline-block;
    margin: 0 0px;
    font-size: 14px;
    /*reset zeroing*/
    line-height: 32px;
}

.breadcrumb strong {
    font-weight: normal;
}

.breadcrumb a:hover {
    color: #e0078c;
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
}

.contact-vendor {
    margin: 0 0 30px;
}

.contact-vendor .button-2 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.contact-vendor .button-2:hover {
    background-color: #248ece;
}

.product-selectors {
    margin: 0 0 10px;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 15px;
}

.product-selectors:first-child {
    border-top: none;
}

.product-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors>div {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.product-selectors span {
    vertical-align: middle;
    font-size: 0px;
    display: none;
}
.product-selectors .fa-caret-down{display: none;}

.product-selectors select {
    margin: 0 8px;
    border-radius: 15px;
    padding-left: 8px;
}

.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}

.product-filters {
    display: table;
    width: 100%;
    margin: -20px 0 20px;
    /* border-bottom: 1px solid #ddd; */
}

.product-filter {
    margin: 0 0 10px;
}

.product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #444;
}

.product-filter .filter-title strong {
    font-weight: normal;
}

.product-filter .filter-content {
    padding: 10px;
    color: #444;
}

.product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
}

.product-filter .group {
    margin: 0 0 10px;
}

.product-filter .group li {
    font-size: 15px;
}

.product-filter .group li a,
.product-filter .group li strong {
    display: inline-block;
    padding: 5px 0;
}

.product-filter .group li a:hover {
    color: #4ab2f1;
}

.product-filter .group li.item {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 15px;
}

.product-filter .group li.item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.product-filter .group li.color-item {
    padding: 0;
    display: inline-block;
}

.product-filter .group li.color-item a {
    padding: 0;
}

.product-filter .group li.color-item:before {
    display: none;
}

.filtered-items .title {
    margin: 0 0 5px;
    font-style: italic;
}

.filtered-items .item {
    color: #4ab2f1;
}

.remove-filter {
    margin: 15px 0;
}

.remove-filter a {
    display: inline-block;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.remove-filter a:hover {
    background-color: #999;
}

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0px;
    text-align: left;
    overflow: hidden;
}

.item-box:hover {
    box-shadow: 0px 0px 4px #ddd;
    transition: 0.3s;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 5px;
    clear: both;
    outline: none;
}

.item-box .picture a {
    display: block;
    position: relative;
    outline: none;
}

.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 91%;
}

.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    height: auto;
    width: auto;
}

.product-item {
    padding: 30px;
}

.also-purchased-products-grid .product-item {
    padding: 10px;
}

.item-box:hover .picture a img {
    opacity: 0.85;
    outline: none;
}

.item-box .details {
    padding: 0 10px;
}

.item-box .details:after {
    content: '';
    clear: both;
    display: table;
}

.item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #0062bd;
    font-weight: 600;
}

.item-box .product-title a {
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    height: 34px;
}

.item-box .product-title a:hover {
    color: #248ece;
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}

.html-home-page .item-box .rating {
    display: none;
}

.item-box .rating {
    background: url('/Themes/TieDye/Content/images/images/BigWhiteStar.jpg') repeat-x;
    width: 80px;
    height: 14px;
}

.item-box .rating div {
    background: url('/Themes/TieDye/Content/images/images/BigYellowStar.jpg') repeat-x;
    height: 14px;
}

.item-box .description {
    display: none;
    height: 100px;
    overflow: hidden;
}

.html-category-page .item-box .description,
.html-recently-added-products-page .item-box .description {
    display: block
}

.item-box .description a {
    display: block;
    overflow: hidden;
}

.item-box .prices {
    margin: 10px 0 0;
    overflow: hidden;
    float: left;
}


/*.price.old-price+.price.actual-price {
    float: right;
    color: #2ecc71;
    margin-right: 0;
    font-weight: 600;
    font-size: 19px;
}*/

.price.actual-price.priceRed {
    color: #ff0000;
    margin-right: 15px;
    font-weight: normal;
    font-size: 19px;
}

.item-box .old-price {
    margin: 0 5px 0 0;
    font-size: 13px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 0;
}

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #2f3c46;
}

.item-box .p5 .actual-price {
    color: #337ab7;
    font-weight: 600;
    font-size: 16px !important;
    max-width: 70px;
    white-space: normal;
    display: block;
}

.p5 .bottomLine {
    width: 100%;
    display: block;
    width: 100%;
    height: 27px !important;
    margin-top: 8px;
}

.item-box .tax-shipping-info a {
    color: #4ab2f1;
}

.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
}

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.item-box input[type="button"] {
    display: inline-block;
    height: auto;
    /* border: none; */
    vertical-align: middle;
    z-index: 9;
}

.item-box .product-box-add-to-cart-button {
    background: #2ecc71;
    font-size: 11px;
    border: 0;
    width: auto;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    border-bottom: 2px solid #13a752;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.item-box .product-box-add-to-cart-button:hover {
    background-color: #32af5e;
}

.item-box .subscribe-button {
    background: #2ecc71;
    font-size: 11px;
    border: 0;
    width: auto;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    border-bottom: 2px solid #13a752;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 130px;
    white-space: normal;
    line-height: 18px;
}

.item-box .subscribe-button:hover {
    background-color: #32af5e;
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #e0078c;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.item-box .add-to-compare-list-button {
    background-image: url('/Themes/TieDye/Content/images/compare-button.png');
    right: -300px;
    transition: 0.4s;
    height: 40px !important;
    border: none;
    box-shadow: none;
    background-color: #3dcc70;
}

.item-box:hover .add-to-compare-list-button {
    right: 70px;
}

.item-box .add-to-wishlist-button {
    background-image: url('/Themes/TieDye/Content/images/wishlist-button.png');
    left: -300px;
    transition: 0.4s;
    height: 40px !important;
    border: none;
    box-shadow: none;
    background-color: #3dcc70;
}

.item-box:hover .add-to-wishlist-button {
    left: 70px;
    transition: 0.4s
}

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-color: rgb(61, 204, 112);
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
    padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
    margin: 0;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
    padding-top: 65%;
}

.product-grid,
.product-list {
    margin: 0 0 20px;
    text-align: -webkit-center;
}

.product-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.product-grid .title strong {
    font-weight: normal;
}

.manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

.manufacturer-grid .title a:hover {
    color: #4ab2f1;
}

.manufacturer-grid .picture {
    border: 1px solid #ddd;
}

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

.vendor-grid .title a:hover {
    color: #4ab2f1;
}

.vendor-grid .picture {
    border: 1px solid #ddd;
}

.pager {
    margin: 0 0 20px;
}

.pager ul {
    text-align: right;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.pager li a,
.pager li span {
    display: block;
    min-width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
    cursor: pointer;
    border-radius: 45%;
    width: 40px;
}

.pager li span {
    border-color: #fed700;
    background-color: #e0078c;
    color: #fff;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
}

.pager li.previous-page * {
    background-image: url('/Themes/TieDye/Content/images/prev.png');
}

.pager li.next-page * {
    background-image: url('/Themes/TieDye/Content/images/next.png');
}

.pager li.first-page * {
    background-image: url('/Themes/TieDye/Content/images/first.png');
}

.pager li.last-page * {
    background-image: url('/Themes/TieDye/Content/images/last.png');
}

.pager li a:hover {
    border-color: transparent;
    background-color: #ddd;
}


/*Pagger 2*/

.pager.pager2 {
    /* margin: 0 0 20px; */
    /* position: relative; */
    /* top: -54px; */
    /* right: 6px; */
    float: right;
}

.pager.pager2 ul {
    text-align: right;
    font-size: 0;
}

.pager.pager2 li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.pager.pager2 li a,
.pager.pager2 li span {
    display: block;
    min-width: 35px;
    height: 35px;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    /*reset zeroing*/
    cursor: pointer;
    border-radius: 45%;
    width: 40px;
}

.pager.pager2 li span {
    border-color: #ddd;
    background-color: #fff;
    color: #888;
}

.pager.pager2 li.previous-page *,
.pager.pager2 li.next-page *,
.pager.pager2 li.first-page *,
.pager.pager2 li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
}

.pager.pager2 li.previous-page * {
    background-image: url('/Themes/TieDye/Content/images/prev.png');
}

.pager.pager2 li.next-page * {
    background-image: url('/Themes/TieDye/Content/images/next.png');
}

.pager.pager2 li.first-page * {
    background-image: url('/Themes/TieDye/Content/images/first.png');
}

.pager.pager2 li.last-page * {
    background-image: url('/Themes/TieDye/Content/images/last.png');
}

.pager.pager2 li a:hover {
    border-color: transparent;
    background-color: #ddd;
}


/********** PRODUCT PAGE **********/

.HoverButtons {
    clear: both;
    border-top: 1px solid #dfdfdf;
    opacity: 0;
}

.ProductSKU {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
    height: 25px;
}

.add-info {
    height: 40px;
}

.item-box:hover .HoverButtons {
    display: block;
    opacity: 1;
}

.add-to-compare-list-button2 {
    background: transparent;
    font-size: 11px;
    text-align: left;
    float: left;
    width: 50%;
    border: none;
    margin: 10px 0;
    color: #888;
    padding-left: 20px;
    background-image: Url('/Themes/TieDye/Content/images/compare.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.add-to-wishlist-button2 {
    float: right;
    background: transparent;
    font-size: 11px;
    width: 50%;
    border: none;
    box-shadow: none;
    padding-top: 10px;
    color: #888;
    margin-bottom: 10px;
}

.product-details-page {
    padding: 20px 0 0;
}

.product-details-page ul li {
    list-style-position: inside;
}

.product-details-page .quantity {
    margin: 0 12px 0 0;
}

.product-details-page .quantity input {
    width: 120px;
}

.product-details-page .quantity-button.quantity-down {
    right: -20px;
    top: 4px;
}

.product-details-page .quantity-button.quantity-up {
    right: 6px;
    top: 4px;
}

.product-essential {
    margin: 0 0 40px;
    /* border-bottom: 1px solid #ddd; */
    padding: 0 0 10px;
}

.product-essential:after {
    content: "";
    display: block;
    clear: both;
}

.gallery {
    margin: 0 auto 50px;
}

.gallery .picture-wrapper {
    margin: 0 0 10px;
}

.gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.gallery .picture:before {
    content: "";
    display: block;
    /* padding-top: 60%; */
}

.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; */
    max-height: 100%;
    width: auto;
}

.gallery .picture-thumbs img {
    max-height: 110px;
    width: auto;
    display: block;
    margin: auto;
    position: relative;
    /* max-width: 100%; */
    top: 50%;
    transform: translateY(-50%);
}

.gallery .picture-thumbs {
    /* overflow: hidden; */
    font-size: 0;
}

.gallery .picture-thumbs a {
    display: inline-block !important;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px 5px 10px;
    overflow: hidden;
}

.overview {
    position: relative;
    margin: 0 0 50px;
}

.short-description {
    margin: 10px 0px;
}

.Dis-saprator {
    float: left;
    margin: 0px 10px;
    display: block;
    color: #ddd;
}

.extra-info>* {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}

.extra-info .categories .label {
    font-weight: normal;
    font-size: 14px;
    /* float: left; */
    margin-right: 10px;
    color: #666;
    font-weight: 600;
}

.extra-info .categories .value {
    color: #248ece;
}

.extra-info .sku {
    float: left;
    color: #666;
    /* margin-right: 10px; */
}

.extra-info .sku .label {
    font-weight: 600;
}

.extra-info .product-collateral {
    float: left;
}

.extra-info .product-tags-box {
    float: left;
    position: relative;
}

.extra-info .product-tags-box .title {
    margin-right: 5px;
    display: inline-block;
}

.extra-info .product-collateral span {
    display: none;
}

.Brand-Icon {
    float: left;
}

.progress {
    background: #f3f3f3;
    border-radius: 50px;
    height: 10px;
    /* font-size: 0px; */
    float: left;
    width: 30%;
    margin-left: 5px;
}

.progress-bar {
    background: #d8d8d8;
    height: 10px;
    border-radius: 50px;
    font-size: 0px;
}

.Reviews-Wrapper {
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 15px;
}

.tab-content>.tab-pane .Reviews-Wrapper {
    padding: 10px;
    border: 0;
}

.ReviewsTitle h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 35px;
}

.Comment-OverView h3 {
    margin: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 5px;
}

.Comment-OverView h5 {
    margin: 5px 0 10px 0;
    font-weight: 600;
    font-size: 11px;
}

.Star-wrapper {
    clear: both;
}

.Star-wrapper .product-reviews-overview {
    float: left;
    width: 20%;
}

.StarsBox {
    clear: both;
    padding-bottom: 10px;
    display: block;
    height: 30px;
}

.StarsBox span {
    float: left;
    display: block;
    display: block;
    width: 10%;
    height: 20px;
    position: static;
    margin-left: 5px;
    line-height: 10px;
}

.UserComments-Wrapper {
    margin-top: 30px;
}

.UserComments {
    color: #777;
    margin-bottom: 15px;
}

.UserName {
    color: #666;
    font-weight: 700;
    margin-right: 10px;
}

.CommentDate {
    color: #b7b7b7;
}

.UserCommentBox {
    padding: 20px 10px;
    border-bottom: 1px solid #dfdfdf;
}

.btn-default {
    border: none;
    background: #e0078c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}

.btn-default:hover {
    background: #f129a3;
    color: #fff;
    transition: 0.4s;
}

.Comment-Table td {
    border: none !important;
}

.Comment-Table td input[type="text"] {
    width: 100%;
    padding-left: 30px;
    border-radius: 30px;
}

.Comment-Table td textarea {
    width: 100%;
    padding-left: 30px;
    border-radius: 20px;
}

.Comment-Table td label {
    display: block;
    text-align: right;
    padding-right: 10px;
}

.stock {
    margin: 10px 0px 0 10px !important;
    display: block;
}

.product-review-links {
    display: none;
}

.stock .label {
    color: #777;
}

.stock .value {
    color: #0cce13 !important;
    font-weight: 600;
}

.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}

.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('/Themes/TieDye/Content/images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}

.overview .product-name {
    margin: 0 0 0px;
    padding: 0;
}

.overview .product-name h1 {
    font-size: 19px;
    font-weight: normal;
    margin-top: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    /* color: #555; */
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #e0078c;
    cursor: default;
    font-weight: 700;
    position: relative;
}

.tab-content>.tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px 15px 15px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    border: none;
}

.nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 5px solid #e0078c;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    text-transform: capitalize;
}

.overview .short-description {
    margin: 0 0 25px;
    line-height: 22px;
    color: #666;
}

.short-description ul {
    list-style: disc;
    padding-left: 20px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 0px;
    color: #444;
    height: 19px;
}

.product-no-reviews a {
    text-decoration: underline;
    display: none;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

.product-review-box .rating {
    width: 80px;
    height: 14px;
    background: url('/Themes/TieDye/Content/images/images/BigWhiteStar.jpg') repeat-x;
}

.product-review-box .rating div {
    height: 14px;
    background: url('/Themes/TieDye/Content/images/images/BigYellowStar.jpg') repeat-x;
}

.product-review-links a {
    text-decoration: underline;
}

.product-review-links a:hover {
    color: #4ab2f1;
}

.overview .value,
.variant-overview .value {
    color: #444;
}

.overview .value a,
.variant-overview .value a {
    color: #4ab2f1;
}

.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}

.overview-buttons {
    margin: 0 0 10px;
    font-size: 0;
    float: left;
    padding-top: 20px;
}

.overview-buttons div {
    width: 80%;
    margin: 0 auto 3px;
}

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0;
    text-align: left;
    font-size: 14px;
    /*reset zeroing*/
    color: #666;
    background: #fff;
    margin-right: 10px;
    color: #888;
    text-align: left;
}

.overview .button-2:hover,
.variant-overview .button-2:hover {
    /* background-color: transparent; */
}

.overview .add-to-compare-list-button {
    background-image: url('/Themes/TieDye/Content/images/compare.png');
    padding-left: 25px;
    background-position: center left;
    background-repeat: no-repeat;
}

.overview .email-a-friend-button {
    background-image: url('/Themes/TieDye/Content/images/email-button.png');
    display: none;
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('/Themes/TieDye/Content/images/email-button.png');
    padding-left: 20px;
    background-position: -12px center;
    background-repeat: no-repeat;
    background: #2ecc71;
    font-size: 11px;
    border: 0;
    width: auto;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    border-bottom: 2px solid #13a752;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 190px;
    white-space: normal;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 8px 15px;
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('/Themes/TieDye/Content/images/download-button.png');
}

.overview .manufacturers {
    margin: 0 0 20px;
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden;
}

.overview .availability .stock,
.variant-overview .availability .stock {
    margin: 0 0 10px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
    display: inline-block;
}

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 8px;
}

.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
    overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url('/Themes/TieDye/Content/images/shipping.png') left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #444;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    margin: 0;
    overflow: hidden;
}

.overview .prices>div,
.variant-overview .prices>div {
    margin: 0;
}

.overview .prices>div>span,
.variant-overview .prices>div>span {
    vertical-align: middle;
    font-weight: 400;
}

.overview .prices>div.old-product-price>span {
    color: #888;
    margin-left: 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 27px;
    font-weight: 500;
    color: #444;
    display: inline-block;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #4ab2f1;
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

.customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.customer-entered-price .price-input input {
    width: 170px;
    text-align: center;
}

.customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777;
}

.tier-prices {
    margin: 0 0 20px;
}

.tier-prices .title {
    display: none;
}

.tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #444;
}

.tier-prices .field-header {
    min-width: 80px;
}

.tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b;
}

.overview .add-to-cart {
    margin: 0 0 20px;
}

.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 {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 35px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    margin-right: 40px;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    text-align: left;
    color: #999;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #e0078c;
    padding: 0 24px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding-left: 50px;
    background-image: Url('/Themes/TieDye/Content/images/images/roundcart.png');
    background-repeat: no-repeat;
    background-position: 10px;
    font-weight: 600;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #e0078c;
}

.product-share-button {
    display: inline-block;
    overflow: hidden;
    float: right;
    padding-top: 20px;
}

.full-description {
    clear: both;
    line-height: 24px;
}

.product-collateral {
    margin: 0 0 0px;
}

.product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.product-collateral .title strong {
    font-weight: normal;
    font-size: 14px;
    /* float: left; */
    margin-right: 10px;
    color: #666;
    font-weight: 600;
}

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

.variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #4ab2f1;
}

.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
}

.variant-overview .add-to-wishlist {
    margin: 0 0 25px;
}

.variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
}

.variant-overview .add-to-cart {
    margin: 0 0 10px;
}

.product-specs-box {
    margin: 0 0 0px;
}

.product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px;
}

.product-tags-list {
    font-size: 0;
    color: #888;
    position: relative;
    display: inline-block;
}

.product-tags-list li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
    position: relative;
}

.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}

.product-tags-list a {
    display: inline-block;
    color: #248ece;
}

.attributes {
    margin: 20px 0;
}

.attributes dl {
    overflow: hidden;
    padding: 0 2px;
    /* fix for Chrome in Mac, the checkboxes get cut off */
}

.attributes dt,
.attribute-label {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #444;
}

.attributes dd,
.attribute-data {
    margin: 0 0 10px;
}

.attributes li {
    margin: 8px 0 12px;
}

.attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
}

.attributes .option-list label {
    margin: 0 5px;
}

.attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #444;
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    padding: 0;
    color: #777;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #4ab2f1;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal;
}

.ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url('/Themes/TieDye/Content/images/calendar-prev.png') center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('/Themes/TieDye/Content/images/calendar-next.png') center no-repeat;
}

.ui-datepicker-header a span {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none !important;
}

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
}

.ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-size: 14px !important;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #444;
}

.ui-datepicker-calendar td a {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none !important;
    background: none !important;
    padding: 0;
    text-align: center;
    color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #4ab2f1;
    font-weight: bold;
    color: #4ab2f1;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #4ab2f1 !important;
}

.color-squares {
    font-size: 0;
}

.color-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}

.color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px;
}

.color-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}

.color-squares .color {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}

.color-squares .selected-value .color-container {
    background-color: #4ab2f1;
}

.color-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0;
}

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

.giftcard div {
    margin: 0 0 10px;
}

.giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #444;
}

.giftcard input,
.giftcard textarea {
    width: 350px;
    max-width: 100%;
}

.giftcard textarea {
    height: 150px;
}


/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
    color: #4ab2f1;
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''";
}

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #444;
}

.product-reviews-page .title strong {
    font-weight: normal;
}

.write-review {
    margin: 0 0 60px;
}

.write-review .fieldset {
    margin: 0 0 30px;
}

.write-review .review-rating {
    text-align: center;
}

.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}

.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}

.write-review .review-rating li.first {
    color: #e4444c;
}

.write-review .review-rating li.rating-options {
    padding-top: 2px;
}

.write-review .review-rating li.rating-options input {
    vertical-align: baseline;
}

.write-review .review-rating li.last {
    color: #4cb17c;
}

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.write-review .button-1:hover {
    background-color: #248ece;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
}

.product-review-item .review-item-head {
    border-top: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #444;
}

.product-review-item .product-review-box {
    margin: 3px 0 0;
}

.product-review-item .review-content {
    padding: 20px 10px;
}

.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #444;
}

.product-review-item .review-info {
    margin: 0 0 5px;
}

.product-review-item .review-info label {
    font-weight: normal;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    color: #e0078c;
    cursor: pointer;
}

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/

.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-content {
    margin: 0 0 20px;
}

.wishlist-content .message-error {
    margin: 20px 0;
}

.wishlist-content .table-wrapper {
    margin: 0 0 30px;
}

.wishlist-content .product-content {
    min-width: 300px;
    text-align: left;
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}

.wishlist-content .tax-shipping-info a {
    color: #4ab3f1;
}

.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}

.wishlist-content .buttons {
    font-size: 0;
}

.wishlist-content .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
    background-color: #e0078c;
    text-transform: uppercase;
    border-radius: 50px;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #e0068c;
}

.wishlist-content .email-a-friend-wishlist-button {
    background-color: #e0078c;
    border-radius: 50px;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
    background-color: #e0078c;
}

.wishlist-page .share-info {
    text-align: center;
}

.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px;
}

.wishlist-page .share-info a {
    font-weight: bold;
    color: #444;
}

.wishlist-page .share-info a:hover {
    color: #e0078c;
}

.wishlist-page .no-data {
    margin: 25px 0 0;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

.compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: #e0078c;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

.compare-products-page .clear-list:hover {
    background-color: #f333a8;
}

.compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px;
    /*IE mobile table border fix*/
}

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #444;
}

.compare-products-table td:first-child {
    min-width: 0;
}

.compare-products-table td label {
    font-weight: normal;
    color: #777;
}

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: url('/Themes/TieDye/Content/images/remove.png') left center no-repeat;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #666;
}

.compare-products-table .remove-button:hover {
    color: #e0078c;
}

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

.compare-products-table .picture 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-weight: bold;
}

.compare-products-table .product-name td a:hover {
    color: #4ab2f1;
}

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .full-description td {
    display: none;
}

.compare-products-page .no-data {
    margin: 25px 0 0;
}


/*********** TOPICS ***********/

.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

.topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

.enter-password-form input[type="password"] {
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 -1px 0 0;
}

.enter-password-form input[type="submit"] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.enter-password-form input[type="submit"]:hover {
    background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/

.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background-color: #248ece;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0;
}

.email-a-friend-page .title h2 {
    font-weight: normal;
    color: #4ab2f1;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.list2 {
    clear: both;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list2 li {
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf;
    height: 70px;
    padding-bottom: 10px;
}

.list2 img {
    float: left;
    border: 1px solid #ddd;
    margin-right: 10px;
    width: 60px;
}

.list2 .product-name {
    color: #0062bd;
    width: 100%;
    display: block;
}

.ResCart {
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    float: right;
    background-image: Url(/Themes/TieDye/Content/images/images/RoundCart.jpg);
    background-size: cover;
    position: relative;
    top: -5px;
}

.PPrice {
    display: block;
    font-weight: 600;
    float: left;
}

.custom-breed {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-breed a {
    margin-right: 10px;
}

.custom-breed .currentPage {
    margin-left: 10px;
}

.LoginOr_Wrapper {
    height: 400px;
    position: relative;
    background: transparent;
    text-align: center;
}

.RegisterNow h3 {
    font-size: 16px;
    font-weight: 500;
}

.RegisterNow i {
    margin-right: 10px;
    color: #9de04e;
}

.RegisterNow li {
    padding: 5px;
}

.LoginOr_Wrapper span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 10;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 100%;
}

.LoginOr_Wrapper:after {
    content: "";
    height: 410px;
    position: absolute;
    width: 1px;
    background: #dfdfdf;
    top: 0px;
    z-index: -1;
}

.Simple-Link {
    background: snow;
    border: none;
    text-decoration: underline;
}

.gender {
    display: inline-block;
}

.gender span {
    display: inline-block;
    margin: 0 5px;
}

.gender span>* {
    display: inline !important;
    margin: 0 5px;
    line-height: 32px;
}

.date-of-birth select {
    width: 31%;
    /*always single line*/
    max-width: 126px;
}

.date-of-birth select+select {
    margin: 0 0 0 10px;
}

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

#check-availability-button:hover {
    background-color: #999;
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

.accept-privacy-policy>* {
    display: inline-block;
    line-height: 32px;
}

.accept-privacy-policy span {
    color: #4ab2f1;
    cursor: pointer;
}

.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 {
    min-width: 120px;
    border: none;
    background-color: #e0078c;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.4s;
}

.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 {
    background-color: #f726a6;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c;
}

.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}

.registration-page .vat-note,
.customer-info-page .vat-note {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px;
}

.login-page .title strong {
    font-weight: 600;
    display: table;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0078c;
    margin-bottom: -1px;
}

.login-page .new-wrapper {
    margin: 0 0 50px;
}

.login-page .new-wrapper .text {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px;
    line-height: 22px;
}

.login-page .new-wrapper .topic-block {
    margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
    color: #444;
}

.login-page .new-wrapper .button-1 {
    margin: 0 0 5px;
}

.login-page .returning-wrapper {
    margin: 0;
}

.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
    display: inline-block;
    /* width: auto; */
    margin: 5px;
    font-size: 14px;
    /*reset zeroing*/
}

.login-page .returning-wrapper .inputs.reversed a:hover {
    color: #e0078c;
}

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
}

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}

.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}

.external-auth-errors {
    color: #e4444c;
}

.external-auth-association {
    color: #444;
}

.external-auth-association a {
    color: #4ab2f1;
}

.external-auth-association a:hover {
    text-decoration: underline;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.password-recovery-page .tooltip {
    margin: 0 0 25px;
}

.add-more-external-records {
    text-align: center;
}

.add-more-external-records a {
    color: #4ab2f1;
}

.add-more-external-records a:hover {
    text-decoration: underline;
}

.account-page .buttons {
    text-align: center;
    text-align: left;
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}

.account-page .table-wrapper {
    margin: 0 0 30px
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    /* border-top: 1px solid #e6e6e6; */
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

.edit-address-button {
    background: url('/Themes/TieDye/Content/images/edit.png') left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
    background: url('/Themes/TieDye/Content/images/remove.png') left center no-repeat;
}

.return-items-button {
    background: url('/Themes/TieDye/Content/images/return.png') left center no-repeat;
}

.order-details-button {
    background: url('/Themes/TieDye/Content/images/details.png') left center no-repeat;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #e0078c;
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-edit-page .page-title {
    margin: 0 0 -1px;
}

.address-edit-page .message-error {
    margin: 20px 0;
}

.address-edit-page .edit-address {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.recurring-payments table td {
    white-space: nowrap;
}

.recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
}

.recurring-payments .button-2 {
    font-size: 14px;
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 22px;
    color: #444;
}

.return-request-list-page label {
    margin: 0 5px 0 0;
}

.return-request-list-page a {
    color: #4ab2f1;
}

.return-request-list-page a:hover {
    text-decoration: underline;
}

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.downloadable-products-page table td {
    color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}

.reward-points-history table td {
    color: #444;
}

.reward-points-history table td:first-child {
    min-width: 120px;
}

.change-password-page .page-title {
    margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}

.change-password-page .fieldset {
    margin: 0 0 30px;
}

.avatar-page .page-title {
    margin: 0;
}

.avatar-page .page-body {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px 25px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

.avatar-page .image img {
    border: 1px solid #ccc;
}

.avatar-page .button-1 {
    font-size: 14px;
}

.avatar-page .button-2 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.avatar-page .button-2:hover {
    background-color: #999;
}

.avatar-page .info {
    color: #444;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.vendorinfo-page .button-2:hover {
    background-color: #999;
}

.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}


/********** SHOPPING CART **********/

.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

.order-progress ul {
    font-size: 0;
}

.order-progress li {
    display: inline-block;
    margin: 10px;
}

.order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    /*reset zeroing*/
    color: #444;
}

.order-progress a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 1px solid #bbb;
    background: #fff url('/Themes/TieDye/Content/images/pointer.png') center no-repeat;
}

.order-progress li.active-step a {
    cursor: pointer;
}

.order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
}

.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px;
    border: none;
}

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}

.shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
    color: #4ab3f1;
}

.shopping-cart-page .tax-shipping-info a:hover {
    text-decoration: underline;
}

.shopping-cart-page .common-buttons {
    margin: 0 0 60px;
    background-color: transparent;
    padding: 20px;
    font-size: 0;
    border-top: 1px solid #dfdfdf;
}

.shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #e0078c;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}

.shopping-cart-page .common-buttons input:hover {
    background-color: #e0078c;
}

.shopping-cart-page .common-buttons input:first-child {
    background-color: #e0078c;
}

.shopping-cart-page .common-buttons input:first-child:hover {
    background-color: #e0078c;
}

.checkout-attributes {
    margin: -30px 0 30px;
    color: #444;
}

.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.checkout-attributes dd {
    margin: 0 0 20px;
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
    min-width: 170px;
}

.checkout-attributes ul {
    font-size: 0;
}

.checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    /*reset zeroing*/
}

.checkout-attributes .color-squares li {
    border: none;
    padding: 0;
    line-height: 0;
}

.checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px;
}

.selected-checkout-attributes {
    margin: 30px 0;
    color: #444;
}

.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
}

.cart-footer {
    margin: 0 0 30px;
    padding-top: 0;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #f5f5f5;
    padding: 15px 30px;
    /* color: #444; */
    border-radius: 10px;
}

.cart-footer .total-info {
    margin: 0 0;
    padding: 0;
}

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
    color: #000;
    font-weight: 600;
}

.cart-total td:first-child {
    text-align: left;
    font-weight: 600;
    color: #000;
}

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 20px;
    color: #e0078c;
}

.cart-total .order-total strong {
    font-weight: normal;
    color: #000;
}

.cart-total .earn-reward-points {
    font-style: italic;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 0px;
}

.terms-of-service label {
    cursor: pointer;
}

.terms-of-service a {
    margin: 0 0 0 3px;
    color: #e0078c;
}

.cart-footer .checkout-buttons {
    padding: 0 10px;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #e0078c;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}

.cart-collaterals {
    width: 360px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 5px 0 0;
}

.cart-collaterals>div {
    max-width: 400px;
    margin: 0 0 10px;
}

.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #e0078c;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0px;
}

.cart-collaterals .button-2.estimate-shipping-button {
    border-radius: 50px
}

.cart-collaterals .button-2:hover {
    background-color: #e0078c;
}

.cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    /* color: #444; */
}

.cart-collaterals .title strong {
    font-weight: normal;
}

.cart-collaterals .hint {
    margin: 0 0 10px;
}

.cart-collaterals .deals>div {
    margin: 0 0 20px;
}

.coupon-box i {
    font-size: 13px;
    margin: 5px 0 0;
    display: block;
    color: #c5c5c5;
}

.cart-collaterals .coupon-code {
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
}

.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: 60%;
    /*safari padding fix*/
    margin: 0 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    border: navajowhite;
    padding-left: 20px;
}

.cart-collaterals .coupon-code input[type="submit"] {
    float: left;
    width: 40%;
    height: 40px;
    /*safari padding fix*/
    padding: 0;
    margin: 0;
}

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #e0078c;
    padding: 0 20px;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    /* border: 1px solid #999; */
    background: url('/Themes/TieDye/Content/images/close2.png') center no-repeat;
    cursor: pointer;
    border: none;
    margin-left: 5px;
}

.cart-collaterals .shipping select {
    height: 36px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
    margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
    display: block;
    margin: 0 0 5px;
    color: #444;
}

.shopping-cart-page .no-data {
    margin: 25px 0 0;
}


/********** CHECKOUT **********/

.checkout-page .section {
    margin: 0 0 30px;
}

.checkout-page .section.order-summary {
    margin: 100px 0 30px;
}

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 0px 10px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #e0078c;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

.checkout-page .button-1:hover {
    background-color: #f13eab;
}

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.checkout-page .address-item li {
    padding: 5px 0;
}

.checkout-page .address-item li.name {
    font-size: 16px;
    font-weight: bold;
}

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    padding: 20px 0 0;
    clear: both;
}

.checkout-page .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

.checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.checkout-page .pickup-in-store {
    text-align: center;
}

.checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.select-pickup-point {
    text-align: center;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 0px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    text-align: right;
    display: inline-block;
    width: 80%;
}

.shipping-method .method-description {
    margin: 11px 0 0;
    float: left;
    width: 70%;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
}

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

.payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0;
}

.payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px;
    /*reset zeroing*/
}

.payment-info .info td:only-child {
    width: 100% !important;
    max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
    width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
    width: 65px !important;
}

.payment-info .info td select {
    min-width: 70px;
}

.payment-info .info td:first-child {
    margin: 0 0 10px;
}

.payment-info .info p {
    text-align: center;
}

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data>div,
.order-details-area>div,
.shipment-details-area>div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 0px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 5px 0 5px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
    margin-top: 0;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700;
}

.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

.order-completed .details div {
    margin: 5px 0;
}

.order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase;
}

.order-completed .details a {
    color: #e0078c;
}

.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: #e0078c;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
    margin: 0px;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #d21388;
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .section {
    /* margin: 0 0 50px; */
}

.opc .section>label {
    display: block;
    margin: 0 0 10px;
}

.opc input[type="text"],
.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 {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('/Themes/TieDye/Content/images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
}

.opc .back-link a:hover {
    color: #4ab2f1;
}

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/

.order-details-page .page-title {
    border-bottom: none;
}

.order-details-page .page-title h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin-top: 30px;
}

.order-details-page .page-title a {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0;
    border: none;
    background-color: #e0078c;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}

.order-details-page .page-title a:hover {
    background-color: #999;
}

.order-details-page .page-title a.print-order-button {
    background-color: #e0078c;
}

.order-details-page .page-title a.print-order-button:hover {
    background-color: #248ece;
}

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #e0078c;
}

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #e0078c;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.order-details-page .repost .button-2:hover {
    background-color: #e0078c;
}

.order-details-page .download a {
    font-weight: normal;
    color: #4ab2f1;
}

.order-details-page .download a:hover {
    text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.user-agreement-page .button-1:hover {
    background-color: #248ece;
}

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
    color: #4ab2f1;
}

.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

.order-details-page .actions input {
    display: inline-block;
    min-width: 165px;
    margin: 5px;
    border: none;
    background-color: #e0078c;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}

.order-details-page .actions input:hover {
    background-color: #999;
}

.order-details-page .actions input:first-child {
    background-color: #e0078c;
}

.order-details-page .actions input:first-child:hover {
    background-color: #e0078c;
}

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.order-details-page .total-info {
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}


/****** SEARCH & SITEMAP ******/

.search-page .page-title {
    margin: 0 0 -1px;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input+label {
    display: inline;
    margin: 0 0 0 5px;
}

.advanced-search {
    margin: 30px 0 0;
}

.advanced-search .price-range {
    display: inline-block;
}

.advanced-search .price-range input {
    width: 80px;
    margin: 3px;
}

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: #e0078c;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

.search-input .button-1:hover {
    background-color: #e0078c;
}

.search-results {
    margin: 30px 0 0;
}

.search-results .warning,
.search-results .no-result {
    margin: 10px 0;
    color: #e4434b;
}

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}

.sitemap-page .entity {
    margin: 0 0 30px;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}

.sitemap-page .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    color: #444;
}

.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
    text-align: center;
}

.sitemap-page ul {
    font-size: 0;
}

.sitemap-page li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px;
    /*reset zeroing*/
}

.sitemap-page li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.sitemap-page a {
    color: #444;
}

.sitemap-page a:hover {
    color: #4ab2f1;
}

.sitemap-page a:empty {
    display: none;
}


/****** BLOG & NEWS ******/

.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px;
}

.blog-page .post:after {
    content: "";
    display: block;
    clear: both;
}

.post-title,
.news-title {
    display: inline-block;
    padding: 20px 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.post-title:hover,
.news-title:hover {
    color: #4ab2f1;
}

.post-date,
.news-date {
    display: block;
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px;
    font-style: italic;
    color: #444;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    padding: 0 10px;
    line-height: 22px;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #444;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
    color: #4ab2f1;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0 10px;
}

.blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #444;
}

.blog-posts .buttons .read-comments:hover {
    color: #4ab2f1;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
    background-color: #248ece;
}

.new-comment {
    margin: 50px 0 60px;
}

.new-comment .notifications {
    margin: 0 0 10px;
}

.new-comment .result {
    color: #690;
}

.new-comment .form-fields {
    margin: 0 0 20px;
}

.new-comment .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.new-comment .button-1:hover {
    background-color: #248ece;
}

.comment-list {
    margin: 0 0 100px;
}

.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.comment-list .title strong {
    font-weight: normal;
}

.comment-list .comment {
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
}

.comment-list .comment:after {
    content: "";
    display: block;
    clear: both;
}

.comment-info {
    width: 150px;
    margin: 20px auto;
}

.comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
}

.comment-info a.username:hover {
    color: #4ab2f1;
}

.comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: solid 2px #CEDBE1 !important;
}

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
}

.comment-time span {
    color: #444;
}

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #444;
}

.comment-body {
    line-height: 22px;
}

.news-list-homepage {
    margin: 0 0 75px;
}

.news-list-homepage .title {
    margin: 0 0 -1px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.news-list-homepage .title strong {
    font-weight: normal;
}

.news-list-homepage .view-all {
    text-align: center;
}

.news-list-homepage .view-all a {
    color: #444;
    text-decoration: underline;
}

.news-list-homepage .view-all a:hover {
    color: #4ab2f1;
}


/*** FORUM & PROFILE ***/

.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}

.forums-main-page .topic-block p {
    text-align: center;
}

.forums-main-page .pager {
    display: none;
}

.forum-breadcrumb {
    margin: 0 0 40px;
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.forums-header .current-time {
    margin: 0 0 15px;
    color: #444;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box .advanced a {
    line-height: 22px;
    color: #444;
    text-decoration: underline;
}

.forum-search-box .advanced a:hover {
    color: #4ab2f1;
}

.forum-search-page .page-title {
    margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    margin: 0 0 15px;
    text-align: center;
    color: #e4434b;
}


/* forum group */

.forums-table-section {
    margin: 0 0 60px;
}

.forums-table-section+.pager {
    margin: -30px 0 30px;
}

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
    font-size: 22px;
    font-weight: normal;
    color: #444;
}

.forums-table-section-title a:hover {
    color: #4ab2f1;
}

.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('/Themes/TieDye/Content/images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
    background: url('/Themes/TieDye/Content/images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
    background: url('/Themes/TieDye/Content/images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
    color: #4ab2f1;
    text-decoration: none;
}

.forums-table-section .topic-title span {
    display: block;
    color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}

.forums-table-section .latest-post div {
    margin: 5px 0;
}

.forums-table-section .latest-post label {
    color: #777;
}

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

.forums-table-section .view-all a {
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.forums-table-section .view-all a:hover {
    background-color: #248ece;
}


/* forum-page, topic page */

.forum-page .forum-info {
    margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal;
}

.forum-actions,
.topic-actions {
    margin: 0 0 30px;
    font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px;
}

.forum-actions .actions .new-topic {
    background: #eee url('/Themes/TieDye/Content/images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #eee url('/Themes/TieDye/Content/images/watch.png') left center no-repeat;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0;
}

.topic-actions .reply-topic-button {
    background: #eee url('/Themes/TieDye/Content/images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
    background: #eee url('/Themes/TieDye/Content/images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
    background: #eee url('/Themes/TieDye/Content/images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
    background: #eee url('/Themes/TieDye/Content/images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
    background: #eee url('/Themes/TieDye/Content/images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
    display: none;
}

.active-discussions-page .forums-table-section-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}


/* topic post */

.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
}

.topic-post:last-child {
    border-bottom: 1px solid #ddd;
}

.topic-post:after {
    content: "";
    display: block;
    clear: both;
}

.topic-post .post-info {
    margin: 30px 0;
}

.topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px
}

.topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
}

.topic-post a.username:hover {
    color: #4ab2f1;
}

.topic-post .avatar,
.profile-info-box .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.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 .avatar img {
    border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
    margin: 0 0 15px;
}

.topic-post .user-stats li {
    display: inline-block;
    margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-weight: bold;
    color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background-color: #999;
}

.topic-post .post-time {
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
}

.topic-post .post-time span {
    color: #444;
}

.topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
}

.topic-post .post-actions>div {
    display: inline-block;
}

.topic-post .post-actions a {
    display: inline-block;
    margin: 1px 5px;
    font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
    background: url('/Themes/TieDye/Content/images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
    background: url('/Themes/TieDye/Content/images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    color: #4ab2f1;
}

.topic-post .post-actions .post-link-button {
    padding: 10px;
    font-weight: bold;
    color: #4ab2f1;
}

.topic-post .post-actions .post-link-button:hover {
    text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
    background-color: #888;
    padding: 10px 20px;
    color: #fff;
}

.topic-post .post-actions .quote-post-button:hover {
    background-color: #999;
    color: #fff;
}

.topic-post .post-text {
    /*topic post-text also gets style from blog post-body*/
    padding: 0 10px 20px;
    line-height: 22px;
    color: #444;
    margin-bottom: 0;
}

.topic-post .post-vote {
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: #777;
}

.topic-post .signature {
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
    clear: both;
}

.topic-post .post-vote span.vote {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}

.topic-post .post-vote span.up {
    background: url('/Themes/TieDye/Content/images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
    background: url('/Themes/TieDye/Content/images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
    background: url('/Themes/TieDye/Content/images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
    background: url('/Themes/TieDye/Content/images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}


/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.move-topic-page label {
    white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}

.forum-edit-page .inputs strong {
    display: inline-block;
    max-width: 400px;
    font-size: 22px;
    /*reset zeroing*/
    font-weight: normal;
    color: #444;
    white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}

.forum-edit-page .inputs.reversed {
    margin: 0;
}

.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px;
    /*reset zeroing*/
    white-space: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
    border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #4ab2f1;
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
    background-color: #248ece;
}

.private-message-send-page a {
    font-size: 14px;
    color: #4ab2f1;
}

.private-message-send-page span {
    font-size: 14px;
}


/* jQuery tabs */

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    color: #777;
}

.ui-tabs-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

.ui-tabs-nav li {
    margin: 0 0 -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important;
}

.ui-tabs-nav li a {
    display: block;
    border: 1px solid #ddd;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #4ab2f1;
}

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}


/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-messages-page th.select {
    text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}

.private-messages-page td.date {
    white-space: nowrap;
}

.private-messages-page td.subject a {
    color: #444;
}

.private-messages-page td.subject a.pm-unread {
    color: #4ab2f1;
}

.private-messages-page .pager {
    margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    font-size: 15px;
    /*reset zeroing*/
}

.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-message-view-page .message-head {
    margin: 0 0 20px;
    line-height: 22px;
}

.private-message-view-page .message-head span {
    font-weight: bold;
    color: #444;
}

.private-message-view-page .message-body {
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 30px 20px;
    line-height: 22px;
    text-align: justify;
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}


/* profile page  */

.profile-info-box {
    overflow: hidden;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
}

.profile-info-box .user-details {
    margin: 0 0 30px;
}

.profile-info-box .avatar {
    margin: 0 auto 15px;
}

.profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.profile-info-box .stats {
    margin: 0 0 15px;
}

.latest-posts {
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    color: #777;
}

.latest-posts .topic {
    margin: 0 0 35px;
}

.latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
}

.latest-posts .topic-title a {
    font-weight: bold;
    color: #444;
}

.latest-posts .topic-title a:hover {
    color: #4ab2f1;
}

.latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px;
}

.latest-posts .topic-data {
    color: #444;
}


/* 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;
}
.footer-social{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    text-align: right;
}

.networks {}


.networks {
    width: 100%;
}

.networks li {
    display: inline-block;
    padding: 0 10px;
    font-size: 19px;
    color: #F7F7F7;
}

@media all and (max-width: 1000px) {
    /*** GLOBAL TABLES ***/
    .cart {
        display: block;
        border-bottom: none !important;
    }
    .cart colgroup,
    .cart thead {
        display: none;
    }
    .cart tbody {
        display: block;
        overflow: hidden;
    }
    .cart tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }
    .cart td {
        display: block;
        border: none;
        padding: 10px;
    }
    .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px;
    }
    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
        height: 90px;
    }
    .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }
    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
    }
    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 20px 10px;
        vertical-align: middle;
    }
    .order-details-page .data-table {
        display: block;
    }
    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }
    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }
    .order-details-page .data-table tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }
    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px;
    }
    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }
    /*** MOBILE NAVIGATION ***/
    /*.header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .menu-toggle {
        background: #4ab2f1 url('/Themes/TieDye/Content/images/menu-icon.png') right center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }
    .top-menu {
         display: none; 
    }
    .top-menu>li {
         position: relative; 
         margin: 1px 0; 
        background-color: #f6f6f6; 
    }
    .top-menu>li>a {
         display: block; 
         min-height: 55px; 
         padding: 18px; 
         font-size: 15px; 
         color: #555; 
    }
    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
    }
    .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
    }
    .top-menu .sublist li a {
        display: block;
        padding: 15px 18px;
        font-size: 15px;
    }
    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        border-left: 1px solid #fff;
        background: url('/Themes/TieDye/Content/images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }
    .sublist .sublist-toggle {
        height: 49px;
    }
    .sublist .sublist li {
        background-color: #f6f6f6;
    }
    .sublist .sublist .sublist li {
        background-color: #fff;
    }
    .block-category-navigation {
        display: none;
    }
    .block-account-navigation {
        float: none;
        margin: auto !important;
    }*/
}

@media all and (min-width: 481px) {
    /*** GLOBAL ***/
    /*** GLOBAL TABLES ***/
    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }
    .cart tr:nth-child(2n+1) {
        clear: both;
    }
    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
    }
    /*** HEADER ***/
    .header-selectors-wrapper>div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }
    .ui-autocomplete {
        width: 280px !important;
    }
    .ui-autocomplete img {
        display: inline;
    }
    /*** FOOTER ***/
    .footer-block {
        width: 85%;
    }
    .newsletter-email input[type="text"] {
        width: 240px;
    }
    /*** CATEGORY ***/
    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }
    .product-filter.price-range-filter {
        width: 200px;
    }
    .product-filter .product-spec-group {
        float: left;
        margin: 0 25px 10px 0;
    }
    .product-filter .product-spec-group.product-spec-color {
        max-width: 190px;
    }
    .product-filter .group li.item {
        display: block;
        margin: 0;
    }
    .product-filter .group li.color-item {
        display: inline-block;
    }
    .item-box {
        /* width: 49%; */
        /* margin: 0 0.5% 50px; */
        /* max-width: 300px; */
        margin: auto;
        float: none;
    }
    .item-box .product-rating-box {
        margin: 0 0 15px;
    }
    .item-box .prices {}
    .item-box .product-title {
        /* min-height: 42px; */
        margin: 0 0 8px;
    }
    /*** PRODUCT PAGE ***/
    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }
    /*** WISHLIST ***/
    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }
    /*** TOPICS ***/
    .enter-password-form input[type="password"] {
        width: 260px;
    }
    /*** FORUM & PROFILE ***/
    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }
    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }
    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }
    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }
    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }
    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }
    .forum-table td.image {
        max-width: 40px;
    }
    .forum-table td.image div {
        max-width: 100%;
        background-size: contain;
    }
}

@media all and (min-width: 769px) {
    /**** GLOBAL ***/
    .home-page-polls li {
        min-width: 100px;
    }
    /**** GLOBAL TABLES ***/
    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }
    .cart tr:nth-child(2n+1) {
        clear: none;
    }
    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
    }
    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
    }
    /*** HEADER ***/
    .header-selectors-wrapper>div {
        width: 20%;
    }
    /*** FOOTER ***/
    .footer-block {
        display: inline-block;
        width: 25.33333%;
        margin: 0 4%;
        vertical-align: top;
    }
    .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #333e48;
        cursor: auto;
        min-height: 25px;
    }
    .footer-block .list {
        display: block !important;
        /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
    }
    .footer-block .list li {
        padding: 5px 0 8px;
    }
    .footer-block .list a {
        display: inline;
        padding: 0;
    }
    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }
    /*** CATEGORY ***/
    .product-selectors {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-selectors .product-viewmode {
        display: inline-block;
        /* float: left; */
        margin-right: 30px;
        vertical-align: middle;
    }
    .product-selectors .product-viewmode span {
        display: none;
        vertical-align: middle;
    }
    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
        vertical-align: middle;
    }
    .product-selectors .product-viewmode a.grid {
        background-image: url('/Themes/TieDye/Content/images/images/ProductViewIcon1.jpg');
    }
    .product-selectors .product-viewmode a.list {
        background-image: url('/Themes/TieDye/Content/images/images/ProductViewIcon2.png');
    }
    .product-selectors .product-viewmode a.selected {
        opacity: 1;
    }
    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }
    .product-list .item-box .picture {
        float: left;
        width: 220px;
    }
    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }
    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }
    .product-list .item-box .picture+.details {
        margin: 0 0 0 240px;
    }
    .product-list .item-box .product-title {
        height: auto;
        padding: 10px 0;
        font-size: 18px;
    }
    .product-list .item-box .description {
        display: block;
        margin: 0 0 10px;
        line-height: 22px;
    }
    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }
    .product-list .item-box .product-box-add-to-cart-button {
        width: auto;
        min-width: 150px;
        padding: 0 20px;
    }
    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }
    /*** PRODUCT PAGE ***/
    .gallery {
        width: 550px;
    }
    .variant-picture {
        float: left;
    }
    .variant-picture+.variant-overview {
        width: auto;
        margin: 0 0 0 240px;
    }
    .variant-overview {
        text-align: left;
    }
    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }
    .product-review-item .product-review-box {
        float: right;
    }
    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }
    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    /*** SHOPPING CART ***/
    .order-progress {
        padding: 20px;
    }
    .order-progress li {
        margin: 0 10px;
    }
    .order-progress a {
        min-width: 80px;
    }
    .cart-options .common-buttons {
        text-align: right;
    }
    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }
    .cart-footer .totals {
        float: right;
        width: 50%;
        margin: 0;
    }
    .cart-footer .terms-of-service {
        text-align: left;
    }
    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }
    .cart-footer .cart-collaterals {
        float: left;
        width: 47%;
        margin: 0 2.5% 0 0;
    }
    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: left;
    }
    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }
    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }
    /*** CHECKOUT ***/
    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }
    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }
    .checkout-page .address-grid {
        overflow: hidden;
    }
    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }
    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 100%;
        margin: 0px 0%;
        vertical-align: top;
        padding: 0px 0;
        text-align: left;
        /* border: 1px solid #ddd; */
        border-radius: 5px;
        position: relative;
    }
    .shipping-method .method-name {
        padding: 0;
        /* float: left; */
        width: 100%;
    }
    .payment-method .payment-logo {
        display: block;
        background-color: transparent;
        padding: 10px;
        float: right;
    }
    .payment-method .payment-details {
        display: table;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
        margin: auto;
        float: left;
    }
    .payment-info .info {
        padding: 30px 75px;
    }
    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }
    .order-review-data>div,
    .order-details-area>div,
    .shipment-details-area>div {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }
    /*** ORDER DETAILS & SHIPPING DETAILS ***/
    .order-details-page .section.options {
        text-align: right;
    }
    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }
    .order-details-page .tax-shipping-info {
        text-align: right;
    }
    .order-details-page .totals {
        float: right;
        clear: both;
    }
    .shipment-details-page .tracking-number .tracking-url {
        color: #4ab2f1;
    }
    /*** BLOG & NEWS ***/
    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }
    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }
    .new-comment {
        text-align: center;
    }
    .new-comment .buttons {
        text-align: center;
    }
    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }
    .comment-list .comment:last-child {
        border-bottom: 1px solid #ddd;
    }
    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }
    .comment-info .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }
    .comment-info .avatar {
        border: none;
    }
    .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%;
    }
    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }
    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }
    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }
    .comment-body {
        padding: 20px;
    }
    /*** FORUM & PROFILE ***/
    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }
    .forum-actions .actions,
    .topic-actions .actions {
        float: left;
    }
    .forum-actions .pager,
    .topic-actions .pager {
        float: right;
        max-width: 450px;
    }
    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px;
    }
    .forum-actions .pager.upper {
        display: block;
    }
    .topic-actions.lower .actions {
        display: block;
    }
    .topic-posts {
        margin: 0 0 30px;
    }
    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }
    .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: left;
    }
    .topic-post .user-info {
        width: auto;
    }
    .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }
    .topic-post .avatar {
        margin: auto;
        border: none;
    }
    .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%;
    }
    .topic-post .user-stats li {
        margin: 0;
    }
    .topic-post .send-pm {
        margin: 0 0 20px;
    }
    .topic-post .pm-button,
    .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px;
    }
    .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }
    .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6;
    }
    .topic-post .post-time {
        float: left;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }
    .topic-post .post-actions {
        float: right;
        margin: 0;
    }
    .topic-post .post-actions a {
        margin: 0;
        line-height: 20px;
    }
    .topic-post .post-actions .quote-post a {
        min-width: 70px;
    }
    .topic-post .post-actions a.post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #ddd;
        text-align: center;
    }
    .topic-post .post-text {
        padding: 20px 5px;
    }
    .topic-post .post-vote {
        padding: 20px 0 20px 15px;
    }
    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }
    .forum-table td.image {
        max-width: none;
    }
    .forum-table td.image div {
        max-width: none;
        background-size: initial;
    }
    .ui-tabs-nav {
        text-align: left;
    }
    .ui-tabs-nav li {
        margin: 0 10px -1px 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 10px -1px 0 !important;
    }
    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }
    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }
    .profile-info-box .title {
        text-align: left;
    }
    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}


/*1001 Has Been Commited*/


/*@media all and (min-width: 1001px) {*/


/*** GLOBAL STYLES ***/

.master-wrapper-content {
    margin: auto;
}

.center-2 {
    float: right;
    width: 73%;
    margin-top: 20px;
}

.side-2 {
    float: left;
    width: 25%;
    margin-top: 30px;
}

.page {
    text-align: left;
}

.inputs {
    text-align: left;
}

.inputs label {
    display: block;
    width: 265px;
    margin: 0 10px 0 0;
    text-align: left;
    float: none;
    /* width: 100%; */
    font-weight: 600;
    color: #000;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
    min-height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    padding: 0 20px;
}

.inputs .option-list li {
    margin: 0 10px 0 0;
}

.center-1 .buttons {
    text-align: center;
}

.center-2 .inputs label {
    width: 136px;
}

.page-title a+h1 {
    float: left;
}

.link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
}


/*** GLOBAL TABLES ***/

.cart tr {
    width: auto;
    margin: 0;
}

.cart label {
    display: none;
}

.order-details-page .data-table tr {
    width: auto;
    margin: 0;
}

.order-details-page .data-table label {
    display: none;
}


/*** HEADER ***/

.SearchCategoeries option {
    overflow: hidden;
    width: 30%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.SearchCategoeries {
    /* float: left; */
    height: 36px;
    border: none;
    width: 40%;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    padding: 5px;
    background: #fff;
}

.ico-wishlist {
    position: relative;
    bottom: 16px;
}

.ico-compare {
    position: relative;
    bottom: 15px;
    margin-right: 13px;
}

.ico-wishlist span {
    background: #e0078c;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    color: #fff;
    position: absolute;
    right: -8px;
    bottom: 0px;
}

.leftTopHeader .headerTextWrapper {
    float: left;
    margin-right: 10px;
}

.leftTopHeader .headerTextWrapper i {
    color: #e0078c;
    margin-right: 5px;
    font-weight: bold;
}

.leftTopHeader .headerTextWrapper span {
    line-height: 40px;
    color: #334141;
}

.leftTopHeader .headerTextWrapper a:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #ff69c3;
}

.RightTopHeader {
    text-align: left;
}

.RightTopHeader .headerTextWrapper {
    float: right;
    margin-right: 10px;
    color: #334141;
}

.RightTopHeader .headerTextWrapper a:hover {
    color: #dd078b;
    text-decoration: none;
    transition: 0.4s;
}

.RightTopHeader .headerTextWrapper img {
    float: left;
    display: inline-block;
    padding-top: 8px;
    margin-right: 5px;
}

.RightTopHeader .headerTextWrapper span {
    line-height: 41px;
}

#customerCurrency {
    border: none;
    padding: 0;
    float: left;
    padding: 0px;
    height: 20px;
    margin-top: 9px;
    border-right: 1px solid #ddd;
    width: 100px;
    border-radius: 0;
}

#customerCurrency:hover {
    transition: 0.4s
}

.header {
    margin: auto;
}

.header-upper:after {
    content: "";
    display: block;
    clear: both;
}

.header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0;
}

.header-selectors-wrapper>div {
    width: auto;
    min-width: 100px;
    margin: 0 12px 0 0;
    line-height: 43px;
}

.header-selectors-wrapper select {
    height: 25px;
    padding: 4px;
    font-size: 12px;
}

.language-list {
    text-align: left;
}

.header-links-wrapper {
    float: right;
    padding: 0;
}

.header-links li {
    margin: 0 0px;
}

.header-links a {
    padding: 0 5px
}

.header-links a,
.header-links span {
    line-height: 22px;
    text-transform: none;
    text-align: center;
}

#topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 0;
}

.flyout-cart {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 100;
    width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.flyout-cart.active {
    display: block;
}

.mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px;
}

.mini-shopping-cart .count {
    padding: 5px 0 15px;
}

.mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
}

.mini-shopping-cart .items {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}

.mini-shopping-cart .item {
    overflow: hidden;
    padding: 10px 0;
}

.mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
}

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.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 80px;
}

.mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
}

.mini-shopping-cart .name a {
    color: #e0078c;
}

.mini-shopping-cart .name a:hover {
    color: #f738ad;
}

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
}

.mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
}

.mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
}

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-color: #e0078c;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

.mini-shopping-cart input[type="button"]:hover {
    background-color: #e0078c;
}

.header-lower {
    display: table;
    width: 100%;
}

.header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
    width: 130px;
}

.search-box {
    display: block;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}


/*** NAVIGATION ***/

.header-menu {
    position: relative;
    z-index: 5;
    margin: 0 auto 0px;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    padding: 0px 0;
    text-align: center;
    /* background: #e0078c; */
}

.menu-toggle,
.sublist-toggle {
    display: none;
}

.header-menu>ul {
    display: table !important;
    /* prevents toggle display:none on resize */
    font-size: 0;
    text-align: justify;
}

.header-menu>ul.mobile {
    display: none !important;
}

.header-menu>ul>li {
    display: table-cell;
    /* border-left: 1px solid #f59a29; */
    padding: 0 15px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}

.header-menu>ul>li:first-child {
    border-left: none;
}

.header-menu>ul>li>a {
    display: block;
    padding: 15px 10px;
    line-height: 20px;
    /*reset zeroing*/
    cursor: pointer;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.header-menu>ul>li>a:hover {
    text-decoration: none;
    color: #ef2aa2;
    /* background: #ef2aa2; */
}

.header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background-color: #e0078c;
    padding: 0;
    text-align: left;
}

.header-menu .sublist li {
    position: relative;
}

.header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    color: #fff;
}

.header-menu .sublist li a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.header-menu .sublist li:hover>a {
    background-color: #ef2aa2;
}

.header-menu ul li:hover>.sublist {
    display: block;
}

.header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
}


/*** FOOTER ***/

.footer-upper {
    padding: 20px 0 10px;
}

.footer-upper:after {
    content: "";
    display: block;
    clear: both;
}

.footer-block {
    float: left;
    width: 100%;
    margin: 0;
    background: transparent;
}

.footer-block .list {
    margin: 0;
}

.follow-us {
    float: left;
    margin: 0;
    text-align: left;
}

.follow-us .social li {
    margin: 0 10px 0 0;
}

.newsletter-email {
    display: flex;
    width: 500px;
    margin: auto;
}

.newsletter-email input[type="text"] {
    width: 80%;
    color: #777;
    border: none;
    border-width: 1px 0px 1px 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0;
    max-width: 100%;
    /* display: table; */
    padding: 20px 15px;
    font-size: 12px;
}

.newsletter-email .newsletter-subscribe-button {
    width: 131px;
    padding: 0 5px;
    border-radius: 0;
    background: #383838;
    display: block;
    position: relative;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    height: 42px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.newsletter-validation .field-validation-valid {
    text-align: left;
}

.footer-lower {
    position: relative;
    padding: 10px 5px;
}

.footer-lower:after {
    content: "";
    display: block;
    clear: both;
}

.footer-info {
    float: none;
    line-height: 32px;
    text-align: center;
    color: #7c7c7c;
    padding: 25px 0 13px 0;
    display: flex;
    justify-content: space-between;
}

.footer-powered-by {
    float: right;
    margin: 0;
    line-height: 32px;
}

.theme-selector {
    float: left;
    margin: 0 0 0 15px;
}


/*** COLUMN ***/

.block {
    float: none;
    width: auto;
    margin: 0 0 20px;
    border: 1px solid #dfdfdf;
}

.block .title {
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    cursor: auto;
}

.block .title strong {
    font-weight: 500;
    font-size: 16px;
}

.block .listbox {
    display: block;
    border-bottom: none;
    padding: 15px 25px;
}

.block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0 0 -15px;
    vertical-align: middle;
}

.block a.product-name {
    vertical-align: middle;
}

.block a.product-picture+a.product-name {
    width: 70%;
}

.block a.product-picture+a.product-name:before {
    display: none;
}


/*** CATEGORY ***/

.breadcrumb {
    margin: 0 0 20px;
}

.item-box .buttons {
    text-align: left;
    float: right;
    position: static;
    top: -8px;
    height: 40px;
}


/*** PRODUCT PAGE ***/

.gallery {
    float: left;
    width: 46%;
}

.gallery .picture {
    width: auto;
}

.overview {
    float: right;
    width: 52%;
}

.rental-attributes {
    overflow: hidden;
}

.rental-attributes .attribute-item {
    float: left;
    margin: 0 20px 0 0;
}

.rental-attributes .datepicker {
    width: 160px;
    text-align: left;
}

.color-squares li {
    margin: 0 10px 10px 0;
}

.product-details-page .title {
    text-align: left;
    /* float: left; */
}


/*** PRODUCT REVIEWS ***/

.product-review-item .review-title {
    max-width: 850px;
}


/*** WISHLIST & COMPARE LIST ***/

.compare-products-page .page-title {
    margin: 0 0 -1px;
}

.compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    right: 0;
}

.compare-products-table .full-description td {
    display: table-cell;
}

.compare-products-table .full-description td p {
    margin-top: 0;
}


/*** TOPICS ***/

.center-1 .topic-block-title {
    text-align: center;
}

.topic-page p {
    text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/

.gender span {
    margin: 0 10px 0 0;
}

.gender span>* {
    margin: 0 5px 0 0;
}

.date-of-birth select+select {
    margin: 0 0 0 11px;
}

#check-availability-button {
    display: block;
    margin: 10px auto;
}

.login-page .customer-blocks {
    overflow: hidden;
}

.login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0;
}

.login-page .new-wrapper .text {
    min-height: 200px;
}

.login-page .returning-wrapper {
    float: right;
    width: 100%;
}

.login-page .returning-wrapper .form-fields {
    /* min-height: 200px; */
    padding: 10px 0 0;
}

.login-page .returning-wrapper .inputs label {
    width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
    width: 300px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    padding-left: 25px;
    float: none;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

.address-list-page .buttons,
.order-list-page .buttons {
    position: absolute;
    top: 5px;
    right: 10px;
}

.avatar-page .message-error,
.avatar-page .buttons {
    text-align: left;
}


/*** SHOPPING CART ***/

.shopping-cart-page .cart-options {
    overflow: hidden;
}

.shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 565px;
    margin: -30px 0 15px;
}

.shopping-cart-page .checkout-attributes li {
    margin: 5px 10px 5px 0;
}

.shopping-cart-page .selected-checkout-attributes {
    float: right;
    max-width: 395px;
    margin: 15px 0;
}


/*** CHECKOUT ***/

.order-progress {
    margin: -30px 0 50px;
}

.checkout-page .address-item {
    width: 31.33333%;
}

.checkout-page .terms-of-service {
    text-align: center;
}

.payment-info .info {
    padding: 30px 15px;
}

.payment-info .info td:first-child {
    width: 265px !important;
    margin: 0 10px 0 0;
    text-align: right;
}

.payment-info .info td:only-child {
    width: 100% !important;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    text-align: left;
}

.opc .order-review-data ul {
    text-align: left;
}

.newsletter {
    margin-top: 0;
    background: rgb(255, 69, 237);
    background: linear-gradient(90deg, #5482F9 0%, #771AF9 40%, #B200CB 60%, #F6128C 100%);
    padding: 50px 25px;
    text-align: center;
}

.newsletter-note {
    color: #ffff;
    font-size: 13px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 300;
}


/*** SEARCH & SITEMAP ***/

.advanced-search .price-range {
    margin-left: 114px;
}


/*** BLOG & NEWS ***/

.comment-list {
    margin: 0 0 50px;
}

.news-list-homepage .news-items {
    overflow: hidden;
    text-align: left;
}

.news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px;
}

.news-list-homepage .news-item:nth-child(3n+1) {
    clear: both;
}

.news-list-homepage .news-item:only-child {
    float: none;
    width: auto;
    margin: 0 0 30px;
}

.news-list-homepage .news-head {
    text-align: center;
}

.news-list-homepage .news-body {
    text-align: justify;
}


/*** FORUM & PROFILE ***/

.forum-breadcrumb {
    margin: -30px 0 30px;
}

.current-time {
    float: right;
}

.forum-search-box {
    float: left;
}

.forum-search-box .advanced {
    text-align: left;
}

.forum-search-box .advanced a {
    line-height: normal;
}

.forums-table-section td {
    min-width: 150px;
}

.forums-table-section td:first-child {
    min-width: 90px;
}

.forums-table-section .view-all {
    text-align: right;
}

.topic-actions .pager.upper {
    display: block;
    max-width: 400px;
}

.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
}

.forum-table td {
    padding: 20px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    width: 600px;
    height: 250px;
}

.private-message-send-page .toolbar {
    display: inline-block;
    width: 400px;
    margin: 10px 0;
    vertical-align: middle;
}


/*}*/

@media all and (min-width: 1367px) {
    /*** GLOBAL STYLES ***/
    .inputs label {
        width: 375px;
    }
    .center-2 .inputs label {
        width: 213px;
    }
    /*** HEADER ***/
    /*** NAVIGATION ***/
    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
    }
    /*** FOOTER ***/
    .footer-upper {
        padding: 35px 30px;
    }
    .footer-block {
        width: 280px;
    }
    .footer-lower {
    }
    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 1050px;
    }
    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }
    /*** SHOPPING CART ***/
    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }
    .cart-footer .cart-collaterals .deals {
        float: left;
        width: 360px;
    }
    .cart-footer .cart-collaterals .shipping {
        float: right;
        width: 360px;
    }
    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }
    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }
    /*** FORUM & PROFILE ***/
    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }
    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}


/*Radio Star */

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 80px;
    height: 15px;
    overflow: hidden;
    position: relative;
    background: url('/Themes/TieDye/Content/images/images/BigWhiteStar.jpg') repeat-x;
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('/Themes/TieDye/Content/images/images/BigYellowStar.jpg') repeat-x;
    background-size: contain;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 40%;
}

.star-rating i~i~i {
    width: 60%;
}

.star-rating i~i~i~i {
    width: 80%;
}

.star-rating i~i~i~i~i {
    width: 100%;
}

.delimiter {
    font-size: 0px !important;
    height: 24px;
    width: 15px;
    background-image: Url(/Themes/TieDye/content/images/grayarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 10px !important;
    display: block;
}

.Recently-view-product .LineTitle h3 {
    float: left
}

.Recently-view-product .LineTitle i {
    margin-left: 8px;
    /* color: #e0078c; */
    font-size: 18px;
    float: right;
    margin-top: 20px;
}


/*input type number style*/

.quantity {
    position: relative;
}

.quantity:after {
    content: '';
    clear: both;
    display: table;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 33px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #eee;
    width: 130px;
    border-radius: 20px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 33px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    border-bottom: 1px solid #eee;
    border-radius: 100%;
    right: 17px;
    top: 4px;
    background: #f0f0f0;
    padding-top: 0px;
    font-size: 20px;
    line-height: 26px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    border-bottom: 1px solid #eee;
    border-radius: 100%;
    right: -15px;
    top: 5px;
    background: #f0f0f0;
    padding-top: 3px;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
}

.quantity-text {
    display: block;
    float: none !important;
    margin-bottom: 4px;
    text-transform: capitalize;
}


/*Add To cart Modal*/

.Add-to-cart-Modal .modal-footer {
    text-align: center
}

.Add-to-cart-Modal .modal-footer .btn {
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.Add-to-cart-Modal .alert-success {
    background: #c4fdc4;
    color: #2abf2a;
    font-weight: 600;
    text-align: center;
    border: 1px solid #2abf2a;
}

.Add-to-cart-Modal .productName h3 {
    color: #0062bd;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 60px;
}

.Add-to-cart-Modal .ProductPrice h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.VideoImage {
    position: relative;
    display: block;
}

.VideoImage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    background: rgba(31, 29, 29, 0.4);
    z-index: 99;
    display: block;
    bottom: 0;
    background-image: Url(/Themes/TieDye/Content/images/play-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}


/* footer ipad iphone phone number fix */

.follow-us .pull-left a {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #333e48;
}

.tel,
.tel:visited {
    /*for small screens */
    display: block;
    color: #fff;
    background-color: #F8F8F8;
    text-decoration: none !important;
}

.tel:hover,
.tel:focus {
    color: #000;
    background-color: #f8f8f8;
}

@media screen and (min-width: 28.5em) {
    /* for larger screens */
    .tel,
    .tel:visited {
        background: none;
        cursor: default;
    }
    .tel,
    .tel:focus {
        color: #000;
    }
}

@media (max-width: 992px) {
    .networks {
        display: table;
        margin: 0 auto !important;
    }
}

@media (max-width: 1000px) {
    .networks {
        margin-bottom: 10px;
    }
}

.html-category-page .page-title {
    margin: 0px
}

.cat-title {
    color: #777;
}

.partyimg-wrapper {
    padding-top: 80px;
}

.partyimg {
    margin-bottom: 25px;
}

.partyimg img {
    border: 5px solid #fff;
    box-shadow: 0 0 7px rgba(56, 48, 48, 0.63);
}

.partyVideo-Detales {
    margin-bottom: 20px;
}

.PartyDes-Title h3 {
    color: #e0078c;
    font-size: 20px;
    font-weight: 600;
}

.PartyDes-download-txt p {
    color: #666;
    font-weight: 600;
}

.PartyDes-download-btn {
    display: block;
    background: #e0078c;
    color: #fff !important;
    text-align: center;
    padding: 15px 0px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.PartyDes-download-btn:hover {
    color: #fff;
}

.partyproduct {
    border: 2px solid #e0078c;
    border-radius: 15px;
    padding: 15px;
}

.partyTumbs img {
    margin-bottom: 10px;
    display: block;
    margin: 5px auto;
}

.PartyProduct-title h3 {
    color: #e0078c;
    font-size: 18px;
    font-weight: 700;
}

.PartyProduct-Name h3 {
    color: #0062bd;
    font-size: 14px;
    font-weight: 700;
}

.PartyProduct-Bottom .partyProduct-Price {
    font-size: 26px;
    padding-top: 10px;
    position: relative;
    top: 10px;
}

.PartyProduct-Bottom .PartyProductCartBtn {
    display: inline-block;
    background: #e0078c;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    margin-left: 30px;
    padding-left: 48px;
    background-image: Url('/Themes/TieDye/Content/images/images/RoundCart.png');
    background-repeat: no-repeat;
    background-position: 14px 0px;
}

.product-picture img {
    max-width: 80px;
}


/*.cart-buttons .update-cart-button {
    background: #f5f5f5;
    border: none;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 50px;
    font-weight: 500;
}*/

.cart-buttons .update-cart-button {
    background: #f5f5f5;
    border: none;
    padding: 10px 17px;
    margin-right: 1px;
    border-radius: 50px;
    font-weight: 500;
}

.cart-buttons {
    display: block;
    padding-top: 30px;
    text-align: right;
    float: left;
    width: 100%;
}

Table.cart {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.subway-wrapper container {
    display: block;
    margin-bottom: 40px;
    margin-top: 30px;
}

.subway ul li:after {
    content: "";
    background: rgba(221, 221, 221, 0);
    background: -moz-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(66, 66, 66, 0.5) 50%, rgba(66, 66, 66, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0)), color-stop(50%, rgba(66, 66, 66, 0.5)), color-stop(100%, rgba(66, 66, 66, 1)));
    background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(66, 66, 66, 0.5) 50%, rgba(66, 66, 66, 0.38) 100%);
    background: -o-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(66, 66, 66, 0.5) 50%, rgba(66, 66, 66, 1) 100%);
    background: -ms-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(66, 66, 66, 0.5) 50%, rgba(66, 66, 66, 1) 100%);
    background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0%, rgba(66, 66, 66, 0.04) 50%, rgba(66, 66, 66, 0.22) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#424242', GradientType=0);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 32px;
    z-index: 999;
    pointer-events: none;
}

.subway ul {
    text-align: center;
    display: table;
    /* margin: auto; */
    border: 2px solid rgba(136, 136, 136, 0.36);
    border-radius: 8px;
    position: relative;
}

.subway ul li {
    display: inline-block;
    position: relative;
    /* height: 50px; */
}

.subway ul li a {
    padding: 10px 45px;
    background: #eaeaea;
    color: #e0078c;
    /* border-radius: 0 100px 100px 0; */
    margin-right: 0;
    position: relative;
    background: rgba(219, 219, 219, 1);
    background: -moz-linear-gradient(-45deg, rgba(219, 219, 219, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(219, 219, 219, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(219, 219, 219, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(219, 219, 219, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(135deg, rgba(219, 219, 219, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f0f0f0', GradientType=1);
    margin-right: -4px;
    display: block;
    font-weight: 600;
    line-height: 25px;
    width: 260px;
}

.subway ul li a .subwayNo {
    background: #fff;
    /* padding: 5px; */
    margin-right: 20px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    box-shadow: inset 0px 1px 1px 1px rgba(41, 35, 35, 0.45);
    color: #e0078c;
}

.subway ul li a.active {
    background: #e0078c;
    color: #fff;
}

.subway ul li a:after {
    content: "";
    /* height: 40px; */
    /* width: 40px; */
    position: absolute;
    top: -1px;
    /* bottom: 0; */
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid rgb(238, 238, 238);
    border-right: 23px solid transparent;
    left: 98.5%;
    z-index: 20;
    border-width: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.subway ul li a.active:after {
    content: "";
    /* height: 40px; */
    /* width: 40px; */
    position: absolute;
    top: 0px;
    /* bottom: 0; */
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid rgb(224, 7, 140);
    border-right: 23px solid transparent;
    right: -40px;
    z-index: 20;
    border-width: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.subway ul li:first-child a {
    border-radius: 5px 0 0 5px;
}

.subway ul li:last-child a {
    border-radius: 0px 5px 5px 0px;
    margin-right: 0px;
}

.subway ul li:last-child a:after {
    display: none;
}

.enter-address .inputs label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 0;
    color: #000;
    width: auto;
    font-size: 15px;
    font-weight: 700;
}

.cartSideBox {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background: #f5f5f6;
    box-shadow: 0 0 10px 5px rgba(34, 34, 34, 0.49);
    padding: 10px 15px;
    margin: 10px 0 30px;
}

.button-1.confirm-order-next-step-button {
    display: block;
    width: 95%;
    background: #e0078c;
    color: #fff;
    border: none;
    padding: 14px 0px;
    margin: auto;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px;
}

.cartSideBox .LineTitle h3 {
    border: none;
}

.cartSideBox .cart td {
    background: transparent;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
    max-width: 150px;
}

.cartSideBox .product-picture {
    display: none;
}

.cartSideBox .sku {
    display: none;
}

.cartSideBox .sku {
    display: none;
}

.cartSideBox .footable-first-column {
    display: none;
}

.cartSideBox .cart a {
    color: #333e48;
    font-weight: 500;
}

.cartSideBox .cart a:hover {
    color: #333e48;
}


/*.cartSideBox .cart-header-row {
    display: table !important;
    clear: none !important;
    width: 120%;
}*/

.cartSideBox .cart-header-row th {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid;
    padding-left: 0px;
    padding-bottom: 15px;
}

.cartSideBox .item-count {
    display: none
}

.cartSideBox .unit-price {
    display: none
}

.cartSideBox .quantity {
    display: none
}

.cartSideBox .cart-header-row th:first-child {
    display: none
}

.cartSideBox .cart-collaterals .coupon-code input[type="text"] {
    border-radius: 0px 0px 0px 0px;
    height: 40px;
    padding-left: 20px;
    width: 61.5%;
    border: 1px solid #00BCD4;
    border-radius: 20px 0px 0px 20px;
}

.cartSideBox .cart-footer .totals {
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0px;
}

.cartSideBox .cart-footer .total-info {
    /* border-bottom: 2px solid #333e48; */
}

.cart-total .order-total {
    font-size: 15px;
}

.cartSideBox .cart-total td {
    color: #000;
    padding: 15px 0;
}

.cartSideBox .cart-collaterals .hint {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.cartSideBox .cart-collaterals .button-2 {
    width: 38.5%
}

.enter-address .edit-address .inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
    width: 100%;
}


/* end .squaredThree */


/* .squaredFour */

.squaredFour {
    width: 15px !important;
    position: relative;
    margin: 20px auto;
    height: 15px !important;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); */
    background: #fff;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.squaredFour label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    opacity: 0.5;
}

.squaredFour input[type=checkbox] {
    visibility: hidden;
}

.squaredFour input[type=checkbox]:not(:checked)+label:after {
    opacity: 0
}

.squaredFour input[type=checkbox]:checked+label:after {
    opacity: 1;
    z-index: 99;
}

input[type="hidden"] {
    display: none;
}

.login-page .returning-wrapper .inputs .Checkbox+label {
    width: auto
}

.cartSideBox2 .cart-item-row td:first-child {
    display: none;
}

.payment-method .method-list li {
    /* float: left; */
    width: 100%;
    margin-right: 5px;
}

.payment-logo img {
    margin: auto;
    display: block;
    max-width: 160px;
}

.payment-logo {
    display: table !important;
    margin: auto;
}

.payment-method .method-list li label {
    text-align: left;
    width: auto;
    line-height: 4px;
}

.payment-details input[type="radio"] {
    margin-right: 8px;
}

#checkout-payment-info-load tr td input {
    /*margin-bottom: 10px;*/
    padding-left: 20px;
}

#checkout-payment-info-load tr td select {
    margin-bottom: 10px;
}

.checkout-data .error-messages li {
    background: #ffc4c4;
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #840505;
}

#gallery_01 img {
    border: 2px solid white;
}


/*Change the colour*/


/*#img_01.active {border:2px solid #333 !important;}*/

ul#grid li a {
    /* float: left; */
}

.inline-list.social-interactions li i {
    margin-right: 10px;
}

img.th.full-img {
    line-height: 0;
    display: inline-block;
    border: solid 4px #FFF;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    transition: all 200ms ease-out;
}

.row.hide-for-small {
    width: auto;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    color: #333;
    background: transparent;
    width: 100;
}

.account_pic_artist img {
    border: 10px solid #fff;
    box-shadow: 0 0 15px #ddd;
}

.projectViews {
    position: absolute;
    top: 36px;
    background: rgb(224, 7, 140);
    color: #fff;
    padding: 5px 10px;
    left: 7px;
    z-index: 15;
}

.projectArtist {
    position: absolute;
    z-index: 11;
    background: rgb(124, 124, 124);
    padding: 5px 10px;
    color: #fff;
}

.projectArtist:hover {
    color: #fff
}

div#description ol {
    list-style-type: decimal;
}

img.small-th {
    width: auto;
    height: 90px;
}

h5.pro-head {
    font-size: 17px;
    color: #e0078c;
    border-bottom: 1px solid;
    display: table;
    padding-bottom: 5px;
    margin: 10px 0 30px;
}

.project-print-btn {
    background: #e0078c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    margin-bottom: 12px;
}

.project-print-btn:hover {
    color: #fff;
}

img#loader-icon {
    text-align: center;
    margin: auto;
}

.misc ul li {
    list-style-type: disc;
}

.panel img {
    margin: auto;
    display: block;
    border: 10px solid #fff;
    box-shadow: 0 0 15px #ddd;
    margin-top: 20px;
}

.borderImg {
    /* border: 5px solid #fff; */
    /* box-shadow: 0 0 5px #777; */
    margin: auto;
    display: block;
    height: 52px;
    width: auto;
    max-width: 500px;
}

#grid.mas-grid li:nth-child(-n+6) {
    opacity: 1;
}

.thumb-popup-link {
    display: block;
    height: 62px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #ddd;
    margin: auto;
    overflow: hidden;
    margin-top: 11px;
}

.ProjectNeeds {
    border: 3px solid #fff;
    box-shadow: 0 0 3px #ddd;
    height: 150px;
    padding: 10px 10px;
}

.ProjectNeeds a {
    display: block;
    text-align: center;
}

.password-recovery-page .inputs {
    display: table;
    margin: auto;
}

.password-recovery-page .inputs label {
    display: block;
}

.cartClose i {
    color: #9C9C9C
}


/*#ProjectslistAll{height: 300px; width: 300px; position: absolute;top: 30px;background: red;}*/

.Heightfixed {
    min-height: 300px;
}

.cart .quantity-button.quantity-up {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 19px;
    right: 7px;
    top: 6px;
}

.cart .quantity-button.quantity-down {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 15px;
    top: 6px;
    right: -15px;
    line-height: 14px;
    bottom: 0;
}

.order-subtotal {}

.order-subtotal td {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.shipping-cost td {}

.text-box.single-line {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
}

.orderItemTotal {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}

.dropdown-radio {
    display: table;
    background: #fcfcfc;
    padding: 10px;
    margin: auto;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.dropdown-radio:after {
    content: "";
    position: absolute;
    border-width: 7px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #9E9E9E;
    right: 10px;
    top: 17px;
}

.ShippingTitle {
    font-size: 17px;
    color: #000;
    margin: 10px 0px;
    font-weight: 600;
}

.section.shipping-method {
    background: #fcfcfc;
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    border-top: none;
}

.shipping-method .method-list li input[type="radio"]+label {
    color: #999;
    text-align: left;
    /* padding: 20px 0px 0px 0px; */
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    display: block;
    width: 100%;
}

.shipping-method .method-list input[type="radio"]:checked+label {
    content: '';
    background: url(http://dl.dropbox.com/u/51558405/radio-unchecked.png) no-repeat;
    color: #fff;
    background: #e0078c;
    background: rgba(224, 7, 141, 1);
    background: -moz-linear-gradient(top, rgba(224, 7, 141, 1) 0%, rgba(232, 81, 174, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224, 7, 141, 1)), color-stop(100%, rgba(232, 81, 174, 1)));
    background: -webkit-linear-gradient(top, rgba(224, 7, 141, 1) 0%, rgba(232, 81, 174, 1) 100%);
    background: -o-linear-gradient(top, rgba(224, 7, 141, 1) 0%, rgba(232, 81, 174, 1) 100%);
    background: -ms-linear-gradient(top, rgba(224, 7, 141, 1) 0%, rgba(232, 81, 174, 1) 100%);
    background: linear-gradient(to bottom, rgba(224, 7, 141, 1) 0%, rgba(232, 81, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0078d', endColorstr='#e851ae', GradientType=0);
}

.shipping-method .method-list input[type="radio"] {
    display: none;
}


/*payment Radio*/

.payment-method ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    top: 47px;
    left: 18px;
    padding: 30px;
    height: 30px;
    width: 30px;
}

.payment-method ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.payment-method ul li:hover label {
    color: #000;
}

.payment-method ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 29px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.payment-method ul li:hover .check {
    border: 2px solid #888;
}

.payment-method ul li .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 28.1%;
    left: 52.38%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    transform: translate(-50%);
    border-radius: 100%;
}

.payment-method input[type=radio]:checked~.check {
    border: 2px solid #3ac18c;
}

.payment-method input[type=radio]:checked~.check:before {
    background: #3ac18c;
}

.payment-method input[type=radio]:checked~label {
    color: #000;
}

.AlreadyAcoount {
    font-size: 16px;
    color: #000;
}

.AlreadyAcoount a {
    color: #de068a
}

.orderReviewPage .cart-footer .totals {
    width: 100%;
}

.orderReviewPage .order-review-data>div {
    width: 100%;
    background: transparent;
}

.orderReviewPage .shipping-info-wrap {
    background: #fff;
    color: #000;
}

.orderEdit {
    font-size: 10px;
    color: #0062bd !important;
    margin-left: 6px;
}

.ThankYouTitle h1 {
    color: #e0078c;
    text-align: left;
}

.ThankYouTitle p {
    text-align: left;
}

.ThankYouTitle a {
    color: #0062bd
}

.details-link {
    text-align: center;
}

.details-link a {
    background: #dd078b;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 90%;
    margin: auto;
}

.order-completed-page .order-details-area>div {
    width: 100%;
    background: #fff;
}

.order-completed-page .data-table th {
    border: none;
}

.order-completed-page .data-table td label {
    display: none;
}

.order-completed-page .section.totals {
    background: #f5f5f6;
    border-radius: 10px;
    margin-top: 200px;
    padding: 10px;
}

.registration-page .form-fields .inputs {
    margin: 15px auto;
}

.registration-page .page-body {
    border: 3px solid #fff;
    box-shadow: 0 0 3px #ddd;
    padding-top: 20px;
}

.customer-info-page .inputs {
    display: table;
}

.html-registration-page .inputs {
    display: table;
    min-width: 400px;
}

.payment-method .method-list li {
    border-bottom: 1px solid #ddd
}

.payment-method .method-list li .payment-logo label {
    padding: 0px;
}

#CardholderName {
    width: 100% !important
}

#checkout-payment-info-load tr td #CreditCardType {
    width: 100%;
}

#checkout-payment-info-load tr td #CardNumber {
    width: 100% !important;
}

#checkout-payment-info-load tr td #CardCode {
    width: 100% !important;
}

#checkout-payment-info-load table td {
    text-align: right;
    padding: 10px;
}

#checkout-payment-info-load tr td:nth-child(2) {
    text-align: left
}

.reviewcart .order-subtotal {
    border-bottom: none;
}

.reviewcart .order-subtotal td {
    padding-bottom: 5px;
    border: none;
}

.reviewcart .shipping-cost td {
    padding-top: 5px;
}

.reviewcart .order-total {
    border-top: 1px solid #000
}

.scheckoutBtn-Wrapper img {
    float: left;
    margin-right: 10px;
}

.scheckoutBtn-Wrapper a {
    color: #0062bd;
}

.scheckoutBtn-Wrapper strong {
    display: block;
}

.ComplteOrderNo li {
    font-size: 14px;
    font-weight: 600;
}

.shopnow {
    height: 43px;
    border: none;
    background-color: #e0078c;
    padding: 0 24px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    /* padding-left: 50px; */
    /* background-image: Url('/Themes/TieDye/Content/images/images/roundcart.png'); */
    background-repeat: no-repeat;
    background-position: 10px;
    font-weight: 600;
    /* margin-top: 30px; */
    float: left;
    margin-right: 25px;
    display: none;
}

.loading:after {
    content: "";
    background-image: url(/Themes/TieDye/content/images/ajax_loader_large.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 100px;
    z-index: 999999999999999;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.quickView-modal.loading:after {
    background-color: rgba(255, 255, 255, 0.57);
}

@media all and (max-width: 380px) {
    button.shopnow {
        display: none;
    }
}

span.custom-list ul {
    list-style: initial;
}

.subway-wrapper {
    margin-top: 0;
}

.hidden-title {
    display: none;
}

.ng-scope .TechniquesBox {
    height: auto;
    position: relative;
}

.header-bottom-bar {
    background-color: #f13eab;
    padding: 6px 0;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.header-bottom-bar span {
    text-align: center;
    color: white;
    font-size: 21px;
}

.header-bottom-bar p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.header-bottom-bar h5 {
    color: #FFFFFF;
    font-weight: 600;
    margin: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    top: -0.5px;
}

.item-4 .item-box .product-item {
    padding: 20px;
}

.Fproduct-c .item-4 {
    box-shadow: 0px 0px 3px #ddd;
    padding-bottom: 15px;
}

.item-4 .item-box .product-item.p5 {
    padding: 0px;
}

.item-4 .item-box .product-title a {
    font-size: 16px;
    font-weight: bold;
}

.item-4 .item-box .p5 .product-title a {
    color: #646a6f;
    font-size: 13px;
}

.item-4 .item-box .prices {
    height: auto !important;
    overflow: visible;
    margin: 0 0 8px;
}

.item-4 .item-box .actual-price {
    font-size: 20px
}

.item-4 .item-box .old-price {
    margin: 0;
    display: block;
    font-size: 20px;
}

.item-4 .item-box .p5 .old-price {
    font-size: 16px;
    font-weight: 600;
    color: #c3c3c3;
}

.item-4 .item-box .product-item .details .add-info .buttons button {
    background: #2ecc71;
    font-size: 16px;
    border: 0;
    width: auto;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 3px;
    border-bottom: 2px solid #13a752;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.item-4 .item-box .product-item .details .add-info .buttons input {
    background-color: #2ecc71;
}

.item-box .p5 .actual-price {
    color: #337ab7;
    font-weight: 600;
    font-size: 16px !important;
}

.item-box .p5 .add-info {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-box .p5 .buttons {}

.item-box .p5 .prices {
    height: 45px !important;
    margin: 0;
    width: 40px;
}

.recommended-products .owl-item.active .product-item {
    padding: 10px 10px 10px 0;
}

.recommended-products .owl-item.active+.owl-item.active .product-item {
    padding: 10px 0 10px 10px;
}

.item-4.small .item-box .Product-cat {
    font-size: 10px;
}

.item-4.small .item-box .product-title a {
    font-size: 12px;
}

.item-4.small .item-box .price {
    font-size: 13px;
}

.item-4.small .item-box .product-item .details .add-info .buttons button {
    background: #2ecc71;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 30px;
}

.item-4.small .item-box:hover .add-to-wishlist-button {
    left: 30px;
}

.item-4.small .item-box:hover .add-to-compare-list-button {
    right: 30px;
}

.homepage-promo {
    background: #1ddaee;
    color: #333;
    padding: 70px 0 0;
    margin: 0px auto;
    position: relative;
}

.homepage-promo.promo1 .promo-logo img {
    margin: auto;
    max-width: 200px;
}

.promo1 .promo-text h2 {
    margin-top: 0;
}

.promo3 .promo-text h2 {
    margin-top: 0px
}

.homepage-promo.hasImg {
    min-height: 330px;
}

.homepage-promo .promoImg {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    /* background: url(/Themes/TieDye/Content/images/promo-img.png) no-repeat; */
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 99;
}

.promo-img-wrapper {}

.promo-img-wrapper img {
    max-width: 100%;
}

.promo2 .promo-text h2 {
    color: #333;
    margin-top: 0;
}

.homepage-promo.promo1 .promo-text p {
    font-size: 14px;
    line-height: 24px;
}

.homepage-promo .promo-text .btn {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background-color: transparent;
    color: #e0078c;
    border: 2px solid #e0078c;
    box-shadow: 0 4px 11px #d6d6d6;
    border-radius: 6px;
    font-weight: 700;
}

.homepage-promo .promo-text .btn:hover {
    /* margin:-1px 0 0; */
    box-shadow: inset 0 0 500px #1b191929;
}

.remove_item a {
    color: #888;
}

@media (max-width:800px) {
    .title-Line2 strong {
        font-size: 20px;
    }
    .homepage-promo.hasImg {
        min-height: auto;
        padding-top: 0;
        padding: 0;
    }
    .homepage-promo.hasImg:before {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        height: 280px;
    }
    .homepage-promo .promoImg {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        height: max-content;
    }
    .homepage-promo .promo-logo img {
        margin: auto;
    }
    .homepage-promo .promo-text {
        margin: 15px 0;
        text-align: center;
    }
}

.throw-party .sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.throw-party a {
    color: #dd078b;
}

.throw-party .sec .heading {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.throw-party .sec .heading:after {
    content: '';
    height: 2px;
    width: 200px;
    background-color: #e0078c;
    display: block;
    margin: 0 auto -1px;
}

.throw-party .sec .heading h2 {
    font-weight: 600;
}

.throw-party .wearable {
    background-color: #2fa8d7;
}

.throw-party .wearable .container>.row {
    margin: 25px 0;
}

.throw-party .wearable .heading h2 {
    color: #fff;
}

.throw-party .wearable .desc {
    background: url(/Themes/TieDye/Content/images/throwparty/partyArrow.png) no-repeat;
    background-position: bottom right;
    background-size: 130px;
    padding: 0 0 85px;
}

.throw-party .extras .desc {
    padding: 0 0 85px;
}

.throw-party .extras .desc:after {
    content: "";
    background: url(/Themes/TieDye/Content/images/throwparty/partyArrow2.png) no-repeat;
    background-position: bottom right;
    background-size: 130px;
    width: 130px;
    height: 88px;
    right: 14px;
    bottom: 10px;
    position: absolute;
}

.throw-party .desc h1 {
    color: #e0078c;
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 15px;
}

.throw-party .desc p {
    font-size: 17px;
    color: #222;
    line-height: 160%;
}

.throw-party .sec .product-box .product-title {
    text-align: center;
    font-weight: 600;
    color: #151515;
    font-size: 18px;
    margin: 0 0 5px;
    height: 50px;
}

.throw-party .sec .product-box .product-img {
    margin: 0 0 10px;
}

.throw-party .sec .product-box .product-img img {
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    object-fit: contain;
}
.throw-party .item-box .picture a{    height: 300px;}

.throw-party .sec .product-box .product-options select,
.throw-party .sec .product-box .product-options input {
    border: 0;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    border-radius: 2px;
    padding: 0 10px;
    height: auto;
    height: 32px;
}
.tp-price{}
.tp-price h3{    color: #000;text-align: center;font-size: 16px;}
.throw-party .item-4 .product-title{text-align: center}

.throw-party .sec .product-cart {
    text-align: center;
    padding: 10px 0;
    margin: 0 5px;
}

.throw-party .section-3 .product-box {
    border: 1px solid #000;
   PADDING: 15PX;
}
.throw-party .section-4 .product-box {
    border: 1px solid #DDD;
    PADDING: 15PX;
    margin-bottom: 40px;
}

.throw-party .sec .product-cart button {
    background: #2ecc71;
    font-size: 14px;
    border: 0;
    width: auto;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 32px;
    border-radius: 3px;
    border-bottom: 2px solid #13a752;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.throw-party .sec .product-cart button:hover {
    background-color: #2ecc71;
}

.throw-party .sec.revers {
    color: #fff;
    padding: 50px 0;
    background-color: #e0078c;
    text-align: center;
    margin: 10px 0 50px;
}

.throw-party .sec.revers h3 {
    font-weight: 600;
    font-size: 32px;
}

.throw-party .sec.revers * {
    color: #fff;
}

.throw-party .section-6.tutorials h4 {
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.throw-party .section-6.tutorials h4:after {
    content: '';
    width: 150px;
    height: 1px;
    display: block;
    background: #e0078c;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.throw-party .section-6.tutorials ul,
.throw-party .section-6.tutorials ol {
    margin: 15px 0;
}

.throw-party .section-6.tutorials ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 15px;
}

.throw-party .section-6.tutorials ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.throw-party .download-pdf {
    color: #fff;
    background-color: #e0078c;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.throw-party .section-6.tutorials ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-align: justify;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.throw-party .pinterest img {
    width: 100%;
}


/* PRODUCT DETAIL PAGE */

.cart-info {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.cart-info .add-to-cart,
.cart-info .prices {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 0 0;
    white-space: nowrap;
}

.cart-info .prices .product-price span {
    font-size: 33px;
    line-height: 36px;
    color: #333;
}

.cart-info .qty {
    margin: 0 15px 0 0;
}

.cart-info .qty .quantity-text {
    font-size: 13px;
}

.cart-info .add-to-cart-panel>* {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.cart-info .add-to-cart-button {
    border-radius: 4px;
    background: #2ecc71;
    border-bottom: 3px solid #27b563;
    padding: 0 25px;
    font-size: 18px;
    height: auto;
    line-height: 48px;
    width: 200px;
}

.cart-info .add-to-cart-button:hover {
    background: #27b563;
}

.color-grid {
    padding: 15px 0;
    clear: both;
}

.color-grid .head {
    font-size: 14px;
    margin: 0 0 10px
}

.color-grid .head span {
    font-weight: bold;
}

.color-grid .box {
    display: inline-block;
    width: 16%;
    padding: 0 10px 10px 0;
    min-width: 94px;
}

.color-grid .box a {
    border: 1px solid #eaeaea;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    color: #000;
}

.color-grid .box a:hover {
    border-color: #e0078c;
}

.color-grid .box a:after {
    content: '';
    display: table;
    clear: both;
}

.color-grid .box a>* {
    width: 50%;
    float: left;
}

.color-grid.size-grid .box a>* {
    width: 100%;
    float: none;
    background: #e9e7e7;
    font-size: 22px;
    font-weight: 600;
    padding: 0 7px;
}

.color-grid.size-grid .box a {
    line-height: 29px;
}

.color-grid.size-grid .box {
    width: auto;
    min-width: 42px;
}

.color-grid .box a img {
    max-width: 100%;
}

.selectedBox {
    color: #e0078c
}

.selectedBox a {
    border-color: #e0078c !important;
}

.garment-grid {
    padding: 15px 0;
    clear: both;
}

.garment-grid .head {
    font-size: 14px;
    margin: 0 0 10px
}

.garment-grid .head span {
    font-weight: bold;
}

.garment-grid .box {
    width: 31%;
    margin: 0 1.3% 10px 0;
    border: 1px solid #eaeaea;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    padding: 5px;
    min-width: 180px;
}

.garment-grid .box:after {
    content: '';
    display: table;
    clear: both;
}

.garment-grid .box a {
    width: 100%;
    display: block;
    line-height: normal;
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 13px;
}

.garment-grid .box .img,
.garment-grid .box .opt {
    width: 50%;
    float: left;
    line-height: normal;
    text-align: left;
}

.garment-grid .box .opt select,
.garment-grid .box .opt input {
    height: auto;
    padding: 0 2px;
    border-radius: 0 2px;
    line-height: 22px;
    height: 22px;
    width: 100%;
}

.garment-grid .box .opt div {
    padding: 0 0 6px 0;
}

.garment-grid .box .opt div:last-child {
    padding: 0;
}

.garment-grid .box .opt a {
    background: #2ecc71;
    font-size: 11px;
    width: auto;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 26px;
    border-radius: 3px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.product-otherinfo .row {
    margin-bottom: 100px;
    margin-top: 100px;
}

.product-otherinfo .text {
    font-size: 16px;
}

.product-otherinfo .text h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 15px;
    color: #000;
}

.product-otherinfo .text ul li {
    margin: 0 0 7px;
    list-style-type: disc;
    list-style-position: inside;
}

.filter-block .title:after {
    content: "";
    border: solid #efb767;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 9px;
    right: 6px;
}

.filter-block .title:after {
    content: "";
    border: solid #efb767;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 9px;
    right: 6px;
}

.estimate-shipping .title {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

.new-address-next-step-button {
    background: #e0088b;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50px !important;
    width: 150px;
}

.opc .section.select-shipping-address {
    margin: 0 0 10px;
}

.new-shipping-address .enter-address .edit-address {
    padding: 10px 0px 0;
    margin-bottom: 0;
}

.opc .section.new-shipping-address {
    margin-bottom: 10px;
}

.yotpo-small {
    height: 20px !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    vertical-align: top !important;
}

.instaFeedWrapper {
    margin-bottom: 30px;
}

.feedHeading {
    text-align: center;
    font-weight: 700;
}

.mm-slideout {
    position: static;
}

.FreeShipText {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.FreeShipText span {
    color: #e0078c
}

.value-summary strong {
    color: #e0078c;
    font-size: 18px;
}

.dropdown-radio[data-target="#checkout-shipping-method-load"] {
    font-size: 0;
}

.dropdown-radio[data-target="#checkout-shipping-method-load"]:before {
    content: 'Ground (Free)';
    font-size: 14px;
    display: block;
}

label[for=shippingoption_0] {
    font-size: 0 !important;
}

label[for=shippingoption_0]:after {
    content: "Ground (Free)";
    font-size: 13px;
    float: left;
}

p a {
    color: #e0078c;
}


/* trend page */

.FeaturePicWrapper {
    margin-bottom: 30px;
}

.FeaturePicBox {
    overflow: hidden;
}

.FeaturePicBox:after {
    clear: both;
    content: "";
    display: table;
}

.FeaturePicBox h3 {
    text-align: center;
    text-transform: capitalize;
    display: table;
    margin: 0 auto 10px;
    font-size: 26px;
    max-width: 100%;
}

.TitleCenterLine {
    display: table;
    margin: auto;
    position: relative;
}

.TitleCenterLine:before {
    content: "";
    height: 2px;
    width: 100px;
    background: #e0078c;
    display: block;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
}

.TitleCenterLine:after {
    content: "";
    content: "";
    height: 2px;
    width: 100px;
    background: #e0078c;
    display: block;
    position: absolute;
    top: 50%;
    right: 110%;
    transform: translateY(-50%);
}

.FeaturePicListWrapper {
    margin-top: 0;
}

.FeaturePicListWrapper a {
    background: #fff;
    display: block;
    margin: 0px 0 15px;
    text-align: left;
}

.FeaturePicListWrapper a:hover{color:#000}
.FeaturePicListWrapper a:focus{color:#000;text-decoration:none;outline:none}
.FeaturePicListWrapper ul {}

.FeaturePicListWrapper li {
    margin-bottom: 35px;
}

.FeaturePicListWrapper .FeaturePic {
    height: auto;
}

.FeaturePicListWrapper .FeaturePic:after {
    content: '';
}

.FeaturePicListWrapper .FeaturePic img {height: 320px;width: 100%;object-fit: cover;}

.FeaturePicListWrapper .FeaturePicName {}

.FeaturePicListWrapper .FeaturePicName h4 {
    text-align: center;
    margin: 0;
    padding: 8px 0px;
    height: 68px;
    line-height: 28px;
    overflow: hidden;
    font-size: 22px;
    text-align: left;
    margin-top: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.FeaturePicListWrapper .FeaturePicInfo {
    font-size: 17px;
    line-height: 33px;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    letter-spacing: 0.5px;
    text-align: left;
}


/* trend section 2 page */

.FeatureRoundWrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

.FeatureRoundBox {}

.FeatureRoundBox:after {
    clear: both;
    content: "";
    display: table;
}

.FeatureRoundBox h3 {
    text-align: center;
    text-transform: capitalize;
    display: table;
    margin: 0 auto 20px;
    font-size: 26px;
}

.FeatureRoundListWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.FeatureRoundListWrapper a {
    background: #fff;
    /* display: block; */
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 2px 5px 2px #ddd; */
}

.FeatureRoundListWrapper ul {}

.FeatureRoundListWrapper li {
    flex-grow: 1;
    min-width: 160px;
}

.FeatureRoundListWrapper .FeatureRound {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    border: 2px solid #e0078c;
}

.FeatureRoundListWrapper .FeatureRound:after {
    content: "";
    display: block;
    border: 3px solid #fff;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: red; */
    z-index: 9999;
    position: absolute;
    border-radius: 100%;
    left: 0;
}

.FeatureRoundListWrapper .FeatureRound img {
    /* max-width: 100%; */
    position: absolute;
    width: 270px;
    border: 2px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.FeatureRoundListWrapper .FeatureRoundName {}

.FeatureRoundListWrapper .FeatureRoundName h4 {
    text-align: center;
}

.seeAllLink {
    text-align: right;
    display: table;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    float: right;
}


/* trend section 3 page */

.FeatureLineWrapper {
    margin-bottom: 30px;
}

.FeatureLineBox {}

.FeatureLineBox:after {}

.FeatureLineBox h3 {
    border-bottom: 2px solid #e0078c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.FeatureLineListWrapper {
    display: flex;
    flex-wrap: wrap;
}

.FeatureLineListWrapper a {}

.FeatureLineListWrapper ul {}

.FeatureLineListWrapper li {
    display: flex;
    width: 100%;
    box-shadow: 0 0 5px 2px #ddd;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.FeatureLineListWrapper .FeatureLine {
    flex-grow: 1;
    width: 16%;
    padding: 0;
    padding-right: 0;
    min-width: 250px;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    border-right: 1px solid #ddd;
}

.FeatureLineListWrapper .FeatureLineName:after {
    content: "";
    display: table;
    clear: both;
}

.FeatureLineListWrapper .FeatureLine:after {
    content: '';
    padding-bottom: 80%;
    display: block;
}

.FeatureLineListWrapper .FeatureLine img {
    border-right: 2px solid #ddd;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.FeatureLineListWrapper .FeatureLineName {
    flex-grow: 1;
    width: 58%;
    padding: 15px;
}
.FeatureLineListWrapper .FeatureLineName p{
    font-size: 16px;
    line-height: 24px;
}

.FeatureLineListWrapper .FeatureLineName h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}


/* .FeatureLineListWrapper .FeatureLineName p{max-height: 99px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;} */

.FeatureLineListWrapper .FeatureLineName .learnMoreLink {
    background: #e0078c;
    padding: 10px 15px;
    color: #fff;
    margin-top: 3px;
    display: table;
    float: right;
    text-transform: capitalize
}


/* FASHION PICTURE TAGS */

.html-fashion-page {
    overflow-x: hidden;
}

.fashion-img {
    position: relative;
    clear: both;
}

.fashion-img .img-wrapper img {
    width: 100%;
}

.fashion-img .group-tags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.01);
}

.group-tags .tag {
    height: 40px;
    width: 40px;
    vertical-align: top;
    margin: -20px 0 0 -20px;
}

.group-tags .tag>.tag-btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.group-tags .tag.active>.tag-btn:after {}

.group-tags .tag.ui-draggable-dragging .dd-tag {
    display: none;
}

.group-tags .tag.active .dd-tag {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


/* TAG LEFT */

.group-tags [pos="left"].tag .dd-tag {
    top: 50%;
    right: 100%;
    margin: 0 13px 0 0;
    left: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.group-tags [pos="left"].tag .dd-tag:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 9px;
    margin-top: -9px;
    z-index: 99;
}


/* TAG RIGHT */

.group-tags [pos="right"].tag .dd-tag {
    top: 50%;
    left: 100%;
    right: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin: 0 0 0 13px;
}

.group-tags [pos="right"].tag .dd-tag:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -9px;
}


/* TAG BOTTOM */

.group-tags [pos="bottom"].tag .dd-tag {
    top: 100%;
    right: auto;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 13px 0 0;
}

.group-tags [pos="bottom"].tag .dd-tag:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}


/* TAG TOP */

.group-tags [pos="top"].tag .dd-tag {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0 0 13px;
}

.group-tags [pos="top"].tag .dd-tag:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}

.group-tags .dd-tag {
    z-index: 999;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
    display: none;
    padding: 8px;
    width: 250px;
    position: absolute;
    top: 100%;
    left: -10px;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.group-tags .dd-tag .head {
    background: #f7f7f7;
    padding: 12px 15px;
    margin: -8px -8px 0;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
}

.group-tags .dd-tag .imageWrap:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.group-tags .dd-tag .imageWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.group-tags .dd-tag.active .dd {
    display: block;
}

.group-tags .btn-link {
    display: block;
    line-height: 40px;
    border-radius: 6px;
    margin: 10px auto;
    padding: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    border: 1px solid #dadada;
}

.group-tags .btn-link:hover {
    text-decoration: none;
    border: 1px solid #aaa;
}


/* PRODUCT */

.group-tags .dd-tag.product {
    width: 160px;
}

.group-tags .dd-tag.product .dd {
    text-align: left;
    color: #222;
}

.group-tags .dd-tag.product .imageWrap {
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 6px;
}

.group-tags .dd-tag.product .product-details {
    padding: 0;
}

.group-tags .dd-tag.product .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.group-tags .dd-tag.product .product-name a {
    color: #222;
    font-size: 13px;
}

.group-tags .dd-tag.product .actions {
    text-align: center;
    padding: 8px 0
}

.group-tags .dd-tag.product .actions .btn {
    background: #694252;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.group-tags .dd-tag.product .prices {
    color: green;
    margin: 10px 0 0;
}


/* PROJECT */

.group-tags .dd-tag.project {
    width: 160px;
}

.group-tags .dd-tag.project .dd {
    text-align: left;
    color: #222;
}

.group-tags .dd-tag.project .imageWrap {
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 6px;
}

.group-tags .dd-tag.project .imageWrap:before {
    padding-bottom: 60%;
}

.group-tags .dd-tag.project .product-details {
    padding: 0;
}

.group-tags .dd-tag.project .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.group-tags .dd-tag.project .product-name a {
    color: #222;
    font-size: 13px;
}

.group-tags .dd-tag.project .actions {
    text-align: center;
    padding: 8px 0
}

.group-tags .dd-tag.project .actions .btn {
    background: #694252;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.group-tags .dd-tag.project .prices {
    color: green;
    margin: 10px 0 0;
}


/* CUSTOM */

.group-tags .dd-tag.custom .product-name {
    color: #222;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.group-tags .dd-tag.custom .product-name a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.group-tags .tag>.tag-btn {}

.group-tags .tag .tag-btn:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #62e5df;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.group-tags .tag .tag-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/Themes/TieDye/Content/images/icontag_wht.png) rgba(0, 0, 0, 0.3) no-repeat;
    background-size: 58%;
    background-position: center center;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.group-tags .tag.active>.tag-btn:after {
    background: url(/Themes/TieDye/Content/images/icon-cross.png) rgba(0, 0, 0, 0.3) no-repeat;
    background-position: center center;
}

.search-link {
    position: relative;
}

.search-link.active .search-box {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    padding: 15px 10px 10px 10px;
    background: #f1f1f1;
    min-width: 360px;
    max-width: 360px;
    right: 0;
    z-index: 99;
    max-width: 100%;
    width: 20%;
}

.search-box {
    display: none;
}

.search-box form {
    display: inline-block
}

.search-box form:after {
    content: "";
    display: block;
    clear: both
}

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #000000;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.search-box .search-box-button:hover {
    background-color: #e0119d
}

.search-box .ui-autocomplete-loading {
    background: #fff url(../images/ajax-loader-small.gif) right center no-repeat
}

.search-box .instantSearch {
    background-color: transparent;
    width: 100% !important;
    border: none !important;
}

.search-box .instantSearch .k-list-container ul li {
    border: none;
}

.search-box .instantSearch .k-list-container {
    box-shadow: none !important
}

.search-box .instantSearch .k-list-container .k-item {
    color: #333;
}

.search-box .instantSearch .k-list-container .k-item.k-state-focused {
    color: #fff;
}

.search-box .instantSearch .k-list-container .k-item.k-state-hover {
    color: #fff;
}

.close-search-col-div .close-search-btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    left: -59px;
    z-index: 999;
    border: 2px solid #2ecc71;
    padding: 10px 9px;
    background: #2ecc71;
    top: -15px;
}

.search-box form {
    width: 100%;
}

.search-box .h-search-wrapper {
    display: block;
    position: relative;
    right: 0;
    padding: 0 10px 0 10px;
}


/* .search-box .h-search-box{display: flex;border: 1px solid #e0119d;} */

.search-box .h-search-box {
    display: flex;
    border: 1px solid #efefef;
    background-color: #fff;
    padding-left: 10px;
}


/* .search-box .h-search-box span{width:100%;border-right: 1px solid #ddd;padding: 0;} */

.search-box .h-search-box span {
    width: 100%;
    border-right: 1px solid #fff;
    padding: 0;
}


/* .search-box .h-search-box input{height:auto;padding:4px;height: 30px;padding-top: 7px;border: 0px solid transparent;font-size: 13px;outline: 0;} */

.search-box .h-search-box input {
    padding: 4px;
    height: 35px;
    padding-top: 7px;
    border: 0px solid transparent;
    font-size: 13px;
    outline: 0;
}

.search-box .h-search-box input::placeholder {
    color: #888;
}


/* .search-box .h-search-box .h-search-btn{width:15%;height:auto;line-height: 30px;padding: 0;border: 0;background: #e0119d;color: #fff;} */

.search-box .h-search-box .h-search-btn {
    width: 15%;
    height: auto;
    line-height: 30px;
    padding: 0;
    border: 0;
    color: #e0078c;
    position: absolute;
    right: 5px;
    background: transparent;
    line-height: 35px;
}

.search-box .h-search-box .h-search-btn i {
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.h-search-results {
    height: 100vh !important;
}

.search-box .h-search-results .head {
    display: none;
    font-weight: bold;
    padding: 12px 0 7px 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}

.search-box .h-search-results .head:before {
    content: "";
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
    border-left-color: #000;
    position: absolute;
    left: 0;
    top: 44%;
    transition: 0.3s;
}

.search-box .h-search-results .head .s-len {
    margin-left: 5px;
}

.search-box .search-error {
    padding-left: 15px
}

.search-box .h-search-results ul {
    text-align: left !important;
    padding: 0 1px 0 1px;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    transition: 0.3s;
}

.search-box .h-search-results ul.activeList {
    max-height: 70%;
    overflow: auto;
    height: auto;
}

.search-box .h-search-results ul.activeList .head:before {
    transform: rotate(90deg);
}

.search-box .h-search-results .item {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    display: block;
    border-radius: 0px;
    width: 100%;
    transition: 0.3s;
    margin: 0 0 7px!important;
}

.search-box .h-search-results .item:hover {
    background-color: #f13eab;
}

.search-box .h-search-results .item:hover .title {
    color: #fff;
}

.search-box .h-search-results .item a {
    display: flex;
    align-items: center;
    padding: 0;
}

.search-box .header-search-icon a {
    line-height: 13px;
}

.search-box .h-search-results .item .img {
    margin: 0 7px 0 0;
    padding: 2px;
    display: block;
    width: 69px;
    min-width: 50px;
    overflow: hidden;
    position: relative;
}

.search-box .h-search-results .item .title {
    font-size: 14px;
    display: block;
    margin: 4px 0 6px;
    text-align: left;
    color: #000;
    line-height: 130%;
}

.search-box .h-search-results .item .about {
    text-align: left;
    padding: 0;
    width: 210px;
}

.search-box .h-search-results ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.search-box .h-search-results ul::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.search-box .h-search-results ul::-webkit-scrollbar-thumb {
    background-color: #f13eab;
    border: 2px solid #f13eab;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.group-tags .tag.active>.tag-btn {
    background: linear-gradient(269deg, #60ffd6, #05af84);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15);
    }
    25% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 0 0 1px 12px rgba(0, 0, 0, 0.08);
    }
    75% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    100% {
        background-position: 0% 50%;
        box-shadow: 0 0 2px 6px rgba(0, 0, 0, 0.15);
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15);
    }
    25% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 0 0 1px 12px rgba(0, 0, 0, 0.08);
    }
    75% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    100% {
        background-position: 0% 50%;
        box-shadow: 0 0 2px 6px rgba(0, 0, 0, 0.15);
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15);
    }
    25% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 0 0 1px 12px rgba(0, 0, 0, 0.08);
    }
    75% {
        box-shadow: 0 0 1px 9px rgba(0, 0, 0, 0.13);
    }
    100% {
        background-position: 0% 50%;
        box-shadow: 0 0 2px 6px rgba(0, 0, 0, 0.15);
    }
}

@-webkit-keyframes ShadowActive {
    0% {
        box-shadow: 0 0 0 1px rgb(222, 6, 139);
    }
    25% {
        box-shadow: 0 0 1px 2px rgba(222, 6, 139, 0.75);
    }
    50% {
        box-shadow: 0 0 1px 3px rgba(222, 6, 139, 0.50);
    }
    75% {
        box-shadow: 0 0 1px 5px rgba(222, 6, 139, 0.25);
    }
    100% {
        box-shadow: 0 0 2px 8px rgba(222, 6, 139, 0.05);
    }
}

@-moz-keyframes ShadowActive {
    0% {
        box-shadow: 0 0 0 1px 1px rgb(222, 6, 139);
    }
    25% {
        box-shadow: 0 0 1px 4px rgba(222, 6, 139, 0.75);
    }
    50% {
        box-shadow: 0 0 1px 8px rgba(222, 6, 139, 0.50);
    }
    75% {
        box-shadow: 0 0 1px 13px rgba(222, 6, 139, 0.25);
    }
    100% {
        box-shadow: 0 0 1px 19px rgba(222, 6, 139, 0.05);
    }
}

@keyframes ShadowActive {
    0% {
        box-shadow: 0 0 0 1px 1px rgb(222, 6, 139);
    }
    25% {
        box-shadow: 0 0 1px 4px rgba(222, 6, 139, 0.75);
    }
    50% {
        box-shadow: 0 0 1px 8px rgba(222, 6, 139, 0.50);
    }
    75% {
        box-shadow: 0 0 1px 13px rgba(222, 6, 139, 0.25);
    }
    100% {
        box-shadow: 0 0 1px 19px rgba(222, 6, 139, 0.05);
    }
}

.tagged-images {
    margin: 0 0 25px;
}

.tagged-images .slick-arrow {
    font-size: 0;
    position: absolute;
    z-index: 9999;
    border: 0;
    height: auto;
    width: auto;
    background: none !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tagged-images .slick-prev {
    left: 10px;
    right: auto;
    top: 50%;
}

.tagged-images .slick-next {
    right: 10px;
    left: auto;
    top: 50%;
}

.tagged-images .slick-next:after {
    content: '\f105';
    font-family: fontawesome;
    font-size: 80px;
    color: #d8d8d8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.tagged-images .slick-prev:after {
    content: '\f104';
    font-family: fontawesome;
    font-size: 80px;
    color: #d8d8d8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.tagged-images .slick-list {
    overflow: visible !important;
}

.tagged-images .slick-slide {
    visibility: hidden;
}

.tagged-images .slick-active {
    visibility: visible;
}

.link-preview {
    display: table;
    width: 100%;
    border: 1px dashed #ddd;
    background: #f7f7f7;
}

.link-preview .img-cell {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px dashed #ddd;
    padding: 3px 6px;
}

.link-preview .text-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 6px;
    font-size: 85%;
}

.link-preview .desc {
    height: 38px;
    overflow: hidden;
}

@media(max-width:768px) {
    .group-tags .tag {
        height: 30px;
        width: 30px;
        margin: -15px 0 0 -15px;
    }
    .group-tags .tag>.tag-btn {
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
    .group-tags .tag>.tag-btn:before {
        font-size: 12px;
    }
    .group-tags .dd-tag {
        width: 200px;
    }
    .group-tags .dd-tag.product {
        width: 200px;
    }
    .group-tags .dd-tag.product .dd {
        display: flex;
    }
    .group-tags .dd-tag.product .imageWrap {
        width: auto;
        min-width: 60px;
        border: 0;
        padding-right: 7px;
    }
    .group-tags .dd-tag.product .imageWrap:before {
        display: none;
    }
    .group-tags .dd-tag.product .imageWrap a {
        display: block;
        position: relative;
    }
    .group-tags .dd-tag.product .imageWrap a:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }
    .group-tags .dd-tag.product .product-name {
        text-align: left;
    }
    .group-tags .dd-tag.product .actions {
        text-align: left;
    }
    .group-tags .dd-tag.product .actions .btn {
        font-size: 11px;
    }
    .group-tags .dd-tag.project {
        width: 200px;
    }
    .group-tags .dd-tag.project .dd {
        display: flex;
    }
    .group-tags .dd-tag.project .imageWrap {
        width: auto;
        min-width: 60px;
        border: 0;
        padding-right: 7px;
    }
    .group-tags .dd-tag.project .imageWrap:before {
        display: none;
    }
    .group-tags .dd-tag.project .imageWrap a {
        display: block;
        position: relative;
    }
    .group-tags .dd-tag.project .imageWrap a:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }
    .group-tags .dd-tag.project .product-name {
        text-align: left;
    }
    .group-tags .dd-tag.project .actions {
        text-align: left;
    }
    .group-tags .dd-tag.project .actions .btn {
        font-size: 11px;
    }
    .tagged-images .slick-arrow {
        display: none !important;
    }
}

.FeatureRound.active {
    border-color: green;
}

.Product-cat {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sumome-share-client-wrapper {
    display: none !important;
    top: 0px !important;
    right: 0 !important;
    left: inherit !important;
}

.yotpo-img-wrapper {
    margin-top: 28px;
}

.yotpo-img-wrapper img {
    max-width: 100%;
}

#list-menu {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9999;
    border: 1px;
    width: 80%;
    top: 0;
    border-right: 1px solid #ddd;
    box-shadow: 0 0 5px #dddddd;
    max-width: 300px;
}

#list-menu>ul li>ul {
    box-shadow: inset 0 6px 5px #f3bcdd;
    background: #fbdaee;
}

#list-menu li {
    position: relative;
}

#list-menu li a {
    padding: 7px 15px;
    display: block;
    flex-grow: 1;
    font-size: 12px;
}

#list-menu li a.active {
    color: #e0078c
}

.menu-close-wrapper {
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.close-menu {
    background: transparent;
    border: none;
    padding: 10px;
}

.product-list-wrapper {
    background: #fbdaee;
    position: relative;
}

.product-list-wrapper .product-links {
    background: #fff;
    /* box-shadow: 0 6px 5px #f3bcdd; */
}

.bottom-link-wrapper {
    display: flex;
    margin-top: 25px;
}

.bottom-link-wrapper a {
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-left: none;
    width: 50%;
}

.bottom-link-wrapper a img {
    width: 20px;
}

.menu-col-btn {
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    background: transparent;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.menu-col-btn.opened {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(180deg);
    transition: 0.3s;
}

.Fproduct-c .owl-stage {
    padding-bottom: 15px;
}

.Fproduct-c .item-box:hover {
    box-shadow: none;
}

.flex-row {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    margin: 0 5px;
}

.flex-box {
    width: 50%;
    padding: 5px
}

.header-order-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sumome-stylebufferbottom-shim {
    display: none !important;
}

.slick-dots li button:before {
    height: 8px !important;
    width: 8px !important;
    color: #e4e4e4 !important;
    opacity: 1 !important;
    font-size: 10px !important;
}

.slick-dots li button {}

.slick-dots li.slick-active button:before {
    color: #818b95 !important;
}

.slick-dots li {
    margin: 0 3px !important;
}

.item-4 .item-box {
    box-shadow: 0px 0px 3px #ddd;
    padding-bottom: 15px;
    margin: 5px;
}

.slick-slide {
    padding: 5px;
}

@media (max-width: 992px) {
    /* .search-box .h-search-box input {font-size: 11px;height: auto;}  */
    /* .header-links li.search-link .search-box {display: block;padding: 7px 0;}  */
    /* .search-box .h-search-results {position: absolute;z-indeX: 999;width: 100%;right: 0;padding: 0 10px 0 10px;} 
    .search-box .h-search-results ul {text-align: left !important;padding: 0 10px 0 10px;width: 100%;display: block;background: white;z-index: 99999999;position: relative;border: 1px solid #eee;box-shadow: 0 5px 12px -5px black;}  */
    .header-links-wrapper {
        width: 100%;
    }
    .header-links ul {
        width: 100%;
        padding: 0px;
    }
    /* .close-search-col-div {display: none;}
    .header-links > ul > li, .header-links li.search-link > a {display: none;}
    .header-links li.search-link {display: block;}
    .header-links li.search-link .search-box {display: block;padding: 0;width: 100%;border: 0;height: auto;float: none;}
    .search-link {display: none;}
    .search-box .h-search-box .h-search-btn {background: #fff;margin-left: 4px;width: 50px;color: #621f65;}
    .search-box .h-search-wrapper{display:block;position:relative;right:0;padding: 0 10px 0 10px;}
    .search-box .h-search-box{display: flex;border: 1px solid #efefef;background-color:#fff;}
    .search-box .h-search-box span{width:100%;border-right: 1px solid #fff;padding: 0;}
    .search-box .h-search-box input{padding:4px;height: 35px;padding-top: 7px;border: 0px solid transparent;font-size: 13px;outline: 0;flex: 1;}
    .search-box .h-search-box input::placeholder {color: #888;}
    .search-box .h-search-box .h-search-btn{width:15%;height:auto;line-height: 30px;padding: 0;border: 0;background: #fff;color: #621f65;}
    .search-box .h-search-box .h-search-btn i{font-size: 17px;font-weight: 600; vertical-align: middle;} */
    /* .s-len {margin-left:6px;} */
}


/* PROJECT TAGS */

.tagged-img {
    position: relative;
    clear: both;
}

.tagged-img .img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tagged-img .group-tags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.01);
}

.tagged-img-details {
    position: relative;
    clear: both;
}

.tagged-img-details .img-wrapper img {
    width: 100%;
}

.tagged-img-details .group-tags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.01);
}

.group-tags .tag {
    height: 32px;
    width: 32px;
    vertical-align: top;
    margin: -16px 0 0 -16px;
}

.group-tags .tag>.tag-btn:before {
    content: "\f02b";
    font-family: FontAwesome;
}

.group-tags .tag>.tag-btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    color: #fff;
    text-align: center;
    height: 32px;
    width: 32px;
}

.group-tags .tag.active>.tag-btn:before {
    content: '\f00d';
}

.group-tags .tag.ui-draggable-dragging .dd-tag {
    display: none;
}

.group-tags .tag.active .dd-tag {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


/* TAG LEFT */

.group-tags [pos="left"].tag .dd-tag {
    top: 50%;
    right: 100%;
    margin: 0 13px 0 0;
    left: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.group-tags [pos="left"].tag .dd-tag:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 9px;
    margin-top: -9px;
    z-index: 99;
}


/* TAG RIGHT */

.group-tags [pos="right"].tag .dd-tag {
    top: 50%;
    left: 100%;
    right: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin: 0 0 0 13px;
}

.group-tags [pos="right"].tag .dd-tag:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -9px;
}


/* TAG BOTTOM */

.group-tags [pos="bottom"].tag .dd-tag {
    top: 100%;
    right: auto;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 13px 0 0;
}

.group-tags [pos="bottom"].tag .dd-tag:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}


/* TAG TOP */

.group-tags [pos="top"].tag .dd-tag {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0 0 13px;
}

.group-tags [pos="top"].tag .dd-tag:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}

.group-tags .dd-tag {
    z-index: 999;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
    display: none;
    padding: 8px;
    width: 250px;
    position: absolute;
    top: 100%;
    left: -10px;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.group-tags .dd-tag .head {
    background: #f7f7f7;
    padding: 12px 15px;
    margin: -8px -8px 0;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
}

.group-tags .dd-tag .imageWrap:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.group-tags .dd-tag .imageWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.group-tags .dd-tag.active .dd {
    display: block;
}

.group-tags .btn-link {
    display: block;
    line-height: 40px;
    border-radius: 6px;
    margin: 10px auto;
    padding: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    border: 1px solid #dadada;
}

.group-tags .btn-link:hover {
    text-decoration: none;
    border: 1px solid #aaa;
}


/* PRODUCT TAG*/

.group-tags .dd-tag.product {
    width: 160px
}

.group-tags .dd-tag.product .dd {
    text-align: left;
    color: #222
}

.group-tags .dd-tag.product .imageWrap {
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 6px
}

.group-tags .dd-tag.product .product-details {
    padding: 0
}

.group-tags .dd-tag.product .product-name {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 140%;
    text-align: center
}

.group-tags .dd-tag.product .product-name a {
    color: #222;
    font-size: 13px
}

.group-tags .dd-tag.product .actions {
    text-align: center;
    padding: 8px 0
}

.group-tags .dd-tag.product .actions .btn {
    background: #694252;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

.group-tags .dd-tag.product .prices {
    color: green;
    margin: 10px 0 0
}


/* PROJECT TAG */

.group-tags .dd-tag.project {
    width: 160px
}

.group-tags .dd-tag.project .dd {
    text-align: left;
    color: #222
}

.group-tags .dd-tag.project .imageWrap {
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 6px
}

.group-tags .dd-tag.project .imageWrap:before {
    padding-bottom: 60%
}

.group-tags .dd-tag.project .product-details {
    padding: 0
}

.group-tags .dd-tag.project .product-name {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 140%;
    text-align: center
}

.group-tags .dd-tag.project .product-name a {
    color: #222;
    font-size: 13px
}

.group-tags .dd-tag.project .actions {
    text-align: center;
    padding: 8px 0
}

.group-tags .dd-tag.project .actions .btn {
    background: #694252;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

.group-tags .dd-tag.project .prices {
    color: green;
    margin: 10px 0 0
}


/* CUSTOM */

.group-tags .dd-tag.custom .product-name {
    color: #222;
    font-size: 14px;
    margin: 5px 0
}

.group-tags .dd-tag.custom .product-name a {
    color: #222;
    font-size: 15px
}

.group-tags .tag>.tag-btn {}

.group-tags .tag>.tag-btn:before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #62e5df;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.group-tags .tag>.tag-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icontag_wht.png) rgba(0, 0, 0, 0.3) no-repeat;
    background-size: 58%;
    background-position: center center;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.group-tags .tag.active>.tag-btn:after {
    background: url(../images/icon-cross.png) rgba(0, 0, 0, 0.3) no-repeat;
    background-position: center center;
}

.img-wrap {
    position: relative;
}

.TechniqueName {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.techniques-page .TechniqueName {
    position: static
}

.listPro-box {
    padding-bottom: 40px !important;
}

.img-tag-wrap {
    position: relative;
}


/* QUICK VIEW */

.quickView-modal {
    background: #fff;
    border: 1px solid #f7f7f7;
    position: fixed;
    display: none;
}

.quickView-modal {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.quickView-modal.visible {
    display: block;
}

.quickView-modal .close-wrap {
    width: 920px;
    max-width: 90%;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
    z-index: 999999999;
}

.quickView-modal .qvClose {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 0;
    background: url(../images/close-black.png) center no-repeat;
    font-size: 0;
    z-index: 999;
    background-color: #fff;
}

.quickView-modal .qv-content {
    background: #fff;
    z-index: 99999;
    padding: 20px;
    max-width: 920px;
    width: 90%;
    max-height: 88%;
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}

.quickView-modal .qv-content::-webkit-scrollbar {
    width: 1em;
}

.quickView-modal .qv-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.quickView-modal .qv-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.quickView-modal.loading .qv-content {
    min-height: 300px;
    background: url(../images/ajax-loader.gif) #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.quickView-modal .popup-header {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    margin: 0 -20px 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quickView-modal .popup-header h1 {
    font-size: 20px;
}

.quickView-modal .gallery {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0;
}

.quickView-modal .overview {
    float: right;
    width: 60%;
    margin: 0;
    padding: 0 0 0 15px;
}

.quantity-section {
    border: 1px solid #dddddd;
    padding: 3px 5px 2px 10px;
    border-radius: 5px;
}

.quantity-section label {
    color: #aaa;
    margin: 5px 0 6px;
    font-size: 13px;
}

.quantity-section input {
    outline: 0;
}

.quickView-modal .overview .product-name {
    margin: 0 0 5px;
    font-size: 28px;
}

.quickView-modal .overview .add-to-cart-button {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    background-color: #e0119d;
    color: #fff;
    font-size: 15px;
    display: block;
}

.quickView-modal .overview .prices {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.color-selection {
    border: 1px solid #dddddd;
    padding: 5px 0 10px 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

.color-selection select {
    border: 0;
    padding: 0;
    font-size: 15px;
}

.quickView-modal .overview .qty-input,
.quickView-modal .variant-overview .qty-input {
    width: 100%;
    border: 0;
    text-align: left;
    height: auto;
    padding: 6px 0;
}

.quickView-modal .full-description * {
    max-width: 100%;
}

.quickView-modal .links-panel {
    margin: 20px 0 0;
}

.quickView-modal .links-panel a {
    display: block;
    text-align: center;
    color: #909090;
    padding: 5px;
    font: 14px 'Droid Serif', serif;
    font-style: italic;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.quickView-modal .links-panel a:before {
    content: '>';
    margin: 0 12px 0 0;
}

.quickView-modal .links-panel a:hover {
    color: #ef5cc8;
}

.quickView-modal .product-social-buttons {
    clear: both;
    width: 100%;
    text-align: center;
}

.quickView-modal .gallery .picture {
    max-width: 100%;
    border: 5px solid #2ecc71;
}

.add-to-wishlist-button-wrapper {
    padding: 10px 15px
}

.add-to-wishlist i {
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.compare-products {
    padding: 10px 15px
}

.quickView-modal .gallery .picture input {
    display: none
}

.quickView-modal .gallery .picture>a {
    /* border:1px solid #eee; */
    display: block;
    position: relative;
    height: auto;
}

.quickView-modal .gallery .picture>a:after {
    content: '';
    display: block;
}

.quickView-modal .gallery .picture-thumbs {
    padding: 5px 0 !important;
}

.quickView-modal .gallery .picture-thumbs a {
    width: 60px;
    height: 60px;
    border: 1px solid #faddf1;
}

.quickView-modal #qvAccordion>h3 {
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    font-size: 16px;
    clear: both;
    margin: 0 0 10px;
}

.quickView-modal #qvAccordion>div {
    margin: 0 0 30px;
}

.quickView-modal .Product-Link a {
    color: #2ecc71;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: table;
    margin: auto !important;
}

.quickView-modal .Product-Link a:hover {
    color:
}

.quickView-modal #qvAccordion>div:after {
    content: '';
    clear: both;
    display: table;
}

.quickView-modal .section-title h3 {
    margin: 0
}

.quickView-modal .owl-carousel {
    display: block;
    text-align: center;
    margin: 0 !important;
    display: none;
}

.quickView-modal .owl-carousel .item,
.quickView-modal .owl-carousel item {
    width: 205px;
    display: inline-block;
}

.quickView-modal .owl-theme .owl-nav button {
    font-size: 36px !important;
    background: #e0119d !important;
    color: #fff !important;
    line-height: 34px !important;
    width: 34px !important;
    font-weight: normal !important;
    border-radius: 40px;
    display: block;
    margin: 0;
    outline: 0;
}

.quickView-modal .picture-thumbs-navigation-arrow img {
    display: none;
}

.quickView-modal .picture-thumbs-navigation-arrow:hover {
    width: 40px;
}

.quickView-modal .picture-thumbs-navigation-arrow {
    display: none;
}

.quickView-modal .section-title {
    display: none;
}

.quickView-modal .related-products-grid popup-grid {
    display: none !important;
}

.quickView-modal .overview .product-price {
    color: #e0078c;
    font-size: 22px;
}

.quickView-modal .related-products-grid {
    display: none !important;
}

.quickView-modal .overview .prices>div>span {
    font-weight: 600;
    letter-spacing: 1px;
}

.quickView-modal .product-essential {
    margin: 0;
    padding: 0;
}


/* .quickView-modal.visible{pointer-events: none;} */

.techniques-page .TechniqueName {
    margin-bottom: 10px;
}

.techniques-page .tech-description {
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* .techniques-page .TechniquesBox {margin-bottom: 40px;} */

.shipping-corona-note .topic-block {
    margin: 0;
}

#Tecslider img {
    /* max-height: 500px; */
    /* object-fit: cover; */
}

.tech-section {}

.tech-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px 0;
    background: rgb(255, 69, 237);
    background: linear-gradient(130deg, #ff45ed 0%, #ff6d8a 50%, #f9b512 100%);
}

.tech-img {
    width: 835px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.tech-img img {
    /* object-fit: contain; */
    width: 100%;
    height: 100%;object-fit: cover;object-position: right;
}
.green-s .tech-img img {height: 100%;object-fit: cover;object-position: right;}

.tech-text {
    color: #000;
    width: 50%;
    font-weight: 300;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
}
.green-s .tech-text {max-width: 540px;}
.green-tech-1 .tech-text{    max-width: 500px;}

.tech-text h3 {color: #000;font-family: 'Poppins', sans-serif;margin-bottom: 40px;font-weight: 500;line-height: 50px;margin: 100px 0 15px;font-size: 36px;letter-spacing: 0.04em;}
.tech-text p {margin-bottom: 0;font-size: 19px;line-height: 36px;letter-spacing: 0.04em;}
.tds-info-d.three-dots{    position: relative;}
.tds-info-d.three-dots:after {content: "...";position: absolute;top: 28px;color: black;font-size: 20px;z-index: 999;right: 175px;}

.home-green .tech-text p{font-weight: 400;}

.home-blue .tech-text h3 {margin:0 0 25px}

.tech-link {
    display: block;
    font-size: 22px;
    border-bottom: 3px solid #000;
    display: inline-block;
}

.tds-info-d ul{list-style: disc;padding-left: 15px;}

.tech-link-wrapper {
    text-align: right;
    padding: 100px 0 0;
}

.tech-cat-title {
    text-align: center;
    padding: 60px 20px 30PX;
    CLEAR: BOTH;
}

.tech-cat-title h1 {
    font-size: 23px;
}

.tech-section.blue-s .tech-box {
    background: rgb(90, 250, 196);
    background: linear-gradient(130deg, rgba(90, 250, 196, 1) 0%, rgba(26, 210, 203, 1) 50%, rgba(33, 94, 207, 1) 100%);
}

.tech-section.blue-s img {
    /* height: 500px; */
    object-fit: cover;
    object-position: top;
}

.tech-blog-wrapper {
    margin: 120px 0 30px;
}

.tech-blog-tech {}

.col-md-4 {}

.tech-blog-box {
    margin-bottom: 40px;
}

.tbb-pic {
    text-align: center;
}

.tbb-pic img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.tbb-details {}

.tbb-title {
    color: #000;
    font-weight: 600;
}

.tbb-title h3 {
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}

.tbb-info {
    height: 90px;
}

.tbb-info p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-weight: 100;
    line-height: 24px;
    font-size: 16px;
}

.tech-featured-section {
    margin: 0px 0 50px;
}

.tech-featured-box {}

.tff-box {
    text-align: center;
}

.tff-box img {
    /* height: 250px; */
    object-fit: contain;
}

.tff-box h3 {
    font-size: 16px;
    color: #000;
}

.tff-box .product-title {
    font-size: 16px;
    color: #000;
}

.tff-box .product-title a {
    font-size: 16px;
    color: #000;
    line-height: 21px;
}

.tfs-title {}

.tfs-title h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.tech-featured-section {}

.tech-featured-section .owl-dots {}

.tech-featured-section .owl-dots button {
    zoom: 0 !important;
    font-size: 0;
    border: none;
}

.tech-featured-section .owl-dots button span {
    display: none !important;
}

.tech-featured-section .owl-nav {}

.tech-featured-section .owl-nav button {}

.tech-featured-section .owl-carousel .owl-nav .owl-prev {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
    /* background-color: red !important; */
    width: 35px;
}

.tech-featured-section .owl-carousel .owl-nav .owl-next {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
    width: 35px;
}

.technique-detail-banner {margin-bottom: 35px;}

.tdb-box {
    position: relative;
    /* background-image: url(../img/g-img-2.png); */
    background-size: cover;
}

.tdb-box .tdb-ban-img {
    height: 650px;
    width: 50%;
    object-fit: cover;
}

.tdb-info {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    max-width: 500px;
}

.tdb-info h3 {
    color: #fff;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 25px;
}

.tdb-info p {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

.video-pop {}

.video-pop .video-btn {
    display: flex;
    align-items: center;
}

.video-pop .video-btn img {
    margin-right: 20px;
    width: 50px;
}

.video-pop .video-btn span {
    color: #fff;
    font-size: 25px;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
    position: relative;
    top: -3px;
    letter-spacing: 1.5px;
}

.td-need-section {
    margin: 80px 0 50px;
}

.tdn-info {
    font-size: 18px;
    font-weight: 100;
    max-width: 470px;
}

.tdn-info h3 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.tdn-info p {
    font-size: 22px;
    line-height: 37px;
    color: #000;
}

.tdn-info .tdn-link {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.row-f {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: space-between;
}

.col-md-6-f {
    max-width: 50%;
    padding: 15px;
}

.tdn-info-img {}

.tdn-info-img img {
    max-width: 100%;
}


/* TECHNIQUE STEP SECTION */

.td-stpes-wrapper {}
.td-stpes-boxes {}
.td-stpes-box {margin-bottom: 80px;}

.td-stpes-pic {display: flex;align-items: stretch;background: rgb(79, 70, 147);background: linear-gradient(90deg, rgba(79, 70, 147, 1) 0%, rgba(117, 111, 169, 1) 100%);justify-content: space-between;flex-direction: row;}
.td-stpes-pic img {max-width: 100%;height: 270px;object-fit: cover;width: 100%;}

.td-stpes-boxes .td-stpes-box:nth-child(even) .td-stpes-pic {flex-direction: row-reverse;}

.td-video-icon {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.td-video-pic, .td-video-play{width:100%; flex:0 0 480px; max-width:480px; position:relative;}
.td-video-play .inner{width: 100%;background: #000000; line-height:0;}
.td-video-play .inner iframe{width: 100%;height: 270px;}



.td-stpes-pic-info {
    background: rgb(79, 70, 147);
	width:50%;
    position: relative;
    background-image: url(../img/g-img.png);
	background-position:center bottom;
	background-size:cover;
}

.td-stpes-pic-info h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    top: 47%;
    left: 37%;
    position: absolute;
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
    font-weight: 700;
    width: 180px;
}

.tds-info {}

.tds-info-d {
    margin-top: 15px;
    position: relative;
    width: 100%;
    padding-right: 200px;
    padding-bottom: 0;
    padding-top: 10px;
}

.tds-info-d p {
    font-size: 16px;
    text-align: justify;
}

.tds-info-read {}

.tds-info-read .td-reed-link {}

.hide-body {
    display: none;
}

.twoline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-stpes-box .btn-success {
    position: absolute;
    bottom: 15px;
    display: block;
    z-index: 99;
    background: #000;
    right: 0;
    top: 0;
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background-color: transparent;
    color: #e0078c;
    border: 2px solid #e0078c;
    box-shadow: 0 4px 11px #d6d6d6;
    border-radius: 6px;
    font-weight: 700;
    line-height: 36px;
}





#videoModal .modal-content {
    width: 800px;
    padding-top: 10px;
    max-width: 90%;
    padding: 0;
    border-radius: 0;
}

#videoModal .modal-content iframe {
    border: none
}

#videoModal button.close {
    position: absolute;
    top: 0px;
    right: -43px;
    background: #000;
    color: #fff;
    opacity: 1;
    padding: 10px 15px;
}

.tech-related-section {
    margin: 0px 0 50px;
}

.tech-featured-box {}

.tff-box-2 {
    text-align: center;
    padding: 15px 25px;
    text-align: center;
}

.tff-box-2 img {
    height: AUTO;
    object-fit: contain;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.44);
}

.tff-box-2 h3 {
    font-size: 16px;
    color: #000;
}

.tfs-title-2 {}

.tfs-title-2 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.tech-related-section {}

.tech-related-section .owl-dots {}

.tech-related-section .owl-dots button {
    zoom: 0 !important;
    font-size: 0;
    border: none;
}

.tech-related-section .owl-dots button span {
    display: none !important;
}

.tech-related-section .owl-nav {}

.tech-related-section .owl-nav button {}

.tech-related-section .owl-carousel .owl-nav .owl-prev {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
    /* background-color: red !important; */
}

.tech-related-section .owl-carousel .owl-nav .owl-next {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
}

.black-title {}

.black-title h3 {
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
}

.RightSideCol {
    margin-top: 80px;
}

.RightSideCol .item-4 .item-box {
    box-shadow: none;
}

.RightSideCol .modal-dialog {
    top: 19%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 99999;
    width: 800px;
}

.td-ping-in {
    display: table;
    margin: 0 auto 15px;
    max-width: 80px;
}

.item-6 .item-box .product-title a {
    text-align: center;
    color: #000;
}

.item-6 .item-box {
    margin-bottom: 20px
}

.item-6 .item-box .product-item {
    padding: 0;
}

.item-6 .item-box .picture {
    margin: auto;
    max-width: 250px;
}

#videoModal.modal .modal-dialog {
    width: 800px;
    top: 30%;
    z-index: 999999;
    max-width: 100%;
}

.video-btn svg {
    max-width: 40px;
    margin-right: 20px;
    max-height: 45px;
    width: 45px;
}

.tech-related-product {}

.recommended-products {}

.recommended-products .owl-dots {}

.recommended-products .owl-dots button {
    zoom: 0 !important;
    font-size: 0;
    border: none;
}

.recommended-products .owl-dots button span {
    display: none !important;
}

.recommended-products .owl-nav {}

.recommended-products .owl-nav button {}

.recommended-products.owl-carousel .owl-nav .owl-prev {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
    /* background-color: red !important; */
}

.recommended-products.owl-carousel .owl-nav .owl-next {
    background-color: transparent !important;
    font-size: 35px;
    border: none;
    color: black !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: initial;
    height: auto;
    padding-bottom: 10px;
}

.recommended-products {
    display: block;
}

.owl-dots {}

.owl-dots button {
    zoom: 0 !important;
    font-size: 0;
    border: none;
}

.owl-dots button span {
    display: none !important;
}

.tech-section.green-s .tech-box {
    background: rgb(242, 251, 151);
    background: linear-gradient(326deg, rgba(242, 251, 151, 1) 0%, rgba(171, 250, 159, 1) 50%, rgba(171, 250, 159, 1) 100%);
}
.tech-section.green-s  .tech-text p{margin-bottom:30px;font-size: 18px;font-weight: 400;line-height: 36px;}
.tech-section.green-s .tech-link-wrapper {
    text-align: left;
}
.tech-section.green-s .tech-text h3{
    font-size: 32px;
    margin-bottom: 15px;
}

.tech-section.green-s .tech-link {
    background: #fff;
    padding: 14px 30px;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}

.tech-link:hover,
.tech-link:focus {
    color: #dd078b;
    border-bottom-color: #dd078b;
    transition: 0.3s;
    text-decoration: none;
}

.Techniques-cat-wrapper {
    margin-bottom: 80px;
}

.tff-box a {
    font-size: 18px;
}

.is-stock {
    position: absolute;
    z-index: 9;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(34, 25, 36, .5);
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    width: 130px;
    text-align: center;
}

.is-stock h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.product-item .picture {
    position: relative;
}

.item-box-try {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px #ddd;
    margin: 4px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(34, 25, 36, .2);
    border-radius: 7px;
}

.try-this-wrapper {}

.try-this-wrapper img {
    height: 120px;
    width: 100%!important;
    object-fit: contain
}

.try-this-wrapper .product-title {
    font-size: 14px
}

.try-this-wrapper {}

.try-this-wrapper .title {
    font-size: 24px;
    border: none;
    margin: 0;
    padding: 0;
    color: #e0119d;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.try-this-wrapper .title strong {}

.try-this-wrapper .item {}

.try-this-wrapper .item-grid.owl-carousel {
    padding: 0
}

.item-box-try .product-title a {
    height: 45px;
    overflow: hidden;
    display: block
}

.item-box-try {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px #ddd;
    margin: 4px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(34, 25, 36, .2);
    border-radius: 7px
}

.item-box-try .picture-1 {
    border: 0;
    background: transparent;
    margin: 5px 0 0;
    display: block!important
}

.try-price {
    font-size: 20px
}

.discontinued-product h4 {
    color: #e56364;
    font-size: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 400
}

.item-box-try .picture-1 .qv-trigger {
    display: none;
}

.item-box-try .owl-nav div:after {
    font-size: 12px;
}


.pink-tech .tech-text .tech-link{
    color: #e0078c;
    background: #fff;
    padding: 10px 35px;
    border: 3px solid #e0078c;
    border-radius: 6px;
    font-weight: 700;
    line-height: 36px;
    box-shadow: 0 4px 11px #90858573;
}
.pink-tech .tech-text .tech-link-wrapper{text-align:left}

.amer-wrapper{
    position: absolute;
    right: 5%;
    z-index: 999;
    width: 190px;
    top: 0;
    display: none;
}
.amer-wrapper .amer-img{
    max-width: 100%;
   
}

.ger-1{}
.ban-1{}
.ban-1 .tech-box{background: rgb(255, 69, 237);background: linear-gradient(90deg, #FF17EA 0%, #ff5379 50%, #f7a912 100%);position: relative;}
.ban-1 .tech-text{
}
.pink-tech.ban-1  .tech-text .tech-link{
    padding: 10px 40px;
    font-size: 18px;
}
.ban-1 .tech-text{
    max-width: 420px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
}
.ban-1 .tech-text h3{
    color: #fff;
   
}
.ban-1  .tech-text p{
    color: #fff;
  
}
.ban-1 .pink-tech .tech-text h3{
    color: #fff;
    line-height: 45px;
}
.ban-1 .pink-tech .tech-text p{
    color: #fff;
}






.show-am .amer-wrapper{display: block;}

.title-black-simple{font-size: 22px;margin-bottom: 15px;MARGIN-TOP: 0;padding-top: 00px;font-family: 'Poppins', sans-serif;}
.title-black-simple strong{color: #000;font-weight: 600;text-transform: uppercase;}
.item-box-img{padding: 10px 4px;}
.product-item-img{}
.home-page-product-grid{position: relative;padding-top: 60px;margin-bottom: 60px;}
.home-page-product-grid .title-black-simple{margin-bottom:30px}
.item-4 .product-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.item-4 .product-title a{}





.html-home-page   .home-green .tech-text .tech-link{
    font-size: 18px;
   
    bottom: 80px;
    color: #e0078c;
    background: #fff;
    padding: 10px 35px;
    border: 3px solid #e0078c;
    border-radius: 6px;
    font-weight: 700;
    line-height: 36px;
    box-shadow: 0 4px 11px #90858573;
}

.html-home-page .home-green .tech-text .tech-link-wrapper{text-align:left}

/* .home-green{} */


.tech-section.home-green .tech-box {
    background: #F1FF86;
    background: linear-gradient(90deg, #F1FF86 0%, #9FFF8F 50%, #3dfffa 100%);
    position: relative;
}

.tech-section.home-green .tech-link-wrapper {
    text-align: left;
}

/* .tech-section.home-green .tech-link {
    background: #fff;
    padding: 10px 15px;
    border: none;
    text-align: left;
} */

.html-home-page .tech-related-section{    padding-top: 50px;}
.html-home-page  .tff-box-2{    padding: 15px 25px;}
.html-home-page .tech-related-box .owl-stage-outer{}
.html-home-page .home-green .tech-img{        }
.html-home-page .home-blue .tech-img{width: 40%;max-width: 425px;padding-left: 200px;background: transparent;box-sizing: content-box;}

.html-home-page .home-blue .tech-link {font-weight: 600;padding-bottom: 5px;position: absolute;width: fit-content;text-align: center;top: -70px;right: -200px;font-family: 'Poppins', sans-serif;display: none;}
.html-home-page .home-blue .tech-text{font-size: 24px;max-width: 450px;padding: 0 25px;justify-content: start;align-self: center;}
.html-home-page .home-blue .tech-text p{font-size: 18px;margin-bottom: 15px;line-height: 34px;}
.html-home-page .home-blue .tech-link-wrapper {padding: 15px;}





.tech-section.home-blue .tech-box{}


.tech-section.home-blue .tech-box {
    background: #50FFB9;
    background: linear-gradient(90deg, #9fff8f 0%, #22CBC0 50%, #1A45C5 100%);
    align-items: center;
}

.tech-img1{
    position: relative;
}
.tech-img1 img {
    max-width: 400px;
}

.color-pic {
    text-align: center;
    padding: 25px 40px;
    text-align: center;
}

.color-pic img {
    height: AUTO;
    object-fit: contain;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.44);
    border-radius: 100%;
    border: 5px solid #fff;
}

.color-pic h3 {
    font-size: 16px;
    color: #000;
}
.color-Wrapper-slide{}
.color-Wrapper-slide .title-black-simple{text-align: center;}




.color-Wrapper-slide{margin-bottom: 50px;margin-top: 50px;}

.project-slider{}
.project-slider-box{}
.project-slider-img{padding: 15px;}
.project-slider-img img{height: 400px;object-fit: cover;box-shadow: 0 0 15px 6px rgb(60 59 59 / 14%);object-position: top;}
.pro-row-wrapper{text-align: center;margin-bottom: 50px;margin-top: 50px;}
.purple-line{height: 15px;background: rgb(58,83,255);background: linear-gradient(130deg, rgba(58,83,255,1) 0%, rgba(125,74,255,1) 50%, rgba(155,0,248,1) 100%);}


.sim-slider{}
.sim-slider-box{}
.sim-slider-img{padding: 15px;}
.sim-slider-img img{height: 15vw;object-fit: cover;box-shadow: 0 0 15px 6px rgb(60 59 59 / 14%);object-position: top;}
.sim-row-wrapper{text-align: center;margin-bottom: 50px;margin-top: 50px;}


.sim-slider-2{margin-bottom: 50px;margin-top: 50px;}
.sim-slider-2 .sim-slider-box{}
.sim-slider-2 .sim-slider-img{padding: 15px;}
.sim-slider-2 .sim-slider-img img{height:330px;box-shadow: 0 0 15px 6px rgb(60 59 59 / 14%);width: auto;}
.sim-slider-2 .sim-row-wrapper{text-align: center;margin-bottom: 50px;margin-top: 50px;}

.b-arrow .owl-nav {}
.b-arrow .owl-nav button {}
.b-arrow .owl-carousel .owl-nav .owl-prev {background-color: transparent !important;font-size: 35px;border: none;color: black !important;left: -35px;top: 50%;transform: translateY(-50%);margin: 0;padding: 0;line-height: initial;height: auto;padding-bottom: 10px;}
.b-arrow .owl-carousel .owl-nav .owl-next {background-color: transparent !important;font-size: 35px;border: none;color: black !important;top: 50%;transform: translateY(-50%);margin: 0;padding: 0;line-height: initial;height: auto;padding-bottom: 10px;right: -35px;}

.b-arrow .owl-carousel .owl-nav > button:hover{background-color: transparent;}
.b-arrow .owl-carousel .owl-nav [class*=owl-]:hover, .b-arrow .owl-carousel .owl-nav [class*=owl-]{background-color: transparent !important; color: #000 !important;}
.tech-section.green-tech-1 .tech-box{background: #5AFAC4;background: linear-gradient(130deg, #5AFAC4 0%, #1AD2CB 50%, #215ECF 100%);}
.tech-section.green-tech-1 .tech-text h3{font-size:42px;margin-bottom: 30px;line-height: 50px;}
.tech-section.green-tech-1 .tech-text  p{
    font-size: 22px;
    line-height: 44px;
}
.tech-section.green-tech-1{margin-bottom: 80px;}
.show-am .product-item-img{    box-shadow: 0 0 16px #80808070;}
.show-am .item-4 .product-title{display: none;}

.detail-text-wrapper{margin: 0px 0 30px;}
.detail-text{}
.detail-text h3{margin-top: 0;}
.detail-text p{font-size: 18px;}
.tech-see-wrap{}
.tech-see-btn{font-weight: 600;padding-bottom: 5px;position: absolute;width: fit-content;text-align: center;bottom: 20px;left: -40px;font-family: 'Poppins', sans-serif;font-size: 22px;border-bottom: 3px solid #000;display: inline-block;color: #000;}
.tech-see-btn:hover{border-color:#e0078c;}



.feature-menu-wrapper{}
.feature-menu-wrapper{
    background: #f7f7f7;
    padding: 25px 25px 25px 25px;
    position: relative;
    margin-bottom: 15px;
}
.feature-section-wrapper{}
.feature-menu{}
.fm-1-list{}
.fm-1{
    margin-bottom: 5px;
}
.fm-2-list{
   transform: scaleY(0);
   transform-origin: top;
   transition: 1s;
   opacity: 0;
   visibility: hidden;
   /* height: 0; */
   transform-origin: top center;
   max-height: 0;
}
.fm-1.active .fm-2-list{
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    transform-origin: top center;
}

.fm-1 > a{
    font-size: 18px;
    display: block;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.fm-2 a{
    font-size: 16px;
    font-size: 18px;
    display: block;
    padding: 5px 29px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    height: 35px;
}
.fm-contol{
    position: absolute;
    right: 30px;
}
/* .fm-2-list li{height:0}

.fm-1.active .fm-2-list li{height:auto} */

.projects-box img{max-width: 100%;}
.ui-dialog{    z-index: 999999;}
#modal-id{ z-index: 9999999;}

.pro-foot {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.tp-price{margin: 0 5px}






    /* section splite */
    .splite-section {
        max-width: 1920px;
        margin: 30px auto;
    }

    .splite-wrapper {
    }

    .splite-row {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .splite-wrapper .splite-row:nth-child(2n) {
        flex-direction: row;
    }

    .splite-col {
        flex: 0 0 50%;
    }

    .splite-img {
    }

        .splite-img img {
            width: 100%;
            max-height: 700px;
            object-fit: cover;
            object-position: center;
        }

    .splite-info {
        padding: 50px;
    }

    .splite-sub {
        display: none;
    }

        .splite-sub h4 {
        }

    .splite-title {
    }

        .splite-title h3 {
            margin: 0;
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 20px;
        }
        .row-1st   .splite-title h3 {color: #dd078b;}

    .splite-details {
    }

        .splite-details p {
            font-size: 20px;
            line-height: 30px;
        }

    .splite-links {
        margin-top: 20px;
    }

    .splite-btn {
        font-size: 20px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 2px solid;
        width: fit-content;
    }

.type_product{display: none;}




