@font-face {
   font-family: Condensed;
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url("/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonobold.eot");
   src: url("/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonobold.eot?#iefix")
         format("embedded-opentype"),
      /* IE6-8 */
         url("/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonobold.woff2")
         format("woff2"),
      /* FF39+,Chrome36+, Opera24+*/
         url("/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonobold.woff")
         format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url("/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonobold.ttf")
         format("truetype");
}

@font-face {
   font-family: Condensed;
   font-style: normal;
   font-weight: normal;
   font-display: swap;
   src: url("/Themes/Prisma/Content/font/condensed/ICMR/interstatecondmono.eot");
   src: url("/Themes/Prisma/Content/font/condensed/ICMR/interstatecondmono.eot?#iefix")
         format("embedded-opentype"),
      /* IE6-8 */
         url("/Themes/Prisma/Content/font/condensed/ICMR/interstatecondmono.woff2")
         format("woff2"),
      /* FF39+,Chrome36+, Opera24+*/
         url("/Themes/Prisma/Content/font/condensed/ICMR/interstatecondmono.woff")
         format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url("/Themes/Prisma/Content/font/condensed/ICMR/interstatecondmono.ttf")
         format("truetype");
}

@font-face {
   font-family: Condensed;
   font-style: normal;
   font-weight: 300;
   font-display: swap;
   /* src: url('/Themes/Prisma/Content/font/condensed/ICMB/interstatecondmonolight.eot'); */
   src: url("/Themes/Prisma/Content/font/condensed/ICML/interstatecondmonolight.ttf")
      format("truetype");
}

/** KEYFRAMES ANIMATIONS **/

* {
   margin: 0;
   padding: 0;
   outline: none;
   text-decoration: none;
   box-sizing: border-box;
   scroll-behavior: smooth;
   direction: ltr;
   letter-spacing: 0.1vw;
   list-style: none;
}

*:before,
*:after {
   box-sizing: border-box;
}

html {
   margin: 0 !important;
   -webkit-text-size-adjust: none;
}

ol,
ul {
   list-style: none;
}

a img {
   border: none;
}

a:active {
   outline: none;
}

button::-moz-focus-inner,
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;
}

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::-moz-placeholder,
textarea::-moz-placeholder {
   opacity: 1;
}

input:-webkit-autofill {
   -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
   display: none !important;
}

/*********** GLOBAL STYLES **********/

@font-face {
   font-family: "prisma";
   src: url("../font/prisma.eot?xwq28l");
   src: url("../font/prisma.eot?xwq28l#iefix") format("embedded-opentype"),
      url("../font/prisma.ttf?xwq28l") format("truetype"),
      url("../font/prisma.woff?xwq28l") format("woff"),
      url("../font/prisma.svg?xwq28l#prisma") format("svg");
   font-weight: normal;
   font-style: normal;
}

body {
   max-width: 100%;
   background-color: #fff;
   overflow-x: hidden;
   font-size: 13px;
   text-align: left;
   font-family: condensed;
   -webkit-tap-highlight-color: transparent;
}

/* fonts */

.font-open-sans {
   font-family: "Open Sans";
}

.font-open-sans {
   line-height: 1.2;
}

.font-playfair-display {
   font-family: "Playfair Display";
}

.font-playfair-display .product-title {
   line-height: 1.2;
}

.font-playfair-display .responsive-nav-wrapper .cart-qty,
.font-playfair-display .responsive-nav-wrapper .wishlist-qty,
.font-playfair-display .inbox-unread {
   line-height: 15px;
}

.font-comfortaa .product-title {
   line-height: 1.3;
}

.font-fira-sans {
   font-family: "Fira Sans";
}

.font-fira-sans .product-title {
   line-height: 1.3;
}

.font-fira-sans .responsive-nav-wrapper .cart-qty,
.font-fira-sans .responsive-nav-wrapper .wishlist-qty,
.font-fira-sans .inbox-unread {
   line-height: 18px;
}

/**/

a {
   color: inherit;
   cursor: pointer;
   text-decoration: none;
}

img {
   max-width: 100%;
}

a img {
   opacity: 0.99;
   /*firefox scale bug fix*/
}

table {
   width: 100%;
   border-collapse: collapse;
}

.master-wrapper-page {
   max-width: 100%;
   overflow: hidden;
}

input[type="text"],
input[type="password"],
textarea,
select {
   height: 40px;
   border: 1px solid #eee;
   padding: 8px;
   vertical-align: middle;
   font-size: 13px;
   color: #666;
}

input,
textarea,
select,
button {
   font-family: inherit;
}

textarea {
   resize: none;
}

select:disabled {
   opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
   vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button {
   cursor: pointer;
}

label,
label + * {
   vertical-align: middle;
}

.master-wrapper-content {
   position: relative;
   margin: 0 auto;
   z-index: 0;
   margin-top: 4.5rem;
}

.master-column-wrapper:after {
   content: "";
   display: block;
   clear: both;
}

.page-title {
   margin: 30px 0 20px;
   padding: 8px 15px;
}

.page-title h1 {
   text-transform: uppercase;
   text-align: center;
   font-size: 24px;
   font-weight: normal;
   color: #444;
}

.page:after,
.page-title:after,
.page-body:after {
   content: "";
   display: block;
   clear: both;
}

.buttons {
   margin: 0 0 20px;
   text-align: center;
}

.buttons .button-1,
.buttons .button-2,
.notify-me-button {
   padding: 13px 35px;
   border: 0;
   background: #57b568;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
   border-radius: 11px;
}

.link-rss {
   display: none;
   position: relative;
   width: 18px;
   height: 18px;
   font-size: 0;
}

.link-rss:after {
   content: "\e90f";
   position: absolute;
   top: 0;
   right: 0;
   font-family: prisma;
   font-size: 18px;
   color: #ccc;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
   margin: 12px 0;
   padding: 0 36px 0 0;
   list-style: disc;
}

.html-topic-page .center-1 {
   margin-bottom: 0;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
   margin: 12px 0;
   padding: 0 36px 0 0;
   list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
   margin: 10px 0;
}

/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
   position: relative;
   margin: 0 0 20px;
}

.fieldset .title,
.section .title {
   margin: 0 0 10px;
}

.fieldset .title strong,
.section .title strong {
   font-size: 14px;
   color: #444;
}

.form-fields {
   position: relative;
}

.inputs {
   position: relative;
   text-align: center;
   white-space: nowrap;
   font-size: 0;
}

.inputs:after {
   content: "";
   display: block;
   clear: both;
}

.inputs label {
   display: block;
   width: 100%;
   margin: 0 0 10px;
   text-align: center;
   font-size: 13px;
   color: #888;
}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
   width: 350px;
   max-width: 100%;
   vertical-align: middle;
}

.inputs input[type="text"].input-validation-error,
.inputs textarea.input-validation-error,
.inputs input[type="password"].input-validation-error {
   border-bottom: 2px solid #ff5874;
}

.inputs .option-list {
   overflow: hidden;
   display: inline-block;
   vertical-align: middle;
   white-space: normal;
}

.inputs .option-list li {
   float: right;
   margin: 0 5px;
}

.inputs .option-list label {
   margin: 0 3px;
   width: auto;
}

input[type="checkbox"],
input[type="radio"] {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

input[type="checkbox"] + label,
input[type="radio"] + label,
#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
   position: relative;
   display: inline-block;
   margin: 0;
   padding: 10px 24px 10px 0;
   text-align: right;
   font-size: 13px;
   cursor: pointer;
}

#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
   width: auto;
}

input[type="checkbox"] + label:before,
#Newsletter + input + label:before,
.inputs.reversed input + input + label:before,
.selector input + input + label:before,
input[type="radio"] + label:before {
   content: ".";
   position: absolute;
   right: 0;
   top: 50%;
   width: 15px;
   height: 15px;
   background: #ddd;
   -webkit-transform: translateY(-65%);
   -ms-transform: translateY(-65%);
   transform: translateY(-65%);
   text-indent: -9999px;
   font-size: 0;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
   border-radius: 50%;
}

input[type="radio"]:checked + label:before {
   background: #57b568;
}

input[type="radio"]:checked + label:after {
   content: "";
   position: absolute;
   top: 39%;
   right: 5px;
   border-radius: 5px;
   width: 5px;
   height: 5px;
   background: #fff;
}

#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type="checkbox"]:checked + label:after {
   content: "\e92a";
   position: absolute;
   right: 0;
   top: 50%;
   width: 15px;
   height: 15px;
   background: #57b568;
   line-height: 15px;
   text-align: center;
   font-family: prisma;
   font-size: 9px;
   color: #fff;
   -webkit-font-smoothing: antialiased;
   -webkit-transform: translateY(-65%);
   -ms-transform: translateY(-65%);
   transform: translateY(-65%);
}

.inputs.reversed {
   text-align: center;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
   content: none;
   opacity: 0;
}

.required {
   margin-right: 4px;
   font-size: 15px;
   vertical-align: top;
   color: #f30a0a;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
   display: block;
   margin-top: 5px;
   font-size: 13px;
   color: #ff5874;
   vertical-align: bottom;
}

.field-validation-valid,
.username-available-status {
   display: inline-block;
   font-size: 12px;
   color: #57b568;
   vertical-align: bottom;
}

.captcha-box {
   text-align: center;
   line-height: 0;
}

.captcha-box > div {
   display: inline-block;
   margin-right: -20px;
   -webkit-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
}

.captcha-box input {
   height: auto;
}

select {
   background: transparent;
   border: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#customerlanguage {
   font-size: 1.5vw;
   color: #bcbec0;
   padding: 0;
   transition: 0.3s ease-in-out;
	font-weight: lighter;
}

#customerlanguage:hover {
   color: var(--primary-color);
}

#customerlanguage option {
   font-size: 1vw;
   color: #555;
}

select::-ms-expand {
   display: none;
}

.no-data {
   text-align: center;
   font-size: 13px;
   color: #666;
}

input:disabled,
textarea:disabled {
   background: #ececec;
}

/*********** GLOBAL TABLES ***********/

.table-wrapper {
   overflow-x: auto;
}

.cart,
.forums-table-section table {
   margin: 0 0 4px;
}

.cart th,
.data-table th,
.forums-table-section th {
   padding: 12px;
   background: #f6f6f6;
   text-transform: uppercase;
   text-align: center;
   font-weight: normal;
   font-size: 11px;
   color: #bbb;
   white-space: nowrap;
}

.cart td,
.data-table td,
.compare-products-table td,
.forums-table-section td {
   padding: 10px;
   border: 1px solid #f6f6f6;
   min-width: 50px;
   background: #fff;
}

.cart {
   border-collapse: separate;
   text-align: center;
}

.cart .remove-from-cart input,
.cart .add-to-cart input {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

.cart .remove-from-cart label,
.cart .add-to-cart label {
   display: inline-block;
   padding: 0 24px 0 0;
}

.cart label {
   font-size: 0pt;
}

.cart a,
.data-table a {
   font-weight: bold;
}

.cart .product {
   text-align: center;
}

.cart .product-name {
   margin-bottom: 5px;
   border: 0;
   padding: 0;
   font-weight: normal;
   font-size: 15px;
   color: #666;
}

.cart .product-name:hover {
   color: #57b568;
}

.cart .rental-info,
.cart .recurring-info,
.cart .attributes {
   line-height: 20px;
   font-size: 13px;
   color: #aaa;
}

.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
   text-align: right;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
   text-align: center;
}

.cart td.unit-price {
   font-weight: bold;
   font-size: 14px;
   color: #888;
}

.cart .qty-input,
.cart .qty-dropdown {
   border: 1px solid #eee;
   width: 40px;
   text-align: center;
   font-size: 14px;
   color: #666;
}

.cart .subtotal span {
   display: inline-block;
   margin: 5px 0;
   font-weight: bold;
   font-size: 16px;
   color: #57b568;
   white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount + div {
   font-size: 13px;
   color: #888;
   white-space: nowrap;
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
   display: none;
   position: fixed;
   bottom: 0;
   right: 0;
   padding: 15px 15px 15px 25px;
   width: 100%;
   color: #fff;
   opacity: 0.95;
   z-index: 1080;
}

.bar-notification.success {
   background: #57b568;
}

.bar-notification.warning {
   background: #f93;
}

.bar-notification.error {
   background: #ff5874;
}

.bar-notification .content {
   float: right;
   margin: 0 0 0 10px;
   font-size: 13px;
}

.bar-notification .content a {
   color: #fff;
   text-decoration: underline;
}

.bar-notification .close {
   position: absolute;
   top: 0;
   left: 0;
   margin: 8px;
   width: 32px;
   height: 32px;
   opacity: 0.7;
}

.bar-notification .close:after {
   content: "\e901";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 12px;
   color: #fff;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.bar-notification .close:hover {
   opacity: 0.9;
}

.noscript {
   background-color: #ff9;
   padding: 10px;
   text-align: center;
}

.ajax-loading-block-window {
   position: absolute;
   top: 50%;
   right: 50%;
   margin: -20px -30px 0 0;
   width: 0;
   height: 0;
   border-right: 30px solid transparent;
   border-left: 30px solid transparent;
   border-bottom: 40px solid #57b568;
   -webkit-animation: triangle-skew-spin 3s 0s
      cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
   animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
      infinite;
   font-size: 0;
   text-indent: -9999px;
}

.ui-dialog {
   position: absolute !important;
   width: 450px !important;
   max-width: 95%;
   background: #fff;
   box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
   z-index: 1080;
}

.ui-dialog-titlebar {
   padding: 13px;
   background: #57b568;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 13px;
   color: #fff;
}

.ui-dialog-titlebar button {
   position: absolute;
   top: 0;
   left: 0;
   margin: 8px;
   border: 0;
   width: 24px;
   height: 24px;
   overflow: hidden;
   background: none;
   font-size: 0;
   opacity: 0.7;
}

.ui-dialog-titlebar button::after {
   content: "\e901";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 10px;
   color: #fff;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.ui-dialog-titlebar button:hover {
   opacity: 0.9;
}

.ui-dialog-content {
   height: auto !important;
   padding: 10px;
   font-size: 13px;
   color: #666;
}

.ui-dialog-content .page {
   min-height: 0;
}

.ui-dialog-content .page-title {
   margin: 5px 0;
}

.ui-dialog-content .page-title h1 {
   font-size: 18px;
}

.ui-dialog-content .tooltip {
   margin: 5px 0;
   line-height: 20px;
   text-align: center;
   color: #888;
}

.ui-dialog-content button {
   display: block;
   margin: 10px auto 0;
}

.back-in-stock-subscription-page .page-body > .tooltip {
   width: auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
   text-align: right;
}

.reward-points-page .no-data {
   margin-top: 20px;
}

.eu-cookie-bar-notification {
   position: fixed;
   top: 50%;
   right: 50%;
   margin: -90px -160px 0 0;
   padding: 20px;
   width: 320px;
   height: 180px;
   background: #f6f6f6;
   text-align: center;
   box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
   z-index: 1050;
}

.eu-cookie-bar-notification .text {
   margin-bottom: 20px;
   line-height: 20px;
}

.eu-cookie-bar-notification button {
   margin: 0 0 20px 0;
   padding: 13px 35px;
   border: 0;
   background: #57b568;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.eu-cookie-bar-notification button:hover {
   background: #fff;
   color: #57b568;
}

.eu-cookie-bar-notification a {
   display: block;
   text-decoration: underline;
}

.scroll-back-button {
   position: fixed;
   left: 50%;
   transform: translateX(-50%);
   padding: 1rem;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   z-index: 1030;
   bottom: -1rem;
   opacity: 0;
   visibility: hidden;
}

.scroll-back-button:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 2vw;
   height: 2vw;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%) rotate(-90deg);
   background: url(/Themes/Prisma/Content/img/home/arrow-right.png) no-repeat
      center/contain;
   color: #bcbec0;
   transition: 0.3s ease-in-out;
}

.scroll-back-button:hover:after {
   filter: brightness(2);
}

/*********** HEADER ***********/

.menu-logo {
   display: none;
}

.admin-header-links {
   background: #fff;
   text-align: center;
   position: relative;
   z-index: 120;
}

.admin-header-links * {
   display: inline-block;
   margin: 0 10px;
   line-height: 35px;
   font-weight: bold;
}

.admin-header-links .impersonate {
   display: inline-block;
}

.admin-header-links a {
   font-weight: bold;
}

.master-header-wrapper {
   transition: all 0.4s;
}

.header-wrapper {
   /* padding: 1rem 0; */
   position: fixed;
   width: 100%;
   z-index: 100;
   /* background: #fff; */
   top: 0;
}

.header-menu {
}

.header-wrapper:after {
   content: "";
   display: block;
   clear: both;
}

.master-header-wrapper:after {
   content: "";
   display: block;
   clear: both;
}

.header {
   float: right;
   width: 36%;
   text-align: center;
}

.header-logo {
   text-align: right;
   width: 18%;
   margin-right: 10px;
}

.header-logo a {
   display: inline-block;
   max-width: 100%;
   line-height: 0;
}

.header-logo a img {
   max-width: 100%;
}

.header-links-wrapper,
.hide-search {
   opacity: 0;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   text-align: center;
   -webkit-transform: translateY(20px);
   -ms-transform: translateY(20px);
   transform: translateY(20px);
   pointer-events: none;
   z-index: 1070;
}

.responsive-nav-wrapper .header-logo {
   display: none;
}

.header-links-wrapper.opened,
.show-search {
   opacity: 1;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   pointer-events: auto;
}

.header-links ul {
   padding: 6px 0;
   font-size: 0;
}

.header-links li {
   text-align: right;
   padding-top: 4px;
   padding-right: 10px;
   padding-bottom: 5px;
}

.header-links .ico-cart {
   display: none;
}

.header-links a {
   position: relative;
   display: inline-block;
   padding: 0px 10px;
   text-transform: uppercase;
   font-size: 14px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.inbox-unread,
.responsive-nav-wrapper > div span.wishlist-qty {
   display: inline-block;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   background: #ff5874;
   text-align: center;
   line-height: 17px;
   font-size: 10px;
   color: #fff;
   vertical-align: text-top;
   z-index: 1;
}

.header-links a:hover {
   color: #57b568;
}

.header-links a:before {
   display: inline-block;
   margin-left: 8px;
   font-family: prisma;
   font-size: 15px;
   color: #aaa;
   vertical-align: middle;
   display: none;
}

/* .header-links a.ico-register:before {
    content: '\e94a';
} */

/* .header-links a.ico-login:before {
    content: '\e93c';
} */

/* .header-links a.ico-logout:before {
    content: '\e90d';
} */

.header-links a.ico-account:before {
   content: "\e90a";
}

.header-links a.ico-inbox:before {
   content: "\e927";
}

.header-links a.ico-wishlist:before {
   content: "\e919";
}

.header-links .cart-qty {
   padding: 0 20px 0 0;
}

.header-selectors-wrapper {
   padding: 0.5vw 1vw;
}

.language-list {
   max-width: 100%;
   font-size: 0;
}

.language-list li {
   display: inline-block;
   margin-right: 5px;
}

.language-list li:nth-child(4n + 1) {
   margin-right: 0;
}

.language-list a {
   display: block;
   position: relative;
   width: 40px;
   height: 40px;
   line-height: 0;
}

.language-list a:hover {
   background: #57b568;
}

.language-list img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
}

.search-box {
   position: relative;
}

.search-box form {
   position: relative;
}

.search-box form:after {
   content: "";
   display: block;
   clear: both;
}

.search-box input {
   border: none;
   height: 38px;
   color: #666;
}

.search-box input.search-box-text {
   width: 89%;
   width: -webkit-calc(100% - 45px);
   width: calc(100% - 45px);
}

.search-box .search-box-button {
   width: 45px;
   font-size: 0;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
}

.store-search-box input.search-box-text {
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
}

.responsive-nav-wrapper-parent {
   float: left;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
   text-align: center;
   font-size: 0;
}

.responsive-nav-wrapper:after {
   content: "";
   display: block;
   clear: both;
}

.responsive-nav-wrapper > div {
   display: inline-block;
   padding: 0;
   width: 50px;
   height: 30px;
}

.responsive-nav-wrapper > div:hover > span,
.responsive-nav-wrapper > div:hover > a {
   background: rgba(0, 0, 0, 0.1);
}

.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
   position: relative;
   display: block;
   width: 30px;
   height: 100%;
   font-size: 0;
   cursor: pointer;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.responsive-nav-wrapper > div span:after,
.responsive-nav-wrapper > div a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 20px;
   color: #fff;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   cursor: pointer;
}

.responsive-nav-wrapper .search-wrap,
.responsive-nav-wrapper .wishlist-button {
   display: none;
}

.shopping-cart-link {
   position: relative;
   display: none !important;
}

.responsive-nav-wrapper .menu-title > span:after {
   content: "\e908";
}

.responsive-nav-wrapper .shopping-cart-link > a:after {
   content: "\e913";
   font-size: 25px;
}

/* .responsive-nav-wrapper .personal-button>span:after {
            content: '\e945';
        }
         */

.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
   color: #fff;
}

.responsive-nav-wrapper > div span.cart-qty,
.responsive-nav-wrapper > div span.wishlist-qty {
   position: absolute;
   bottom: 5px;
   left: 5px;
   border-radius: 50%;
   width: 14px;
   height: 14px;
   line-height: 16px;
   background: #ff5874;
   font-size: 8px;
   color: #fff;
   z-index: 1;
   pointer-events: none;
}

.ui-helper-hidden-accessible {
   display: none;
}

.ui-autocomplete {
   position: absolute;
   border: 1px solid #eee;
   overflow: hidden;
   width: 100% !important;
   max-width: 100%;
   font-size: 14px;
   color: #666;
   background: #fff;
   z-index: 1070;
}

.ui-autocomplete li {
   border-top: 1px solid #ccc;
}

.ui-autocomplete li:first-child {
   border-top: none;
}

.ui-autocomplete a {
   display: block;
   padding: 20px;
   background: #f6f6f6;
   text-align: right;
}

.ui-autocomplete a.ui-state-focus {
   background: #fff;
   color: #57b568;
}

.ui-autocomplete img {
   display: none;
   margin-left: 5px;
   vertical-align: middle;
}

.slider-wrapper.theme-custom {
   margin: 0 auto 30px;
}

/*********** FOOTER ***********/

.footer {
   text-align: center;
   background: var(--dark-primary);
}

.footer-block .title strong,
.footer-social .title strong {
   font-weight: bold;
}

.footer-upper {
   padding: 55px 10px 30px;
   overflow: hidden;
   min-height: 240px;
   background-color: #57b568;
   background-repeat: repeat;
}

.footer-upper.electronics-pattern {
   background-image: url(../img/electronics_pattern.png);
}

.footer-upper.baby-pattern {
   background-image: url(../img/baby_bgr.png);
}

.footer-upper.fashion-pattern {
   background-image: url(../img/fashion_pattern.png);
}

.footer-upper.furniture-pattern {
   background-image: url(../img/furniture_pattern.png);
}

.footer-middle {
   padding: 20px 0;
   overflow: hidden;
   display: flex;
   position: relative;
   flex-wrap: wrap;
}

.footer-middle .title {
   margin-bottom: 10px;
   text-transform: inherit;
   font-weight: bold;
   font-size: 18px;
   color: #444;
}

.footer-block .list {
   display: none;
   margin-bottom: 30px;
}

.footer-block > .title {
   margin: 0;
   cursor: pointer;
   color: #fff;
   position: relative;
}

.footer-block > .title p {
   font-size: 12px;
   margin: 0;
}

.footer-social > .title p {
   font-size: 12px;
   margin: 0;
}

.footer-social > .title {
   margin: 0;
   cursor: pointer;
   color: #fff;
   position: relative;
}

.footer-block > .title::before {
   content: "";
   position: absolute;
   bottom: -15px;
   right: 0;
   height: 3px;
   width: 50px;
   background: var(--primary-color);
}

.footer-social > .title::before {
   content: "";
   position: absolute;
   bottom: -15px;
   right: 0;
   height: 3px;
   width: 50px;
   background: var(--primary-color);
}

.footer-middle > div li {
   padding: 7px 0;
   font-size: 13px;
   color: #fff;
}

.footer-middle > div li a {
   color: #fff;
   font-size: 16px;
}

.footer-middle span {
   padding-right: 25px;
}

.footer-middle li.address:before,
.footer-middle li.phone:before,
.footer-middle li.email:before,
.footer-middle li.mobile:before {
   display: inline-block;
   margin-left: 10px;
   font-family: prisma;
   font-size: 24px;
   color: #607ffd;
   vertical-align: middle;
}

.newsletter {
   position: relative;
   padding-bottom: 30px;
   min-height: 150px;
}

.footer-social .list .email img,
.footer-social .list .phone img,
.footer-social .list .mobile img {
   width: 25px;
}

.footer-social .list .address img {
   width: 28px;
}

.footer-social .list span {
   font-size: 14px;
}

.newsletter .title {
   text-transform: initial;
   font-size: 14px;
   color: #fff;
}

.newsletter .title p {
   margin: 0;
}

.newsletter-email {
   margin: 0 auto;
   max-width: 490px;
   background: #fff;
   overflow: hidden;
   border-radius: 6px;
   padding: 3px;
}

.newsletter-email .newsletter-subscribe-text {
   float: right;
   border: 0;
   width: 91%;
   width: -webkit-calc(100% - 42px);
   width: calc(100% - 42px);
   height: 45px;
}

.newsletter-email .newsletter-subscribe-button {
   position: relative;
   float: right;
   width: 42px;
   height: 42px;
   border: none;
   font-size: 0;
   /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzOEZFRDhFNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzOEZFRDhGNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4RkVEOEM0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4RkVEOEQ0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41lQ1HAAACC0lEQVR42qzUT0gUYRjH8XVb8g/ChkqoIO1BBDtESZEgXkS9dvGUqJcgTLrkIbEgO4SHTCRRgqJAvJgnxYMJCXpQAzu40SG6dEgTD5JJQZlu38d+I8PLju7qDnxY5513fj7zzPtOViKRCGX4yEUvSkIWnkGX8DHx/1gJZ6hay+nCEs5r7FskA8ExjKDWN7aDtZNW3ooVJ3gCm1b5cXtbiHH1dgE/9fcPxLCLjuNU3oi4fjtRgDxd61ZLwulWnoun2MMcKrGEX6p6EWFc0Xl1qsFVWmK/cRc5mFA7ZvEHFzT3msJjR4WeQpdCLfwisjCKv7iv4Ee+e24q/PRhwfZi5tWGAVVr470au4F3+Oy7Zh5iY3/nBwS3YQtf0eAbv6Oq7Glu65/UOfe+QDxZuH+JjaHAd61ZYcMo07J7laSwKbxxwxuxiu9ocW6oU99H1fNJPXphkvD3eOmF2xIb9C2xc87kq1oVb+0loUlPdj2gpeveCw7pJu+wqjcdVvEyojijp5sOCI5od9r7CNmHqw8zAbsxBz3oxxaeIYpbAfPPaneu7p8dsc6jvhbUqHW29KoD5h/sTjtP9duSjef4hF0sYBzlzrxS/a6nU/kH7cjL6ms71vQ+hlDk7M7swzaRG27HE+daPh5gW+7hsbc70wn/orBkc4pV/Y7mxlMNj+hTWp/Cl7MCr9Hnjf0TYADbWdTe/XW5RgAAAABJRU5ErkJggg==); */
   background-repeat: no-repeat;
   background-position: center;
   background-color: #57b568;
   background-image: url(../img/add.svg);
   background-size: 33px;
   border-radius: 5px;
   top: 2px;
}

.newsletter-email .options {
   display: none;
}

.newsletter-validation,
.newsletter-result {
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
   line-height: 28px;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.newsletter-validation .please-wait {
   display: none !important;
}

.accepted-payment-methods ul {
   font-size: 0;
}

.accepted-payment-methods li {
   display: inline-block;
   width: 50px;
   height: 30px;
   background: url("../img/payment_sprite.png") no-repeat;
}

.our-mission p {
   font-size: 15px;
   text-align: justify;
   font-weight: 300;
}

.missiom-wrapper {
   display: flex;
   justify-content: space-between;
   position: absolute;
   top: 65%;
}

.our-mission h3::after {
   content: "";
   position: absolute;
   top: 27px;
   right: 20px;
   height: 3px;
   width: 50px;
   background: var(--primary-color);
}

.accepted-payment-methods .method1 {
   background-position: 0 0;
}

.accepted-payment-methods .method2 {
   background-position: -50px 0;
}

.accepted-payment-methods .method3 {
   background-position: -100px 0;
}

.accepted-payment-methods .method4 {
   background-position: -150px 0;
}

.accepted-payment-methods .method5 {
   background-position: -200px 0;
}

.accepted-payment-methods .method6 {
   background-position: -250px 0;
}

.social-sharing {
   font-size: 0;
}

.footer-middle .social-sharing li {
   display: inline-block;
   margin: 0 3px 6px;
   padding: 0;
}

.social-sharing a {
   position: relative;
   display: block;
   width: 45px;
   height: 45px;
   background: #57b568;
   -webkit-transition: background 0.3s;
   transition: background 0.3s;
   border-radius: 50px;
}

.social-sharing li a:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 0;
   -ms-transform-origin: 50% 0;
   transform-origin: 50% 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   border-radius: 50px;
}

.social-sharing li a:hover {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
   border-radius: 50px;
}

.social-sharing a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 20px;
   color: #fff;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   border-radius: 50px;
}

.social-sharing a:hover:after {
   color: #57b568;
}

.social-sharing .facebook {
   background-image: url(../img/instagram.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 24px;
   background-position: center;
}

.social-sharing .twitter {
   background-image: url(../img/linkedin.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 24px;
   background-position: center;
}

.blogpost-page .share-post .linkedin a {
   background-image: url(../img/linkdin-b.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 35px;
   background-position: center;
}

.blogpost-page .share-post .facebook .desk-whatsup {
   background-image: url(../img/whatsapp-b.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 35px;
   background-position: center;
}

.blogpost-page .share-post .facebook .desk-whatsup {
   background-image: url(../img/whatsapp-b.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 35px;
   background-position: center;
}

.blogpost-page .share-post .facebook .mobile-whatsup {
   display: none;
}

.blogpost-page .share-post .twitter a {
   background-image: url(../img/telegram-b.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 35px;
   background-position: center;
}

.blogpost-page .share-post .pinterest a {
   background-image: url(../img/white-mail.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 35px;
   background-position: center;
}

.social-sharing .google {
   background-image: url(../img/aparat.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 24px;
   background-position: center;
}

.social-sharing .pinterest:after {
   content: "\e943";
}

.social-sharing .vimeo:after {
   content: "\e917";
}

.social-sharing .instagram:after {
   content: "\e939";
}

.social-sharing .youtube {
   background-image: url(../img/instagram-logo.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 24px;
   background-position: center;
}

.social-sharing .rss {
   background-image: url(../img/youtube.svg);
   display: inline-block;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-size: 24px;
   background-position: center;
}

.footer-lower {
   overflow: hidden;
   margin: 0 9px;
   border-top: 1px solid rgba(0, 0, 0, 0.05);
   font-size: 13px;
   color: #888;
}

.footer-lower-wrapper {
   padding: 30px 25px;
}

.footer-lower-wrapper > div {
   margin-bottom: 0;
}

.footer-powered-by a,
.footer-designed-by a {
   color: #000;
}

.footer-powered-by a:hover,
.footer-designed-by a:hover {
   color: #57b568;
}

.theme-selector {
   margin: 20px auto;
   width: 175px;
}

/*********** LEFT/RIGHT COLUMN ***********/

.side-2 {
   background: #f6f6f6;
}

.block {
   border-bottom: 5px solid #fff;
}

.block .title а,
.block .title strong {
   position: relative;
   display: block;
   padding: 15px 20px;
   text-transform: uppercase;
   text-align: right;
   font-size: 14px;
   color: #444;
   cursor: pointer;
}

.block .title а:after,
.block .title strong:after {
   content: "\e923";
   position: absolute;
   top: 50%;
   left: 15px;
   width: 28px;
   height: 28px;
   background: #fff;
   text-align: center;
   line-height: 28px;
   font-family: prisma;
   font-size: 10px;
   color: #dcdde0;
   -webkit-transform: translateY(-50%) rotate(180deg);
   -ms-transform: translateY(-50%) rotate(180deg);
   transform: translateY(-50%) rotate(180deg);
}

.block .title.open а:after,
.block .title.open strong:after {
   -webkit-transform: translateY(-50%) rotate(0);
   -ms-transform: translateY(-50%) rotate(0);
   transform: translateY(-50%) rotate(0);
}

.block .listbox {
   padding: 15px 20px 40px;
   text-align: right;
   font-size: 13px;
}

.block .listbox li a:before {
   content: "\e925";
   display: inline-block;
   margin-left: 10px;
   font-family: prisma;
   font-size: 10px;
   color: #dcdde0;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   transition: all 0.3s;
}

.block .listbox li a:hover:before {
   -webkit-transform: translateX(-5px) rotate(180deg);
   -ms-transform: translateX(-5px) rotate(180deg);
   transform: translateX(-5px) rotate(180deg);
}

.image-container .block .listbox li a:before {
   display: none;
}

.block .listbox:after {
   content: "";
   display: block;
   clear: both;
}

.block .list a {
   display: inline-block;
   padding: 8px 3px;
}

.block .list > li > a {
   color: #666;
}

.block .list > li > a:hover,
.block .sublist > li > a:hover {
   color: #57b568;
}

.block .sublist > li > a {
   color: #888;
}

.block .sublist > li.active > a {
   color: #57b568;
}

.block .list .product-name {
   max-width: 72%;
}

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
   content: none;
}

.block .sublist {
   padding: 0 10px 5px 15px;
   font-size: 12px;
}

.block .view-all {
   margin: 10px 0 0;
}

.block .view-all a {
   display: inline-block;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.block .view-all a:after {
   content: "\e925";
   display: inline-block;
   margin-right: 10px;
   font-family: prisma;
   font-size: 10px;
   color: #ccc;
   vertical-align: middle;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.block .view-all a:hover:after {
   -webkit-transform: translateX(-5px) rotate(180deg);
   -ms-transform: translateX(-5px) rotate(180deg);
   transform: translateX(-5px) rotate(180deg);
   color: #57b568;
}

.block .tags {
   margin: 0 0 10px;
   font-size: 0;
}

.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: 14px !important;
   padding: 1.5%;
   box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.06);
   text-align: center;
   border-radius: 4px;
}

.block .tags li {
   margin: 2px;
}

.block .tags li a,
.product-tags-all-page li a {
   display: inline-block;
   padding: 3px 10px;
   line-height: 24px;
   font-size: 13px !important;
   color: #888;
   background: #fff;
}

.product-tags-all-page .product-tags-list {
   text-align: right;
}

.product-tags-all-page li a {
   padding: 0;
   background: none;
}

.poll strong {
   display: block;
   margin: 0 0 10px;
   font-weight: normal;
   font-size: 14px;
   color: #444;
}

.poll-options,
.poll-results {
   margin: 0 auto 15px;
   max-width: 420px;
}

.poll-options li,
.poll-results li {
   display: block;
   margin: 5px 0;
   font-size: 14px;
   color: #444;
}

.poll-options li input {
   display: none;
}

.poll-options input[type="radio"] + label {
   display: block;
   padding: 10px 15px;
   border-right: 4px solid transparent;
   background: #fff;
   font-size: 14px;
   color: #888;
   transition: all 0.3s;
   cursor: pointer;
}

.poll-options li label:hover,
.poll-options li input:checked + label {
   border-right-color: #57b568;
}

.poll-options li label:before,
.poll-options li input:checked + label:after {
   content: none;
}

.poll .buttons input {
   padding: 10px 20px;
   border: 0;
   background: #57b568;
   min-width: 150px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
}

.poll-total-votes {
   display: block;
   margin: 10px 0 0;
   font-weight: bold;
}

.home-page-polls {
   padding: 40px 0;
   text-align: center;
}

.home-page-polls .poll + .poll {
   margin-bottom: 30px;
}

.home-page-polls .title {
   margin: 0 0 25px;
   padding: 15px 0;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   font-size: 24px;
   color: #444;
}

.home-page-polls .title strong {
   font-weight: normal;
}

.home-page-polls input[type="radio"] + label {
   background: #f6f6f6;
}

/********** CATEGORY PAGE **********/

.breadcrumb {
   margin-top: 15px;
   text-align: center;
}

.breadcrumb ul {
   font-size: 0;
}

.breadcrumb li {
   display: inline-block;
   line-height: 1.6;
   font-size: 13px;
}

.breadcrumb li:first-child:before {
   content: "\e938";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 15px;
   color: #ddd;
   vertical-align: middle;
}

.breadcrumb li a {
   color: #aaa;
}

.breadcrumb li .delimiter {
   position: relative;
   display: inline-block;
   margin: 0 10px;
   width: 10px;
   height: 10px;
   vertical-align: middle;
   font-size: 0;
}

.breadcrumb li .delimiter:after {
   content: "\e924";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 10px;
   color: #ddd;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.breadcrumb strong {
   font-weight: normal;
   color: #444;
}

.category-grid {
   padding: 30px 15px 15px;
   background: #fff;
}

.category-grid .item-box {
   position: relative;
   margin-bottom: 30px;
   width: 100%;
}

.category-page .sub-category-item li {
   font-size: 13px;
}

.filter-options {
   display: none;
}

.category-grid .item-box:nth-of-type(2n) {
   margin-right: 0;
}

.category-grid .item-box .title {
   margin: 0;
   padding: 25px 0;
   height: auto;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   font-size: 18px;
   color: #444;
}

.category-page .item-box .title {
   padding: 20px;
   font-size: 16px;
}

.category-grid .item-box .content-wrapper {
   position: relative;
   margin: -40px auto 40px;
   width: 83%;
   height: auto;
   background: #fff;
   z-index: 2;
}

.category-page .item-box .content-wrapper {
   margin: -30px auto 0;
}

.category-grid .item-box .sub-categories-list {
   text-align: center;
   font-size: 14px;
}

.category-grid .item-box .sub-categories-list li {
   margin-bottom: 8px;
   color: #888;
}

.category-grid .item-box .sub-categories-list li a:hover {
   color: #57b568;
}

.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
   width: 100%;
}

.category-page-body .page-body {
   background: #f6f6f6;
}

.category-description,
.manufacturer-description,
.vendor-description {
   padding: 15px;
   line-height: 24px;
   font-size: 13px;
   color: #888;
}

.contact-vendor {
   margin: 0 0 20px;
}

.contact-vendor-button {
   border: 0;
   padding: 12px 20px;
   border: 1px solid #eee;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #666;
}

.product-tag-page .product-list,
.product-tag-page .product-grid {
   margin: 0;
   padding: 20px;
   background: #f6f6f6;
}

.product-tag-page .pager {
   background: #f6f6f6;
}

.vendor-page .product-grid {
   padding: 5px;
   background: #f6f6f6;
}

.vendor-description,
.manufacturer-description {
   margin-bottom: 20px;
   padding: 20px;
   background: #f6f6f6;
}

.product-filters {
   display: none;
}

.product-selectors {
   padding: 10px 15px;
   border-top: 4px solid #fff;
   border-bottom: 4px solid #fff;
   background: #f6f6f6;
   font-size: 13px;
   color: #aaa;
}

.product-selectors:after {
   content: "";
   display: block;
   clear: both;
}

.product-selectors > div {
   display: inline-block;
   margin: 5px;
   vertical-align: middle;
}

.product-selectors select {
   margin: 0 5px;
   border: 1px solid #eee;
   color: #666;
}

.product-selectors .product-sorting select {
   width: 120px;
}

.product-selectors .product-viewmode {
   display: none;
   font-size: 0;
}

.product-selectors .product-viewmode span {
   vertical-align: middle;
}

.product-selectors .product-viewmode a {
   position: relative;
   display: inline-block;
   width: 37px;
   height: 37px;
   font-size: 0;
   opacity: 0.15;
   vertical-align: middle;
}

.product-selectors .product-viewmode a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 19px;
   color: #000;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.product-selectors .product-viewmode a.grid:after {
   content: "\e937";
}

.product-selectors .product-viewmode a.list:after {
   content: "\e93a";
   font-size: 20px;
}

.product-selectors .product-viewmode a.selected {
   opacity: 1;
}

.product-selectors .product-viewmode a.selected:after {
   color: #fff;
}

.product-selectors .product-page-size span {
   float: right;
   margin: 8px 2px;
}

.product-selectors .product-page-size select {
   float: left;
   width: 80px;
}

.product-viewmode a.selected {
   background: #57b568;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
   content: "";
   display: block;
   clear: both;
}

.item-box {
   position: relative;
   float: right;
   margin: 0 0 30px;
   width: 49%;
}

.item-box:nth-of-type(2n) {
   margin-right: 2%;
}

.two-per-row .product-grid .item-box {
   width: 100%;
}

.two-per-row .product-grid .item-box:nth-of-type(2n) {
   margin-right: 0;
}

.item-box .picture {
   overflow: hidden;
   background: #fff;
   z-index: 1;
}

.item-box .picture a {
   position: relative;
   display: block;
}

.item-box .picture a:before {
   content: "";
   display: block;
   padding-top: 100%;
}

.item-box .picture img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   width: 100%;
   max-width: 100%;
}

.item-box .details {
   padding-top: 10px;
   text-align: right;
}

.item-box .product-title,
.item-box .title {
   margin: 0 0 10px 0;
   height: 40px;
   font-weight: normal;
   font-size: 16px;
   color: #666;
   overflow: hidden;
}

.item-box .product-title:hover,
.item-box .title:hover {
   color: #444;
}

.item-box .product-title a,
.item-box .title a {
   display: block;
   color: #717ffd;
   text-align: center;
}

.item-box .sku {
   display: none;
}

.item-box .product-rating-box {
   display: none;
}

.item-box .rating {
   margin-bottom: 5px;
   width: 70px;
   height: 11px;
   background-image: url("../img/rating.svg");
   background-repeat: repeat-x;
   background-color: #ccc;
}

.item-box .rating div {
   height: 11px;
   background-image: url("../img/rating.svg");
   background-repeat: repeat-x;
   background-color: #57b568;
}

.item-box .description {
   display: none;
   margin-bottom: 5px;
   font-size: 14px;
   color: #aaa;
}

.product-list .item-box .description {
   line-height: 24px;
}

.item-box .description a {
   display: block;
   overflow: hidden;
}

.item-box .prices {
   height: 34px;
   line-height: 1;
   overflow: hidden;
   display: none;
}

.item-box .old-price {
   margin-left: 7px;
   text-decoration: line-through;
   font-weight: bold;
   font-size: 16px;
   color: #aaa;
}

.item-box .actual-price {
   font-weight: bold;
   font-size: 18px;
   color: #57b568;
}

.item-box .base-price-pangv,
.item-box .tax-shipping-info {
   white-space: nowrap;
   font-size: 11px;
   color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
   font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
   font-size: 16px;
}

.item-box .buttons-wrapper {
   display: none;
}

.item-box .buttons {
   display: inline-block;
   margin: 0;
   font-size: 0;
}

.product-list .item-box .buttons {
   direction: ltr;
   border-left: 4px solid #f6f6f6;
}

.product-list .item-box .buttons-wrapper .buttons button {
   border-bottom: 3px solid #57b568;
   height: 48px;
}

.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
   position: relative;
   padding: 0;
   border: 0;
   width: 47px;
   height: 45px;
   background: none;
   font-weight: normal;
   color: #57b568;
   font-size: 0;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px transparent;
}

.item-box .buttons-wrapper button:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 18px;
   color: #888;
   transition: all 0.3s;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   z-index: 1;
}

.item-box .buttons-wrapper button:hover:after {
   color: #57b568;
}

.item-box .add-to-compare-list-button:after {
   content: "\e91d";
}

.item-box .add-to-wishlist-button:after {
   content: "\e91e";
}

.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before {
   content: "\e91c";
   display: inline-block;
   margin-left: 10px;
   font-family: prisma;
   font-weight: normal;
   font-size: 18px;
   vertical-align: middle;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before {
   margin: 0;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #57b568;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
   z-index: -1;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.item-type-1
   .item-box
   .buttons-wrapper
   .product-box-add-to-cart-button:hover:after {
   color: #fff;
}

.item-box .buttons button + button:before {
   content: ".";
   position: absolute;
   top: 3px;
   right: 0;
   height: 35px;
   width: 1px;
   background: #eee;
   text-indent: -9999px;
   font-size: 0;
}

.product-grid .buttons button:before,
.bestsellers .buttons button:before {
   background: #eee;
}

.item-type-2 .product-grid .buttons button:before {
   background: rgba(0, 0, 0, 0.15);
}

.product-grid .item-box .buttons-wrapper {
   position: absolute;
   width: 100%;
   right: 0;
   left: 0;
   text-align: center;
   font-size: 0;
}

.item-type-1
   .product-grid
   .buttons-wrapper
   .product-box-add-to-cart-button:after {
   content: "\e91c";
   color: #57b568;
}

.item-box .buttons-wrapper button:after {
   color: #888;
}

.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper {
   top: 4px;
   border-bottom: 3px solid #57b568;
   background: #fff;
}

.item-type-2 .product-grid .buttons button:first-child:before {
   content: none;
}

.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button + button:before {
   content: ".";
   position: absolute;
   top: 3px;
   right: 0;
   height: 35px;
   width: 1px;
   text-indent: -9999px;
   font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper {
   top: -42px;
   padding-bottom: 45px;
   border-bottom: 0;
   background: none;
   z-index: 1;
}

.bestsellers.product-grid .item-box .buttons-wrapper {
   padding-bottom: 0;
   border-bottom: 0;
   background: #fff;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button {
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
   border: 0;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   height: 45px;
   width: 100%;
   transition: all 0.3s;
   z-index: 1;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover {
   background: #57b568;
   color: #fff;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
   position: relative;
   width: 45px;
   font-size: 0;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover {
   background: none;
}

.item-type-2 .product-grid .item-box .buttons {
   border-top: 3px solid transparent;
   height: 45px;
   width: 100%;
   background: rgba(255, 255, 255, 0.9);
   text-align: center;
   -webkit-transform: translateY(45px);
   -ms-transform: translateY(45px);
   transform: translateY(45px);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.bestsellers.product-grid .item-box .buttons {
   display: inline-block;
   border: 0;
   width: auto;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.item-type-2 .product-grid .item-box:hover .buttons {
   border-color: #57b568;
   -webkit-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
}

.bestsellers.product-grid .item-box:hover .buttons {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.product-grid,
.product-list {
   margin: 15px auto 0;
   width: 95%;
}

.category-page .product-grid {
   margin-top: 40px;
}

.product-grid .title {
   margin: 0 0 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
   font-size: 24px;
   color: #444;
}

.product-grid .title strong {
   font-weight: normal;
}

.product-grid.featured-product-grid {
   padding-bottom: 0;
   margin-bottom: 0;
}

.features-box .text li {
   font-weight: 700;
   display: flex;
}

.cross-sells {
   margin-top: 100px;
   padding: 20px;
   background: #f6f6f6;
}

.pager {
   padding: 16px 5px;
   background: #f6f9fe;
}

.pager ul {
   text-align: center;
   font-size: 0;
}

.pager li {
   display: inline-block;
   margin-left: 5px;
   vertical-align: middle;
}

.pager li:last-child {
   margin: 0;
}

.pager li {
   position: relative;
   background: #fff;
   border-radius: 50%;
}

.pager li a,
.pager li span {
   position: relative;
   display: block;
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   font-size: 14px;
   border-radius: 50%;
   color: #aaa;
   box-shadow: 0 2px 6px 1px rgb(0 0 0 / 20%);
   cursor: pointer;
}

.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
   color: #1d1d1d;
   font-weight: 700;
}

.pager li:before,
.pager li.current-page:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #fff;
   border-radius: 50%;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

.pager li.current-page:before,
.pager li:hover:before {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
   position: relative;
   font-size: 0;
}

.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 10px;
   -webkit-transform: translate(50%, -50%) rotate(180deg);
   -ms-transform: translate(50%, -50%) rotate(180deg);
   transform: translate(50%, -50%) rotate(180deg);
}

.pager li.previous-page a:after {
   content: "\e921";
}

.pager li.next-page a:after {
   content: "\e922";
}

.pager li.first-page a:after {
   content: "\e924";
}

.pager li.last-page a:after {
   content: "\e925";
}

.category-page .pager ~ div {
   padding-top: 20px;
   border-top: 4px solid #fff;
}

.category-page .pager ~ div div {
   background: none;
}

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid {
   padding: 5px;
   background: #f6f6f6;
}

.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
   margin: 0 auto;
   padding: 10px;
   background: #f6f6f6;
}

.vendor-item .picture,
.manufacturer-item .picture {
   position: relative;
}

.vendor-item .picture .hover,
.manufacturer-item .picture .hover {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #57b568;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   opacity: 0;
}

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
   opacity: 0.9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span {
   position: absolute;
   top: 50%;
   right: 0;
   width: 100%;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   font-size: 13px;
   color: #fff;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title {
   height: auto;
   text-align: center;
}

.vendor-item .title a,
.manufacturer-item .title a {
   margin: 0;
   padding: 15px 0;
   margin-top: 4px;
   background: #fff;
   text-transform: uppercase;
   font-size: 14px;
   color: #666;
}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
   color: #57b568;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
   position: relative;
   padding: 50px 0 0;
   border-bottom: 4px solid #fff;
   margin: 0 auto;
   background: #f6f6f6;
}

.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after {
   content: ".";
   position: absolute;
   left: 100%;
   top: 0;
   bottom: 0;
   width: 50%;
   background: #f6f6f6;
   text-indent: -9999px;
   font-size: 0;
}

.home-page-product-grid:before,
.bestsellers:before {
   left: 100%;
}

.bestsellers:after,
.home-page-product-grid:after {
   right: 100%;
}

.home-page-category-grid,
.manufacturer-grid {
   margin: 0 0 0;
}

.home-page-category-grid .item-grid {
   font-size: 0;
}

.home-page-category-grid .item-box {
   float: none;
   display: inline-block;
   vertical-align: top;
}

.two-colums-wrapper {
   padding: 50px 0;
   overflow: hidden;
}

/********** PRODUCT PAGE **********/

.product-essential {
   margin: 0 0 50px;
}

.product-essential:after {
   content: "";
   display: block;
   clear: both;
}

.product-name {
   margin-bottom: 20px;
   padding: 10px;
   overflow: hidden;
}

.product-name h1 {
   text-align: center;
   font-size: 26px;
   color: #444;
}

.product-name .breadcrumb {
   margin-bottom: 20px;
   padding: 0 0 20px;
   border-bottom: 1px solid #eee;
   display: none;
}

.product-content-wrappper {
   padding: 10px 0;
   background: #f6f6f6;
}

.gallery {
   margin: 0 0 20px;
}

.gallery .picture {
   position: relative;
   width: 320px;
   max-width: 100%;
   margin: 0 auto;
   overflow: hidden;
   text-align: center;
   font-size: 0;
}

.gallery .picture a {
   display: inline-block;
   max-width: 100%;
   width: 100%;
}

.gallery .picture:before {
   content: "";
   display: block;
   padding-top: 52%;
}

.gallery .picture img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   max-width: 100%;
   max-height: 100%;
   border-radius: 10px;
   width: 100%;
}

.gallery .picture-thumbs {
   margin: 10px 0 0;
   overflow: hidden;
   text-align: center;
   font-size: 0;
}

.gallery .thumb-item {
   display: inline-block;
   position: relative;
   width: 80px;
   margin: 0 0 10px 5px;
   overflow: hidden;
   cursor: pointer;
}

.gallery .thumb-item:last-child {
   margin-left: 0;
}

.gallery .thumb-item:before {
   content: "";
   display: block;
   padding-top: 100%;
}

.gallery .thumb-item img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   max-width: 100%;
   max-height: 100%;
   border-radius: 10px;
}

.overview,
.variant-overview {
   position: relative;
   margin: 0 0 20px;
}

.discontinued-product h4 {
   margin: 0 0 20px;
   font-size: 14px;
   color: #c00;
}

/*ATTR*/

.overview > div,
.variant-overview > div {
   padding: 15px;
   margin: 0;
   text-align: right;
   font-size: 14px;
   color: #666;
}

.overview .short-description,
.variant-overview .short-description {
   padding-bottom: 25px;
   line-height: 24px;
}

.overview .label,
.variant-overview .label {
   display: inline-block;
   width: 50%;
   color: #aaa;
   vertical-align: top;
}

.product-review-box {
   float: left;
   margin-top: 5px;
   width: 50%;
   text-align: right;
}

.product-review-box .rating {
   width: 70px;
   height: 11px;
   background-image: url("../img/rating_gray.svg");
   background-repeat: repeat-x;
   background-color: #ccc;
}

.product-review-box .rating div {
   height: 11px;
   background-image: url("../img/rating_gray.svg");
   background-repeat: repeat-x;
   background-color: #57b568;
}

.product-no-reviews a {
   color: #57b568;
}

.product-review-links {
   color: #aaa;
}

.product-review-links span {
   display: none;
}

.product-review-links a:hover {
   color: #57b568;
}

.product-review-links span + a {
   display: block;
   font-size: 13px;
   color: #57b568;
}

.product-review-links span + a:before {
   content: "\e91a";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 14px;
   color: #aaa;
}

.overview .additional-details,
.variant-overview .additional-details {
   padding: 0;
}

.additional-details > div {
   padding: 15px;
   border-bottom: 1px solid #eee;
}

.additional-details > div:last-child {
   border: 0;
}

.overview .quantity-container {
   border: 0;
}

.overview .value a,
.variant-overview .value a {
   color: #57b568;
}

.back-in-stock-subscription {
   margin-top: 10px;
   font-size: 0;
}

.back-in-stock-subscription:before {
   content: "\e93f";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 22px;
   color: #aaa;
   vertical-align: middle;
}

.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button {
   border: none;
   padding: 0;
   background: none;
   font-size: 13px;
   color: #57b568;
   vertical-align: middle;
}

.free-shipping {
   color: #aaa;
}

.free-shipping:after {
   content: "\e92a";
   float: left;
   width: 50%;
   text-align: right;
   font-family: prisma;
   font-size: 20px;
   color: #57b568;
}

.overview .delivery,
.variant-overview .delivery {
   padding: 0;
}

.overview .delivery > div,
.variant-overview .delivery > div {
   padding: 15px;
}

.overview .delivery > div + div,
.variant-overview .delivery > div + div {
   border-top: 1px solid #eee;
}

.overview .delivery-date,
.variant-overview .delivery-date {
   margin: 5px 0;
}

.download-sample-button {
   display: inline-block;
   padding: 5px 10px;
   font-size: 14px;
   color: #57b568;
}

.download-sample-button:before {
   content: "\e932";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 14px;
   color: #aaa;
}

.overview input[type="text"],
.variant-overview input[type="text"],
.attributes select {
   border: 0;
   width: 100%;
   max-width: 100%;
   text-align: right;
   font-size: 13px;
   color: #666;
}

.overview .attributes .variant-overview .attributes {
   padding: 0;
}

.overview .attributes,
.variant-overview .attributes {
   padding: 0;
}

.attributes > ul > li {
   border-bottom: 1px solid #eee;
}

.attributes > ul > li:after {
   content: "";
   display: block;
   clear: both;
}

.attributes > ul > li:last-of-type {
   border: 0;
}

.attributes div {
   padding: 10px 15px 10px;
   color: #aaa;
}

.attributes li ul li {
   margin: 0;
}

.attributes select {
   background-position: 4% center;
}

.qq-uploader .qq-upload-button {
   border: 0;
   width: auto;
   background: #fff;
   color: #57b568;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
   padding: 0;
}

.attributes div .qq-uploader {
   border-bottom: 4px solid #57b568;
}

.qq-uploader .qq-upload-button div {
   padding: 0;
   font-weight: bold;
   color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
   margin-top: 10px;
   padding-top: 13px;
   background: #57b568;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
   margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl + div {
   display: inline-block;
   padding: 10px 0;
   width: 49%;
   text-align: center;
}

/*option list*/

.attributes .option-list {
   font-size: 0;
}

.attributes .option-list li {
   display: inline-block;
   margin: 2px;
}

.attributes .option-list.radio-list label {
   display: block;
   padding: 0 10px;
   height: 35px;
   background: white;
   text-align: center;
   line-height: 35px;
   font-size: 14px;
   color: #888;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   cursor: pointer;
   white-space: nowrap;
}

.attributes .option-list.checkbox-list li {
   display: block;
   margin: 0;
   text-align: right;
   padding-right: 10px;
   background: #fff;
}

.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type="radio"]:checked + label {
   background: #57b568;
   color: #fff;
}

.attributes .option-list input[type="radio"] + label:before,
.attributes .option-list input[type="radio"]:checked + label:after {
   content: none;
}

/*attr squares*/

.attribute-squares {
   font-size: 0;
}

.attribute-squares li {
   display: inline-block;
   margin: 0 0 0 5px;
   line-height: normal !important;
   text-align: center;
}

.attribute-squares.option-list li:hover label,
.attribute-squares li.selected-value label {
   border-color: #ccc;
   background: #fff;
}

.attribute-squares label {
   display: block;
   padding: 3px;
   border: 1px solid transparent;
   margin: 0 !important;
   width: 38px;
   height: 38px;
   background: none;
   overflow: hidden;
}

.attribute-squares span {
   display: block;
}

.attribute-square {
   border: 1px solid #ddd;
   width: 30px;
   height: 30px;
   cursor: pointer;
}

.attribute-squares .tooltip-container {
   display: none;
}

/*attr rent period*/

.rental-attributes .attribute-item > div {
   padding: 0;
}

.rental-attributes .attribute-label {
   margin-bottom: 10px;
   font-size: 14px;
   color: #aaa;
}

.attribute-item:last-of-type {
   margin-bottom: 0;
}

.attribute-data {
   position: relative;
   max-width: 100%;
}

.attribute-data:after {
   content: "\e930";
   position: absolute;
   top: 10px;
   left: 10px;
   font-family: prisma;
   font-size: 16px;
   color: #ddd;
}

.ui-datepicker {
   margin-top: 4px;
   width: 280px;
   background-color: #fff;
   text-align: center;
}

.ui-datepicker-header {
   position: relative;
   margin: 0 10px;
   border-bottom: 1px solid #eee;
   height: 50px;
   background-color: #fff;
}

.ui-datepicker-header a {
   position: absolute;
   top: 10px;
   width: 30px;
   height: 30px;
   background: #f9f9f9;
   font-size: 0;
   z-index: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
   right: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
   left: 0;
}

.ui-datepicker-header a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 10px;
   color: #bbb;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.ui-datepicker-header a.ui-datepicker-prev:after {
   content: "\e924";
}

.ui-datepicker-header a.ui-datepicker-next:after {
   content: "\e925";
}

.ui-datepicker-title {
   position: relative;
   text-transform: uppercase;
   line-height: 50px;
   font-weight: bold;
   color: #333;
   z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
   width: 14.285%;
}

.ui-datepicker-calendar th {
   text-transform: uppercase;
   color: #888;
}

.ui-datepicker-calendar td {
   border: 1px solid #eee;
   font-size: 12px;
   color: #aaa;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
   display: block;
   min-height: 32px;
   line-height: 32px;
}

.ui-datepicker-week-end {
   background: #f9f9f9;
}

.ui-state-highlight {
   background: #57b568;
   color: #fff;
}

/*prices*/

.overview .prices,
.variant-overview .prices {
   overflow: hidden;
   text-align: center;
}

.tax-shipping-info {
   display: block;
   font-size: 13px;
   color: #aaa;
}

.overview .rental-price,
.variant-overview .rental-price {
   display: block;
   color: #aaa;
   vertical-align: text-bottom;
}

.overview .old-product-price,
.variant-overview .old-product-price {
   text-decoration: line-through;
   font-weight: bold;
   font-size: 16px;
   color: #aaa;
}

.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .product-price label,
.variant-overview .product-price label,
.overview .non-discounted-price label,
.variant-overview .non-discounted-price label {
   display: none;
}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
   font-size: 16px;
   font-weight: bold;
   color: #999;
}

.overview .product-price,
.variant-overview .product-price {
   font-weight: bold;
   font-size: 22px;
   color: #57b568;
}

.tier-prices {
   margin: 0 0 20px;
   clear: both;
}

.tier-prices .title {
   margin-bottom: 10px;
}

.tier-prices .title strong {
   font-weight: normal;
   color: #aaa;
}

.tier-prices .prices-table {
   background: #fff;
}

.tier-prices .prices-table:after {
   content: "";
   display: block;
   clear: both;
}

.tier-prices .prices-row {
   float: right;
   width: 50%;
}

.tier-prices .prices-row > div {
   border-top: 1px solid #eee;
   border-left: 1px solid #eee;
   padding: 10px;
}

.tier-prices .prices-row.thead > div {
   border-left: 1px solid #eee;
}

.tier-prices .prices-row > div:last-of-type {
   border-bottom: 1px solid #eee;
}

.tier-prices .field-header {
   color: #888;
}

.overview .customer-entered-price,
.variant-overview .customer-entered-price {
   padding: 15px;
   overflow: hidden;
   background: #f6f6f6;
   text-align: center;
}

.customer-entered-price label {
   display: inline-block;
   margin-bottom: 5px;
   color: #aaa;
}

.customer-entered-price > div {
   display: inline-block;
}

.customer-entered-price .price-input input {
   padding: 5px;
   border: 0;
   width: 50%;
   text-align: right;
   color: #666;
}

.customer-entered-price .enter-price-input {
   width: 50px;
   text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv {
   display: block;
   margin-top: 5px;
   line-height: 1;
   font-size: 13px;
   color: #ccc;
}

.customer-entered-price .price-range:before,
.customer-entered-price .price-range:after,
.base-price-pangv:before,
.base-price-pangv:after {
   font-size: 13px;
   color: #ccc;
}

.customer-entered-price .price-range:before,
.base-price-pangv:before {
   content: "(";
}

.customer-entered-price .price-range:after,
.base-price-pangv:after {
   content: ")";
}

/*giftcard form*/

.giftcard {
   margin: 0 0 20px;
   overflow: hidden;
   clear: both;
   text-align: center;
}

.giftcard div {
   margin: 0 0 10px;
}

.giftcard label {
   display: block;
   margin: 0 0 5px;
   text-align: center;
   font-size: 13px;
   color: #666;
}

.giftcard input[type="text"],
.giftcard textarea {
   display: block;
   margin: 0 auto;
   border: 0;
   width: 350px;
   max-width: 100%;
}

.giftcard textarea {
   height: 150px;
}

/*QTY*/

.attributes .qty-box {
   margin: 10px 0 0 0;
   padding: 0;
}

.attributes .qty-box input {
   width: 48px;
   height: 32px;
}

.overview .qty-label,
.variant-overview .qty-label {
   font-size: 14px;
   color: #aaa;
}

.overview .qty-input[type="text"],
.variant-overview .qty-input[type="text"],
.overview .qty-dropdown[type="text"],
.variant-overview .qty-dropdown[type="text"] {
   margin: 0 4px;
   padding: 12px 5px;
   border: 0;
   width: 36px;
   height: 36px;
   text-align: center;
   font-size: 14px;
   color: #444;
}

.overview .qty-wrapper,
.variant-overview .qty-wrapper {
   border: 0;
   text-align: center;
}

.qty-wrapper .qty-dropdown {
   width: 50px;
}

.qty-wrapper span {
   position: relative;
   display: inline-block;
   width: 36px;
   height: 36px;
   background: #fff;
   vertical-align: middle;
   font-size: 0;
   cursor: pointer;
}

.qty-wrapper span:after {
   position: absolute;
   top: 50%;
   right: 50%;
   line-height: 36px;
   text-align: center;
   font-family: prisma;
   font-size: 12px;
   color: #ddd;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   -webkit-transition: color 0.3s;
   transition: color 0.3s;
}

.qty-wrapper span:hover:after {
   color: #57b568;
}

.qty-wrapper .decrease:after {
   content: "\e93d";
}

.qty-wrapper .increase:after {
   content: "\e944";
}

/*BNTS*/

.overview .overview-buttons,
.variant-overview .overview-buttons,
.download-sample {
   clear: both;
   padding: 0 15px;
   text-align: center;
   font-size: 0;
}

.overview .overview-buttons {
   padding-top: 15px;
   border-top: 1px solid #eee;
}

.overview.grouped .overview-buttons {
   border: 0;
   padding-top: 0;
   border-bottom: 1px solid #eee;
}

.overview-buttons > div {
   display: inline-block;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
   margin: 0 0 10px;
   padding: 0;
   width: 100%;
}

.overview .compare-products,
.overview .email-a-friend {
   position: relative;
   display: inline-block;
   margin: 10px 0 10px 2px;
   width: 50px;
   height: 50px;
}

.overview .compare-products input,
.overview .email-a-friend input {
   position: absolute;
   top: 0;
   right: 0;
   width: 45px;
   height: 45px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0;
   z-index: 2;
}

.overview .compare-products:after,
.overview .email-a-friend:after {
   position: absolute;
   top: 0;
   right: 0;
   width: 45px;
   height: 45px;
   background: #fff;
   line-height: 45px;
   text-align: center;
   font-family: prisma;
   font-size: 17px;
   color: #bbb;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   pointer-events: none;
}

.overview .compare-products:after {
   content: "\e91d";
}

.overview .email-a-friend:after {
   content: "\e933";
}

.overview .compare-products:hover:after,
.overview .email-a-friend:hover:after,
.overview .add-to-wishlist:hover:after,
.overview .compare-products:hover input,
.overview .email-a-friend:hover input,
.overview .add-to-wishlist:hover input {
   color: #57b568;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
   display: inline-block;
   margin: 8px 10px;
   font-size: 13px;
   color: #aaa;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
   position: relative;
   display: block;
}

.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .add-to-cart,
.variant-overview .add-to-cart {
   display: block;
   margin-bottom: 4px;
   width: 100%;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
   position: relative;
   padding: 15px 0;
   border: 0;
   width: 100%;
   background: #fff;
   text-transform: uppercase;
   font-size: 14px;
   color: #aaa;
}

.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span,
.overview .add-to-wishlist-button span,
.variant-overview .add-to-wishlist-button span {
   position: relative;
   z-index: 1;
}

.overview .add-to-cart-button span:before,
.variant-overview .add-to-cart-button span:before,
.overview-buttons .add-to-wishlist button span:before,
.variant-overview .add-to-wishlist-button span:before {
   display: inline-block;
   margin: -4px 0 0 15px;
   font-weight: normal;
   font-family: prisma;
   font-size: 18px;
   color: #bbb;
   vertical-align: middle;
}

.overview-buttons .add-to-wishlist button span:before,
.variant-overview .add-to-wishlist-button span:before {
   content: "\e91e";
}

.overview .add-to-cart-button span:before,
.variant-overview .add-to-cart-button span:before {
   content: "\e91c";
   color: #fff;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
   background: #57b568;
   font-weight: bold;
   color: #fff;
   transition: all 0.3s;
}

.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before,
.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
}

.overview .add-to-cart-button:hover:before,
.variant-overview .add-to-cart-button:hover:before,
.overview-buttons .add-to-wishlist button:hover:before,
.variant-overview .add-to-wishlist-button:hover:before {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.overview .add-to-cart-button:hover span:before,
.variant-overview .add-to-cart-button:hover span:before {
   color: #57b568;
}

.overview-buttons .add-to-wishlist button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview-buttons .add-to-wishlist button:hover span:before,
.variant-overview .add-to-wishlist-button:hover span:before {
   color: #fff;
}

.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
   background: #bbb;
   -ms-transform-origin: 100% 0%;
   transform-origin: 100% 0%;
}

.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
   background: #fff;
}

.variant-overview .overview-buttons {
   margin-top: 15px;
   border: 0;
}

.overview .product-options {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #eee;
   width: 100%;
}

.overview .product-share-wrapper {
   line-height: 30px;
   text-align: center;
}

.product-share-wrapper .label {
   width: auto;
}

.product-social-buttons {
   display: inline-block;
   font-size: 0;
   vertical-align: middle;
}

.product-social-buttons li {
   display: inline-block;
   margin: 0 1px;
}

.product-social-buttons li a {
   position: relative;
   display: block;
   font-size: 0;
   width: 30px;
   height: 30px;
}

.product-social-buttons li a:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 0;
   -ms-transform-origin: 50% 0;
   transform-origin: 50% 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

.product-social-buttons li.facebook {
   background: #4a65a2;
}

.product-social-buttons li.twitter {
   background: #3abafd;
}

.product-social-buttons li.google {
   background: #bd2d45;
}

.product-social-buttons li.pinterest {
   background: #e94949;
}

.product-social-buttons li.facebook a:before {
   background: #4a65a2;
}

.product-social-buttons li.twitter a:before {
   background: #3abafd;
}

.product-social-buttons li.google a:before {
   background: #bd2d45;
}

.product-social-buttons li.pinterest a:before {
   background: #e94949;
}

.product-social-buttons li a:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   color: #fff;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.product-social-buttons li.facebook a:after {
   content: "\e934";
   font-size: 14px;
}

.product-social-buttons li.twitter a:after {
   content: "\e915";
   font-size: 16px;
}

.product-social-buttons li.google a:after {
   content: "\e936";
   font-size: 16px;
}

.product-social-buttons li.pinterest a:after {
   content: "\e943";
   font-size: 14px;
}

.full-description {
   clear: both;
   margin: 0 15px 20px;
   line-height: 24px;
   font-size: 13px;
   text-align: right;
   color: #888;
}

.product-collateral {
   margin: 50px 0;
}

.product-collateral > div {
   margin: 0 0 50px;
}

.product-collateral .title {
   margin: 0 0 20px;
   padding-bottom: 15px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
   font-size: 24px;
   color: #444;
}

.product-collateral .table-wrapper {
   padding: 30px;
   position: absolute;
   top: 41px;
   left: 30px;
}

.product-collateral .title strong {
   font-weight: normal;
}

.product-specs-box .data-table {
   border-color: #eee;
}

.product-specs-box .data-table td {
   padding: 5px;
   font-size: 14px;
   color: #888;
}

.product-specs-box .data-table .spec-value {
   color: #444;
}

.product-specs-box .attribute-square {
   margin: 0 auto;
   width: 20px;
   height: 20px;
}

.product-tags-list {
   text-align: center;
   font-size: 0;
}

.product-tags-list li {
   display: inline-block;
   margin: 3px;
   padding: 8px 10px;
   background: #eee;
   font-size: 13px;
   color: #888;
}

.product-tags-list li:before {
   content: "\e914";
   display: inline-block;
   font-family: prisma;
   font-size: 15px;
   color: #ccc;
   vertical-align: middle;
   transition: all 0.3s;
}

.product-tags-list li:hover:before {
   -webkit-transform: rotate(15deg);
   -ms-transform: rotate(15deg);
   transform: rotate(15deg);
   transform-origin: top right;
}

.product-tags-list li.separator {
   display: none;
}

.product-tags-list a {
   display: inline-block;
   line-height: 24px;
}

.product-variant-line {
   margin: 0 0 30px;
   padding: 20px 15px;
   background: #f6f6f6;
}

.product-variant-line:after {
   content: "";
   display: block;
   clear: both;
}

.variant-picture {
   position: relative;
   width: 220px;
   margin: 0 auto 15px;
   overflow: hidden;
}

.variant-overview {
   width: 100%;
}

.variant-name {
   margin: 0 0 20px;
   font-size: 18px;
   font-weight: bold;
   color: #444;
}

.variant-overview .variant-description {
   padding: 15px;
   margin: 0;
   border-top: 1px solid #eee;
   line-height: 20px;
   font-size: 14px;
   color: #666;
}

.variant-overview .add-to-wishlist-button {
   display: block;
   float: none;
   clear: both;
   margin: 0 auto;
   padding: 13px 0;
}

.variant-overview button.add-to-wishlist-button span:before {
   margin: 0;
}

.related-products-grid,
.also-purchased-products-grid {
   position: relative;
   margin: 50px auto;
   border-bottom: 4px solid #fff;
   width: 100%;
}

.related-products-grid .title,
.also-purchased-products-grid .title {
   padding-bottom: 25px;
   margin-bottom: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
   font-size: 24px;
   color: #444;
}

.related-products-grid .item-grid,
.also-purchased-products-grid .item-grid {
   padding: 30px 30px 0;
   background: #f6f6f6;
}

.ui-tabs {
   margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
   margin-bottom: 4px;
   overflow: hidden;
   font-size: 0pt;
}

.ui-tabs .ui-tabs-nav li {
   position: relative;
   display: inline-block;
   margin-left: 4px;
   background: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
   position: relative;
   display: inline-block;
   padding: 15px 45px;
   text-transform: uppercase;
   font-size: 14px;
   color: #888;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   z-index: 1;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
   color: #fff;
}

.ui-tabs .ui-tabs-nav li:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #57b568;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
}

.ui-tabs .ui-tabs-nav li:hover:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ui-tabs .ui-tabs-panel {
   background: #f9f9f9;
   font-size: 13px;
   color: #888;
}

.ui-tabs .ui-tabs-panel .table-wrapper {
   padding: 10px;
}

.ui-tabs .ui-tabs-panel p {
   margin: 10px 0;
   line-height: 24px;
}

.ui-tabs .ui-tabs-hide {
   display: none;
}

.ui-tabs .ui-tabs-panel th,
.ui-tabs .ui-tabs-panel td {
   padding: 15px;
   border: 1px solid #eee;
   background: #fff;
}

.ui-tabs .ui-tabs-panel td a {
   font-weight: normal;
}

.ui-tabs .ui-tabs-panel input {
   position: static;
   clip: auto;
   height: auto;
   width: auto;
}

/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
   color: #57b568;
}

.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
   margin: 0 0 20px;
   padding-bottom: 20px;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   color: #444;
}

.write-review,
.new-comment {
   margin: 0 0 20px;
   padding: 20px;
   background: #f9f9f9;
}

.write-review .fieldset {
   border-bottom: 1px solid #eee;
}

.write-review .form-fields {
   margin: 0 auto 20px;
   padding-bottom: 10px;
   max-width: 430px;
}

.write-review .inputs,
.new-comment .inputs {
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.write-review .inputs {
   border: 0;
}

.write-review .inputs label {
   margin-bottom: 5px;
   text-align: right;
}

.write-review ::-webkit-input-placeholder {
   color: #fff;
}

.write-review ::-moz-placeholder {
   color: #fff;
}

.write-review :-ms-input-placeholder {
   color: #fff;
}

.write-review :-moz-placeholder {
   color: #fff;
}

.write-review .inputs label {
   margin-bottom: 5px;
   text-align: right;
}

.write-review .buttons {
   margin: 10px 0 0;
   padding-top: 20px;
   border-top: 1px solid #eee;
}

.write-review input[type="text"],
.write-review textarea,
.new-comment input[type="text"],
.new-comment textarea {
   border: 1px solid #eee;
   height: 40px;
   width: 100%;
}

.write-review .required {
   margin-right: 5px;
}

.write-review .review-rating {
   padding: 12px;
   border: 1px solid #eee;
   background: #fff;
   text-align: right;
}

.write-review .review-rating label {
   margin: 0 0 5px;
   padding: 0;
   font-size: 13px;
   color: #666;
   vertical-align: middle;
}

.write-review .review-rating label:before {
   content: none;
}

.review-rating ul {
   float: left;
   font-size: 0;
   vertical-align: middle;
}

.rating-options {
   overflow: hidden;
   width: 70px;
}

.rating-options input {
   float: left;
   margin: 0 -12px 0 0;
   width: 12px;
   height: 12px;
   opacity: 0;
}

.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label {
   background-color: #57b568;
}

.write-review .rating-options input:checked ~ label:after {
   content: none;
}

.write-review .rating-options label,
.write-review .rating-options:hover label {
   position: relative;
   float: left;
   display: block;
   width: 12px;
   height: 11px;
   background-color: #ccc;
   background-image: url(../img/rating.svg);
   background-position: 0 0;
   font-size: 0;
   cursor: pointer;
}

.write-review .review-rating li {
   display: inline-block;
   height: 17px;
   vertical-align: middle;
   cursor: default;
}

.write-review .review-rating li.first {
   color: #c00;
}

.write-review .review-rating li:nth-child(2) {
   padding-top: 2px;
}

.write-review .review-rating li:nth-child(2) input {
   vertical-align: baseline;
}

.write-review .review-rating li.last {
   color: #690;
}

.write-review .captcha-box {
   margin: 15px 0 0;
}

.product-reviews-page .message-error {
   margin: 0 0 20px;
}

.product-reviews-page .result {
   margin: 20px;
   font-size: 14px;
   color: #57b568;
}

.product-review-list {
   overflow: hidden;
   padding: 20px;
   background: #f9f9f9;
}

.product-review-item {
   margin: 0 0 30px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   font-size: 13px;
   overflow: hidden;
}

.product-review-item:last-of-type {
   border-bottom: 0;
}

.product-review-item .review-item-head {
   margin: 0 0 20px;
   overflow: hidden;
}

.product-review-item .review-title {
   float: right;
   max-width: 80%;
   color: #444;
}

.product-review-item .product-review-box {
   float: left;
   margin: 0;
   width: auto;
}

.product-review-item .review-text {
   margin: 0 0 15px;
   line-height: 24px;
   text-align: right;
   color: #888;
}

.product-review-item .review-info {
   margin: 0 0 5px;
   text-align: right;
}

.product-review-item .review-info label {
   color: #aaa;
}

.product-review-item .review-info strong {
   font-weight: normal;
   color: #aaa;
}

.product-review-item .review-info a {
   font-weight: bold;
   color: #57b568;
}

.product-review-item .review-info span {
   color: #666;
}

.product-review-item .review-info .separator {
   color: #d8d8d8;
}

.product-review-helpfulness {
   position: relative;
   text-align: right;
   padding-bottom: 15px;
}

.product-review-helpfulness .question {
   margin: 0 0 0 5px;
   color: #aaa;
}

.product-review-helpfulness .question + span {
   display: inline-block;
   vertical-align: middle;
}

.product-review-helpfulness .result {
   position: absolute;
   left: 0;
   bottom: 0;
   margin: 0;
   width: 100%;
   text-align: center;
   font-size: 12px;
}

.product-review-item .reply {
   margin: 30px 0 0;
   padding: 15px;
   background: #f6f6f6;
}

.product-review-item .reply-header {
   margin: 0 0 10px;
   font-weight: bold;
}

.vote-stats {
   display: none;
}

.vote-options {
   display: inline-block;
}

.product-review-helpfulness .vote {
   position: relative;
   display: inline-block;
   width: 24px;
   height: 24px;
   background: #fff;
   vertical-align: top;
   cursor: pointer;
   font-size: 0;
}

.product-review-helpfulness .vote:after {
   content: "\e92a";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 12px;
   color: #57b568;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.product-review-helpfulness .vote + .vote:after {
   content: "\e901";
   color: #e53850;
}

/********** WISHLIST & COMPARE LIST **********/

.wishlist-content {
   margin: 0 0 4px;
}

.wishlist-content .table-wrapper {
   margin-bottom: 4px;
}

.wishlist-content .cart .sku,
.wishlist-content .cart col:nth-of-type(3) {
   display: none;
}

.wishlist-content .message-error {
   margin: 0 10px 10px;
}

.wishlist-content .tax-shipping-info {
   margin: 20px 0 20px;
   text-align: center;
}

.wishlist-content .buttons {
   padding: 15px;
   background: #f6f6f6;
   font-size: 0;
}

.wishlist-content button.button-2 {
   display: block;
   margin: 0 auto 5px;
   padding: 13px 25px;
   width: 250px;
   background: #fff;
   color: #57b568;
}

.wishlist-content .button-2 span {
   display: inline-block;
   vertical-align: middle;
}

.update-cart-button:before,
.continue-shopping-button:before,
.wishlist-content .button-2:before {
   display: inline-block;
   margin: -3px 0 0 8px;
   font-weight: normal;
   font-family: prisma;
   font-size: 16px;
   color: #ccc;
   vertical-align: middle;
}

.update-cart-button:before,
.update-wishlist-button:before {
   content: "\e949";
}

.wishlist-add-to-cart-button:before {
   content: "\e91c";
}

.email-a-friend-wishlist-button:before {
   content: "\e933";
}

.wishlist-page .share-info {
   position: relative;
   padding: 30px;
   background: #f6f6f6;
   font-size: 13px;
   color: #aaa;
   text-align: center;
}

.wishlist-page .share-info:before {
   content: "\e919";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 60px;
   color: #e9e9e9;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   z-index: 0;
}

.wishlist-page .share-info a {
   display: block;
   margin: 5px 0;
   font-weight: bold;
   color: #57b568;
}

.wishlist-page .share-info a,
.wishlist-page .share-info span {
   position: relative;
   z-index: 1;
}

.wishlist-page .share-info span {
   color: #888;
}

.compare-products-page {
   position: relative;
   overflow: hidden;
}

.compare-products-page .clear-list {
   display: block;
   margin: 0 0 20px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.compare-products-page .clear-list:before {
   content: "\e901";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 10px;
   color: #bbb;
}

.compare-products-page .remove-button {
   padding: 8px 10px;
   border: 0;
   background: #eee;
   text-transform: uppercase;
   font-size: 11px;
   color: #aaa;
}

.compare-products-page .remove-button:before {
   content: "\e901";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 8px;
   color: #bbb;
}

.compare-products-table {
   display: none;
}

.compare-products-page img {
   max-width: 100%;
}

.compare-products-table td:first-child {
   background: #f6f6f6;
   text-align: right;
   font-size: 15px;
   color: #aaa;
}

.compare-products-table .full-description {
   display: none;
}

.compare-products-table-mobile img {
   max-width: 160px;
}

/*********** TOPICS ***********/

.home-page .topic-block {
   margin: 0 auto 20px;
   padding: 30px 0;
   text-align: center;
}

.topic-block-title {
   margin: 0 0 30px;
}

.topic-block-title h2 {
   font-size: 24px;
}

.home-page .topic-block-title h2,
.dashbord-arad h2 {
   font-weight: bold;
   font-size: 30px;
   opacity: 0.8;
   line-height: 2;
}

.dashbord-arad h4 {
   font-size: 16px;
   opacity: 0.8;
}

.topic-block-body {
   font-size: 14px;
   color: #888;
}

.topic-block a,
.topic-page a {
   text-decoration: none;
}

.popup-window .topic-page {
   padding: 15px;
}

.not-found-page p {
   margin: 30px 0;
}

.topic-password {
   margin: 50px 0 100px;
   padding: 20px;
   background: #f6f6f6;
   text-align: center;
}

.topic-password .password-error {
   display: block;
}

.enter-password-title {
   margin: 0 0 10px;
   font-size: 13px;
   color: #666;
}

.enter-password-form {
   display: inline-block;
   overflow: hidden;
}

.enter-password-form input[type="password"] {
   width: 200px;
   height: 36px;
}

.enter-password-form input[type="submit"] {
   display: block;
   width: 150px;
   margin: 20px auto 0;
   padding: 10px 35px;
   border: none;
   height: 36px;
   background: #57b568;
   text-transform: uppercase;
   font-size: 14px;
   color: #fff;
}

.password-error {
   margin: 0 0 10px;
}

.registration-page .accept-privacy-policy label {
   display: inline-block;
}

.page.registration-page select {
   font-size: small;
}

.registration-page #err-message {
   font-size: 12px;
   color: red;
   display: none;
}

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
   padding: 10px;
   text-align: center;
   background: #f6f6f6;
}

.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body {
   margin: 0;
   padding: 15px 0;
   max-width: 100%;
}

.apply-vendor-page .topic-block {
   margin-bottom: 0;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
   margin: 0 0 15px;
}

.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
   padding: 10px 0;
}

.contact-page .result {
   font-size: 14px;
   color: #57b568;
   text-align: center;
   width: 50%;
   margin-top: 20%;
}

.email-a-friend-page .result {
   font-size: 14px;
   color: #57b568;
}

.account-page .inputs:last-child,
.registration-page .inputs:last-child {
   border: 0;
}

.account-page input[type="text"],
.password-recovery-page input[type="text"],
.registration-page input[type="text"] {
   width: 350px;
}

.contact-page input[type="text"],
.email-a-friend-page input[type="text"],
.apply-vendor-page input[type="text"],
.email-a-friend-page textarea,
.apply-vendor-page textarea {
   width: 400px;
}

.contact-page textarea {
   width: 400px;
   height: 250px;
   padding-top: 12px;
   padding-right: 25px;
   font-size: 12px;
}

.html-contact-page .text-area-s .required {
   position: absolute;
   top: 26px;
}

.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
   font-size: 13px;
   color: #666;
}

.account-page .message-error {
   margin: 10px 0;
}

.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
   margin: 10px 20px;
}

.email-a-friend-page .title h2 {
   padding: 15px 0;
   font-weight: normal;
   color: #57b568;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
   margin: 0;
}

.accept-privacy-policy .read {
   color: #57b568;
}

.customer-pages-body .side-2 {
   margin-bottom: 30px;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.account-page,
.registration-page .fieldset {
   margin-bottom: 4px;
   padding: 20px;
   min-height: auto;
   background: #f6f6f6;
}

.account-page .title,
.registration-page .title {
   margin-bottom: 0;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   font-size: 14px;
   color: #444;
}

.account-page .page-title {
   display: none;
}

.customer-pages-body .center-2 {
   margin: 0 10px 50px;
   background: #f6f6f6;
}

.gender {
   display: inline-block;
}

.gender span {
   display: inline-block;
   width: 105px;
   vertical-align: middle;
}

.account-page .date-of-birth select,
.registration-page .date-of-birth select {
   width: 31%;
   max-width: 110px;
   background-position: 10% center;
}

.date-of-birth select + select {
   margin: 0 10px 0 0;
}

.check-username-availability-button {
   margin: 10px 0 0;
   border: 0;
   background: none;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.btn-wrapper {
   margin: 0 auto;
   max-width: 350px;
   text-align: right;
}

.field-validation-valid,
.username-available-status,
.username-not-available-status {
   float: right;
   margin-top: 8px;
}

#username-availabilty:empty {
   display: none;
}

.account-page select,
.registration-page select {
   border: 1px solid #eee;
   background-position: 3% center;
}

.vat-status,
.vat-note {
   display: block;
   margin: 5px 0 0;
   text-align: center;
   font-size: 13px;
   color: #aaa;
   white-space: normal;
}

.vat-note em {
   font-style: normal;
}

.accept-privacy-policy {
   margin: 0 0 10px;
   text-align: center;
}

.accept-privacy-policy > * {
   display: inline-block;
   line-height: 32px;
   vertical-align: middle;
}

.accept-privacy-policy .read {
   font-weight: bold;
   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,
.user-agreement-page .button-1 {
   padding: 14px 39px;
   border-radius: 18px;
}

.registration-result-page .result {
   margin: 0 0 20px;
   text-align: center;
   font-size: 14px;
   color: #888;
}

.login-page .customer-blocks {
   margin: 0 0 20px;
}

.login-page .customer-blocks:after {
   content: "";
   display: block;
   clear: both;
   overflow: hidden;
}

.login-page .customer-blocks > div {
   position: relative;
   padding: 0 30px 20px;
   background: #f6f6f6;
}

.login-page .customer-blocks > div .buttons {
   margin: 0;
}

.login-page .title,
.login-page .topic-block-title h2 {
   margin: 0;
   padding: 20px 0;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   font-weight: bold;
   text-align: center;
   font-size: 14px;
   color: #444;
}

.login-page .text {
   margin: 30px 0 10px;
   padding-bottom: 30px;
   border-bottom: 1px solid #eee;
   text-align: center;
   line-height: 30px;
   font-size: 13px;
   color: #666;
}

.login-page .returning-wrapper .inputs {
   padding: 10px 0;
   border-bottom: 1px solid #eee;
}

.login-page .inputs.reversed {
   margin: 5px 0 10px;
   padding: 0;
   font-size: 12px;
}

.login-page .inputs.reversed label {
   float: right;
   width: auto;
}

.forgot-password {
   float: left;
   margin: 11px 0;
   font-weight: bold;
   font-size: 12px;
   color: #57b568;
}

.external-authentication {
   background: #f6f6f6;
   text-align: center;
}

.facebook-login-block {
   margin-top: 20px;
}

.facebook-login-block .buttons {
   margin: 0;
   padding-bottom: 20px;
}

.facebook-login-block .facebook-btn {
   width: 250px;
   height: 45px;
   background: url(../img/fb_custom_btn.jpg) no-repeat;
}

.facebook-login-block .facebook-btn:hover {
   background-position: 0 0;
}

.login-page .topic-block {
   margin: 20px 0;
   padding: 20px;
   background: #f6f6f6;
   text-align: center;
}

.login-page .topic-block-title h2 {
   padding: 0;
   border: 0;
}

.login-page .topic-block-body {
   font-size: 13px;
   color: #666;
}

.password-recovery-page .page-body {
   padding: 20px;
   background: #f6f6f6;
}

.password-recovery-page .tooltip {
   margin: 0 0 20px;
   text-align: center;
   font-size: 13px;
   color: #666;
}

.password-recovery-page .result {
   margin: 0 0 5px;
   font-weight: bold;
}

.checkout-as-guest-button {
   margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input {
   min-width: 250px;
}

.block-account-navigation .title {
   text-align: right;
   font-size: 20px;
}

.block-account-navigation .listbox {
   display: none;
   padding: 10px;
}

.block-account-navigation li {
   position: relative;
   margin-bottom: 4px;
   background: #fff;
}

.block-account-navigation .list li a {
   position: relative;
   display: block;
   padding: 21px 49px 21px 10px;
   text-transform: uppercase;
   text-align: right;
   font-size: 12px;
   color: #bbb;
   z-index: 1;
}

.block-account-navigation .list li a:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #57b568;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
   z-index: -1;
}

.block-account-navigation .list li a.active:after,
.block-account-navigation .list li a:hover:after {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.block-account-navigation .list > li > a.active,
.block-account-navigation .list > li > a.active:hover,
.block-account-navigation .listbox .list > li > a:hover {
   color: #fff;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
   position: absolute;
   top: 50%;
   right: 10px;
   font-size: 27px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   vertical-align: middle;
}

.block-account-navigation .listbox li a.active:before,
.block-account-navigation .listbox li a:hover:before {
   color: #fff;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.block-account-navigation li.customer-info a:before {
   content: "\e945";
}

.block-account-navigation li.customer-addresses a:before {
   content: "\e91f";
}

.block-account-navigation li.customer-orders a:before {
   content: "\e903";
}

.block-account-navigation li.return-requests a:before {
   content: "\e90d";
}

.block-account-navigation li.downloadable-products a:before {
   content: "\e932";
}

.block-account-navigation li.back-in-stock-subscriptions a:before {
   content: "\e927";
}

.block-account-navigation li.reward-points a:before {
   content: "\e90e";
}

.block-account-navigation li.change-password a:before {
   content: "\e940";
}

.block-account-navigation li.customer-avatar a:before {
   content: "\e945";
}

.block-account-navigation li.forum-subscriptions a:before {
   content: "\e935";
}

.block-account-navigation li.customer-reviews a:before {
   content: "\e92f";
}

.customer-pages-body .master-column-wrapper > .page-title {
   display: none;
}

.account-page .edit-address {
   margin: 0 0 30px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
}

.change-password-page .buttons,
.customer-info-page .buttons {
   margin-bottom: 0;
   padding: 30px 0;
   background: #f6f6f6;
}

.change-password-page .buttons {
   border-top: 1px solid #eee;
}

.customer-pages-body .data-table {
   margin: 30px 0;
   border-color: #eee;
   color: #888;
}

.return-request-page .data-table th,
.customer-pages-body .data-table th {
   border: 1px solid #eee;
   background: #fff;
}

.return-request-page .data-table td,
.customer-pages-body .data-table td {
   padding: 15px;
   border-color: #eee;
   text-align: center;
   font-size: 14px;
}

.customer-pages-body .data-table td.date {
   white-space: nowrap;
}

.customer-pages-body .data-table td.points {
   font-weight: bold;
   color: #666;
}

.customer-pages-body .data-table td.points-balance {
   font-weight: bold;
   color: #57b568;
}

.customer-pages-body .data-table td.message {
   color: #666;
}

.account-page .description {
   margin: 0 0 20px;
   font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2 {
   position: relative;
   padding: 0;
   width: 30px;
   height: 30px;
   background: #f6f6f6;
   font-size: 0;
   transition: all 0.3s;
}

.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
   background: #57b568;
}

.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 13px;
   color: #57b568;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   transition: all 0.3s;
}

.address-list .buttons .button-2:hover:after,
.order-list .buttons .button-2:hover:after {
   color: #f6f6f6;
}

.address-list .buttons .edit-address-button:after {
   content: "\e920";
}

.address-list .buttons .delete-address-button:after {
   content: "\e901";
   color: #e53850;
}

.order-list .buttons .order-details-button:after {
   content: "\e931";
}

.order-list .buttons .return-items-button:after {
   content: "\e92e";
   color: #e53850;
}

.add-more-external-records {
   padding: 20px 0;
   font-size: 13px;
   color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
   display: inline-block;
   margin: 10px 5px;
   vertical-align: top;
   font-size: 12px;
   white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title {
   padding: 19px 19px 10px 80px;
   border-bottom: 4px solid #f6f6f6;
   background: #fff;
}

.request-item .title {
   padding: 19px;
}

.address-list-page .info,
.order-list-page .info {
   margin: 0 0 10px;
   padding: 15px;
   background: #fff;
   line-height: 20px;
   font-size: 13px;
   color: #666;
}

.address-list .buttons,
.order-list .buttons {
   position: absolute;
   top: 7px;
   left: 7px;
}

.address-list-page .info .name {
   font-weight: bold;
}

.address-list-page .add-button {
   margin: 15px 0;
   text-align: center;
}

.address-list-page .add-button input {
   padding: 13px 35px;
   border: 0;
   background: #57b568;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
}

.customer-pages-body .data-table .select-boxes {
   text-align: center;
}

.select-boxes input,
.use-reward-points input {
   margin: 0;
   padding: 0;
   clip: auto;
   height: auto;
   overflow: visible;
   position: static;
   width: auto;
}

.request-item .details {
   padding: 20px;
   background: #fff;
   text-align: right;
   line-height: 24px;
   font-size: 13px;
}

.request-item label {
   display: inline-block;
   width: 48%;
   color: #888;
}

.request-item label + div {
   display: inline-block;
}

.request-item label + div,
.request-item span {
   color: #444;
}

.request-item a {
   color: #57b568;
}

.request-item a + span {
   width: auto;
}

.return-request-list-page a {
   font-weight: bold;
}

.return-request-page .page-body {
   padding: 20px;
   background: #f6f6f6;
}

.return-request-page .data-table td select {
   border: 1px solid #eee;
   width: 60px;
}

.return-request-page .data-table td.product {
   color: #888;
}

.return-request-page .data-table td.unit-price {
   font-weight: bold;
   color: #57b568;
}

.return-request-page .section {
   margin-bottom: 40px;
}

.return-request-page .inputs {
   margin-bottom: 10px;
}

.user-agreement-page .terms-of-agreement {
   margin: 0 0 20px;
   text-align: center;
}

.reward-points-overview {
   margin: 0 0 15px;
   display: inline-block;
}

.order-list-page .recurring-payments > .title {
   background: none;
   padding: 0;
}

.avatar-page .message-error {
   margin: 0 0 10px;
}

.avatar-page .fieldset {
   margin: 0 auto 15px;
   max-width: 400px;
   background: #fff;
}

.avatar-page .image {
   margin: 0 auto 10px;
   max-width: 180px;
}

.file-upload {
   position: relative;
   display: inline-block;
   width: 100%;
   max-width: 400px;
   background: #fff;
   text-align: right;
   font-size: 0pt;
}

.file-upload .fieldset {
   position: relative;
}

.file-upload label {
   display: inline-block;
   padding: 10px 19px;
   height: 40px;
   background: #fff;
   font-weight: bold;
   color: #57b568;
   cursor: pointer;
}

.file-upload .filename {
   border: 0;
   height: 40px;
   max-width: 289px;
}

.avatar-page input[type="file"] {
   position: absolute;
   right: 0;
   top: 0;
   height: 40px;
   width: 110px;
   overflow: hidden;
   opacity: 0;
   cursor: pointer;
}

.avatar-page button {
   position: absolute;
   top: 0;
   left: 0;
   border: 0;
   width: 36px;
   height: 36px;
   background: #f0f0f0;
   font-size: 0;
}

.avatar-page button::after {
   content: "\e901";
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 12px;
   color: #e53850;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.avatar-page .info {
   margin: 20px 0;
   font-size: 13px;
   color: #888;
}

.vendorinfo-page .vendor-picture {
   margin: 10px 0 0;
   text-align: center;
}

.vendorinfo-page .vendor-picture img {
   display: block;
   margin: 0 auto 10px;
}

/********** SHOPPING CART **********/

.cart-title,
.checkout-page .page-title {
   margin: 0;
   padding: 20px 0 10px;
   background: #f6f6f6;
}

.order-progress {
   margin: 0 0 20px;
   padding: 10px 0 10px 0;
   text-align: center;
   background: #f6f6f6;
}

.order-progress ul {
   text-align: center;
   font-size: 0;
}

.order-progress li {
   display: inline-block;
   width: 15%;
   width: -webkit-calc(100% /6 - 3px);
   width: calc(100% / 6 - 3px);
   max-width: 130px;
   vertical-align: baseline;
}

.order-progress li + li {
   margin-right: 3px;
}

.order-progress a {
   position: relative;
   display: block;
   border-top: 4px solid transparent;
   height: 50px;
   background: #fff;
}

.order-progress a:before {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-weight: normal;
   font-size: 30px;
   color: #ccc;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.order-progress li:first-of-type a:before {
   content: "\e903";
}

.order-progress li:nth-of-type(2) a:before {
   content: "\e902";
}

.order-progress li:nth-of-type(3) a:before {
   content: "\e911";
   font-size: 35px;
}

.order-progress li:nth-of-type(4) a:before {
   content: "\e909";
   font-size: 32px;
}

.order-progress li:nth-of-type(5) a:before {
   content: "\e92d";
   font-size: 28px;
}

.order-progress li:nth-of-type(6) a:before {
   content: "\e92c";
   font-size: 26px;
}

.order-progress li.active-step.last a {
   border-top: 4px solid #57b568;
   cursor: pointer;
}

.order-progress li.active-step.last a:before {
   color: #57b568;
}

.order-progress li.inactive-step a {
   background: #fbfbfb;
   color: #777;
   cursor: default;
}

.shopping-cart-page .selected-checkout-attributes {
   display: none;
}

.shopping-cart-page .button-1 {
   padding: 9px 15px;
}

.checkout-page .button-2,
.order-details-page .page-title a {
   display: inline-block;
   border: 1px solid #ccc;
   padding: 5px 10px;
}

.remove-discount-button,
.remove-gift-card-button {
   margin: 0 5px 0 0;
   border: 0;
   width: 20px;
   height: 20px;
   background: #fff url("../img/close.png") center no-repeat;
   cursor: pointer;
}

.shopping-cart-page .message-error {
   margin: 0 0 20px;
   font-size: 13px;
}

.cart-options {
   margin: 0 0 20px;
   text-align: center;
}

.cart-options .common-buttons {
   margin-bottom: 4px;
   padding: 20px;
   background: #f6f6f6;
   font-size: 0;
}

.cart-options .common-buttons button {
   padding: 15px 25px;
   margin: 0 5px 5px;
   border: 0;
   width: 280px;
   min-width: 150px;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.continue-shopping-button:before {
   content: "\e92e";
}

.cart-options .checkout-attributes {
   margin: 20px 0;
   padding: 20px;
   background: #f6f6f6;
}

.cart-options .checkout-attributes:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

.cart-options .checkout-attributes dt {
   float: left;
   clear: left;
   margin: 0 0 5px;
   font-weight: bold;
   font-size: 13px;
   color: #666;
}

.cart-options .checkout-attributes dd {
   float: left;
   clear: left;
   margin: 0 0 15px;
}

.cart-options .checkout-attributes li {
   line-height: 24px;
}

.cart-options .checkout-attributes li * {
   vertical-align: middle;
}

.cart-options .checkout-attributes input,
.cart-options .checkout-attributes textarea,
.cart-options .qq-uploader {
   max-width: 100%;
   width: 350px;
}

.cart-options select {
   width: 117px;
}

.cart-options .selected-checkout-attributes {
   margin: 20px 0;
}

.cart-footer:after {
   content: "";
   display: block;
   clear: both;
}

.cart-footer .totals {
   margin: 10px auto 30px;
}

.cart-footer .total-info {
   margin: 0 0 10px;
}

.cart-total td {
   padding: 5px;
   border: 1px solid #ccc;
   width: 40%;
}

.cart-total .order-total {
   font-size: 16px;
   color: #c00;
}

.terms-of-service {
   margin: 10px 5px 20px;
   text-align: right;
}

.terms-of-service label {
   cursor: pointer;
}

.font-comfortaa .terms-of-service input[type="checkbox"] + label:before,
.font-comfortaa .terms-of-service input[type="checkbox"] + label:after {
   top: 8px;
}

.terms-of-service input[type="checkbox"] + label:before,
.terms-of-service input[type="checkbox"] + label:after {
   top: 13px;
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
}

.terms-of-service a {
   position: relative;
   margin: 0 3px 0 0;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.addon-buttons {
   margin-top: 10px;
}

#checkout,
#checkout span,
.complete-button,
.complete-button span {
   position: relative;
}

#checkout:before,
.complete-button button:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: #fff;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
}

.complete-button button:hover:before,
#checkout:hover:before {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.complete-button span:before,
#checkout span:before {
   content: "\e929";
   display: inline-block;
   margin-left: 5px;
   font-weight: normal;
   font-family: prisma;
   font-size: 30px;
   color: #fff;
   vertical-align: middle;
}

.complete-button:hover span,
.complete-button:hover span:before,
#checkout:hover span,
#checkout:hover span:before {
   color: #57b568;
}

.cart-collaterals {
   max-width: 100%;
}

.cart-collaterals > .deals {
   background: #f6f6f6;
}

.cart-collaterals .title {
   margin: 0 0 5px;
   padding: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   font-size: 14px;
   color: #444;
}

.cart-collaterals .coupon-box {
   border-bottom: 4px solid #fff;
}

.cart-collaterals .hint {
   margin: 10px 10px 5px;
   font-size: 13px;
   color: #bbb;
}

.cart-collaterals .deals > div,
.estimate-shipping {
   padding-bottom: 15px;
   text-align: right;
}

.estimate-shipping {
   background: #f6f6f6;
}

.cart-collaterals .coupon-code {
   padding: 5px 10px 10px;
   overflow: hidden;
   font-size: 0;
}

.cart-collaterals .coupon-code input[type="text"] {
   float: right;
   margin: 0 0 0 -1px;
   width: 55%;
   height: 40px;
}

.cart-collaterals .coupon-code input[type="submit"] {
   float: right;
   border: 1px solid #eee;
   width: 45%;
   height: 40px;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #666;
}

.cart-collaterals .shipping-options {
   padding: 10px;
}

.cart-collaterals .shipping-options label {
   text-align: right;
}

.cart-collaterals .shipping-options .inputs {
   margin-bottom: 10px;
}

.cart-collaterals .shipping-options .buttons {
   margin-bottom: 0;
}

.cart-collaterals .buttons .estimate-shipping-button {
   padding: 11px 24px;
   border: 1px solid #eee;
   width: 100%;
   background: #fff;
   color: #666;
}

.cart-collaterals .shipping-options select {
   border: 1px solid #eee;
   background-position: 4% center;
}

.cart-collaterals .message-failure {
   margin: 0 10px;
   font-size: 13px;
   color: #d63150;
}

.cart-collaterals .message-success {
   margin: 0 20px;
   font-size: 13px;
   color: #57b568;
}

.cart-collaterals .current-code {
   margin: 5px 10px 0;
}

.cart-collaterals .current-code span {
   text-transform: uppercase;
   font-weight: bold;
   color: #57b568;
}

.cart-collaterals .shipping-results {
   margin: 22px 0 0;
   padding: 20px;
   background: #f6f6f6;
   color: #666;
}

.cart-collaterals .shipping-results li {
   margin: 10px 0;
}

.edit-item {
   margin-top: 5px;
   font-size: 13px;
   color: #57b568;
}

/********** CHECKOUT **********/

.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info {
   margin: 0 0 20px;
   padding: 20px;
   background: #f6f6f6;
}

.shipping-address-page .new-shipping-address {
   padding: 20px 20px 0 20px;
   background: #f6f6f6;
}

.shipping-address-page .pickup-points {
   margin: 0 20px 20px;
   padding: 20px 0;
   border-bottom: 1px solid #eee;
}

.shipping-address-page .pickup-in-store {
   margin-bottom: 0;
}

.shipping-address-page .pickup-in-store .selector {
   padding: 0;
}

.shipping-address-page .checkout-data > form {
   padding: 10px 0;
   background: #f6f6f6;
}

.new-billing-address .buttons,
.new-shipping-address .buttons {
   margin-bottom: 0;
}

.shipping-address-page .address-select {
   width: 100%;
   max-width: 350px;
   background-position: 4% center;
}

.checkout-page .section .title {
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
}

.section.order-summary {
   margin-top: 50px;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
   border-bottom: 0;
}

.ship-to-same-address > div,
.pickup-in-store > div {
   padding: 10px 0;
   background: #fff;
   text-align: center;
}

.pickup-in-store .description {
   padding: 0 0 15px;
   font-size: 13px;
   color: #aaa;
}

.checkout-page .address-grid {
   font-size: 0;
}

.checkout-page .address-item {
   margin: 0 0 20px;
   text-align: center;
}

.checkout-page .address-item > div {
   padding: 20px;
   background: #fff;
}

.checkout-page .address-box {
   margin: 0 0 4px;
   padding: 20px;
   background: #fff;
   font-size: 13px;
   color: #666;
}

.checkout-page .address-item input {
   padding: 15px 20px;
   border: 0;
   background: #57b568;
   text-transform: uppercase;
   font-weight: bold;
   color: #fff;
}

.checkout-page .address-item li {
   padding: 2px 0;
}

.checkout-page .address-item li.name {
   font-weight: bold;
}

.checkout-page .edit-address {
   margin: 0 0 20px;
}

.checkout-page .inputs {
   padding: 10px 0;
   border-bottom: 1px solid #eee;
}

.checkout-page .inputs select {
   background-position: 4% center;
}

.checkout-page .inputs label {
   margin: 8px 0 8px 0;
   white-space: pre-line;
}

.checkout-page .pickup-points .title {
   display: none;
   margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
   text-align: center;
}

.checkout-page .select-pickup-point li {
   display: inline-block;
   font-size: 13px;
   color: #666;
}

.checkout-page .select-address select {
   max-width: 100%;
}

.checkout-page .pickup-points-map {
   margin: 20px 0 0;
   height: 300px;
}

.order-summary-content th:first-child,
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child,
.order-summary-content .cart-item-row td.sku {
   display: none;
}

.order-summary-content .product-quantity {
   color: #666;
}

.shipping-method,
.payment-method {
   padding: 20px;
   background: #f6f6f6;
}

.shipping-method .method-list,
.payment-method .method-list {
   margin: 0 0 20px;
   text-align: center;
}

.shipping-method .method-list li,
.payment-method .method-list li {
   position: relative;
   margin: 0 auto 4px;
   padding: 20px 30px;
   max-width: 500px;
   background: #fff;
   text-align: right;
}

.payment-logo,
.payment-details {
   display: inline-block;
   margin: 0 5px;
   max-width: 80%;
   vertical-align: top;
}

.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label {
   position: static;
   padding: 0 0 5px;
   max-width: 100%;
   white-space: pre-line;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #666;
}

.shipping-method .method-list li label:before,
.payment-method .method-list li .payment-details label:before {
   content: ".";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   border-radius: 0;
   transform: none;
   background: none !important;
   font-size: 0;
   text-indent: -9999px;
   cursor: pointer;
}

.shipping-method .method-list li label:hover,
.payment-method .method-list li label:hover {
   color: #57b568;
}

.shipping-method .method-list li label:after,
.payment-method .method-list li label:after {
   top: 0;
   bottom: 0;
   right: 0;
   width: 2px;
   height: 100%;
   background: #57b568;
}

.payment-method .method-name {
   white-space: nowrap;
}

.shipping-method .method-description,
.payment-method .payment-description {
   line-height: 20px;
   font-size: 13px;
   color: #888;
   white-space: normal;
}

.shipping-method .buttons,
.payment-method .buttons {
   margin-bottom: 0;
   padding-top: 20px;
   border-top: 1px solid #eee;
}

.use-reward-points,
.multiple-locations {
   padding: 15px 0;
   text-align: center;
   font-size: 13px;
   color: #aaa;
}

.use-reward-points {
   margin: 0 0 10px;
}

.payment-info .info {
   margin: 0 0 20px;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
   text-align: center;
   line-height: 24px;
   font-size: 13px;
   color: #666;
}

.payment-info .info td {
   display: block;
   padding: 5px;
   margin: 0 auto;
   max-width: 350px;
}

.payment-info .info td:first-of-type {
   display: block;
   text-align: center;
}

.payment-info .info td p {
   text-align: center;
}

.payment-info .info td label {
   line-height: 1.2;
}

.payment-info .info td select,
.payment-info .info td input {
   border: 1px solid #eee;
   width: 100% !important;
   max-width: 350px;
   height: 46px;
}

#ExpireMonth,
#ExpireYear {
   max-width: 47.8%;
}

.order-review-data {
   padding: 20px;
   background: #f6f6f6;
   text-align: center;
   font-size: 13px;
   color: #666;
}

.order-review-data .billing-info,
.order-review-data .shipping-info {
   margin-bottom: 50px;
}

.confirm-order .terms-of-service {
   margin: 30px 0;
   text-align: center;
}

.confirm-order .buttons {
   margin: 30px 0 20px;
}

.confirm-order .button-1 {
   margin: 0 0 20px;
   font-size: 16px;
}

.confirm-order {
   padding: 10px 20px 5px;
   background: #f6f6f6;
}

.order-completed {
   padding: 20px;
   background: #f6f6f6;
   text-align: center;
}

.order-completed .details {
   margin: 0 0 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
}

.order-completed .order-number strong {
   font-weight: normal;
   font-size: 14px;
   color: #888;
}

.order-completed .details a {
   display: inline-block;
   margin: 20px 0 0;
   padding: 11px 28px;
   border: 1px solid #eee;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   color: #666;
}

.order-completed .buttons {
   margin-bottom: 0;
}

.opc li {
   margin-bottom: 10px;
}

.opc .step-title {
   overflow: hidden;
   padding: 20px;
   background: #f6f6f6;
   text-transform: uppercase;
   color: #444;
}

.opc .allow .step-title {
   cursor: pointer;
}

.opc .active .step-title {
   border-bottom: 1px solid #eee;
}

.opc .step-title * {
   float: right;
   font-size: 16px;
}

.opc .step-title span {
   margin: 0 0 0 10px;
   font-weight: bold;
   color: #57b568;
}

.opc .step {
   padding: 20px;
   background: #f6f6f6;
}

.opc .section {
   margin: 0 0 15px;
}

.opc .section > label {
   display: block;
   margin: 0 0 10px;
   font-size: 13px;
   color: #666;
}

.opc input[type="text"],
.opc select {
   width: 350px;
   max-width: 100%;
   background-position: 4% center;
}

.opc .buttons {
   margin: 20px 0 0;
   padding-top: 20px;
   border-top: 1px solid #eee;
}

.opc .back-link {
   margin: 0 0 10px;
}

.opc .back-link small {
   display: none;
}

.opc .back-link a {
   text-transform: uppercase;
   font-weight: bold;
   color: #666;
}

.opc .back-link a:before {
   content: "\e92e";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 14px;
   color: #aaa;
   vertical-align: middle;
}

.opc .please-wait {
   display: block;
   margin: 10px 0 0;
}

.opc .section.confirm-order {
}

.opc .terms-of-service {
   padding-top: 20px;
   border-top: 1px solid #eee;
   text-align: center;
}

#opc-confirm_order .buttons {
   margin: 0;
   padding: 0;
   border: 0;
}

/*********** ORDER DETAILS & RETURN REQUEST ***********/

.order-review-data,
.order-details-area,
.shipment-details-area {
   margin: 0 0 20px;
   overflow: hidden;
}

.order-review-data > div,
.order-details-area > div {
   margin: 0 0 30px;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
   margin: 0 0 10px;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
   padding: 2px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
   margin: 0 0 5px;
}

.order-details-page .page-title {
   margin: 40px 0 20px;
   overflow: hidden;
}

.order-details-page .page-title h1 {
   margin: 0 0 20px;
}

.shipment-details-page .page-body,
.order-details-page .page-body {
   text-align: center;
   font-size: 13px;
   color: #666;
}

.order-details-page .btns-wrapper {
   padding: 30px;
   background: #f6f6f6;
   text-align: center;
   font-size: 0;
}

.order-details-page .btns-wrapper > a {
   display: inline-block;
   padding: 10px 0;
   width: 49%;
   max-width: 200px;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.order-details-page .btns-wrapper > a + a {
   margin-right: 2%;
}

.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title {
   text-transform: uppercase;
   font-size: 14px;
   color: #444;
}

.order-details-page .billing-info,
.order-details-page .shipping-info {
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
}

.shipment-details-area .title,
.order-details-page .title {
   margin-bottom: 20px;
   padding: 20px 0;
   border-bottom: 1px solid #eee;
}

.shipment-details-page .info-list .name,
.order-details-page .info-list .name {
   font-weight: bold;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap {
   padding: 0 30px 30px;
   border-bottom: 4px solid #fff;
   background: #f6f6f6;
   line-height: 20px;
   font-size: 14px;
}

.shipments .title,
.products .title {
   margin: 0;
   padding: 20px 0;
   border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper {
   padding: 20px;
   background: #f6f6f6;
}

.shipments table td,
.products table td {
   border-width: 4px;
   text-align: center;
}

.products table td.product {
   text-align: center;
}

.shipments table em,
.products table em {
   font-style: normal;
}

.shipments table em a,
.products table em a {
   font-weight: normal;
   font-size: 15px;
}

.products,
.section.options {
   margin-bottom: 4px;
}

.products .product-unit-price {
   font-weight: bold;
}

.products .attributes {
   font-size: 13px;
   color: #aaa;
}

.products .product-subtotal {
   font-weight: bold;
   color: #57b568;
}

.order-details-area {
   padding: 0 30px 30px;
   background: #f6f6f6;
}

.selected-checkout-attributes {
   padding: 20px;
   background: #f6f6f6;
   font-size: 13px;
   color: #888;
   line-height: 25px;
}

.order-details-page .tax-shipping-info {
   margin: 10px 0 10px 20px;
}

.order-details-page .actions {
   margin-top: 20px;
   overflow: hidden;
   font-size: 0;
}

.order-details-page .actions input + input {
   margin-top: 10px;
   background: #fff;
   color: #57b568;
}

.order-total strong {
   color: #57b568;
}

.totals .actions input,
.totals button {
   padding: 15px;
   border: 0;
   width: 100%;
   background: #57b568;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
}

.giftcard-summary label + span {
   font-weight: bold;
   color: #57b568;
}

.giftcard-summary .giftcard-remaining {
   font-size: 12px;
}

.totals {
   float: left;
   padding: 20px;
   width: 100%;
   background: #f6f6f6;
   text-align: right;
}

.cart-total {
   margin: 0 auto;
   width: 100%;
   font-size: 14px;
}

.cart-total td {
   border: 0;
}

.cart-total td:first-child {
   width: 60%;
   text-align: right;
   color: #aaa;
}

.cart-total td:nth-child(2) {
   font-weight: bold;
   color: #888;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
   padding: 15px 10px;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
}

.cart-total .order-total td.cart-total-left {
   text-transform: uppercase;
   font-weight: bold;
}

.cart-total .order-total td.cart-total-right {
   color: #57b568;
}

.return-request-file > div {
   display: inline-block;
   width: 350px;
   max-width: 100%;
   vertical-align: middle;
}

.return-request-page .qq-upload-button {
   padding: 8px;
   border: 0;
   width: 100%;
   height: 34px;
   background-color: #fff;
   font-weight: bold;
   text-align: right;
   font-size: 13px;
   color: #57b568;
}

.return-request-page textarea {
   border: 0;
}

.return-request-page .qq-upload-list li {
   background-color: transparent !important;
   font-size: 13px;
   color: #666 !important;
}

.return-request-page .buttons {
   margin-bottom: 0;
}

.shipment-details-area {
   background: #f6f6f6;
   text-align: center;
}

/*********** SEARCH & SITEMAP ***********/

.search-input {
   padding: 0 20px 10px;
   background: #f6f6f6;
}

.search-input .inputs {
   padding: 10px;
   border-bottom: 1px solid #eee;
}

.search-input .inputs.reversed label {
   float: none;
   width: 350px;
}

.advanced-search {
   margin: 0 0 20px;
}

.advanced-search .price-range {
   display: inline-block;
}

.advanced-search select {
   border: 1px solid #eee;
   background-position: 4% center;
}

.advanced-search .price-range {
   max-width: 350px;
}

.advanced-search .price-range input {
   width: 49%;
}

.advanced-search .price-range input + input {
   margin-right: 2%;
}

.search-input .warning,
.search-results .result {
   display: block;
   margin: 10px 0 0;
   font-weight: normal;
   color: #c00;
}

.search-results {
   padding: 30px 15px;
   background: #f6f6f6;
   font-size: 13px;
   color: #666;
}

.sitemap-page .description,
.sitemap-page .entity {
   margin: 0 0 4px;
   padding: 20px;
   background: #f6f6f6;
   text-align: center;
}

.sitemap-page .description {
   font-size: 13px;
   color: #aaa;
}

.sitemap-page .entity-title {
   padding: 0 0 20px 0;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   color: #444;
}

.sitemap-page .entity-title h2 {
   font-size: 14px;
}

.sitemap-page .entity-body {
   margin-top: 20px;
   line-height: 24px;
}

.sitemap-page li {
   display: inline-block;
   margin: 5px 10px;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.sitemap-page a {
   display: block;
}

.sitemap-page a:empty {
   display: none;
}

/********** BLOG & NEWS **********/

.year strong {
   display: block;
   cursor: default;
}

.blog-page .post,
.news-items .news-item {
   position: relative;
   margin: 0 0 4px;
   padding: 20px;
   background: #f6f6f6;
}

.blog-page .post:after,
.news-items .item:after {
   content: "";
   display: block;
   clear: both;
}

.post-title,
.news-title {
   display: block;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 12px;
   color: #444;
}

.post-title:hover,
.news-title:hover {
   color: #57b568;
}

.news-head {
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   overflow: hidden;
}

.post-date,
.news-date {
   display: block;
   margin-top: 10px;
   font-size: 10px;
   color: #aaa;
}

/* .post-date:before,
        .news-date:before {
            content: '\e930';
            display: inline-block;
            margin: -4px 0 0 10px;
            font-family: prisma;
            font-size: 12px;
            color: #ddd;
            vertical-align: middle;
        } */

.post-body,
.news-body {
   clear: both;
   margin: 0 0 20px;
   line-height: 20px;
   font-size: 13px;
   color: #888;
}

.post-body {
   line-height: 24px;
}

.news-content {
   margin-bottom: 4px;
   padding: 20px;
   background: #f6f6f6;
}

.blog-page .tags,
.blogpost-page .tags {
   margin: 15px 0 15px;
   overflow: hidden;
   font-size: 0;
}

.blog-page .tags label,
.blogpost-page .tags label {
   display: none;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
   display: inline-block;
   font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
   display: inline-block;
   font-size: 13px;
   color: #888;
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
   margin: 0 3px 0 5px;
}

.blog-page .tags a,
.blogpost-page .tags a {
   display: inline-block;
   line-height: 24px;
}

.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all {
   display: inline-block;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.blog-posts .read-more:after,
.news-items .read-more:after,
.news-list-homepage .view-all:after {
   content: "\e925";
   display: inline-block;
   margin-right: 10px;
   font-family: prisma;
   font-size: 10px;
   color: #ccc;
   vertical-align: middle;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.blog-posts .read-more:hover:after,
.news-items .read-more:hover:after,
.news-list-homepage .view-all:hover:after {
   -webkit-transform: translateX(-5px) rotate(180deg);
   -ms-transform: translateX(-5px) rotate(180deg);
   transform: translateX(-5px) rotate(180deg);
}

.blog-posts .read-comments {
   margin-left: 20px;
   line-height: 1.4;
   font-size: 13px;
   color: #888;
}

.blog-details {
   padding: 20px 0;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   overflow: hidden;
}

.blog-details a:hover {
   color: #57b568;
}

.blog-details .buttons {
   margin: 0;
}

.blog-page .tags:before,
.blogpost-page .tags:before,
.blog-posts .read-comments:before {
   display: inline-block;
   margin: 0 5px;
   font-family: prisma;
   font-size: 18px;
   color: #ccc;
   vertical-align: middle;
}

.blog-posts .read-comments:before {
   content: "\e92b";
}

.blog-page .tags:before,
.blogpost-page .tags:before {
   content: "\e914";
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before {
   -webkit-transform: rotate(-15deg);
   -ms-transform: rotate(-15deg);
   transform: rotate(-15deg);
   -ms-transform-origin: top right;
   transform-origin: top right;
}

.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags {
   margin: 0;
   padding: 20px;
   background: #fff;
}

.blogpost-page .post-body {
   padding-bottom: 1px;
   text-align: right;
}

.blogpost-page .post-date {
   padding-bottom: 0;
}

.blogpost-page .post-body ul {
   text-align: right;
}

.blogpost-page .tags {
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   display: none;
}

.new-comment {
   clear: both;
   margin: 4px 0;
   background: #f6f6f6;
}

.new-comment .title {
   margin: 0 0 10px;
}

.new-comment .notifications {
   margin: 0 0 10px;
   text-align: center;
}

.new-comment .result {
   font-size: 13px;
   color: #57b568;
}

.new-comment .form-fields {
   margin: 0 0 20px;
}

.new-comment .buttons {
   margin: 0;
}

.new-comment input[type="text"],
.new-comment textarea {
   width: 350px;
}

.comment-list {
   padding: 20px;
   background: #f6f6f6;
}

.comment-list .title {
   margin: 0 0 10px;
   font-weight: bold;
}

.blog-comment,
.news-comment {
   margin: 0 0 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   font-size: 13px;
}

.blog-comment:last-of-type,
.news-comment:last-of-type {
   border: 0;
}

.blog-comment:after,
.news-comment:after {
   content: "";
   display: block;
   clear: both;
}

.comment-info {
   width: 150px;
   margin: 0 auto 20px;
}

.comment-info .username {
   display: block;
   padding: 5px;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.comment-info .avatar {
   position: relative;
   margin: 15px auto;
   width: 150px;
   height: 150px;
   overflow: hidden;
}

.comment-info .avatar img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   max-width: 100%;
   max-height: 100%;
}

.comment-title {
   margin-bottom: 15px;
   padding: 5px 0 0;
   text-transform: uppercase;
   color: #444;
}

.comment-time {
   margin: 0 0 10px;
   color: #aaa;
}

.comment-body {
   line-height: 26px;
   color: #888;
}

.news-item-page .inputs:first-child label {
   display: block;
}

.news-list-homepage {
   position: relative;
   padding: 50px 10px;
   background: #f6f6f6;
}

.news-list-homepage:before,
.news-list-homepage:after {
   content: ".";
   position: absolute;
   left: 100%;
   top: 0;
   bottom: 0;
   width: 50%;
   background: #f6f6f6;
   text-indent: -9999px;
   font-size: 0;
}

.news-list-homepage:before {
   left: 100%;
}

.news-list-homepage:after {
   right: 100%;
}

.news-list-homepage .title {
   margin: 0 0 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
   font-size: 24px;
   color: #444;
}

.news-list-homepage .news-item {
   padding-top: 25px;
   border: 1px solid #eee;
   background: #fff;
   text-align: center;
}

.news-list-homepage .news-item:only-child {
   display: block;
   margin: 0 auto;
}

.news-list-homepage .title strong {
   font-weight: normal;
}

.news-list-homepage .view-all {
   display: block;
   margin: 20px 0 0;
   text-align: center;
}

.news-list-homepage .post-body,
.news-list-homepage .news-body {
   overflow: hidden;
   line-height: 24px;
   font-size: 14px;
}

.news-list-homepage .news-head {
   padding: 0;
   border: 0;
   margin-bottom: 20px;
}

.news-list-homepage .news-date {
   float: none;
}

.news-list-homepage .news-title {
   float: none;
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #eee;
   transition: all 0.3s;
}

.news-list-homepage .news-title:hover {
   color: #57b568;
}

.news-list-homepage .news-items .buttons {
   margin-bottom: 20px;
   text-align: center;
}

/********** FORUM & PROFILE **********/

.forum-breadcrumb.breadcrumb {
   float: left;
   margin-bottom: 10px;
}

.forums-main-page .topic-block-body {
   padding-top: 20px;
   margin: 0;
   max-width: none;
   background: #f6f6f6;
   font-size: 13px;
}

.forums-header {
   clear: left;
   margin: 0 0 20px;
   padding-bottom: 20px;
   background: #f6f6f6;
   text-align: center;
   font-size: 13px;
}

.forums-header:after {
   content: "";
   display: block;
   clear: both;
}

.current-time {
   padding: 20px 0;
   color: #444;
}

.forum-search-box {
   margin: 0 auto;
   padding: 0 10px;
   max-width: 430px;
   text-align: center;
}

.forum-search-box .basic {
   overflow: hidden;
   border: 1px solid #eee;
   background: #fff;
}

.forum-search-box .advanced {
   margin-top: 20px;
}

.forum-search-box .advanced a {
   text-transform: uppercase;
   font-weight: bold;
   color: #57b568;
}

.forum-search-box .advanced a:after {
   content: "\e925";
   display: inline-block;
   margin-right: 10px;
   font-family: prisma;
   font-size: 10px;
   color: #ccc;
   vertical-align: middle;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.forum-search-box .advanced a:hover:after {
   -webkit-transform: translateX(-5px);
   transform: translateX(-5px);
   color: #57b568;
}

.forum-search-box .search-box-text {
   float: right;
}

.forum-search-box .search-box-button {
   float: right;
   border: none;
   width: 45px;
   height: 45px;
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNUZEREEyNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGNUZEREEzNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY1RkREQTA0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY1RkREQTE0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BcwI8AAAB90lEQVR42qyVyy9DQRTGb6vxTKyExE5tvNKwobH0CmXBirAlKrVg5y+wJIR4NXbERkiotB7dSVlIJcpKhI2NpcQrqO/Ed5NJ08tcOskvk5x75jtnZs4940gmk4bV6NsbSWeuAoOgA5TRdgPCIAiuVGenoT+ywRy4AOOgAuSQStrk2yLIsxtAxEMgAN7BPGgEhaSRNvk2DHa5RjvANGgB98ALRkEMPJIYbV76NIEp3QDVzOoVdIL4D75x+oivX9bqBJALzQLL4FzD/5z3IGsGdQK0c163URAb5lqdAG4lM91hHqPbTpkaNktaxptOgBvOtTYCVHO+0wkQ5jxgI4Dpe+joDfl/c67h+X+ABo27kJ2esopqdXaQAKs81wNQ94t4iL5LstYqgPSXTdAK8tl3ZBSBEzDDv7aAeGmTzEtBlL3JSHdEIr7N+n8C18ADjsElfzyrxD7BCsWfxeBKI75F8Tdm7+ExdbDvzIIh+rjpdysXynadUAVdKbW7RaEH0AwmQRcoB/XgiLsY0y0nlyK+rYg3MZMJ0Mb+HmCA717gW9AK4LTIPMGXK8rvEdD/l19adrAGfGyxrXyVTPFiiveAFzuZqzsI8sZzeHmmeAnYp/jzX5uSMyVDOeczRbz7P+LqixahmATJzUTm6R59cyc7nJ8y0be/BBgAfu551D9elCUAAAAASUVORK5CYII=)
      center no-repeat;
   font-size: 0;
}

.forum-search-page .search-error {
   padding: 15px;
   text-align: center;
   color: #c00;
}

.forum-search-page .search-results {
   margin: 0 0 15px;
}

/* forum group */

.forums-table-section {
   margin: 0 0 30px;
   font-size: 13px;
   color: #888;
}

.forums-table-section a {
   vertical-align: middle;
}

.forums-table-section-title {
   margin: 0 0 4px;
   overflow: hidden;
   background: #f6f6f6;
   text-align: right;
}

forums-table-section td {
   padding: 20px;
}

.forums-table-section-title > a,
.forums-table-section-title strong {
   display: inline-block;
   padding: 20px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.forum-table th:first-child,
.forum-table td:first-child {
   display: none;
}

.forums-table-section .view-all {
   position: absolute;
   top: 20px;
   left: 60px;
   text-transform: uppercase;
   font-weight: bold;
   color: #57b568;
}

.forums-table-section .image div {
   margin: auto;
   width: 100px;
   height: 100px;
   background: url("../img/folder1.png") center no-repeat;
}

.forums-table-section td {
   border: 4px solid #f6f6f6;
   min-width: 120px;
   text-align: center;
}

.forums-table-section .forum-details {
   width: 40%;
}

.topic-title,
.forums-table-section .forum-title {
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   color: #444;
}

.topic-title:hover,
.forums-table-section .forum-title:hover {
   color: #57b568;
}

.forums-table-section .image div.sticky {
   background: url("../img/folder2.png") center no-repeat;
}

.forums-table-section .image div.announcement {
   background: url("../img/folder3.png") center no-repeat;
}

.forums-table-section .latest-post {
   white-space: nowrap;
}

.forums-table-section .latest-post .date {
   color: #666;
}

.forums-table-section .latest-post .author a {
   color: #57b568;
}

.forums-table-section .latest-post .origin a {
   color: #57b568;
}

.forums-table-section .table-wrapper,
.forums-table-section-body .table-wrapper {
   padding: 0 20px 20px;
   background: #f6f6f6;
}

.forums-table-section.active-discussions {
   position: relative;
}

.forums-table-section.active-discussions strong {
   color: #444;
}

.active-discussions .topic-details {
   padding: 20px;
   width: 70%;
}

.forums-table-section-title .link-rss {
   float: left;
   margin: 20px;
   padding: 0;
   font-size: 0;
}

/* forum-page, topic-page */

.forum-page .forum-info {
   margin: 0 0 20px;
}

.forum-page .forums-table-section {
   margin: 0;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
   margin: 0 0 20px 0;
   padding: 8px 15px;
   border-bottom: 1px solid #eee;
   text-transform: uppercase;
   text-align: center;
   overflow: hidden;
}

.forum-page .forum-description {
   text-align: center;
   font-size: 13px;
   color: #aaa;
}

.forum-actions,
.topic-actions {
   margin: 0 0 4px;
   background: #f6f6f6;
   font-size: 0;
}

.topic-actions .pager {
   border: 0;
   padding: 8px;
}

.forum-actions .actions,
.topic-actions .actions {
   padding: 10px 0;
}

.forum-actions .actions a,
.topic-actions .actions a,
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button,
.topic-post .post-actions .quote-post a {
   display: inline-block;
   margin: 1px;
   padding: 5px 15px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 13px;
   color: #57b568;
}

.forum-actions a:before,
.topic-actions a:before,
.post-actions .edit-post-button:before,
.post-actions .delete-post-button:before {
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 14px;
   color: #ccc;
   vertical-align: middle;
}

.forum-actions .actions .new-topic:before {
   content: "\e944";
}

.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before {
   content: "\e918";
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
   margin: 0;
}

.forum-actions .pager.upper {
   background: #fff;
}

.topic-actions .reply-topic-button:before {
   content: "\e92e";
}

.topic-actions .watch-topic-button:before {
   content: "\e918";
}

.topic-actions .move-topic-button:before {
   content: "\e925";
   font-size: 11px;
}

.post-actions .edit-post-button:before,
.topic-actions .edit-topic-button:before {
   content: "\e94a";
}

.topic-post .post-actions .delete-post-button:before,
.topic-actions .delete-topic-button:before {
   content: "\e901";
   font-size: 11px;
}

.topic-actions.lower .actions {
   display: none;
}

.move-topic-page .page-body {
   padding: 20px;
   background: #f6f6f6;
}

.move-topic-page label {
   margin-bottom: 20px;
}

.move-topic-page select {
   display: block;
   margin: 0 auto;
   border: 1px solid #eee;
   width: 100%;
   max-width: 350px;
   background-position: 4% center;
}

.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input {
   background: #fff;
   color: #57b568;
}

/* topic post */

.topic-post {
   margin: 0 0 4px;
   padding: 30px 30px 20px;
   background: #f6f6f6;
}

.topic-post:after {
   content: "";
   display: block;
   clear: both;
}

.topic-post .post-info {
   margin: 30px 0;
}

.topic-post .user-info {
   border-bottom: 4px solid #f6f6f6;
   background: #fff;
}

.topic-post .username {
   display: block;
   padding: 10px 0;
   font-weight: bold;
   font-size: 14px;
   color: #57b568;
}

.topic-post .avatar,
.profile-info-box .avatar {
   overflow: hidden;
   font-size: 0;
}

.topic-post .avatar a {
   display: block;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
   margin: 0 auto;
   width: 150px;
   max-width: 100%;
}

.topic-post .user-stats {
   margin: 0 0 4px;
   background: #fff;
   overflow: hidden;
}

.topic-post .user-stats li {
   margin: 5px 10px;
   font-size: 13px;
}

.topic-post .user-stats li label {
   color: #aaa;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
   margin: 0 3px 0 0;
   color: #666;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
   display: inline-block;
   margin: 10px 0;
   text-transform: uppercase;
   font-weight: bold;
   color: #57b568;
}

.topic-post .pm-button:before,
.profile-info-box .pm-button:before {
   content: "\e927";
   display: inline-block;
   margin-left: 5px;
   font-family: prisma;
   font-size: 14px;
   color: #ccc;
   vertical-align: middle;
}

.post-head {
   margin-bottom: 0px;
   padding-bottom: 15px;
   border-bottom: 1px solid #eee;
   overflow: hidden;
}

.topic-post .post-time {
   margin: 0 0 15px;
   padding: 10px 0;
   font-size: 13px;
   color: #aaa;
}

.topic-post .post-actions {
   margin: 0 0 15px;
   font-size: 0;
}

.topic-post .post-actions > div {
   display: inline-block;
   vertical-align: middle;
}

.topic-post .post-actions a {
   display: inline-block;
   margin: 0 5px;
   font-size: 12px;
}

.topic-post .post-body {
   position: relative;
   text-align: justify;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
   max-width: 100%;
   height: auto;
}

.topic-post .quote,
.latest-posts .quote {
   position: relative;
   margin: 15px 0;
   padding: 20px 40px 20px 0;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   font-style: italic;
   font-size: 13px;
   color: #aaa;
}

.topic-post .quote:before,
.latest-posts .quote:before {
   content: "\e947";
   position: absolute;
   top: 20px;
   right: 0;
   font-family: prisma;
   font-size: 18px;
   color: #ccc;
}

.topic-post .post-vote {
   font-size: 0;
   vertical-align: middle;
}

.topic-post .post-vote > span {
   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
   background: #fff;
   cursor: pointer;
   vertical-align: middle;
}

.topic-post .post-vote > span:after {
   position: absolute;
   top: 50%;
   right: 50%;
   font-family: prisma;
   font-size: 10px;
   color: #ccc;
   vertical-align: middle;
   -webkit-transform: translate(50%, -50%);
   -ms-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
}

.topic-post .post-vote > .vote.up:after {
   content: "\e944";
}

.topic-post .post-vote > .vote.down:after {
   content: "\e93d";
}

.topic-post .post-vote > div {
   display: inline-block;
   width: 20px;
   height: 20px;
   text-align: center;
   font-size: 13px;
   line-height: 20px;
   font-weight: bold;
   color: #57b568;
   vertical-align: middle;
}

.topic-post .signature {
   padding: 20px 0;
   border-top: 1px solid #eee;
   font-style: italic;
   font-size: 13px;
   color: #aaa;
}

/* forum edit & send message */

.private-messages-box {
   padding: 20px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
   padding: 20px;
   background: #f6f6f6;
}

.private-message-send-page .message,
.forum-edit-page .inputs:nth-child(3) {
   margin: 10px 0;
   padding: 20px 0 0;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
}

.forum-edit-page label,
.private-message-send-page label {
   margin: 5px 0;
}

.forum-edit-page strong,
.private-message-send-page a {
   font-size: 13px;
   color: #57b568;
   vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
   margin: 15px 0 0;
   text-align: center;
}

.private-message-send-page .buttons,
.private-messages-page .buttons {
   margin: 20px 0 0;
   padding: 20px 0;
   border-top: 1px solid #eee;
}

.private-message-send-page .buttons input,
.private-messages-page .buttons input {
   margin-bottom: 4px;
   min-width: 203px;
}

.forum-edit-page .inputs span {
   display: block;
   vertical-align: middle;
   margin-right: 0;
   font-size: 12px;
}

.forum-edit-page .inputs:first-child,
.private-message-send-page .inputs:first-child {
   margin: 0 auto 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
}

.forum-edit-page input[type="text"],
.private-message-send-page input[type="text"],
.forum-edit-page textarea,
.private-message-send-page textarea {
   margin: 0 auto;
   width: 100%;
   max-width: 420px;
}

.forum-edit-page textarea {
   display: block;
   height: 300px;
}

.forum-edit-page select {
   width: 100%;
   max-width: 420px;
   background-position: 4% center;
}

.private-message-send-page .inputs.message label {
   display: none;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
   margin-bottom: 10px;
   text-align: center;
}

.forum-edit-page .inputs.reversed {
   text-align: center;
}

.forum-edit-page .inputs.reversed label {
   margin-right: 5px;
   padding-right: 0;
   width: auto;
   white-space: normal;
}

.forum-edit-page .inputs.reversed label:before,
.forum-edit-page .inputs.reversed input:checked + input + label:after {
   content: none;
}

.forum-edit-page .inputs.reversed input {
   position: static;
   clip: auto;
   height: auto;
   width: auto;
   margin: 0;
}

/* inbox & view message */

.private-messages-page td.date {
   width: 15%;
   white-space: nowrap;
}

.private-messages-page .unread td {
   background: #f6f6f6;
}

.private-messages-page .unread td a {
   font-weight: bold;
   color: #57b568;
}

.private-message-view-page .page-body {
   padding-bottom: 20px;
   background: #f6f6f6;
}

.private-message-view-page .message-head {
   padding: 20px;
   border-bottom: 4px solid #fff;
   text-align: center;
   color: #888;
}

.private-message-view-page .message-head li {
   display: inline-block;
   margin-left: 30px;
   font-size: 13px;
}

.private-message-view-page .message-head span {
   margin: 0 0 0 10px;
   color: #444;
   vertical-align: middle;
}

.private-message-view-page .buttons {
   margin: 0 20px 0;
   padding: 20px 0;
   border-top: 1px solid #eee;
}

.private-message-view-page .buttons .delete-pm-button {
   margin-right: 5px;
   background: #fff;
   color: #57b568;
}

.private-message-view-page .buttons input:last-child {
   margin-top: 20px;
   background: none;
   color: #57b568;
}

.private-message-view-page .message-body {
   padding: 20px;
   font-size: 13px;
   color: #888;
}

.private-message-view-page .message {
   display: block !important;
   margin: 15px 0;
   border: 1px solid #ccc;
   padding: 15px;
}

.private-message-send-page .inputs {
   margin-bottom: 0;
   border: 0;
}

.private-message-send-page .message {
   text-align: center;
}

/* profile page  */

.profile-info-box {
   padding: 20px;
   overflow: hidden;
}

.profile-info-box .avatar {
   margin: 0 auto 20px;
}

.profile-info-box .profile-stats {
   margin: 0 0 10px;
}

.profile-info-box .title {
   margin: 0 0 10px;
   font-size: 18px;
}

.profile-page .topic {
   margin: 0 0 20px;
   padding: 20px;
   border-bottom: 4px solid #fff;
}

.profile-page .topic-title {
   margin: 0 0 10px;
   background: #f6f6f6;
   text-transform: none;
   font-weight: normal;
   font-size: 14px;
   color: #888;
}

.profile-page .topic-title a {
   vertical-align: middle;
   font-weight: bold;
}

.profile-page .topic-data {
   color: #999;
}

/* custom arad */

:root {
   --primary-color: #1b3fa8;
   --dark-primary: #0a2439;
   --text-color: #43425d;
}

.master-wrapper-page a {
   color: #fff;
   transition: 0.4s ease-in-out;
}

.master-wrapper-page a:hover {
   color: #fff;
   text-decoration: none;
}

.home-page-top a,
.home-page-top a:hover {
   float: left;
}

.home-page-top .item {
   text-align: right;
   color: var(--text-color);
}

.home-page-top .item .icon {
   min-width: 120px;
   min-height: 120px;
   line-height: 120px;
   border-radius: 50%;
   border-bottom-left-radius: 0;
   background-color: var(--primary-color);
}

.bim-home-page .bim-item img {
   max-width: 100%;
   width: 90px;
   margin-right: 10px;
}

.bim-home-page .bim-item h3 {
   font-size: 40px;
   color: var(--primary-color);
   min-width: 90px;
}

.bim-home-page .bim-item .line {
   direction: ltr;
}

.bim-home-page .bim-item .line .line-value {
   height: 4px;
   background-color: var(--primary-color);
   position: relative;
   border-radius: 50px;
}

.bim-home-page .bim-item .line .line-value::before {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background: var(--primary-color);
   right: -5px;
   top: -3px;
   border-radius: 50px;
}

.features-item .features-box {
   background-color: #fff;
   padding: 16px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.features-item .features-box {
   flex-basis: 100%;
}

.features-item .features-box div {
   flex: 1;
}

.features-item .features-box .text {
   flex: 3;
}

.features-item h3 {
   width: 100%;
   margin-top: 20px;
   font-weight: bold;
}

.features-item .arad-btn a {
   font-size: 16px;
}

.features-item .arad-btn {
   padding: 8px 35px;
}

.features-item .text.tuft-bush-f {
   padding: 11px 4px;
}

.features-item .text.tuft-bush-e {
   padding: 7px 4px;
}

.features-item .features-box .text.tuft-bush {
   background-color: #ffd7c2;
}

.features-item .features-box .text.lavender-blue {
   background-color: #bfc1ff;
}

.career-bg {
   background: transparent url("/content/images/thumbs/0000166_300.jpeg")
      no-repeat center;
   background-size: cover;
   height: 600px;
   position: relative;
}

.career-bg .career-content {
   position: absolute;
   top: 60%;
   right: 16%;
   transform: translateY(-50%);
   color: #fff;
}

.career-bg .career-content h2 {
   font-size: 3rem;
   font-family: condensed;
   font-weight: 700;
   line-height: 2;
}

.career-bg .career-content p {
   width: 60%;
   margin-bottom: 30px;
   line-height: 2;
}

.career-bg button.arad-btn {
   padding: 13px 23px;
}

.career-bg .filter-img {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 600px;
   background-color: #0a2439;
   opacity: 0.5;
}

.theme-second-inner-desk {
   position: relative;
}

.theme-second-inner-desk::before {
   content: "";
   position: absolute;
   width: 100%;
   background-color: #0a2439;
   opacity: 0.7;
}

button.arad-btn {
   border: 2px solid #717ffd;
   padding: 6px 17px;
   border-radius: 50px;
   margin-left: 4px;
   font-size: 16px;
   font-weight: bolder;
   font-family: condensed;
   transition: all ease-in-out 0.2s;
}

button.arad-btn.primary {
   background-color: var(--primary-color);
   color: #fff;
}

button.arad-btn:hover {
   border: 2px solid #717ffd;
   background-color: #717ffd4a;
}

button.arad-btn.primary a {
   color: #fff;
}

button.arad-btn.secondary {
   background-color: #fff;
   color: var(--dark-primary);
}

button.arad-btn.secondary a {
   color: var(--dark-primary);
}

/* .responsive-nav-wrapper .search-wrap span {
            background: url(../img/search.svg) no-repeat center center;
            background-size: 30px;
        } */

.responsive-nav-wrapper .search-wrap {
   display: inline-block;
   position: relative;
}

.header-links ul {
   display: flex;
   justify-content: flex-end;
}

.diamond-wrapper-top {
   -webkit-box-shadow: 0 7px 6px -6px #eee;
   -moz-box-shadow: 0 7px 6px -6px #eee;
   box-shadow: 0 7px 6px -6px #eee;
   padding-bottom: 50px;
   margin-bottom: 5%;
}

.diamod-box {
   position: relative;
   transition: all 0.2s;
   box-shadow: 0 12px 16px rgb(31 45 61 / 16%);
   backface-visibility: hidden;
   transform: scale(1) translateZ(0);
   width: 165px;
   height: 165px;
   transform: rotate(45deg);
   border-radius: 20px;
}

.diamond-title.text-center {
   margin: 30px 0;
   font-family: condensed;
   font-weight: bold;
   font-size: 30px;
   opacity: 0.8;
}

.diamod-box:hover {
   box-shadow: 0 3px 20px rgb(31 45 61 / 15%);
   background-color: var(--primary-color);
}

.diamond-wrapper {
   margin: 0 auto;
}

.content-diamond {
   position: absolute;
   left: 60px;
   transform: rotate(-45deg) translateX(-50%);
   text-align: center;
   width: 160px;
   bottom: 70px;
}

.content-diamond svg {
   fill: var(--dark-primary);
   width: 80px;
   height: 80px;
   opacity: 0.9;
}

.diamod-box:hover svg {
   fill: #fff;
}

.diamod-box:hover .content-text {
   color: #fff;
}

.diamond-wrapper-top .content-text {
   font-size: 15px;
   padding: 0 20px;
   color: #444;
}

.features-item a {
   color: #717ffd;
   font-size: 11px;
}

.features-item ul {
   list-style: none;
   padding-right: 5px;
   text-align: right;
}

.features-item ul li::before {
   content: "*";
   display: inline-block;
   margin-right: 0.2rem;
   padding-left: 5px;
   padding-top: 2px;
}

.features-box .text {
   padding: 18px 4px;
   font-size: 10px;
   line-height: 2;
   font-weight: 700;
}

.features-box img {
   width: 48%;
}

.text.tuft-bush-a {
   background-color: #ffd7c2;
   font-size: 10px;
}

.text.tuft-bush-b {
   background-color: #bfc1ff;
   font-size: 10px;
}

.text.tuft-bush-c {
   background-color: #cefff4;
   font-size: 10px;
}

.text.tuft-bush-d {
   background-color: #ffbedd;
   font-size: 10px;
}

.text.tuft-bush-e {
   background-color: #dfb8ff;
   font-size: 10px;
}

.text.tuft-bush-f {
   background-color: #fffeb5;
   font-size: 10px;
}

.admin-header-links a {
   color: #333;
}

.navigation-wrapper {
   background-color: transparent;
}

.navigation-wrapper .career-btns {
   display: none;
}

.search-btn-act span {
   color: #fff;
}

.theme-main-desk-sliders {
   position: relative;
}

/* .content-main-slider {
            position: absolute;
            right: 10%;
            bottom: 40%;
        } */

.responsive-nav-wrapper .share-btn {
   border: 2px solid #ffad5b;
   padding: 6px 18px;
   border-radius: 7px;
   background-color: #ffad5b;
}

.responsive-nav-wrapper .share-btn a {
   color: #fff;
}

.laguage-selector {
   position: absolute;
}

/* .first-icon {
        fill: #000;
        width: 70PX;
        height: 70PX;
        transform: rotate( -45deg);
    } */

.baner2_gradient {
   background: url(../img/anishtan.jpg) center;
   background-attachment: scroll;
   background-size: auto;
   background-size: cover;
   background-attachment: fixed;
}

.baner2_gradient .h-height {
   padding: 7% 0px;
   color: #f7f7f7;
}

.main-desk-sliders {
   position: relative;
}

.content-main-slider {
   position: absolute;
   top: 90px;
   z-index: 999;
   right: 65px;
   display: flex;
   flex-direction: column;
   align-items: baseline;
}

.content-main-slider .career-btns {
   margin-top: 3rem;
   margin-right: 15px;
}

.theme-second-inner-desk .nivo-caption {
   position: unset !important;
}

.nivo-caption .content-main-slider p {
   margin: 15px;
   padding: 0;
   font-size: 55px;
   text-align: right;
   font-family: condensed;
   line-height: 0.8;
   color: #fff;
   font-weight: bolder;
}

.nivo-caption .content-main-slider .arad-p {
   font-size: 42px;
}

.theme-second-inner-desk {
   position: relative;
}

.second-caption {
   position: absolute;
   top: 25%;
   left: 0;
   right: 0;
   color: #fff;
   text-align: center !important;
}

.search-wrap.search-btn-act img {
   display: inline-block;
   width: 20px;
   height: 32px;
}

.personal-button img {
   display: inline-block;
   width: 22px;
   height: 32px;
}

.search-btn-act span {
   font-size: 0;
}

.search-wrapper {
   display: flex;
   flex-direction: column-reverse;
}

.theme-main-desk-sliders .nivo-caption {
   top: 25%;
   right: 15%;
   overflow: visible;
}

.some-project-title {
   display: none;
}

.social-slider {
   position: absolute;
   left: 100%;
   width: 150px;
   display: flex;
   align-items: baseline;
   flex-direction: column;
   top: 100px;
}

.social-slider img {
   width: 20px;
}

.social-slider .facebook-slider,
.social-slider .insta-slider,
.social-slider .skype-slider {
   cursor: pointer;
   margin-bottom: 4px;
}

.social-slider .facebook-slider img,
.social-slider .insta-slider img,
.social-slider .skype-slider img {
   position: unset;
}

.content-diamond.semester-edu {
   left: 58px;
   bottom: 80px;
}

.content-diamond.semester-edu .content-text {
   font-size: 15px;
   padding: 0 13px;
}

.home-page-body .theme-second-inner-desk {
   width: 100% !important;
}

.address {
   display: flex;
}

.career-btns.btn-project {
   float: left;
   margin-top: 30px;
   border-radius: 55px;
}

.career-btns.btn-project:hover a {
   color: #717ffd;
}

.btn-project button {
   padding: 12px 35px;
}

/* --------------landing-page-------- */

.background-section .circle.left {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   background-color: #7884eb;
   opacity: 0.5;
}

.background-section .circle h1 {
   position: relative;
   top: 50%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   line-height: 2rem;
   color: #ffff;
   font-size: 7rem;
}

.text-justify-p {
   line-height: 2.2;
   text-align: justify !important;
   color: #333;
   font-weight: 700;
}

.topic-page .page-title {
   padding: 0px 15px;
   display: none;
}

.some-project-title {
   position: absolute;
   top: -30px;
   left: 0;
   right: 0;
   z-index: 6;
}

.team-box h4 {
   font-weight: 700;
   text-align: center;
   padding-top: 15px;
   color: #444;
   font-size: 16px;
}

/* .theme-center-slider .nivo-directionNav {
            position: absolute;
            top: 35px;
        } */

.theme-center-slider {
   position: relative;
}

.theme-center-slider .some-project-title {
   display: block !important;
   opacity: 0.8;
}

.theme-center-slider .nivo-directionNav a {
   top: 10%;
}

.theme-center-slider .nivo-directionNav a.nivo-prevNav {
   right: 220px;
   left: auto;
   top: 10px;
}

.theme-center-slider .nivo-directionNav a.nivo-nextNav {
   left: 220px;
   right: auto;
   top: 10px;
}

.responsive-nav-wrapper .share-btn a {
   color: #fff;
   font-size: 16px;
}

.header-links {
   margin-top: 15px;
   width: 165px;
   margin-right: 50px;
   box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
   background-color: #0a2439;
   border-radius: 6px;
}

.home-page-body .nop-jcarousel.manufacturer-grid {
   padding: 0;
}

.login-page .forgot-password a {
   color: #717ffd;
}

/* contact-us */

.contact-page .page-body {
   display: flex;
   flex-direction: row-reverse;
}

.contact-page .topic-block {
   width: 45%;
   border-right: 2px solid #eeee;
}

.contact-page form {
   width: 45%;
   border-left: 2px solid #eeee;
}

.contact-page input[type="text"] {
   border-radius: 56px;
}

.contact-page label {
   display: none;
}

.contact-page textarea {
   border-radius: 20px;
}

.contact-page.background-section .circle h1,
.contact-page.background-section .circle h6 {
   position: relative;
   top: 22%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   color: #ffff;
   font-size: 7rem;
}

.contact-page .background-section .circle.left {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 54.8%;
   background-color: #7884eb;
   opacity: 0.5;
}

.contact-page .contact-us-text {
   text-align: right;
   padding-right: 40px;
   color: #000;
   font-weight: 500;
}

.contact-page .contact-us-text h3 {
   font-family: condensed;
   font-weight: 700;
}

.html-contact-page .center-1 {
   margin-bottom: 0px;
}

.contact-page .buttons {
   position: absolute;
   bottom: 25px;
   right: 275px;
}

.contact-page .inputs {
   position: relative;
}

.contact-page .required {
   position: absolute;
   right: 10px;
   top: 10;
   bottom: 20px;
}

.social-toolbar {
   display: none;
}

.contact-page .form-fields input[type="text"] {
   height: 50px;
   border: 1px solid #eee;
   padding: 7px 28px;
   vertical-align: middle;
   font-size: 12px;
   color: #666666bf;
   box-shadow: 0 1px 16px rgb(31 45 61 / 8%);
}

.contact-page .buttons .button-1 {
   border: none;
   padding: 6px 17px;
   border-radius: 50px;
   margin-left: 4px;
   font-size: 16px;
   font-weight: bolder;
   font-family: condensed;
}

.img-contact img {
   width: 100%;
}

.contact-page .background-section h1 {
   position: absolute;
   top: 20%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   line-height: 2rem;
   color: #ffff;
   font-size: 7rem;
   width: 100%;
}

.contact-page .background-section h6 {
   position: absolute;
   top: 30%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   line-height: 1rem;
   color: #ffff;
   font-size: 2rem;
   width: 100%;
}

.topic-page .background-section h1 {
   position: absolute;
   top: 32%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   line-height: 2rem;
   color: #ffff;
   font-size: 6rem;
   width: 100%;
}

.topic-page .background-bim-section h1 {
   position: absolute;
   top: 35%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   color: #fff;
   font-size: 6rem;
   width: 100%;
}

.topic-page .background-bim-section h6 {
   position: absolute;
   top: 58%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   color: #ffff;
   font-size: 1.5rem;
   width: 100%;
}

.topic-page .background-section h6 {
   position: absolute;
   top: 50%;
   margin: 0 auto;
   padding: 10px;
   text-align: center;
   line-height: 1rem;
   color: #ffff;
   font-size: 2rem;
   width: 100%;
}

.img-filter {
   position: relative;
}

.img-filter::before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   opacity: 0.5;
   background-color: #717ffd;
}

/* about-us */

#team {
   padding-top: 3%;
   padding-bottom: 3%;
   width: 90%;
   margin: 0 auto;
   position: relative;
}

#team::after {
   content: "";
   border-bottom: 2px solid #eee;
   margin-top: 30px;
   position: absolute;
   width: 100%;
}

#team .team-box {
   padding: 7px;
}

#team .wrapper {
   display: inline-block;
   box-shadow: 0 0 13px -4px rgb(0 0 0 / 17%);
   position: relative;
   border: 1px solid transparent;
   overflow: hidden;
   transition: all 0.3s ease;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   background-color: #fff;
}

.team-member {
   overflow: hidden;
}

.team-member,
.team-member .team-img {
   position: relative;
}

.team-member,
.team-member .team-img {
   position: relative;
}

.team-hover {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0;
   background-color: rgba(255, 255, 255, 0.9);
   opacity: 0;
   transition: all 0.3s;
   -moz-transition: all 0.3s;
}

.team-hover .desk {
   position: absolute;
   top: -25%;
   opacity: 0;
   -webkit-transform: translateY(-55%);
   -moz-transform: translateY(-55%);
   transform: translateY(-55%);
   transition: all 0.3s 0.2s;
   padding: 0 20px;
}

.wrapper:hover .team-hover,
.team-member .team-hover .desk,
.team-member .team-hover .s-link {
   opacity: 1;
}

.desk,
.desk h4,
.team-hover .s-link a {
   text-align: center;
   -moz-text-align-last: center;
   color: #848484;
}

#team p {
   text-align: center;
}

.team-member .team-hover .desk p {
   font-size: 12px;
   margin-bottom: 15px;
}

.about-us-text h1,
.about-us-second h1 {
   font-weight: 700;
}

.about-us-text p {
   text-align: justify;
}

.team-title.child {
   background-color: #fff;
}

.about-us-second {
   width: 96%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 20px;
}

.about-us-second img {
   border-radius: 10px;
}

.boldgolal {
   font-weight: 700;
   font-size: 25px;
}

.our-goal {
   background-color: #717ffd;
   padding: 25px;
}

.dark-blue {
   width: 100%;
   height: 30px;
   background-color: #b2caf8;
}

.light-blue {
   width: 100%;
   height: 60px;
   background-color: #e4f4ff;
   margin-top: 60px;
}

.tamas-btn {
   width: 60%;
}

.theme-mobile-slider {
   display: none;
}

/* -----------BIM----------- */

.bim-wrapper {
   background-color: #fff;
   display: flex;
   flex-direction: row-reverse;
   width: 100%;
}

.bim-img {
   position: relative;
   left: 25px;
   top: 0;
   width: 48%;
}

.html-topic-page .bim-section strong {
   font-family: none;
}

.bim-text {
   position: absolute;
   width: 85%;
   margin-top: 3%;
   right: 25px;
   padding-left: 19%;
   padding-right: 40px;
}

.html-topic-page .second-discript {
   width: 78%;
   padding-left: 3px;
   margin: 0;
}

.html-topic-page .bim-text p {
   margin: 0;
}

.bim-projects {
   margin-top: 20px;
}

.bim-section {
   width: 96%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 20px;
}

.bim-section img {
   border-radius: 10px;
}

.bim-section h3 {
   margin: 20px 0;
}

/* --dashbord-page */

.section-dasbord,
.section-third-dasbord,
.section-five-dasbord {
   width: 100%;
   padding: 0 60px;
   background: #e5e5e55e url(../img/back-3-dashbord.png) center no-repeat;
   background-size: contain;
   position: relative;
   margin: 60px 0;
}

.section-second-dasbord,
.section-four-dasbord {
   width: 100%;
   padding: 0 60px;
   background: #e5e5e55e url(../img/back-4-dashbord.png) center no-repeat;
   background-size: contain;
   position: relative;
   margin: 60px 0;
}

.section-six-dasbord {
   width: 100%;
   padding: 0 60px;
   background: url(../img/back-2-dashbord.png) center no-repeat;
   background-size: contain;
   position: relative;
   margin: 80px 0;
}

.section-dasbord .arad-btn,
.section-second-dasbord .arad-btn,
.section-six-dasbord .arad-btn,
.section-third-dasbord .arad-btn,
.section-four-dasbord .arad-btn,
.section-five-dasbord .arad-btn {
   position: absolute;
   top: -25px;
   right: 38%;
   padding: 8px 40px;
}

.section-dasbord img,
.section-second-dasbord img,
.section-six-dasbord img,
.section-third-dasbord img,
.section-four-dasbord img,
.section-five-dasbord img {
   border-radius: 10px;
}

.section-dasbord h1::after,
.section-second-dasbord h1::after {
   content: "";
   position: absolute;
   width: 230px;
   height: 18px;
   background-color: #ffad5b;
   z-index: -1;
   right: 0;
   top: 18px;
}

.section-third-dasbord h1::after {
   content: "";
   position: absolute;
   width: 157px;
   height: 18px;
   background-color: #ffad5b;
   z-index: -1;
   right: 0;
   top: 18px;
}

.section-four-dasbord h1::after {
   content: "";
   position: absolute;
   width: 256px;
   height: 18px;
   background-color: #ffad5b;
   z-index: -1;
   right: 0;
   top: 18px;
}

.section-five-dasbord h1::after {
   content: "";
   position: absolute;
   width: 140px;
   height: 18px;
   background-color: #ffad5b;
   z-index: -1;
   right: 0;
   top: 18px;
}

.section-six-dasbord h1::after {
   content: "";
   position: absolute;
   width: 212px;
   height: 18px;
   background-color: #ffad5b;
   z-index: -1;
   right: 0;
   top: 18px;
}

.section-dasbord h1,
.section-second-dasbord h1,
.section-six-dasbord h1,
.section-third-dasbord h1,
.section-four-dasbord h1,
.section-five-dasbord h1 {
   position: relative;
   z-index: 1;
   font-weight: 700;
}

.dahbord-text {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}

.section-second-dasbord .dashbord-list,
.section-four-dasbord .dashbord-list {
   padding: 0px 0 20px 28px;
}

.dashbord-list {
   display: flex;
   padding: 0px 0 65px 25px;
   justify-content: space-around;
}

.section-third-dasbord .dashbord-list {
   padding: 0px 0 35px 22px;
}

.section-five-dasbord .dashbord-list {
   padding: 4px 20px 65px 60px;
}

.section-five-dasbord .dashbord-list li {
   font-size: 11px;
   font-weight: 700;
}

.dashbord-list li,
.dashbord-lists li {
   color: #444;
   font-size: 12px;
   line-height: 3;
   font-weight: 700;
}

.dashbord-lists {
   display: flex;
   padding: 25px 28px 0px 67px;
   justify-content: space-around;
}

button.arad-btn.primary.position {
   right: 33%;
}

.share-catalog {
   width: 26%;
   height: 690px;
   box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px;
   background-color: #fff;
}

.share-catalog img {
   width: 90px;
   padding: 11px;
}

.category-share-content {
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: center;
   margin-bottom: 80px;
}

.share-catalog.second h1 {
   background-color: #0a2439;
   text-align: center;
   color: #ffff;
   padding: 10px;
   font-weight: 700;
   font-size: 20px;
}

.share-nav-tabs {
   display: flex;
   justify-content: center;
   padding: 30px;
}

.share-catalog.first h1,
.share-catalog.third h1 {
   background-color: #717ffd;
   text-align: center;
   color: #ffff;
   padding: 10px;
   font-weight: 700;
   font-size: 20px;
}

.share-catalog.first .discount-p {
   padding: 10px 100px 43px 100px;
}
.tab-content {
   width: 98%;
   margin: 0 auto;
}

.share-catalog.first button.arad-btn,
.share-catalog.second button.arad-btn,
.share-catalog.third button.arad-btn {
   padding: 7px 35px;
   font-size: 14px;
}

.share-catalog.second button.arad-btn {
   background-color: #0a2439;
   border: 2px solid #0a2439;
}

.share-catalog.second button.arad-btn:hover {
   border: 2px solid #717ffd;
   background-color: #717ffd4a;
}

.share-catalog.second h2 {
   font-size: 14px;
   padding: 53px 10px 10px 10px;
   color: #0a2439;
   font-weight: 700;
}

.share-catalog.second p,
.share-catalog.third p {
   font-size: 13px;
   color: #0a2439;
}

.share-catalog.first,
.share-catalog.third {
   text-align: center;
}

.share-catalog.third .icon-wrapper {
   display: flex;
   align-items: center;
}

.share-catalog.third .icon-wrapper .img-streach {
   width: 120px;
   height: 65px;
}

.share-catalog.first .discount-text strong,
.share-catalog.third .discount-text strong {
   font-size: 8rem;
   font-weight: 700;
   padding-top: 63px;
   padding-bottom: 28px;
   color: #0a2439;
}

.share-catalog.first .discount-text,
.share-catalog.third .discount-text {
   display: flex;
   flex-direction: column;
   color: #0a2439;
   font-weight: 700;
   padding: 50px 0;
}

.share-catalog.first .icon-wrapper p {
   padding: 0 127px;
   font-weight: 700;
}

.share-catalog.first .icon-wrapper img {
   padding-bottom: 0;
}

.share-catalog .career-btns.btn-project {
   float: none;
}

.share-catalog.second {
   height: 750px;
   width: 29%;
   text-align: center;
}

.share-catalog.second .icon-wrapper p {
   font-size: 13px;
   font-weight: 500;
   padding: 0 19px;
   width: 120px;
}

.share-catalog.third .icon-wrapper p {
   padding: 0 10px;
   width: 113px;
}

.share-catalog.second .img-streach {
   width: 120px;
   height: 195px;
}

.share-catalog.second .icon-wrapper {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-end;
}

.share-catalog.second .icon-wrapper .img-strach {
   width: 112px;
}

.all-categories {
   border-left: 2px solid #eeee;
   border-top-right-radius: 55px;
   text-align: center;
   border-bottom-right-radius: 55px;
   font-size: 16px;
   padding: 8px 50px;
   background-color: #979797;
   color: #fff !important;
}

.all-brands {
   border-right: 2px solid #eeee;
   border-top-left-radius: 55px;
   text-align: center;
   border-bottom-left-radius: 55px;
   font-size: 16px;
   padding: 8px 50px;
   background-color: #979797;
   color: #fff !important;
}

.all-brands.active,
.all-categories.active {
   background-color: #717ffd;
   color: #fff !important;
}

.tab-panel-brands {
   display: none;
}

.tab-panel-categories {
   display: flex;
}

.visible-wrapper .myBtn {
   display: none;
}

.category-share-mobile-content {
   display: none;
}

.category-mobile-section {
   display: none;
}

.test-p-mobile {
   display: none;
}

.topic-page .shadow-conteiner {
   box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
   border-radius: 20px;
   padding-bottom: 15px;
   padding-top: 15px;
   background-color: #fff;
}

.row-planning {
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   padding-bottom: 35px;
}

.col-planning.shadow-conteiner {
   width: 30.333%;
   padding: 15px;
}

.row-planning h1 {
   font-weight: 700;
}

/* ---------projects------------ */

.project-icon-wrapper {
   display: flex;
   justify-content: space-between;
   width: 40%;
   align-items: center;
}

.icon-img {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.icon-img img {
   width: 25px;
}

.icon-img p {
   font-size: 10px;
   font-weight: 700;
   color: #444;
   margin: 2px 0;
}

.project-icon-btn .btn-project button {
   padding: 7px 22px;
}

.project-icon-btn {
   display: flex;
   justify-content: space-between;
   align-items: baseline;
   padding-top: 20px;
}

/* -------faq------------------ */

.faq-nav {
   display: flex;
   justify-content: center;
   padding: 20px;
}

.faq-nav-tabs a {
   padding: 25px;
   color: #444 !important;
   font-weight: 700;
}

.all-education.actives,
.all-Architecture.actives,
.all-Controversial.actives,
.all-Municipality.actives,
.all-Notifications.actives,
.all-New-rules.actives,
.all-permissions.actives {
   border-bottom: 3px solid #000;
   color: #fff;
}

.faq-nav-tabs:hover {
   border-bottom: 2px solid #99a4fd;
}

.accordion {
   width: 79%;
   height: 60px;
   margin: 0 auto;
   background: #fff;
   border-radius: 35px;
   box-shadow: 0 0 5px rgb(225 225 225);
   overflow: hidden;
   transition: height 0.3s ease;
   margin-bottom: 20px;
}

.accordion .accordion_tab {
   padding: 20px 65px;
   cursor: pointer;
   user-select: none;
   font-size: 20px;
   font-weight: 700;
   text-transform: uppercase;
   position: relative;
}

.accordion .accordion_tab .accordion_arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 20px;
   width: 15px;
   height: 15px;
   transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
   width: 100%;
   height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
   transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
   height: 320px;
}

.accordion .accordion_content {
   padding: 20px 25px;
}

.accordion .accordion_content .accordion_item {
   margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
   font-weight: 700;
   margin-bottom: 10px;
   font-size: 18px;
   color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
   color: #9a9b9f;
   font-size: 14px;
   line-height: 20px;
}

/* ------------------acc-css------------ */

.accordion-list {
   position: relative;
   display: block;
   height: auto;
   padding: 20px;
   list-style: none;
   background-color: #f9f9fa;
   margin: 0 auto;
}

.accordion-list li {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   background-color: #fff;
   padding: 14px;
   margin: 0 auto 15px auto;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   border-radius: 45px;
   cursor: pointer;
}

.accordion-list .active h3::after {
   transform: rotate(0deg);
   content: url(../img/up.svg);
   position: absolute;
   right: 7px;
   top: 4px;
   transition: all 0.3s ease-in-out;
   width: 24px;
}

#controversial .container-fluids,
#announcements .container-fluids {
   margin-top: -20px;
}

.accordion-list h3 {
   font-weight: 700;
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   padding: 3px 40px 4px 0;
   margin: 0;
   font-size: 16px;
   cursor: pointer;
   color: #444;
}

.accordion-list h3:after {
   content: url(../img/down.svg);
   font-family: "material-design-iconic-font";
   position: absolute;
   right: 7px;
   top: 4px;
   transition: all 0.3s ease-in-out;
   width: 24px;
}

.accordion-list .answer {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   margin: 0;
   padding: 0;
   cursor: pointer;
}

.accordion-list p {
   position: relative;
   display: block;
   padding: 25px 20px 0px 20px;
   cursor: pointer;
   line-height: 150%;
   margin: 0 0 15px 0;
   font-size: 14px;
   color: #444;
}

.main-faq-wrapper {
   margin: 0 auto;
}

.topic-page .accordion-list {
   padding-right: 0;
}

section.main-section-faq {
   display: flex;
   flex-direction: column;
}

.tab-buttons {
   display: flex;
   justify-content: center;
   margin: 28px auto 0;
   flex-wrap: wrap;
   width: 100%;
}

.tablink {
   background-color: #f6f9fe;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 8px 5px;
   font-size: 15px;
   font-weight: 500;
   width: 165px;
   border-radius: 5px;
   transition: all 0.2s;
   margin-right: 2px;
}

.tab__content {
   color: white;
   display: none;
   padding: 20px;
   height: 100%;
   width: 90%;
   margin: 0 auto;
}

.topic-page .accordion-list {
   width: 80%;
   margin: 20px auto;
}

/* ---------------Career-Opportunities------------ */

.Career-Opportunities .img-filter::before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   opacity: 0.1;
   background-color: #717ffd00;
}

.topic-page .background-bim-section.Career-Opportunities h6 {
   top: 62%;
}

.wrapper-career {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 30px;
   box-shadow: 0 7px 6px -6px #eee;
   padding-bottom: 60px;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}

.wrapper-career .item-career img {
   padding: 4px 59px;
   width: 210px;
}

.background-bim-section,
.background-section {
   margin-top: 60px;
}

.html-contact-page .background-section {
   margin-top: 0;
}

.item-career p {
   font-weight: 700;
   font-size: 15px;
}

.row-career-box {
   display: flex;
   width: 90%;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   margin: 20px auto;
}

.career-box {
   box-shadow: 0 0px 16px rgb(31 45 61 / 16%);
   border-radius: 10px;
   width: 48%;
   background-color: #fff;
   padding: 6px 25px 6px 10px;
   margin-bottom: 25px;
}

.career-box h1 {
   font-size: 17px;
   font-weight: 700;
}

.career-more {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

.career-more a {
   background-color: #eee;
   padding: 6px 12px;
   border-radius: 6px;
}

.note-resume {
   font-size: 17px;
   text-align: center;
   padding: 15px;
   font-weight: 700;
   color: #444;
}

.career-ditail-text .note-resume {
   font-size: 14px;
   text-align: center;
   padding: 15px;
   font-weight: 700;
   color: #444;
}

.tab__content .career-btns .arad-btn {
   box-shadow: 0 4px 16px rgb(31 45 61 / 16%);
   font-size: 15px;
   padding: 9px 30px 8px 30px;
}

.tab__content .career-btns {
   padding: 20px;
}

.career-second-text h3 {
   font-size: 17px;
   font-weight: 700;
}

.career-second-text p {
   font-size: 17px;
}

.career-list li {
   list-style: none;
   line-height: 2;
}

.career-title {
   box-shadow: 0 7px 6px -6px #eee;
   padding-bottom: 60px;
}

.career-ditail-text {
   width: 96%;
   margin: 0 auto;
}

.career-ditail-text .career-title,
.career-ditail-text .career-list {
   width: 90%;
   margin: 0 auto;
}

.career-ditail-text h1 {
   font-size: 2.2rem;
   font-weight: 700;
   font-family: sans-serif;
}

.career-ditail-text p,
.career-ditail-text li {
   font-size: 16px;
   font-weight: 400;
   font-family: sans-serif;
}

.career-list h1 {
   font-size: 1.7rem;
   font-weight: 700;
   margin-top: 40px;
   font-family: sans-serif;
}

.resume-btns {
   display: flex;
   justify-content: flex-end;
   margin-left: 43px;
   padding: 30px 52px;
}

.resume-btns .career-btns .contact-btn {
   border: 2px solid #ffad5b;
   padding: 10px 35px;
   border-radius: 50px;
   margin-left: 4px;
   font-size: 16px;
   font-weight: bolder;
   font-family: condensed;
   transition: all ease-in-out 0.2s;
   background-color: #ffad5b;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.resume-btns .arad-btn {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   padding: 10px 35px;
}

.career-btns .contact-btn:hover {
   background-color: #ffad5b75;
}

.career-btns .contact-btn:hover a {
   color: #fff;
}

/* -----------------blog-------------- */

.image-container {
   position: relative;
   margin-top: 60px;
}

.image-container .page-title {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   border-bottom: none;
   padding-left: 15px;
   padding-right: 15px;
}

.html-blog-page .image-container .page-title h1 {
   font-size: 5rem;
   font-weight: bold;
   color: #fff;
   text-transform: capitalize;
}

.blogpost-page .page-title h1 {
   text-align: center !important;
   color: #fff;
   line-height: 1.5;
   font-size: 5rem;
   font-weight: bold;
   text-transform: capitalize;
}

.image-container .page-title .page-subtitle {
   font-size: 1.5rem;
   font-weight: bold;
   color: #fff;
}

.inner-wrapper .listbox {
   padding: 10px 0;
}

.image-container .page-subtitle {
   font-size: 1.5rem;
   font-weight: bold;
   color: #fff;
}

.blog-page .post-body {
   height: 70px;
   overflow: hidden;
   margin-bottom: 0;
}

.post-body {
   line-height: 24px;
}

.blog-page .post .post-title {
   font-weight: bold;
   font-size: 16px;
   color: #444;
   height: 70px;
   overflow: hidden;
}

.block .inner-wrapper .listbox {
   background-color: #f6f9fe;
}

.blog-page .body-container {
   padding: 0 12px;
}

.html-blog-page .center-1 {
   margin-bottom: 0;
}

.inner-wrapper .list .category a {
   padding: 19px 2px;
   font-size: 16px;
}

.block.block-blog-archive {
   display: none;
}

.drop {
   display: none;
}

.product-main-title {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateX(-50%);
}

.product-main-title h1 {
   color: #fff;
   font-size: 2rem;
}

.subtitle-product {
   position: absolute;
   top: 21%;
   left: 50%;
   transform: translateX(-50%);
   color: #fff;
   font-size: 5rem;
   font-weight: 700;
}

.overview .prices {
   display: none;
}

.product-details-page .product-collateral .title {
   display: none;
}

.product-details-page .data-table td {
   border: 1px solid #949ef6;
   background: #949ef6;
}

.product-details-page .product-collateral tbody {
   display: flex;
   justify-content: space-between;
}

.product-details-page .product-collateral td.spec-name {
   font-size: 0;
   border: none;
}

.product-details-page .product-specs-box .data-table {
   background-color: #949ef6;
   border-radius: 10px;
}

.product-details-page .product-specs-box .data-table .spec-value {
   color: #fff;
   text-align: center;
}

.data-table tbody > tr:hover .spec-value {
   background-color: #3e5287;
   border: 1px solid #3e5287;
}

.data-table tbody > tr:hover {
   background-color: #3e5287;
   border-radius: 10px;
   cursor: pointer;
}

/* .data-table tbody>tr:first-child::before {
    content: "";
    position: absolute;
    background-image: url(../img/to-do-list-p.svg);
    background-size: 10px;
    background-repeat: no-repeat;

} */

.data-table tbody > tr:first-child .spec-name {
   background: url(../img/to-do-list-p.svg) no-repeat center;
   background-size: 37px;
   width: 50px;
   height: 50px;
}

.data-table tbody > tr:nth-child(2) .spec-name {
   background: url(../img/user-p.svg) no-repeat center;
   background-size: 37px;
   width: 50px;
   height: 50px;
}

.data-table tbody > tr:nth-child(3) .spec-name {
   background: url(../img/location-p.svg) no-repeat center;
   background-size: 37px;
   width: 50px;
   height: 50px;
}

.data-table tbody > tr:nth-child(4) .spec-name {
   background: url(../img/selection-p.svg) no-repeat center;
   background-size: 37px;
   width: 50px;
   height: 50px;
}

.product-details-page .data-table tr {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 10px 25px;
}

.product-essential .product-name {
   margin-top: 6px;
}

.html-product-details-page .center-1 {
   margin-bottom: 0;
}

.product-details-page .overview > div {
   padding: 0;
}

.product-details-page .product-collateral {
   position: relative;
}

.product-details-page .overview .short-description {
   padding: 15px;
   text-align: justify;
}

.product-details-page .product-collateral {
   position: relative;
   background: #f6f9fe url(../img/doted-left.svg) 3% top no-repeat;
   height: 275px;
   padding: 0;
}

.product-details-page .product-content-wrappper {
   background: #f6f9fe url(../img/doted-right.svg) no-repeat;
   background-size: 24%;
   padding-top: 55px;
   padding-bottom: 3px;
   background-position: right;
}

.blog-post-title h1 {
   background-color: #fff;
   margin-bottom: 0;
   margin-right: 30px;
   font-size: 18px;
   font-weight: 700;
}

.post-body .bloger-img img,
.post-body .top-bloger-post .bloger-time img {
   width: 35px;
   height: auto;
}

.post-body .bloger-post {
   display: flex;
   justify-content: space-between;
   width: 100%;
   align-items: center;
   color: #333;
   margin-top: 15px;
}

.post-body .top-bloger-post {
   display: block;
   position: absolute;
   left: 30px;
   top: -50px;
   width: 24%;
   height: 25px;
}

.blogpost-page .post-body {
   position: relative;
   padding-bottom: 10px;
   text-align: right;
}

.blogpost-page .bloger-time {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.blogpost-page p {
   color: #444;
   text-align: justify;
}

.blogpost-page .timer,
.post-body .bloger-img a {
   font-size: 12px;
   font-weight: 700;
   color: #444;
}

.html-blogpost-page .center-1 {
   margin-bottom: 0;
}

.blogpost-page .new-comment .form-fields {
   margin: 0 0 20px;
   border-radius: 30px;
   box-shadow: 0 2px 6px 1px rgb(0 0 0 / 20%);
   background-color: #fff;
}

.blogpost-page .new-comment {
   background: #f6f9fe;
}

.blogpost-page .form-fields .inputs label {
   font-size: 0;
}

.blogpost-page .new-comment textarea {
   width: 350px;
   margin-top: 10px;
   font-size: 12px;
}

.product-grid .item-box .buttons-wrapper {
   display: none;
}

.product-grid .item-box .details {
   position: relative;
   background-color: #fff;
}

.advanced-search {
   display: none !important;
   margin: 0 0 20px;
}

.search-page .inputs.reversed {
   display: none;
}

.diamod-box.education {
   display: none;
}

.aboutus-logo-wrapper img {
   width: 15%;
}

.aboutus-logo-wrapper {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}

.instant-search-item .price {
   display: none;
}

.footer-social .list .phone img {
   width: 28px !important;
}

.contact-page .contact-us-text .list li > img {
   width: 20px;
   margin-left: 10px;
   margin-bottom: 10px;
}

.contact-page .call-whatsup a {
   width: 100px;
   background-color: #57b568;
   color: #fff;
   cursor: pointer;
   padding: 10px 15px;
   border-radius: 5px;
}

.contact-page .call-telegram a {
   width: 100px;
   background-color: deepskyblue;
   color: #fff;
   cursor: pointer;
   padding: 10px 15px;
   border-radius: 5px;
}

.contact-page .call-whatsup img,
.contact-page .call-telegram img {
   width: 29px;
   margin-left: 20px;
   margin-bottom: 5px;
}

.contact-page .call-center {
   display: flex;
   margin-top: 20px;
   justify-content: space-between;
   width: 60%;
   margin-right: auto;
   margin-left: auto;
}

.contact-page .social-sharing {
   display: flex;
   margin-top: 37px;
   align-items: center;
   justify-content: space-between;
   width: 60%;
   margin-right: auto;
   margin-left: auto;
}

.contact-page .social-sharing li {
   margin-left: 20px;
}

.contact-page .contact-us-text .list li {
   padding: 10px;
}

.contact-us-text h2 {
   margin-top: 35px;
   text-align: center;
}

.html-blog-page .bloger-post {
   display: none;
}

/* start style zolal */

#profile-page {
   display: flex;
   justify-content: center;
   margin-bottom: 6vw;
}

.profile-page-container {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.color-mohamad {
   color: goldenrod;
}

#profile-page h2 {
   font-size: 9vw;
   color: var(--primary-color);
   font-weight: 500;
   letter-spacing: 1.9vw;
   white-space: nowrap;
}

.profile-two,
.mega-menu {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.3vw;
   color: #bcbec0;
}

.profile-two {
   animation: profile-a-one 1.5s;
   width: 100%;
}

.profile-two a,
.mega-menu a {
   color: #bcbec0;
   font-size: 1.3vw;
   padding: 0.5vw 1vw;
   font-weight: 300;
}

.profile-two > a:nth-child(1) {
   color: var(--primary-color);
   white-space: nowrap;
}

.profile-two a:hover {
   text-shadow: 0 0 1px;
}

@keyframes profile-a-one {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

.profile-two-link {
    animation: profile 2s;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.6vw;
}

/* .board-directors-profile-box:last-child div h4 {
    color: #bcbec0;
} */

.board-directors-profile-box div small {
   font-size: 1.1vw;
   color: var(--primary-color);
   font-weight: 300;
}

/* .board-directors-profile-box:last-child div small {
    color: var(--primary-color);
} */

@keyframes profile {
   0% {
      width: 0;
   }

   10% {
      width: 0;
   }

   100% {
      width: 66%;
   }
}

#board-directors-profile {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 5vw 0 10vw 0;
}

#board-directors-profile h2 {
   font-size: 6.5vw;
   letter-spacing: 0;
   color: var(--primary-color);
   margin-bottom: 3vw;
   font-weight: 400;
   margin-bottom: 5vw;
}

.board-directors-profile-container {
   display: flex;
   justify-content: center;
   width: 50%;
   gap: 2vw;
}

.board-directors-profile-box {
   width: 28%;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.board-directors-profile-box div {
   opacity: 0;
   transition: 0.3s ease-in-out;
   visibility: hidden;
   width: max-content;
   text-align: center;
}

.board-directors-profile-box div h4 {
   color: var(--primary-color);
   font-size: 1.7vw;
   font-weight: normal;
}

.board-directors-profile-box:hover div {
   opacity: 1;
   visibility: visible;
}

.board-directors-profile-box:hover figure > p {
   color: var(--primary-color);
} 


.board-directors-profile-box figure {
   display: flex;
   flex-direction: column;
   align-items: center;
   font-size: 1.5vw;
   color: #bcbec0;
   margin-bottom: 2vw;
   gap: 0.5rem;
}

.board-directors-profile-box figure img {
   border-radius: 50%;
   border: 13px solid #bcbec0;
   width: 75%;
   transition: 0.3s ease-in-out;
	margin-bottom: 2vw;
}

/* B style */
.board-directors-profile-box figure > p {
   font-size: 1rem;
   margin: 0;
   transition: 0.3s ease-in-out;
   font-weight: 600;
	letter-spacing: 0;
}
.board-directors-profile-box figure > p:nth-child(2) {
    font-size: 1.5vw;
}
.board-directors-profile-box figure > strong {
   transition: 0.3s ease-in-out;
   margin-top: 1rem;
}
/* B end */
#board-directors-profile figcaption ~ strong {
   font-size: 1.1vw;
   font-weight: 400;
}

#board-directors-profile .board-directors-profile-box:hover figcaption {
   color: var(--primary-color);
}

#board-directors-profile .board-directors-profile-box:hover figure img {
   border: 13px solid var(--primary-color);
}

#board-directors-profile figcaption {
   font-size: 1.6vw;
   font-weight: 700;
   margin: 1.5vw 0 0;
   line-height: 1;
   transition: 0.3s ease-in-out;
}

#about-profile {
   display: flex;
   justify-content: center;
   background: url(/Themes/Prisma/Content/img/profile/profile-about.png)
      no-repeat center/cover;
   height: 100vh;
}

.about-profile-container img {
   margin-bottom: 4vw;
}

.about-profile-container {
   width: 50%;
   text-align: left;
   color: #fff;
   margin-top: 6vh;
}

.about-profile-container h3 {
    font-size: 12vw;
    margin-bottom: 4vw;
    color: #bebebe;
    text-align: center;
    letter-spacing: 4.5vw;
}

.about-profile-container p {
    font-size: 1.5vw;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    letter-spacing: 0;
}

.about-profile-container h2 {
   font-size: 18vw;
   color: #c2bec0;
   letter-spacing: 2vw;
   margin-block: 4vw;
   font-weight: 400;
}

.about-profile-container strong {
   font-size: 6vw;
   color: var(--primary-color);
   font-weight: 400;
   margin-top: 6vw;
   text-align: center;
}

#services-profile,
.projects-page-two {
   height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   color: #bcbec0;
   background: url(/Themes/Prisma/Content/img/profile/Services-profile.jpg)
      center/cover;
   /* background: url(/Themes/Prisma/Content/img/profile/Services-profile.png)
      center/cover; */
}

#services-profile h2 {
   font-size: 12vw;
   letter-spacing: 1vw;
   width: 59%;
   margin-top: 3.5vw;
   font-weight: 400;
}

.services-profile-container {
   display: flex;
   width: 100%;
   justify-content: center;
   gap: 3vw;
   position: relative;
   top: 5vh;
}

/* B style */

.services-profile-container .ser-hover {
   position: absolute;
   bottom: -50%;
   font-size: 2.5rem;
   text-transform: uppercase;
   left: 50%;
   transform: translate(-50%);
   transition: all 0.2s ease-in-out;
   width: 60vw;
}
.services-text-hover1,
.services-text-hover2,
.services-text-hover3,
.services-text-hover4,
.services-text-hover5 {
   opacity: 0;
   visibility: hidden;
}

.services-box1:hover .services-text-hover1,
.services-box2:hover .services-text-hover2,
.services-box3:hover .services-text-hover3,
.services-box4:hover .services-text-hover4,
.services-box5:hover .services-text-hover5 {
   opacity: 1;
   visibility: visible;
   color: #bcbec0;
}

.spc-1 {
   color: #1e3296;
}
.spc-2 {
   color: #1e64c8;
}
.spc-3 {
   color: #1e96fa;
}
.spc-4 {
   color: #78c8fa;
}
.spc-5 {
   color: #32b4c8;
}
/* end B style */
.services-profile-circle {
   border-radius: 50%;
   border: .95vw solid;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 4.5vw;
   font-family: "Condensed";
   width: 9vw;
   height: 9vw;
   margin-bottom: 1.5vw;
   overflow: hidden;
   font-weight: 700;
}
/* B style */
.services-profile-circle > img {
   height: 9vw;
}

.master-wrapper-page .services-profile-box {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 8%;
   gap: 0.5vw;
   font-size: 1.1vw;
   text-align: center;
   color: #bcbec0;
   transition: all 0.4s ease-in-out;
}

.master-wrapper-page .projects-page .services-profile-box:nth-child(1) {
   animation: left-5 0.6s;
}

@keyframes left-5 {
   0% {
      transform: translateX(-5vw);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      opacity: 1;
   }
}

.master-wrapper-page .projects-page .services-profile-box:nth-child(2) {
   animation: left-15 1s;
}

@keyframes left-15 {
   0% {
      transform: translateX(-15vw);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      opacity: 1;
   }
}

.master-wrapper-page .projects-page .services-profile-box:nth-child(3) {
   animation: left-30 1s;
}

@keyframes left-30 {
   0% {
      transform: translateX(-30vw);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      opacity: 1;
   }
}

.master-wrapper-page .projects-page .services-profile-box:nth-child(4) {
   animation: left-45 1s;
}

@keyframes left-45 {
   0% {
      transform: translateX(-45vw);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      opacity: 1;
   }
}
/* B style */
.master-wrapper-page .projects-page .services-profile-box:nth-child(5) {
   animation: left-55 1s;
}
@keyframes left-55 {
   0% {
      transform: translateX(-55vw);
      opacity: 0;
   }

   100% {
      transform: translateX(0);
      opacity: 1;
   }
}

.services-profile-box kbd {
   font-weight: 700;
   font-family: "Condensed";
}

.master-wrapper-page .services-profile-box:hover,
.services-profile-box:hover .services-profile-circle {
   color: #bcbec0;
}

.projects-page-two {
   margin-top: 15vw;
}

#services-profile > .services-profile-box,
#projects-page > .projects-page-two > div {
   width: 20%;
   display: flex;
   flex-direction: column;
   align-items: center;
   font-size: 1.6vw;
}

#services-profile > .services-profile-box > div,
#projects-page .projects-page-box > div {
   width: 13.5vw;
   height: 13.5vw;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   border: 15px solid;
   font-size: 6vw;
   font-family: sans-serif;
   margin-bottom: 0.5vw;
}

#projects-page .projects-page-box > div {
   border: 10px solid #6c757d;
}

#services-profile > .services-profile-box > kbd,
#projects-page .projects-page-box > kbd {
   margin: 1vw 0 0.4vw;
   font-size: 1.8vw;
   font-family: condensed;
   text-align: center;
}

#services-profile > .services-profile-box > kbd:nth-of-type(2),
#projects-page .projects-page-box > kbd:nth-of-type(2) {
   margin-top: 0;
}

#qhse-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 67vw;
    overflow: hidden;
}
#qhse-profile > img {
    width: 100%;
    height: 100%;
    scale: 1.3 1;
}
.qhse-slick {
   width: 65%;
   top: 0;
   position: absolute !important;
}

.qhse-slick .slick-next {
	right: -5vw !important;
}
.qhse-slick .slick-prev {
	left: -5vw !important;
}

.qhse-info > img {
   width: 100%;
   height: 100vh;
}
.qhse-info {
   width: 45%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 2rem 0;
}
.qhse-info > h2 {
   font-size: 13vw;
   font-weight: 400;
   letter-spacing: 6vw;
   text-align: center;
   color: #32b4c8;
   line-height: 1;
}
.qhse-info2 > h2 {
   font-size: 3rem;
   letter-spacing: 0;
   margin: 1.5rem 0;
}

.qhse-info2 > p:nth-child(4),
.qhse-info2 > p:nth-child(5),
.qhse-info2 > p:nth-child(6),
.qhse-info2 > p:nth-child(7),
.qhse-info2 > p:nth-child(8),
.qhse-info2 > p:nth-child(9),
.qhse-info2 > p:nth-child(10),
.qhse-info2 > p:nth-child(11) {
   padding-left: 3rem;
   font-size: 1.1rem;
}   
.qhse-info > h3 {
   font-size: 1.7vw;
   margin-bottom: 1vw;
   margin-top: 3vw;
   text-align: left;
   color: #fff;
}

.qhse-info > p {
   font-size: 1.3vw;
   line-height: 1.6;
   text-align: justify;
   font-weight: 300;
   letter-spacing: 0;
   color: #fff;
   margin: 0;
}
.qhse-info2 > p {
   text-indent: 0;
}
/* #qhse-profile>* {
    width: 51%;
} */

#certificate-profile {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: left;
   background: url(/Themes/Prisma/Content/img/profile/certificate-profile.png)
      center/cover;
   padding: 8vw 0;
   gap: 3vw;
}

#certificate-profile h2 {
   font-size: 6vw;
   color: #000;
   font-weight: 400;
   width: 75%;
}

.certificate-profile-box {
   display: grid !important;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 4vw 2vw;
   place-items: start;
   text-align: left;
   padding: 4vw 20vw;
}

.certificate-profile-box strong {
   color: #fff;
   font-size: 1.2vw;
   font-weight: normal;
}

.certificate-profile h2 {
   font-size: 8vw;
   letter-spacing: 1.5vw;
   color: #fff;
   padding-top: 4vw;
   font-weight: 400;
}

.certificate-profile-box strong {
   margin: 0.5vw 0;
}

.certificate-profile-box > div {
   width: 75%;
}

.certificate-profile-box > div * {
   user-select: none;
}

.certificate-profile-box p {
   color: #ddd;
   font-size: 1vw;
   line-height: 1.6;
   font-weight: 300;
}

.structure-profile {
   display: flex;
   flex-direction: column;
   background: linear-gradient(to right, rgba(34, 64, 153, 1), rgb(71 159 160));
   padding-top: 4vw;
   align-items: center;
   justify-content: center;
   gap: 3vw;
   position: relative;
   overflow: hidden;
}

.structure-profile > * {
   width: 55%;
}

.structure-profile h2 {
   width: 100%;
   font-size: 6vw;
   white-space: nowrap;
   color: #fff;
   font-weight: 400;
   line-height: 1;
}
/* controler */
.popup {
   width: 70%;
   height: 600px;
   margin-bottom: 2vw;
}
.popup figure {
   width: 100%;
   height: 600px;
   overflow: hidden;
}

.popup svg {
   width: 100%;
   height: 600px;
   cursor: pointer;
   overflow: scroll;
}
.organization-controler {
   display: flex;
   gap: 1rem;
}
.reset {
   right: 10%;
   bottom: 5%;
}
.minus {
   right: 15%;
   bottom: 5%;
}
.plus {
   right: 20%;
   bottom: 5%;
}
.reset,
.minus,
.plus {
   width: 3rem;
   height: 3rem;
   position: absolute;
   z-index: 99999;
   cursor: pointer;
   font-size: 2rem;
   background: #1e3296;
   padding: 10px;
   border-radius: 5px;
   user-select: none;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s;
}
.reset:hover,
.minus:hover,
.plus:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.reset:active, .minus:active, .plus:active {
    transform: translateY(3px);
	background: #5a72e9;
}

#map-profile {
   display: flex;
   justify-content: center;
   position: relative;
	overflow: hidden;
}
#zolal-iran-map {
    position: relative;
    width: 45vw !important;
    scale: 1.05 1.03 !important;
} 
#map-profile > .help-map {
    background: transparent;
    line-height: 1.5rem;
    position: absolute;
    bottom: 2%;
    left: 20%;
}
#map-profile > .help-map > p {
    font-size: 0.9vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    background: transparent !important;
}
#map-profile > .help-map > p::before {
   content: "";
   display: inline-block;
   width: 1rem;
   height: 1rem;
   margin-right: 0.5rem;
   border-radius: 50%;
   background-color: #000;
}
#map-profile > .help-map > p:nth-child(1)::before,
#map-profile > .help-map > p:nth-child(1) {
   background-color: #1e3296;
   color: #1e3296;
}
#map-profile > .help-map > p:nth-child(2)::before,
#map-profile > .help-map > p:nth-child(2) {
   background-color: #1e64c8;
   color: #1e64c8;
}
#map-profile > .help-map > p:nth-child(3)::before,
#map-profile > .help-map > p:nth-child(3) {
   background-color: #1e96fa;
   color: #1e96fa;
}
#map-profile > .help-map > p:nth-child(4)::before,
#map-profile > .help-map > p:nth-child(4) {
   background-color: #78c8fa;
   color: #78c8fa;
}
#map-profile > .help-map > p:nth-child(5)::before,
#map-profile > .help-map > p:nth-child(5) {
   background-color: #32b4c8;
   color: #32b4c8;
}

#customers-profile {
   display: flex;
   flex-direction: column;
   gap: 5vw;
   margin: 8vw 0;
}

#customers-profile h2 {
   font-size: 12vw;
   letter-spacing: 4vw;
   color: var(--primary-color);
   font-weight: 400;
   margin-bottom: 15vw;
}

.customers-profile-two {
   display: flex;
   justify-content: space-evenly;
}

.customers-profile-two > div {
   width: 10vw;
   height: 10vw;
   background: #e5e5e5;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 2.5vw;
   font-weight: 700;
   color: #626262;
}

.projects-page-two {
   background: none;
   margin: 0;
   padding: 0;
}

#projects-page {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8vw;
   padding: 5rem 0;
}

#projects-page h2 {
   font-size: 7vw;
   font-weight: 500;
   color: #1e3296;
}

.sec-one-home,
.sec-two-home {
   display: flex;
}

/* footer */

footer {
   background: #1e3296;
   padding-top: 3vw;
   color: #fff;
}

footer h2 {
    font-size: 10vw;
    letter-spacing: 3vw;
    width: 50%;
    margin: auto;
    font-weight: 400;
    margin-bottom: 2vw;
}

.footer-child-one {
   display: flex;
   justify-content: center;
   color: #ddd;
}

.footer-child-box {
   width: 25%;
}

.footer-child-three .footer-child-box .footer-insta a {
   font-size: 1.1vw;
   font-weight: 700;
   background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
   );
   background-clip: border-box;
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
}

.footer-child-three .footer-child-box .footer-linkedin a {
   font-size: 1.1vw;
   font-weight: 700;
   color: #003bc8;
}

.footer-child-box h3 {
    border-bottom: 2.3px solid #a9a8a8;
    padding-bottom: 0.5vw;
    margin-bottom: 0.8vw;
    font-size: 2vw;
    text-align: left;
    color: #a9a8a8;
    letter-spacing: 0;
}

.footer-child-box p {
   width: 65%;
   font-size: 1.2vw;
   line-height: 1.5;
	font-weight: 300;
}

.footer-child-box p span {
    letter-spacing: 0;
}

.footer-child-three .footer-child-box p {
   width: unset;
   font-size: 1vw;
   line-height: 1.5;
   color: #eee;
}

.footer-child-three .footer-child-box {
   width: 50%;
}

.footer-child-two {
    background: linear-gradient(to bottom, #1e3296 50%, #fff 0);
    display: flex;
    justify-content: center;
    padding: 10vw 0;
    position: relative;
}
.footer-child-box .footer--title-color {
	color: #a9a8a8;
	margin-right: .5vw;
}

.footer-child-two img {
   width: 33vw;
   transition: 0.3s ease-in-out;
}

.footer-child-two img:hover {
   transform: scale(1.05);
}

.footer-child-three {
    text-align: center;
    background: #bebebe;
    font-size: 1vw;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 6vw;
}
.footer-socialMedia--icons {
    position: absolute;
    left: 50%;
    top: 45vw;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
}
.footer-socialMedia--icons > a {
	width: 2.3vw;
	height: 2.3vw;
}

.mega-menu {
   font-size: 1.5vw;
   justify-content: center;
}

.mega-menu a {
   font-size: 1.5vw;
}

#about-mirror {
   margin: 15vw 0;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5rem;
   font-size: 5rem;
   color: var(--primary-color);
   font-weight: 700;
}

#about-mirror h3,
#about-mirror span {
   letter-spacing: 1rem;
}

#about-mirror span {
   transform: scaleX(-1);
}

.testimonial-slider.slick-initialized.slick-slider {
   position: relative;
}

h1,
h2,
h3,
h4 {
   text-align: center;
}

.select-lang-page {
   position: fixed;
   inset: 0;
   background: #fff;
   z-index: 999;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5vw;
}

.select-lang-page a {
   font-size: 2vw;
   color: #ccc;
   transition: 0.3s ease-in-out;
}

.select-lang-page a:hover {
   color: var(--primary-color);
}

.select-lang-page img {
   width: 35%;
}

.hide-lang-page {
   display: none;
}

.footer-form-parent {
   display: flex;
   justify-content: center;
   margin: 3vw 0 8vw;
}

#footer-form > *::placeholder {
   color: #eeeeee99;
   transition: 0.3s ease-in-out;
}

#footer-form > *:focus::placeholder {
   color: transparent;
   transition: 0.3s ease-in-out;
}

#footer-form > * {
   border: none;
   border-bottom: 2px solid #eeeeee99;
   background: transparent;
   padding: 0.5vw 0 0;
   font-size: 1.1vw;
   color: #eee;
   transition: 0.3s ease-in-out;
}

#footer-form > *:focus {
   border-bottom: 2px solid #eee;
}

#footer-form {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-areas:
      "name family"
      "email subject"
      "textarea textarea"
      "button button";
   width: 50%;
   grid-gap: 1vw 3vw;
}

#footer-form input[name="name"] {
   grid-area: name;
}

#footer-form input[name="family"] {
   grid-area: family;
}

#footer-form input[name="email"] {
   grid-area: email;
}

#footer-form input[name="subject"] {
   grid-area: subject;
}

#footer-form textarea {
   grid-area: textarea;
   min-height: unset;
}

#footer-form button {
   grid-area: button;
   border: 2px solid;
   color: #eeeeee99;
   padding: 0.2vw 0.8vw;
   justify-self: center;
   border-radius: 2vw;
   font-size: 1.4vw;
   margin-top: 1vw;
   transition: 0.3s ease-in-out;
   min-width: 6vw;
}

#footer-form button:hover {
   color: #eee;
}

.certificate-profile.slider {
   background: url(/Themes/Prisma/Content/img/profile/certificate-profile.png)
      center/cover;
   display: flex;
   flex-direction: column;
}

#services-profile.projects-page {
   background: unset;
   padding: 0 0 10vw;
}

#services-profile.projects-page h2 {
   font-weight: 400;
   letter-spacing: 1.23vw;
   color: var(--primary-color);
}

.master-wrapper-page .projects-page .services-profile-box:hover,
.projects-page .services-profile-box:hover .services-profile-circle {
   color: var(--primary-color);
}

#urban-water,
#petroleum-gas,
#finance {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 20vw;
}

#urban-water {
   gap: 1vw;
}

.urban-water-one,
.urban-water-two,
.pumping-stations-container,
.petroleum-gas-one,
.petroleum-gas-two,
.finance-one {
   width: 50%;
}

.urban-water-one,
.pumping-stations-container,
.petroleum-gas-one,
.finance-one {
   position: relative;
   font-size: 1.3vw;
}

.urban-water-two {
   display: flex;
   justify-content: space-between;
   font-size: 1.3vw;
}

.master-wrapper-page .urban-water-two a,
.master-wrapper-page .urban-water-one a,
.master-wrapper-page .pumping-stations-container a,
.master-wrapper-page .petroleum-gas-two a,
.master-wrapper-page .petroleum-gas-one a,
.master-wrapper-page .finance-one a {
   color: #bcbec0;
   transform: perspective(2px) translateZ(0);
   backface-visibility: hidden;
}

.master-wrapper-page .sec-home-slider-container a {
   color: #bcbec0;
}

.master-wrapper-page .sec-home-slider-container a:hover {
   color: #fff;
}

.master-wrapper-page .urban-water-two a:hover,
.master-wrapper-page .urban-water-one a:hover,
.master-wrapper-page .pumping-stations-container a:hover,
.master-wrapper-page .petroleum-gas-two a:hover,
.master-wrapper-page .petroleum-gas-one a:hover,
.master-wrapper-page .finance-one a:hover {
   transform: scale(1.05);
   color: var(--primary-color);
   -webkit-font-smoothing: subpixel-antialiased;
}

.urban-water-one a,
.pumping-stations-container a,
.petroleum-gas-one a,
.finance-one a {
   position: absolute;
   margin: 0;
}

.urban-water-one a:nth-child(1) {
   top: 63%;
   right: 0;
}

.urban-water-one a:nth-child(2) {
   top: 68%;
   right: 0;
}

.urban-water-one a:nth-child(3) {
   top: 73%;
   right: 0;
}

.urban-water-one a:nth-child(4) {
   top: 88%;
   left: 0;
}

.urban-water-one a:nth-child(5) {
   top: 93%;
   left: 0;
}

.urban-water-one a:nth-child(6) {
   top: 98%;
   left: 0;
}

.urban-water-two a,
.petroleum-gas-two a {
   margin: 0;
}

.urban-water-two-right {
   align-items: end;
}

.urban-water-two-left {
   align-items: start;
}

.urban-water-two-left,
.urban-water-two-right {
   display: flex;
   flex-direction: column;
}

#pumping-stations {
   display: flex;
   justify-content: center;
   margin: 5vw 0 20vw;
}

.pumping-stations-container a:nth-child(1) {
   top: 67%;
   left: 1.7%;
}

.pumping-stations-container a:nth-child(2) {
   top: 72%;
   left: 1.7%;
}

.pumping-stations-container a:nth-child(3) {
   top: 77%;
   left: 1.7%;
}

.pumping-stations-container a:nth-child(4) {
   top: 82%;
   left: 1.7%;
}

.pumping-stations-container a:nth-child(5) {
   top: 87%;
   left: 1.7%;
}

.pumping-stations-container a:nth-child(6) {
   top: 92%;
   left: 1.7%;
}

.petroleum-gas-two {
   display: flex;
   flex-direction: column;
   align-items: end;
}

.petroleum-gas-one,
.petroleum-gas-two {
   font-size: 1.3vw;
}

.petroleum-gas-one a:nth-child(1) {
   top: 72%;
   left: 0;
}

.petroleum-gas-one a:nth-child(2) {
   top: 77%;
   left: 0;
}

.finance-one a:nth-child(1) {
   top: 50%;
   right: 100%;
   white-space: nowrap;
}

.finance-one a:nth-child(2) {
   top: 55%;
   right: 100%;
}

#projects-page-slider {
   position: relative;
}
#projects-page-slider .projects-page-slick .slick-dots {
	bottom: 8vw !important;	
	width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}	

.projects-page-slider-container,
.sec-home-slider-container {
   width: 45%;
   left:50%;
   transform: translateX(-50%);
   position: absolute;
   inset: 0;
   z-index: 1;
   display: flex;
}

.projects-page-slider-container {
    width: 22.3vw;
    left: 29vw;
    transform: translateX(-50%);
}
.sec-home-slider-container {
   height: fit-content;
   justify-content: center;
}

.sec-home-slider-one,
.sec-home-slider-two {
   width: 25%;
   display: flex;
   justify-content: center;
   margin-top: 4vw;
   font-size: 10vw;
}

.sec-home-slider-one a {
   transform: scalex(-1);
}

.sec-home-slider-one a,
.sec-home-slider-two a {
   position: relative;
}

.sec-home-slider-one a:before,
.sec-home-slider-two a:after {
   position: absolute;
   font-size: 3vw;
   top: 50%;
   left: 125%;
}

.sec-home-slider-one a:before {
   content: "FILE";
   transform: translateY(-50%) scalex(-1);
}

.sec-home-slider-two a:after {
   content: "JECTS";
   transform: translateY(-50%);
}
/* bstyle start */
.slick-next:hover, .slick-next:focus {
    color: unset !important;
    background: url(/Themes/Prisma/Content/img/home/arrow-right.png) no-repeat center/contain !important;
}
.slick-prev:hover, .slick-prev:focus {
    color: unset !important;
    background: url(/Themes/Prisma/Content/img/home/arrow-left.png) no-repeat center/contain !important;
}
.projects-page-slider-one {
   width: 100%;
   background: #00000073;
   padding: 4vw 2vw 0 2vw;
}

.projects-page-slider-box {
    margin-bottom: 1.8vw;
}

.projects-page-slider-box h4 {
    font-weight: 600;
    text-align: left;
    font-size: 1.24vw;
    color: #bebebe;
    text-transform: uppercase;
    letter-spacing: 0;
}

.projects-page-slider-box p {
    font-size: 1.2vw;
    color: #fefefe;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#projects-page-slider .projects-page-slick .slick-slide {
	margin-inline: 0 !important;
}	
.projects-page-slick-box img {
	width: 100%;
}

.projects-page--titleBox {
    position: absolute;
    right: -13vw;
    top: 25%;
	display:none;
}
#project-title--style {
	text-align: start;
	letter-spacing: 0.2vw;
	display:none;
}

#project-title--style > span {
	display:block;
}
.baba-sh--container {
	right: -31vw;	
}
.sarney-title--container {
	right: -17vw;
}
.larestan-title--container {
	right: -21vw;
}
.kerman-title--container {
	right: -19vw;
}
.darab-title--container {
	right: -16vw;
}
.bandar-title--container {
	right: -17vw;
}
.zarrinDasht-title--container {
	right: -29vw;
}
.nIsfahan-title--container {
	right: -20vw;
}
.Sadra--container {
	right: -16vw;
}
.shiraz-title--container {
	right: -18vw;
}
.fajr-title--container {
	right: -11vw;
}
.yadavaran-title--container {
   right: -45vw;
}
.darkhovein-title--container {
   right: -29vw;
}
.shahreza-title--container {
   right: -22vw;
}
.dorudzan-title--container {
   right: -25vw;
}
.dasht-title--container {
   right: -32vw;
}
.garmsiri-title--container {
	right: -28vw;
}
.fajr1-title--container {
	right: -17vw;
}
.fajr2-title--container {
	right: -15vw;
}
.Kermanshah-title--container {
	right: -29vw;
}
.southern-title--container {
	right: -34vw;
}
.southern12-title--container {
	right: -33vw;
}
.south2021-title--container {
	right: -36vw;
}
.bidboland-title--container {
    right: -30vw;
}
.projects-page--titleBox h2 {
    color: #fefefe;
    font-size: 5vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5vw;
	text-transform: uppercase;
}
.dasht-title--container > h2 {
	letter-spacing: 0;
}
.projects-page--infoBox button {
    padding: 0.2rem 1.4rem;
    font-size: 1.1vw;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    background: transparent;
    letter-spacing: 0;
	margin-top: .5vw;
}
.slick-dotted.slick-slider {
	margin-bottom: unset !important;
}
.projects-page--infoBox{
    height: 100%;
	padding-top: 1rem;
}

.projects-page--popUp-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000007d;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transition: all .3s ease-out
}
.popUp-container--show {
	z-index: 111;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
	transition: all .3s ease;
	backdrop-filter: blur(5px);
}	
.projects-page--popUp-container > .slick-container {
	position:relative;
    width: 90%;
    height: 85%;
	transform: scale(.9);
	opacity: 0;
	transition: all .3s ease-out;
}
.projects-page--popUp-container > .slick-container--scale {
	transform: scale(1);
	opacity: 1;
	top: 1rem;
}

.projects-page--viewBtnSlick {
	width:100%;
	height:100%;
}
.viewBtnSlick--imgContainer > img {
	height:100%;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
.projects-page--viewBtnSlick .slick-slide {
	margin-inline: unset;
}
.projects-page--viewBtnSlick .slick-dots {
	bottom: 5vh !important;
}
.popUp-container--info {
    width: 100%;
    height: 3vw;
    position: absolute;
    top: -4vw;
    left: 0;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2vw 1rem;
    border-radius: 5px 5px 0 0;
}
.popUp-container--info > .project-name {
    color: #1b3fa8;
    font-size: 2.3vw;
    letter-spacing: 1rem;
}
.popUp-container--info .title--slickName {
	letter-spacing: 0;
}
.popUp-container--info > .close-icon {
    color: #1b3fa8;
    font-size: 4rem;
    transform: rotate(45deg);
    font-weight: 100;
    cursor: pointer;
}
.projects-page--viewBtnSlick .slick-next {
	right: -4%;
}
.projects-page--viewBtnSlick .slick-prev {
	left: -4%;
}
/* bstyle end */

.projects-page-slider-two {
   width: 50%;
   display: flex;
   justify-content: center;
   font-size: 2.8vw;
   color: #fff;
}

.projects-page-slider-two h2 {
   text-align: left;
   line-height: 1;
   font-weight: 700;
   letter-spacing: 0.5vw;
   padding-left: 1.5vw;
   padding-top: 1.5vw;
}

.home-page-body .slider-wrapper {
   position: relative;
   margin-top: 4.5rem;
}

/* .home-page-body .nivoSlider img {
    aspect-ratio: 16/7;
} */

.home-page-body .nivo-directionNav a {
   filter: invert(1);
   user-select: none;
}

/* bstyle for homeLTR */
.home-page-body .nivo-directionNav a.nivo-prevNav {
	left: 13vw !important;
}
.home-page-body .nivo-directionNav a.nivo-nextNav {
	right: 13vw !important;
}
/* .nivo-controlNav {
	bottom: 6rem !important; 
} */
/* bstyle for homeLTR */

.home-page-body .master-wrapper-content {
   margin: 0;
}

.topic-block-body p:nth-child(1) {
   margin: 3rem;
   font-size: 2rem;
   color: #000;
   text-align: center;
   display: none;
}

.home-page-body .button-slider-home {
   position: absolute;
   top: 45vw;
   z-index: 20;
   font-size: 1.3vw;
   left: 50%;
   transform: translateX(-50%);
   color: #bcbec0;
   transition: 0.3s ease-in-out;
   display: block;
}

.home-page-body .button-slider-home:hover {
   text-shadow: 0 0 1px #fff;
}

#sec-home-slider {
   position: relative;
}

.homepage-left-section div {
   width: 50%;
   display: flex;
}

.homepage-left-section {
   display: flex;
   align-items: center;
}

.homepage-left-section-one {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 2rem;
}

.homepage-left-section-one p {
   width: 80%;
   text-align: justify;
   font-size: 1.1rem;
   color: #444;
}

.homepage-left-section-one h1 {
   font-size: 1.7rem;
   color: #1e3296;
}

.button-slider-home {
   display: none;
}

.mega-menu li {
   position: relative;
}

.mega-menu li::after {
   content: "|";
   position: absolute;
}

.header-menu {
   display: flex;
   justify-content: center;
   position: fixed;
   left: 0;
   right: 0;
   z-index: 100;
   background: #fff;
   top: 0;
   padding: 0.5rem 0;
}

.admin-header-links ~ .header-menu {
   padding-top: 2.8rem;
   transition: 0.1s linear;
}

.home-page-body
   .master-header-wrapper-parent:has(.admin-header-links)
   ~ .slider-wrapper {
   margin-top: 4.5rem;
}

/*.projects-page-slider-one h2 {
    text-align: start;
    font-size: 6.5vw;
    color: #78c8fa;
    letter-spacing: 1rem;
    text-transform: uppercase;
    margin-bottom: 6rem;
	font-weight: 400;
} */

.urban-water-one img {
   width: 100%;
}

@media screen and (max-width: 768px) {
   .home-page-body .slider-wrapper,
   .home-page-body
      .master-header-wrapper-parent:has(.admin-header-links)
      ~ .slider-wrapper {
      margin-top: 4rem;
   }

   #board-directors-profile figure img {
      border: 4px solid #bcbec0;
      width: 100%;
   }

   #board-directors-profile .board-directors-profile-box:hover figure img {
      border: 4px solid var(--primary-color);
   }

   .services-profile-circle {
      border: 5px solid;
   }

   .homepage-left-section div {
      width: 95%;
   }

   .homepage-left-section {
      flex-direction: column-reverse;
   }
}

@media screen and (max-width: 600px) {
   #customerlanguage,
   .mega-menu a,
   .mega-menu {
      font-size: 2.5vw;
   }

   .admin-header-links ~ .header-menu {
      padding-top: 2rem;
      transition: 0.1s linear;
   }

   .home-page-body .slider-wrapper,
   .home-page-body
      .master-header-wrapper-parent:has(.admin-header-links)
      ~ .slider-wrapper {
      margin-top: 3rem;
   }
		/* bstyle600 */
	.projects-page-slider-box {
    	margin-bottom: 0.5rem;
	}
	.projects-page--infoBox button{
		display: none;
	}
	.projects-page--infoBox{
		padding: unset;
	}
	.projects-page-slider-box h4{
		font-size: 2.5vw;
	}
	.projects-page-slider-box p {
		font-size: 8.5px;
	}
	.projects-page--popUp-container{
		display: none;
	}
	.slick-dots li button:before {
    	font-size: 2rem !important;
	}
	.projects-page-slider-box p{
		color: #fff;
	}
	#projects-page-slider {
    	height: 30vh;
	}
	#projects-page-slider .projects-page-slick
	, .projects-page-slick-box img{
    	height: 100%;
	}
	.projects-page-slider-container{
		width: 35%;
	}
	#projects-page-slider .projects-page-slick .slick-dots{
		padding: 0 !important;
	}
}

/* B style */
.homepage-slickDemo {
   width: 100%;
   position: relative;
   display: flex;
   justify-content: center;
}

.homepage-slickDemo > img {
   width: 100%;
}
.section-infoTxt {
    position: absolute;
    top: 13.6vw;
    display: flex;
    direction: rtl;
    gap: 1rem;
}
.section-infoTxt .profile-title--home {
	position: relative;
}
.profile-title--home > a {
	transform: rotateY(180deg);
}
.section-infoTxt .profile--links {
    height: 12vw;
    position: absolute;
    display: flex;
    gap: 1.7vw;
    align-items: center;
    justify-content: center;
    width: 100vw;
    color: #fff;
    font-size: 1.5vw;
    left: 100%;
    padding: 4vw 0;
    padding-left: 2vw;
    transform: translateX(-50%);
    transition: all .4s ease;
}
.profile--links > a {
    font-size: 1.2vw;
    font-weight: 300;
}

.profile--links > a:hover {
	color: #1b3fa8;
}

.section-infoTxt > div > a:nth-child(2) {
   transform: scalex(-1);
}

.section-infoTxt > div > a {
    display: inline-block;
    color: #00007e;
    scale: 1.1 1.3;
    font-size: 9.5vw;
    font-weight: 700;
	transition: all .4s ease;
}

slick-slide > div {
   height: 100%;
}

.section-infoTxt > div:nth-child(1) > a::before {
   content: "JECTS";
   transform: translateY(-50%);
}

.section-infoTxt > div:nth-child(2) > a::after {
   content: "FILE";
   transform: translateY(-50%) scaleX(-1);
}

.section-infoTxt > div:nth-child(2) > a::after,
.section-infoTxt > div:nth-child(1) > a::before {
   position: absolute;
   font-size: 1.5vw;
   top: 50%;
   left: 125%;
}

#first-poster {
   height: 100vh;
   background-color: #fff;
   position: relative;
   position: fixed;
   inset: 0;
   z-index: 999;
   justify-content: center;
}
#first-poster > img {
   width: 85%;
   scale: 1 1.2;
   margin-bottom: 1rem;
}
#first-poster > .homeBanner-lang {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   top: 85%;
   left: 50%;
   transform: translate(-50%, -50%);
   gap: 1rem;
}
.homeBanner-lang > a {
   display: flex;
}
.homeBanner-lang > a > img {
   width: 9rem;
}
.homeBanner-lang > a > img:nth-child(1) {
   height: 2.5rem;
   width: 4rem;
}

/* project page */
.pro-container {
   width: 100%;
   position: relative;
   background-color: #1e3296;
   display: flex;
   align-items: center;
   flex-direction: column;
   height: 100vh;
}
.urban-water-container {
   background-color: #1e3296;
}
.urban-water-container .urban-img {
    width: 100vw;
    height: 33vw;
}
.pumping-container .pumping-img {
    width: 100vw;
    margin-top: 3vw;
	margin-bottom: 1vw;

}
.petroleum-project-container .petroleum-img {
    width: 100vw;
	margin-top: 3vw;
	margin-bottom: .5vw;
}
.finase-project-container .finase-img {
    width: 85vw;
    margin: 2vw 0 2vw 0;
}
.pro-container > .linkes {
    display: flex;
    align-items: center;
    gap: 1vw;
    max-width: 50vw;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    color: #bebebe;
    cursor: default;
}
.linkes > a {
   color: #bebebe;
   font-size: 1.1vw;
   cursor: pointer;
   letter-spacing: 0.5px;
}
.pumping-container {
   background-color: #1e64c8;
}
.petroleum-project-container {
   background-color: #1e96fa;
}
.petroleum-project-container > .linkes {
   max-width: 36vw;
}
.petroleum-project-container .petroleum--linkes {
   max-width: 46vw;
}
.petroleum-project-container > img {
   width: 40vw;
   height: 70vh;
}
.finase-project-container {
   background-color: #78c8fa;
}
.finase-project-container .linkes > a,
.finase-project-container .linkes {
   color: #e9e9e9;
}
.finase-project-container .linkes > a:hover {
   color: #fff;
}
.construction-container {
   background-color: #32b4c8;
}
/*.construction-container > img {
    width: 50vw;
    height: 55vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}*/

.achievement-container {
   width: 100%;
   height: 125vh;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.achievement-container > img {
   width: 100%;
   height: 100%;
}
.achievement-container > .achievement-tabs {
   display: flex;
   align-items: center;
   flex-direction: column;
   position: absolute;
   width: 65%;
   margin-bottom: 4rem;
   top: 0;
   padding: 3vw 0 4vw 0;
}
.achievement-tabs > .achievement-title > h1 {
   text-align: center;
   color: #78c8fa;
   letter-spacing: 1vw;
   font-size: 7vw;
   scale: 1 1.3;
}
.achievement-tabs > ul {
    display: flex;
    color: #78c8fa;
    width: 100%;
    font-size: 1.8vw;
    height: 25rem;
    position: relative;
    margin: 0;
    padding: 0;
    gap: 3.2vw;
    justify-content: center;
    margin-top: 1.3vw;
}
.achievement-tabs > ul > li {
   font-size: 1.8vw;
   color: #78c8fa;
   cursor: pointer;
   width: fit-content;
   height: fit-content;
   letter-spacing: 0;
}
.mega-menu > li > a:hover,
.profile-two > .profile-two-link > a:hover {
   color: #1e3296;
}
/* slick section */
.achievement-slider {
   width: 100%;
}
.achievement-tabs > ul > li.active {
   color: #fff;
}
.achievement-tabs > ul > li > .tab-content {
   z-index: 0;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   flex-direction: column;
   align-items: center;
   top: 15%;
   left: 50%;
   transform: translate(-50%);
   gap: 1.1rem;
   cursor: default;
   transition: all 0.3s ease-in-out;
}
.achievement-tabs > ul > li:last-child > .tab-content {
   display: flex;
}
.achievement-slider .slider-container {
   width: 25rem;
   display: flex !important;
   flex-direction: column;
   align-items: center;
}
.slider-container .slider-content-info {
   display: flex;
   justify-content: center;
   gap: 2rem;
   width: 100%;
}
.slider-content-info > p {
   font-size: 0.9vw;
   letter-spacing: 0.5px;
}
.slider-content-info > p:nth-child(1) {
   color: #fefefe;
}
.slider-content-info > p:nth-child(2) {
   color: #bebebe;
}
.achievement-slider .slider-container > img {
   height: 70vh;
}
.slick-track {
   height: 100%;
}
.slick-slide > div {
   height: 100%;
}
.slick-list {
   height: 100%;
}
.slick-slide {
   margin-inline: 3.5rem;
}
.slick-slide:last-child {
   margin-inline: 0;
}
.slick-dots {
   bottom: -6vh !important;
   left: 1vw;
   display: flex;
   justify-content: center;
   width: 100%;
   margin: 0 !important;
}
.slick-dots li button:before {
   font-size: 3.3vw !important;
}
.slick-dots li.slick-active button:before {
   opacity: 1 !important;
   color: #fff !important;
}
.slick-dots li button:before {
   color: #fff !important;
}
/* .achievement-tabs > ul > li > .tab-content img {
   width: 20vw;
   position: absolute;
   left: 50%;
   transform: translate(-50%);
} */
/* .achievement-tabs > ul > li > .tab-content > p {
   text-indent: 1rem;
   font-size: 1.1rem;
   font-weight: 300;
   line-height: 1.5rem;
   letter-spacing: 0;
} */
.achievement-tabs > ul > li > .tab-content.active {
   /* display: flex; */
   z-index: 1;
   opacity: 1;
   visibility: visible;
}
.achievement-slider .slick-dots {
	width: 100vw;
	left: 50%;
    transform: translateX(-50%);
}
.achievement-slider .slick-prev {
	left: -5vw;
}
.achievement-slider .slick-next {
	right: -5vw;
}
/* B media Quary */

@media screen and (max-width: 400px) {
	.section-infoTxt > div > a {
		font-size: 13vw;
	}
   .section-infoTxt > a {
      font-size: 3rem;
   }
   #profile-page h2 {
      font-size: 13vw;
      letter-spacing: 2vw;
   }
   .profile-two-link {
      font-size: 3vw;
   }
   .profile-two a,
   .mega-menu a {
      font-size: 3vw;
   }
   #about-profile {
      height: unset;
   }
   .about-profile-container {
      width: 100%;
      padding: 1.3rem;
      margin: 0;
   }
   .about-profile-container h3 {
      font-size: 21vw;
      margin-bottom: 4vw;
      letter-spacing: 1.7rem;
   }
   .about-profile-container p {
      font-size: 1rem;
   }
   #board-directors-profile {
      margin-bottom: 5vw;
      margin-top: 2rem;
   }
   #board-directors-profile h2 {
      font-size: 10vw;
      margin-bottom: 3vw;
   }
   .board-directors-profile-container {
      width: 80%;
      gap: 6vw;
   }
   #board-directors-profile figure {
      font-size: 1.5vw;
      margin-bottom: 2vw;
      gap: 0.3rem;
   }
   #board-directors-profile figure > strong {
      font-size: 0.7rem;
      margin-top: 0.3rem;
   }
   #board-directors-profile figure > p {
      font-size: 0.6rem;
   }
   .board-directors-profile-box div h4 {
      font-size: 2.5vw;
   }
   .board-directors-profile-box div small {
      font-size: 2.1vw;
      font-weight: unset;
   }
   .achievement-container {
      width: 100%;
      height: 85vh;
   }
   .achievement-container > img {
      height: 100%;
      scale: 2.5 1;
   }
   .achievement-tabs > .achievement-title > h1 {
      padding: 1rem 0;
      font-size: 2.9rem;
      letter-spacing: 0.4rem;
   }
   .achievement-tabs > ul {
      width: 100%;
      gap: 0.7rem;
      justify-content: space-around;
   }
   @keyframes profile {
      0% {
         width: 0;
      }

      10% {
         width: 0;
      }

      100% {
         width: 100%;
      }
   }
   .achievement-tabs > ul > li {
      font-size: 1rem;
   }
   .achievement-tabs > ul > li:nth-child(4) > div {
      top: 20%;
   }
   .achievement-tabs > ul > li > .tab-content > p {
      font-size: 0.9rem;
      line-height: 1.3rem;
      margin: 0;
   }
   .achievement-container > .achievement-tabs {
      position: absolute;
      width: 100%;
      margin-bottom: 4rem;
      top: 0;
   }
   .achievement-tabs > ul > li > .tab-content {
      gap: 0.8rem;
   }
   .achievement-tabs > ul > li > .tab-content {
      top: 20%;
   }
   .achievement-tabs > ul > li > .tab-content img {
      height: 25vh;
   }
   #services-profile h2 {
      font-size: 15vw;
      width: 100%;
      letter-spacing: 3vw;
      margin-bottom: 3vw;
   }
   .services-profile-container {
      width: 100%;
      gap: 2vw;
      align-items: baseline;
      top: 0;
   }
   .services-profile-circle > img {
      width: 10rem;
      height: unset;
   }
   .master-wrapper-page .services-profile-box {
      width: fit-content;
      justify-content: center;
   }
   .services-profile-box kbd {
      font-size: 0.5rem;
   }
   .services-profile-circle {
      font-size: 9vw;
      width: 16vw;
      height: 16vw;
      align-self: center;
   }
   .services-profile-container .ser-hover {
      bottom: -70%;
      font-size: 1.2rem;
      width: 100vw;
   }
   #services-profile {
      height: 35vh;
   }
   #first-poster > img {
      width: 50vw;
      height: 25rem;
      scale: 4 1;
      margin-top: 3rem;
   }
   #first-poster > .homeBanner-lang {
      top: 75%;
   }
   #qhse-profile {
      height: 30rem;
   }
   #qhse-profile > img {
      height: 100%;
      scale: 3 1;
   }
   #qhse-profile > .qhse-info {
      width: 100%;
      padding: 0 1rem;
      top: 1rem;
   }
   #qhse-profile > .qhse-info > h2 {
      font-size: 5rem;
      letter-spacing: 10vw;
      width: 100%;
      padding-left: 2rem;
      font-weight: 700;
   }
   #qhse-profile > .qhse-info > h3 {
      font-size: 1rem;
   }
   #qhse-profile > .qhse-info > p {
      font-size: 0.8rem;
      margin: 0;
   }

   .master-wrapper-page.project-circel-box {
      width: fit-content;
   }

   .project-circel-box kbd {
      font-size: 0.8rem;
      font-weight: 300;
      white-space: nowrap;
   }
   .project-circel-box:last-child kbd {
      white-space: normal;
   }
   .project-circel-box > span {
      font-size: 9vw;
      width: 23vw;
      height: 23vw;
      align-self: center;
   }
   .project-section1-container::-webkit-scrollbar {
      display: none;
   }
   .project-section1-container {
      gap: 4vw;
      justify-content: start;
      overflow: scroll;
      padding: 0 1rem;
   }

   .pro-container {
      padding: 1rem 0.5rem 3rem 0.5rem;
      height: unset;
   }
   .pro-container > .linkes {
      justify-content: center;
      gap: 0.5rem;
   }
   .pro-container > .linkes > a {
      font-size: 0.8rem;
   }
   .pro-container > img {
      width: 75vw;
      height: 25vh;
   }
   .achievement-tabs > ul > li > .tab-content.active {
      display: flex;
      top: 30%;
   }
   .slick-dots {
      bottom: -1.2rem !important;
      left: 5%;
   }

   #map-profile > .help-map {
      line-height: 0.9rem;
      bottom: -6%;
      left: 2%;
   }
   #map-profile {
      padding-top: 3vw;
      padding-bottom: 7vw;
   }
   #map-profile > .help-map > p {
      font-size: 0.5rem;
      letter-spacing: 0px;
      margin: 0;
   }
   #map-profile > .help-map > p::before {
      width: 0.5rem;
      height: 0.5rem;
      margin-right: 0.3rem;
   }
   .qhse-slick {
      width: 100%;
      top: 72px;
      scale: 1.3;
      position: absolute !important;
   }
   .qhse-info > h3 {
      font-size: 2.5vw;
   }
   .qhse-info > p {
      font-size: 2.3vw;
   }
   .qhse-info > h2 {
      font-size: 20vw;
   }
   .slider-container .slider-content-info {
      gap: 1rem;
   }
   .slider-content-info > p {
      font-size: 0.4rem;
   }
   .popup {
      width: 100%;
      height: auto;
   }
   .popup figure,
   .popup svg {
      height: auto;
   }
   .reset,
   .minus,
   .plus {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 1rem;
   }
   .plus {
      right: 25%;
   }
   .reset {
      right: 5%;
   }

   /* footer style */
   .footer-child-one {
      gap: 2vw;
      padding: 0 1rem;
   }
   .footer-child-box {
      width: 50%;
      display: flex;
      flex-direction: column;
   }
   .footer-child-box h3 {
      border-bottom: 2px solid #eeeeee99;
      font-size: 4.6vw;
      width: 90%;
   }
   .footer-child-box p {
      font-size: 3.1vw;
   }
   #zolal-iran-map {
      width: 85%;
   }
   .structure-profile h2 {
      font-size: 9vw;
   }
   #map-profile svg {
      width: 80% !important;
   }
   .footer-child-three .footer-child-box {
      width: 30%;
   }
   .footer-child-three .footer-child-box .footer-insta a {
      font-size: 1rem;
   }
   .footer-child-three .footer-child-box .footer-linkedin a {
      font-size: 1rem;
   }
   .footer-child-three .footer-child-box {
      width: 30%;
   }
   .footer-child-two img {
      width: 45vw;
   }
   .footer-child-three .footer-child-box p {
      font-size: 0.6rem;
   }
   .section-infoTxt > a:nth-child(2)::after,
   .section-infoTxt > a:nth-child(1)::before {
      font-size: 4vw;
      left: 115%;
   }
   /* slick media */
   .slick-slide {
      margin-inline: 1rem;
   }
   .achievement-slider {
      scale: 1.5;
   }
   .slick-dots li button:before {
      font-size: 1.5rem !important;
   }
   .slick-dots li {
      margin: 0 !important;
   }
   .slick-dots {
      margin-bottom: 0.3rem !important;
   }
   .slick-prev {
      width: 8vw !important;
      height: 5vw !important;
      left: 13.8% !important;
      top: 42% !important;
   }
   .slick-next {
      width: 8vw !important;
      height: 5vw !important;
      right: 13.8% !important;
      top: 42% !important;
   }
   .structure-profile > * {
      width: 90%;
   }
   #services-profile,
   .projects-page-two {
      background-size: 220%;
      background-position-x: -14rem;
      background-position-y: -3rem;
      background-repeat: no-repeat;
   }
}

/* svg color style */
.a,
.h {
   fill: #c5c6c6;
}

.b,
.c {
   fill: none;
}

.c,
.e,
.f,
.j,
.k,
.n {
   stroke: #c5c6c6;
   stroke-miterlimit: 2.61;
}

.c,
.e,
.j,
.k,
.n {
   stroke-width: 36.74px;
}

.d {
   fill: url(#a);
}

.e,
.f {
   fill: #a2d9f7;
}

.e,
.h,
.i,
.j,
.k,
.n,
.o,
.p {
   fill-rule: evenodd;
}

.f {
   stroke-width: 24.49px;
}

.g,
.n,
.o {
   fill: #fefefe;
}

.h {
   stroke: #fefefe;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-width: 48.98px;
}

.i,
.j {
   fill: #0060aa;
}

.k {
   fill: #323c8d;
}

.l {
   fill: url(#b);
}

.m {
   fill: url(#c);
}

.p {
   fill: #0082c9;
}

.q {
   fill: url(#d);
}
@media screen and (max-width: 550px) {
   .nivo-directionNav a {
	   background-color: unset !important;
	}
	.profile--links > a {
    	font-size: 2.5vw;
	}
   #profile-page h2 {
      font-size: 13vw;
      letter-spacing: 2vw;
   }
   .profile-two-link {
      font-size: 3vw;
   }
   .profile-two a,
   .mega-menu a {
      font-size: 3vw;
   }
   #about-profile {
      height: unset;
   }
   .about-profile-container {
      width: 100%;
      padding: 1.3rem;
      margin: 0;
   }
   .about-profile-container h3 {
      font-size: 21vw;
      margin-bottom: 4vw;
      letter-spacing: 1.7rem;
   }
   .about-profile-container p {
      font-size: 1rem;
   }
   #board-directors-profile {
      margin-bottom: 5vw;
      margin-top: 2rem;
   }

   #board-directors-profile h2 {
      font-size: 10vw;
      margin-bottom: 3vw;
   }
   .board-directors-profile-container {
      width: 80%;
      gap: 6vw;
   }
   #board-directors-profile figure {
      font-size: 1.5vw;
      margin-bottom: 2vw;
      gap: 0.3rem;
   }
   #board-directors-profile figure > strong {
      font-size: 0.7rem;
      margin-top: 0.3rem;
   }
   #board-directors-profile figure > p {
      font-size: 0.6rem;
   }
   .board-directors-profile-box div h4 {
      font-size: 2.5vw;
   }
   .board-directors-profile-box div small {
      font-size: 2.1vw;
      font-weight: unset;
   }
   .achievement-container {
      width: 100%;
      height: 60vh;
   }
   .achievement-container > img {
      height: 100%;
      scale: 2.5 1;
   }
   .achievement-tabs > .achievement-title > h1 {
      padding: 1rem 0;
      font-size: 2.9rem;
      letter-spacing: 0.4rem;
   }
   @keyframes profile {
      0% {
         width: 0;
      }

      10% {
         width: 0;
      }

      100% {
         width: 100%;
      }
   }
   .achievement-tabs > ul > li {
      font-size: 1rem;
   }
   .achievement-tabs > ul > li:nth-child(4) > div {
      top: 20%;
   }
   .achievement-tabs > ul > li > .tab-content > p {
      font-size: 0.9rem;
      line-height: 1.3rem;
      margin: 0;
   }
   .achievement-container > .achievement-tabs {
      position: absolute;
      width: 100%;
      margin-bottom: 4rem;
      top: 0;
   }
   .achievement-tabs > ul > li > .tab-content {
      gap: 0.8rem;
   }
   .achievement-tabs > ul > li > .tab-content {
      top: 20%;
   }
   .achievement-tabs > ul > li > .tab-content img {
      height: 20vh;
   }
   #services-profile h2 {
      font-size: 15vw;
      width: 100%;
      letter-spacing: 3vw;
   }
   .services-profile-container {
      width: 100%;
      gap: 2vw;
      align-items: baseline;
      top: 0;
   }
   .services-profile-circle > img {
      height: 25vw;
   }
	.master-wrapper-page .services-profile-box {
		width: fit-content;
		justify-content: center;
		font-size: 3vw;
		font-weight: 400;
	}
   .services-profile-box kbd {
      font-size: 0.5rem;
   }
   .services-profile-circle {
      font-size: 9vw;
      width: 16vw;
      height: 16vw;
      align-self: center;
   }
   .services-profile-container .ser-hover {
      bottom: -70%;
      font-size: 1.2rem;
      width: 100vw;
   }
   #services-profile {
      height: 35vh;
   }
   #first-poster > img {
      width: 50vw;
      height: 25rem;
      scale: 4 1;
      margin-top: 3rem;
   }
   #first-poster > .homeBanner-lang {
      top: 75%;
   }
   #qhse-profile {
      height: 75vh;
   }
   #qhse-profile > img {
      height: 100%;
      scale: 3 1;
   }
   #qhse-profile > .qhse-info {
      width: 100%;
      padding: 0 1rem;
      top: 1rem;
   }
   #qhse-profile > .qhse-info > h2 {
      font-size: 5rem;
      letter-spacing: 10vw;
      width: 100%;
      padding-left: 2rem;
      font-weight: 700;
   }
   #qhse-profile > .qhse-info > h3 {
      font-size: 1rem;
   }
   #qhse-profile > .qhse-info > p {
      font-size: 0.8rem;
      margin: 0;
   }
	#qhse-profile .qhse-slick {
		top: 15vw;
		width: 80%;
	}

   .master-wrapper-page.project-circel-box {
      width: fit-content;
   }

   .project-circel-box kbd {
      font-size: 0.8rem;
      font-weight: 300;
   }
	#services-profile.projects-page {
    	height: 40vh;
    	padding: unset;
	}
   .project-circel-box:last-child kbd {
      white-space: normal;
   }
   .project-circel-box > span {
      font-size: 9vw;
      width: 23vw;
      height: 23vw;
      align-self: center;
   }
   .project-section1-container::-webkit-scrollbar {
      display: none;
   }
   .project-section1-container {
      gap: 4vw;
      justify-content: start;
      overflow: scroll;
      padding: 0 1rem;
   }

   .pro-container {
      height: 90vw;
   }
	.finase-project-container > img {
		margin-top: 7vw;
	}
	.finase-project-container > .linkes {
		margin-top: 2rem;
	}
   .pro-container > .linkes {
      justify-content: center;
      gap: 0.5rem;
	  font-size: 4vw;
	  max-width: 85vw;
   }
   .pro-container > .linkes > a {
      font-size: 0.8rem;
   }
	.urban-water-container .urban-img {
    	width: unset;
	 	height: unset;
	}
	.pro-container > img {
		scale: 1.6;
		width: unset;
		height: unset;
		margin-bottom: 4rem !important;
		margin-top: 1rem !important;
	}
	.construction-container > img {
		scale: unset;
	}
   .achievement-tabs > ul > li > .tab-content.active {
      display: flex;
      top: 30%;
   }
   .slick-dots {
      bottom: -1.2rem !important;
      left: 5%;
   }
	#project-page--title {
    	width: 50vw;
    	margin: 10vw 0;
	}
	#services-profile > img {
		width: 80vw;
	}
	.pumping-container .pumping-img {
		margin-top: 10vw;
	}
	.petroleum-project-container > img {
    	margin: 0 0 10vw 0;
	}
	.urban-water-container > img {
    	margin-top: 8vw;
	}
   #map-profile > .help-map {
      line-height: 0.9rem;
      bottom: 4%;
      left: 2%;
   }
	#map-profile > .help-map > p::after {
		width: 0.6rem;
		height: 0.6rem;
	}
   #map-profile {
      padding-top: 3vw;
      padding-bottom: 7vw;
   }
   #map-profile > .help-map > p {
      font-size: 0.5rem;
      letter-spacing: 0px;
      margin: 0;
   }
   #map-profile > .help-map > p::before {
      width: 0.5rem;
      height: 0.5rem;
      margin-right: 0.3rem;
   }
   .qhse-slick {
      width: 100%;
      top: 72px;
      scale: 1.3;
      position: absolute !important;
   }
   .qhse-info > h3 {
      font-size: 2.5vw;
   }
   .qhse-info > p {
      font-size: 2.3vw;
   }
   .qhse-info > h2 {
      font-size: 12vw;
   }
   .slider-container .slider-content-info {
      gap: 1rem;
   }
   .slider-content-info > p {
      font-size: 0.4rem;
   }
   .popup {
      width: 100%;
      height: auto;
   }
   .popup figure,
   .popup svg {
      height: auto;
   }
   .reset,
   .minus,
   .plus {
      width: 1.8rem;
      height: 1.8rem;
      font-size: 1rem;
   }
   .plus {
      right: 25%;
   }
   .reset {
      right: 5%;
   }

   /* footer style */
   .footer-child-one {
      padding: 0 1rem;
   }
   .footer-child-box {
      width: 50%;
      display: flex;
      flex-direction: column;
   }
   .footer-child-box h3 {
      border-bottom: 2px solid #eeeeee99;
      font-size: 4.6vw;
      width: 100%;
   }
   .footer-child-box p {
      font-size: 3.1vw;
   }
   #zolal-iran-map {
      width: 85%;
   }
   .structure-profile h2 {
      font-size: 9vw;
   }
   #map-profile svg {
      width: 80% !important;
   }
   .footer-child-three .footer-child-box {
      width: 30%;
   }
   .footer-child-three .footer-child-box .footer-insta a {
      font-size: 1rem;
   }
   .footer-child-three .footer-child-box .footer-linkedin a {
      font-size: 1rem;
   }
   .footer-child-three .footer-child-box {
      width: 30%;
   }
   .footer-child-two img {
      width: 45vw;
   }
	footer h2 {
		width: 100%;
	}
	footer h2 > img {
		width: 75vw;
	}
   .footer-child-three .footer-child-box p {
      font-size: 0.6rem;
   }
	.footer-socialMedia--icons {
		top: 58vw;
	}
	.footer-socialMedia--icons > a {
    	width: 4.3vw;
    	height: 4.3vw;
	}
   /* slick media */
   .slick-slide {
      margin-inline: 1rem;
   }
   .achievement-slider {
      scale: 1.5;
   }
   .slick-dots li button:before {
      font-size: 1.5rem !important;
   }
   .slick-dots li {
      margin: 0 !important;
   }
   .slick-dots {
      margin-bottom: 0.3rem !important;
   }
   .slick-prev {
      width: 8vw !important;
      height: 5vw !important;
      left: 15% !important;
      top: 42% !important;
   }
   .slick-next {
      width: 8vw !important;
      height: 5vw !important;
      right: 15% !important;
      top: 42% !important;
   }
   .structure-profile > * {
      width: 90%;
   }
   #services-profile,
   .projects-page-two {
      background-size: 220%;
      background-position-x: -14rem;
      background-position-y: -3rem;
      background-repeat: no-repeat;
   }
   .about-profile-container img {
      width: 90vw;
   }
   #board-directors-profile img {
      width: 70%;
   }
   .achievement-title > img {
      width: 80vw;
   }
	.achievement-tabs > ul {
		gap: 4.2vw !important;
		font-size: 4.5vw !important;
		width: 100%;
		height: 100vw;
		padding-top: 4vw;
	}
   .slider-content-info > p {
      font-size: 1vw;
   }
   .achievement-slider .slick-dots {
      left: 53% !important;
   }
   .slick-dots li {
      width: 9px !important;
   }
   .slick-dots li button {
      width: 6px !important;
   }
}