@charset "UTF-8";
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
/*Baby Home Product*/
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*update 04/14*/
/*Mechani Tools Homepage*/
.cms-index-index {
  overflow-x: hidden; }

.space-base {
  margin-bottom: 40px !important; }

.border-effect {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .border-effect:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 0px solid;
    top: 0;
    left: 0;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .border-effect:hover:after {
    border-width: 5px; }

.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  position: static;
  color: #ffffff;
  border-color: #febd17;
  background: #febd17; }
  .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 40px;
    font-size: 30px; }
    .cdz-rtl .owl-carousel .owl-nav [class*='owl-']:before {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .owl-carousel .owl-nav [class*='owl-']:hover {
    color: #ffffff;
    border-color: #555555;
    background: #555555; }

.owl-carousel .owl-nav .disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: default; }

.cdz-rtl .cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

/*slideshow small banner*/
.slideshow-smallbanner .space-small {
  margin-bottom: 12px; }

/*Popular Categories*/
.categories-banner-grid {
  background: #ffffff;
  /*title*/
  /*categories group*/
  /*categories banner*/ }
  .categories-banner-grid .cdz-block-title {
    text-align: center;
    padding: 20px 20px 0;
    margin-bottom: 0; }
    .categories-banner-grid .cdz-block-title .title {
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      position: relative;
      padding-bottom: 10px;
      font-size: 24px;
      font-weight: 400; }
      .categories-banner-grid .cdz-block-title .title:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: calc((100% - 100px)/2);
        width: 100px;
        height: 1px;
        background: #febd17; }
  .categories-banner-grid .container {
    padding-left: 10px;
    padding-right: 10px; }
  .categories-banner-grid .categories-col.group {
    padding-top: 20px;
    padding-bottom: 20px; }
  .categories-banner-grid .cat-list {
    text-align: center;
    margin-bottom: 0; }
  .categories-banner-grid .cat-item {
    display: inline-block;
    margin: 0;
    text-align: center; }
    .categories-banner-grid .cat-item a {
      display: inline-block; }
    .categories-banner-grid .cat-item .thumb {
      display: inline-block;
      border: 1px solid #ddd;
      margin-bottom: 15px;
      padding: 1px; }
    .categories-banner-grid .cat-item .title {
      display: block; }
    .categories-banner-grid .cat-item:hover .thumb {
      border-color: #febd17; }
  .categories-banner-grid .categories-col.banner {
    padding: 0; }
    .categories-banner-grid .categories-col.banner a {
      display: inline-block;
      position: relative;
      float: right;
      width: 100%; }
      .rtl-layout .categories-banner-grid .categories-col.banner a {
        float: left; }
    .categories-banner-grid .categories-col.banner .thumb img {
      width: 100%; }
    .categories-banner-grid .categories-col.banner .banner-text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 30px 30px 40px; }
      .categories-banner-grid .categories-col.banner .banner-text span.title.h1 {
        display: block;
        color: #ffffff;
        font-size: 36px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 0; }
      .categories-banner-grid .categories-col.banner .banner-text .des {
        font-size: 16px;
        color: #ffffff; }

/*Home banner*/
.home-banner .banner-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.home-banner a {
  display: block;
  position: relative; }

.home-banner img {
  width: 100%; }

.main-banner .banner-text {
  padding: 20px 25px; }
  .main-banner .banner-text .h1, .main-banner .banner-text .h2 {
    font-size: 35px;
    letter-spacing: 2px; }
  .main-banner .banner-text .h1.bg {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0px 7px;
    background: #febd17;
    color: #333333; }
  .main-banner .banner-text .h2 {
    display: block;
    color: #ffffff;
    margin-bottom: 0; }

.second-banner .banner-text {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  padding-top: 10px; }

.second-banner a:before {
  height: 5px;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #febd17; }

/*product*/
/*general*/
.cart-qty {
  display: none; }

.product-actions-right,
.actions-primary {
  display: inline-block;
  vertical-align: middle; }

/*product label*/
.cdz-product-lbs {
  top: 0;
  left: 0;
  right: auto;
  width: 100%; }
  .cdz-product-lbs .lb-item {
    position: absolute;
    top: 15px;
    width: 200px;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 20px;
    left: -75px;
    background: #febd17;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .cdz-rtl .cdz-product-lbs .lb-item {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: auto;
      right: -75px; }
    .cdz-product-lbs .lb-item .lb-content {
      display: inline-block; }
    .cdz-product-lbs .lb-item.lb-new {
      background: #febd17; }
    .cdz-product-lbs .lb-item.lb-sale {
      background: #ff0000; }

.product-style18 .codazon-filter {
  padding-top: 0; }

.product-style18 .product-item {
  background: #ffffff; }
  .product-style18 .product-item .product-item-info {
    margin: 10px;
    border: 1px solid #e1e1e1; }

.product-style18 .cdz-product-top {
  margin-bottom: 10px; }

.product-style18 .cdz-hover-section {
  overflow: hidden; }

/*product categories*/
.category-products .products-list .products {
  margin: 0; }

.category-products .products-list .product-item-info {
  padding: 0; }
  .category-products .products-list .product-item-info .product-item-details {
    padding: 10px; }

.category-products .products-list .product-item .qs-button {
  position: static;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #333333;
  border-color: #febd17;
  background: #ffffff; }
  .category-products .products-list .product-item .qs-button:hover {
    color: #ffffff;
    border-color: #333333;
    background: #333333; }

.category-products .products-list .product-item .btn-cart {
  color: #ffffff;
  border-color: #febd17;
  background: #febd17; }

.catalog-category-view .page-title h1,
.catalog-category-view .page-title h2 {
  color: #000000; }

.content-breadcrums .breadcrumbs ul li {
  color: #febd17; }

@media screen and (min-width: 768px) {
  /*product general*/
  .product-item {
    /* &:hover{ */
    /* .qs-button{ */
    /* @include abs-opacity(1); */
    /* } */
    /* .cdz-product-bottom{ */
    /* @include abs-opacity(1); */
    /* @include abs-transform(translateY(0)); */
    /* } */
    /* } */ }
    .product-item .cdz-hover-img {
      position: relative;
      overflow: hidden; }
    .product-item .qs-button {
      border-width: 1px;
      position: absolute;
      left: calc((100% - 40px) / 2);
      top: calc((100% - 40px) / 2);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      color: #333333;
      border-color: #febd17;
      background: #ffffff; }
      .product-item .qs-button:before {
        line-height: 40px; }
      .product-item .qs-button:hover {
        color: #ffffff;
        border-color: #333333;
        background: #333333; }
  .product-item-info .product-name {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .product-item-info .price-box .price {
    font-weight: 500;
    font-size: 18px; }
  .product-item-info .product-item-details {
    text-align: left; }
    .cdz-rtl .product-item-info .product-item-details {
      text-align: right; }
    .product-item-info .product-item-details div.product-item-description {
      font-weight: 400; }
  .product-item-info .cdz-buttons-container button.btn-cart {
    width: auto;
    border-width: 1px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400; }
    .product-item-info .cdz-buttons-container button.btn-cart:before {
      display: none; }
    .product-item-info .cdz-buttons-container button.btn-cart:hover {
      color: #ffffff;
      border-color: #333333;
      background: #333333; }
  .product-item-info .cdz-buttons-container .action,
  .product-item-info .addto-hover-container .action {
    border: 1px solid;
    color: #333333;
    border-color: #febd17;
    background: #ffffff; }
    .product-item-info .cdz-buttons-container .action:before,
    .product-item-info .addto-hover-container .action:before {
      line-height: 40px; }
    .product-item-info .cdz-buttons-container .action:hover,
    .product-item-info .addto-hover-container .action:hover {
      color: #ffffff;
      border-color: #333333;
      background: #333333; }
    .product-item-info .cdz-buttons-container .action.link-compare:before,
    .product-item-info .addto-hover-container .action.link-compare:before {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      line-height: 40px; }
  /*categories*/
  .products-grid .product-item:hover .product-item-info {
    border-color: #e1e1e1; }
    .products-grid .product-item:hover .product-item-info .cdz-bottom-no-effect {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      border-color: #e1e1e1; }
  .products-grid .price-box.map-info {
    text-align: left; }
    .cdz-rtl .products-grid .price-box.map-info {
      text-align: right; }
    .products-grid .price-box.map-info .map-link {
      display: inline-block; }
  .products-grid .product-item-info {
    border: 1px solid transparent; }
    .products-grid .product-item-info .cdz-buttons-container {
      margin-bottom: 0; }
    .products-grid .product-item-info .cdz-bottom-no-effect {
      background: #ffffff;
      position: absolute;
      top: 100%;
      width: calc(100% + 2px);
      left: -1px;
      z-index: 1;
      border: 1px solid transparent;
      border-top: 0;
      padding: 0 20px 20px;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
    .products-grid .product-item-info .product-item-details div.product-item-description {
      font-weight: 400; }
  .products-grid .cdz-buttons-inner {
    text-align: left; }
  .product-style18 .owl-carousel .owl-stage-outer {
    padding-bottom: 40px; }
  .product-style18 .products-grid .product-item-info .cdz-buttons-container {
    margin-bottom: 0;
    display: block; }
    .product-style18 .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner {
      display: inline-block; }
  .product-style18 .product-item-info .cdz-product-bottom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    height: auto;
    padding: 0 10px 10px;
    width: calc(100% + 22px);
    left: -11px;
    position: absolute;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
    .product-style18 .product-item-info .cdz-product-bottom .cdz-buttons-container {
      padding: 0 20px 20px;
      border: 1px solid #e1e1e1;
      border-top: 0;
      text-align: left; }
  .product-style18 .product-item:hover .qs-button {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  .product-style18 .product-item:hover .cdz-product-bottom {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/*Blog*/
.cdz-product-wrapper-14 .cdz_wapper-blog01 .cdz-block-title p.h2 {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px; }

.cdz_wapper-blog01 {
  background: #ffffff; }
  .cdz_wapper-blog01 .owl-stage-outer {
    padding-top: 0; }
  .cdz_wapper-blog01 .owl-carousel .owl-stage-outer {
    padding-top: 0; }
  .cdz_wapper-blog01 .cdz_wapper-blog-content {
    padding: 0 20px; }
  .cdz_wapper-blog01 .cdz-blog-bottom {
    padding-left: 0;
    padding-right: 0; }
  .cdz_wapper-blog01 .blog-title a:hover {
    color: #febd17; }
  .cdz-rtl .cdz_wapper-blog01 .cdz-blog-top .blog-date:before {
    margin-right: 0;
    margin-left: 5px; }
  .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav {
    left: auto;
    width: auto;
    top: -75px;
    right: 0; }
    .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav div[class*='owl-'] {
      margin: 0 0 0 5px !important;
      color: #ffffff;
      border-color: #febd17;
      background: #febd17; }
      .cdz-rtl .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav div[class*='owl-'] {
        margin: 0 5px 0 0 !important; }
      .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav div[class*='owl-']:hover {
        color: #ffffff;
        border-color: #555555;
        background: #555555; }

/*footer*/
.page-footer.cdz-footer-style-04 .footer .top-footer-wrapper {
  background: #febd17; }
  .page-footer.cdz-footer-style-04 .footer .top-footer-wrapper .twitter-list .tweet-item:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 22px; }
    .cdz-rtl .page-footer.cdz-footer-style-04 .footer .top-footer-wrapper .twitter-list .tweet-item:after {
      right: -7px;
      left: auto;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  .page-footer.cdz-footer-style-04 .footer .top-footer-wrapper .box-aboutus .box-content {
    background: #ffffff; }
  .page-footer.cdz-footer-style-04 .footer .top-footer-wrapper .twitter-list .tweet-item:after {
    color: #feda7d; }

.page-footer.cdz-footer-style-04 .footer .box-facebook .box-content {
  overflow: hidden; }

.cdz-rtl .page-footer.cdz-footer-style-04 .footer .bottom-footer-wrapper .block-subscribe .block-content .actions {
  left: 0;
  right: auto; }

.cdz-rtl .page-footer.cdz-footer-style-04 .footer .bottom-footer-wrapper .block-subscribe .block-content input {
  padding-right: 30px;
  padding-left: 80px; }

/*product sidebar*/
.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) div.block-title strong {
  border-bottom-color: #febd17; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .space-base {
    margin-bottom: 20px !important; }
  .cms-index-index .main-container .col-main-containter {
    display: none; }
  .product-style18 .owl-carousel .owl-stage-outer {
    padding-bottom: 20px; }
  .product-style18 .product-item-info .product-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .product-style18 .product-item-info .cdz-buttons-container button.btn-cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
    color: #333333;
    border-color: #febd17;
    background: #ffffff; }
    .product-style18 .product-item-info .cdz-buttons-container button.btn-cart:before {
      display: inline-block;
      line-height: 40px; }
  /*popular categories*/
  .categories-banner-grid .categories-col.group {
    padding-top: 15px;
    padding-bottom: 55px; }
  .categories-banner-grid .cdz-block-title {
    padding-top: 0; }
    .categories-banner-grid .cdz-block-title p.title {
      font-size: 18px; }
  .categories-banner-grid .cat-item {
    display: inline-block;
    margin: 5px;
    text-align: center;
    padding: 0; }
    .categories-banner-grid .cat-item .thumb {
      margin-bottom: 5px;
      padding: 1px; }
    .categories-banner-grid .cat-item a {
      width: 100%; }
  .categories-banner-grid .owl-carousel .owl-nav {
    bottom: -40px;
    right: 0;
    position: absolute;
    margin: 0;
    width: 100%; }
    .categories-banner-grid .owl-carousel .owl-nav [class*='owl-'] {
      width: 35px;
      height: 35px;
      line-height: 35px;
      padding: 0;
      border-radius: 0;
      margin: 0;
      border: 0;
      position: static;
      margin: 0 3px !important;
      color: #ffffff;
      border-color: #febd17;
      background: #febd17; }
      .categories-banner-grid .owl-carousel .owl-nav [class*='owl-']:before {
        line-height: 35px;
        font-size: 25px; }
        .cdz-rtl .categories-banner-grid .owl-carousel .owl-nav [class*='owl-']:before {
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
      .categories-banner-grid .owl-carousel .owl-nav [class*='owl-']:hover {
        color: #ffffff;
        border-color: #555555;
        background: #555555; }
    .categories-banner-grid .owl-carousel .owl-nav .disabled {
      -webkit-opacity: 0.2;
      -moz-opacity: 0.2;
      opacity: 0.2;
      cursor: default; }
  /*footer*/
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-link li {
    text-transform: capitalize;
    font-size: 90%; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social {
    margin: 0; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 0;
    padding: 0; }
    .cdz-rtl .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
      margin-right: 5px;
      margin-left: 0;
      padding: 0; }
    .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a span:before {
      font-size: 14px; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .input-box:before {
    display: none; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
    padding-right: 35px;
    padding-left: 10px; }
    .cdz-rtl .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
      padding-left: 35px;
      padding-right: 10px; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions {
    position: absolute;
    margin-top: 0; }
    .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
      font-size: 0;
      padding: 0;
      width: 40px;
      height: 40px; }
      .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 16px;
        line-height: 40px; } }

@media screen and (max-width: 767px) {
  .space-base {
    margin-bottom: 20px !important; }
  .bellow-header {
    margin-top: 10px; }
  .cms-index-index .main-container .col-main-containter {
    display: none; }
  .home-banner .main-banner {
    margin-bottom: 20px; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social {
    margin: 0; }
  .cdz-product-wrapper-14 .cdz_wapper-blog01 .cdz-block-title p.h2 {
    padding-bottom: 22px; }
  .main-banner .banner-text .h1, .main-banner .banner-text .h2 {
    font-size: 25px; }
  /*popular categories*/
  .categories-banner-grid .categories-col.group .owl-carousel .owl-nav {
    top: auto;
    bottom: -40px;
    right: calc((100% - 80px)/2);
    left: auto; }
    .categories-banner-grid .categories-col.group .owl-carousel .owl-nav [class*='owl-'].owl-prev {
      left: -5px; }
    .rtl-layout .categories-banner-grid .categories-col.group .owl-carousel .owl-nav [class*='owl-'].owl-prev {
      right: -5px;
      left: auto; }
  .categories-banner-grid .categories-col.banner .banner-text span.title.h1 {
    font-size: 30px; }
  /*product*/
  a.qs-button {
    display: none; }
  .mobile-nav-tab-dropdown {
    margin: 20px 0;
    background: #febd17; }
  .product-item-info {
    margin: 0; }
    .product-item-info .product-name {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 12px; }
    .product-item-info .product-item-details {
      padding: 10px !important;
      text-align: center; }
    .product-item-info .price-box .price {
      font-size: 14px; }
  .cdz-buttons-container .action,
  .addto-hover-container .action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-width: 1px; }
    .cdz-buttons-container .action:before,
    .addto-hover-container .action:before {
      line-height: 35px; }
    .cdz-buttons-container .action.link-compare:before,
    .addto-hover-container .action.link-compare:before {
      line-height: 35px; }
  .cdz-buttons-container button.btn-cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-width: 1px; }
    .cdz-buttons-container button.btn-cart:before {
      line-height: 35px; }
  .product-style18 {
    overflow: hidden; }
    .product-style18 .cdz-product-lbs .lb-item {
      left: -85px;
      top: 5px; }
      .cdz-rtl .product-style18 .cdz-product-lbs .lb-item {
        left: auto;
        right: -85px; }
  /*categories*/
  .cdz-hover-img {
    overflow: hidden;
    position: relative; }
    .cdz-hover-img .cdz-product-lbs .lb-item {
      left: -85px;
      top: 5px; }
      .cdz-rtl .cdz-hover-img .cdz-product-lbs .lb-item {
        left: auto;
        right: -85px; }
  .category-products .products-list .btn-cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-width: 1px; }
  .category-products .products-list .product-item-info .product-item-details {
    text-align: left; }
    .cdz-rtl .category-products .products-list .product-item-info .product-item-details {
      text-align: right; }
  /*blog*/
  .cdz-rtl .cdz-product-wrapper-14 .cdz_wapper-blog01 .cdz-block-title p.h2:not(.nopadding-title) {
    padding-right: 20px; }
  /*footer*/
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .col-sm-7 > .footer-box {
    padding-right: 0; }
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    width: 40px;
    height: 40px;
    padding: 8px 0;
    float: none; }
  .cdz-rtl .footer-box .cdz-toggle-title:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); } }

@media screen and (max-width: 380px) {
  .product-style18 .product-item .product-item-info {
    margin: 0; }
  .cdz_wapper-blog01 .cdz-blog-top div.blog-date {
    font-size: 11px; } }

/*categories - list*/
.cdz-rtl .catalog-category-view .products-list:not(.hover-image-grid) .cdz-hover-img {
  float: right;
  margin-right: 0;
  margin-left: 5%; }

/*product view*/
.product-view .product-detail-tab .nav-tabs .nav-tab-item .switch,
.product-view .product-detail-tab .nav.nav-tabs .nav-tab-item .switch {
  color: #222429; }

/*rating*/
.ratings-table .rating-box {
  width: 77px;
  margin-right: 0; }

.ratings {
  margin: 0; }
  .ratings .rating-box {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 77px;
    background: none;
    text-indent: 0;
    margin: 0;
    text-align: left; }
    .rtl-layout .ratings .rating-box {
      text-align: right; }
    .ratings .rating-box .rating {
      background: none;
      text-indent: 0; }
      .rtl-layout .ratings .rating-box .rating {
        float: right; }
  .ratings .amount {
    display: inline-block;
    vertical-align: top;
    margin: 0; }

.rating-box,
.rating-box .rating {
  background: none;
  text-indent: 0; }
  .rating-box:before,
  .rating-box .rating:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    letter-spacing: 3px;
    text-align: left;
    white-space: nowrap;
    content: "\f005 \f005 \f005 \f005 \f005"; }
    .rtl-layout .rating-box:before, .rtl-layout
    .rating-box .rating:before {
      text-align: right; }

.rating-box {
  margin-left: 0;
  position: relative; }
  .rating-box:before {
    color: #febd17;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "\f006 \f006 \f006 \f006 \f006"; }

.rating:before {
  color: #ffad10;
  position: relative;
  z-index: 2;
  speak: none;
  overflow: hidden; }

/* .cms-index-index{overflow-x: hidden;} */
/* .cms-index-index .col-main-containter .col-main .col-wrapper-main{margin:0;} */
/* .account-create, */
/* .account-login, */
/* .customer-account-forgotpassword { */
/* .page-title .field{ */
/* color:#fff; */
/* } */
/* } */
/* .col-wrapper-main { */
/* .block.block-progress .block-title{ */
/* color:#fff */
/* } */
/* .opc-block-progress .changelink a:before{color:#fff} */
/* .opc-block-progress .block-content dt, .checkout-progress li span{ */
/* color:#fff; */
/* a{color:#fff} */
/* } */
/* .opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2{ */
/* color:#fff */
/* } */
/* .opc-block-progress .block-content dt:before, .checkout-progress li span:before{ */
/* color:#fff */
/* } */
/* #shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before{ */
/* background:#fff; */
/* } */
/* } */
/* .cms-index-index .cdz-header-style-04.header-container{	margin-bottom:20px;} */
/* .cdz-slideshow{margin:0;} */
/* .swatch-link,  */
/* .swatch-label, */
/* .products-grid .cdz-buttons-container .qs-button, */
/* .products-grid .cdz-buttons-container .action, */
/* .products-grid .cdz-buttons-container button.btn-cart{ */
/* border-radius:100%; */
/* img{ */
/* border-radius:100%; */
/* } */
/* } */
/* .swatch-link,  */
/* .swatch-label{font-size:10px;} */
/*product label*/
/* .cdz-product-lbs{ */
/* position: static; */
/* .lb-item{ */
/* position: absolute; */
/* top:0; */
/* right:0; */
/* margin-bottom:0px; */
/* padding:9px 5px; */
/* font-size:9px; */
/* width:auto; */
/* height:auto; */
/* background-color:transparent!important; */
/* &:before{ */
/* content:""; */
/* position: absolute; */
/* right: 0px; */
/* top: 0px; */
/* border-width: 47px 0 0 47px; */
/* border-style: solid; */
/* border-color: $label_new_background transparent; */
/* } */
/* &.lb-sale{			 */
/* right:auto; */
/* left:0; */
/* &:before{ */
/* right: auto; */
/* left: 0px; */
/* border-width: 47px 47px 0 0px; */
/* border-color: $label_sale_background transparent; */
/* } */
/* } */
/* .lb-content{position:relative;} */
/* } */
/* } */
/* .codazon-loader-wrap, */
/* .codazon-ajax-wrap:not(.loaded){min-height:400px} */
/*custom menu left*/
/* .cdz-rtl{ */
/* .menu-vertical-left{ */
/* text-align: left; */
/* .menu-vertical{ */
/* .cdz-nav-wrap{ */
/* [class*='vertical-level'] .cdz-sub-cat{ */
/* right: auto; */
/* left: 100%; */
/* li.parent:after{ */
/* top: 15px; */
/* color:$menu_vertical_text; */
/* } */
/* } */
/* .parent:after{ */
/* content: "\f054"; */
/* left: auto; */
/* right: 10px; */
/* } */
/* .parent .parent .cdz-sub-cat{ */
/* top:0; */
/* } */
/* .view-all a:before{float:right;} */
/* li.first.vertical-level1 a.menu-link{ */
/* -moz-border-radius: 0; */
/* -webkit-border-radius: 0; */
/* border-radius: 0; */
/* } */
/* li > a.menu-link{ */
/* background-color:$menu_vertical_background; */
/* color:$menu_vertical_text; */
/* } */
/* li:hover > a.menu-link{ */
/* background-color:$menu_vertical_hover_background; */
/* color:$menu_vertical_hover_text; */
/* } */
/* } */
/* } */
/* } */
/* } */
/*Mechani Tools Header*/
/*Header 11 Tools */
.cdz-header-style-11 {
  position: relative; }
  .cdz-header-style-11 .header {
    background: transparent;
    /*header top*/
    /*header content*/
    /*header search*/ }
    .cdz-header-style-11 .header .cdz-header-top {
      padding-top: 7px;
      padding-bottom: 7px; }
    .cdz-header-style-11 .header .cdz-col-left,
    .cdz-header-style-11 .header .cdz-header-top .cdz-top-link .link a {
      text-transform: none;
      font-weight: 400;
      letter-spacing: 1px;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .cdz-header-style-11 .header .cdz-col-left:hover,
      .cdz-header-style-11 .header .cdz-header-top .cdz-top-link .link a:hover {
        color: #febd17; }
    .cdz-header-style-11 .header #cdz-pc-stores .cdz-trigger:hover {
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      color: #febd17; }
    .cdz-header-style-11 .header .cdz-header-bottom {
      margin-bottom: 20px; }
    .cdz-header-style-11 .header .cdz-header-bottom-content {
      background: #febd17; }
    .cdz-header-style-11 .header .search-autocomplete {
      top: 53px !important; }
    .cdz-header-style-11 .header h1.logo {
      position: relative;
      overflow: hidden;
      float: none; }
      .cdz-header-style-11 .header h1.logo a.logo {
        position: relative;
        z-index: 2; }
        .cdz-rtl .cdz-header-style-11 .header h1.logo a.logo {
          float: right; }
    .cdz-header-style-11 .header .block-search .cat-search-enable {
      border-color: #ffffff;
      border-width: 2px; }
    .cdz-header-style-11 .header .block-search input[type="text"]::-webkit-input-placeholder {
      color: #ffffff; }
    .cdz-header-style-11 .header .block-search input[type="text"]::-moz-placeholder {
      color: #ffffff; }
    .cdz-header-style-11 .header .block-search input[type="text"]:-ms-input-placeholder {
      color: #ffffff; }
    .cdz-header-style-11 .header .block-search input[type="text"]:-moz-placeholder {
      color: #ffffff; }
    .cdz-header-style-11 .header .block-search input[type="text"]:focus {
      outline-color: #ffffff; }
    .cdz-header-style-11 .header .cdz-header-cart .cdz-top-login {
      display: inline-block; }
      .cdz-header-style-11 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
        font-size: 0;
        text-align: center;
        color: #ffffff; }
        .cdz-header-style-11 .header .cdz-header-cart .cdz-top-login .cdz-trigger:before {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 22px;
          width: 38px;
          height: 38px;
          line-height: 38px;
          border: 1px solid #ffffff; }
    .cdz-header-style-11 .header .cart-icon {
      position: relative;
      padding-left: 50px;
      display: inline-block;
      color: #ffffff; }
      .cdz-header-style-11 .header .cart-icon:before {
        background: none;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 18px;
        padding: 9px 8px 8px;
        min-height: 38px;
        width: 38px;
        border: 1px solid #ffffff;
        position: absolute;
        left: 0; }
      .cdz-header-style-11 .header .cart-icon .cart-label {
        display: block; }
      .cdz-header-style-11 .header .cart-icon .cart-subtotal .price {
        padding: 0;
        font-weight: normal;
        font-size: 12px;
        min-height: 1px;
        color: #ffffff; }
      .cdz-header-style-11 .header .cart-icon .cart-qty {
        top: -11px;
        font-weight: normal;
        left: 11px;
        right: auto;
        background: #000000;
        line-height: 18px; }
      .cdz-rtl .cdz-header-style-11 .header .cart-icon {
        padding-left: 0;
        padding-right: 50px; }
        .cdz-rtl .cdz-header-style-11 .header .cart-icon:before {
          left: auto;
          right: 0; }
        .cdz-rtl .cdz-header-style-11 .header .cart-icon .cart-qty {
          left: auto;
          right: 10px; }
    .cdz-header-style-11 .header .cdz-main-menu .cdz-horizontal-menu {
      width: 100%; }
    .cdz-header-style-11 .header .cdz-main-menu .groupmenu li.level0 > a.menu-link {
      padding: 24px 15px;
      letter-spacing: 1px; }
    .cdz-header-style-11 .header .cdz-main-menu .cdz-horizontal-menu.cdz-translate li.level0 > .groupmenu-drop {
      top: 64px; }
    .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-top-cart {
      margin-right: 20px;
      float: right; }
      .cdz-rtl .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-top-cart {
        margin-right: 0px;
        float: left; }
    .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-top-login {
      margin-right: 5px; }
      .cdz-rtl .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-top-login {
        margin-right: 0px;
        margin-left: 10px; }
    .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search {
      width: 100%; }
      .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search input[type="text"] {
        border: 2px solid #ffffff; }
      .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search .cat-search-enable {
        border-radius: 0; }
        .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search .cat-search-enable input[type="text"] {
          border: 0; }
        .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search .cat-search-enable .current-cat {
          border-color: #ffffff; }
      .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search .cdz-dropdown-content li {
        color: #000000; }
        .cdz-header-style-11 .header .sticky-menu:not(.active) .block-search .cdz-dropdown-content li:hover {
          color: #febd17; }
    .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu li.level0 > a.menu-link {
      padding-left: 27px;
      padding-right: 27px; }
    .cdz-header-style-11 .header .sticky-menu.active .cdz-header-menu {
      padding-right: 130px; }
      .cdz-rtl .cdz-header-style-11 .header .sticky-menu.active .cdz-header-menu {
        padding-right: 0px;
        padding-left: 130px; }
    .cdz-header-style-11 .header .sticky-menu.active .block-search {
      right: 89px;
      top: 13px; }
      .cdz-rtl .cdz-header-style-11 .header .sticky-menu.active .block-search {
        right: auto;
        left: 89px; }
      .cdz-header-style-11 .header .sticky-menu.active .block-search .button {
        width: 39px;
        height: 39px;
        line-height: 39px;
        background-color: #febd17; }
      .cdz-header-style-11 .header .sticky-menu.active .block-search input.input-text {
        height: 39px !important; }
      .cdz-header-style-11 .header .sticky-menu.active .block-search .form-search .button:hover {
        background-color: #ffffff; }
        .cdz-header-style-11 .header .sticky-menu.active .block-search .form-search .button:hover:before {
          color: #000000; }
    .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart {
      right: 0;
      top: 13px; }
      .cdz-rtl .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart {
        right: auto;
        left: 0; }
      .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
        float: right; }
        .cdz-rtl .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
          float: left; }
      .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart .cart-icon {
        padding: 0;
        float: right;
        width: 38px;
        height: 38px; }
        .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart .cart-icon:before {
          width: 38px;
          height: 38px; }
        .cdz-header-style-11 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
          top: -7px;
          right: -7px; }
  .cdz-rtl .cdz-header-style-11 .header .cdz-bottom-logo-cart .cdz-header-cart {
    float: left !important; }

.cms-index-index .cdz-header-style-11 .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  background: #000000;
  color: #ffffff; }
  .cms-index-index .cdz-header-style-11 .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link:hover {
    background: #febd17;
    color: #ffffff; }

@media (min-width: 1200px) {
  .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu li.level0.last {
    float: right; }
    .cdz-rtl .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu li.level0.last {
      float: left; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .space-base {
    margin-bottom: 20px !important; }
  .cdz-header-style-11 .header .sticky-menu .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    padding: 15px; }
  .cdz-header-style-11 .header .sticky-menu:not(.active) .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    padding: 15px; } }

/*Mechani Tools Footer*/
.page-footer.cdz-footer-style-04 {
  background: transparent; }
  .page-footer.cdz-footer-style-04 .top-footer-wrapper {
    padding: 0; }
    .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-content {
      padding: 27px 20px;
      width: 100%; }
      .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-content .h2 {
        margin-bottom: 22px; }
    .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus .box-content .h1 {
      text-transform: none;
      margin-bottom: 20px; }
    .page-footer.cdz-footer-style-04 .top-footer-wrapper .twitter-list .tweet-item {
      position: relative;
      z-index: 0;
      margin-bottom: 20px; }
      .page-footer.cdz-footer-style-04 .top-footer-wrapper .twitter-list .tweet-item:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\\f10d";
        font-size: 22px;
        color: #0ba5c9;
        position: absolute;
        top: -7px;
        left: -7px;
        z-index: -1; }
      .page-footer.cdz-footer-style-04 .top-footer-wrapper .twitter-list .tweet-item .tweet-user {
        font-style: italic; }
      .page-footer.cdz-footer-style-04 .top-footer-wrapper .twitter-list .tweet-item .tweet-time {
        float: left;
        margin-right: 5px; }
  .page-footer.cdz-footer-style-04 .bottom-footer-wrapper {
    padding-top: 48px;
    border: none; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-logo-wrapper {
      padding: 0 10px;
      margin-top: 8px;
      margin-bottom: 20px; }
      .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-logo-wrapper img {
        max-width: 100%;
        margin: 0 auto; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper address {
      font-size: 93%; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-box {
      margin-bottom: 15px; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
      margin-left: 20px;
      margin-top: 15px; }
      .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-title {
        display: none; }
      .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content {
        padding: 0;
        position: relative; }
        .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .input-box {
          padding: 0; }
        .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
          border-width: 1px;
          padding-right: 80px;
          text-transform: none;
          background: transparent; }
        .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions {
          position: absolute;
          right: 0;
          top: 0;
          margin: 0; }
          .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
            margin: 0;
            padding: 10px;
            border-width: 1px; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-social {
      padding: 0;
      margin: 0 -10px; }
      .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
        width: 50px;
        height: 50px;
        padding: 14px 0px;
        line-height: 1.35;
        margin-bottom: 10px;
        float: right; }
        .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a span:before {
          font-size: 21px; }
    .page-footer.cdz-footer-style-04 .bottom-footer-wrapper .col-sm-7 > .footer-box {
      padding-right: 20px; }
  .page-footer.cdz-footer-style-04 .footer-link li {
    text-transform: uppercase;
    font-size: 92%; }
    .page-footer.cdz-footer-style-04 .footer-link li a {
      padding: 4px 0; }

@media (min-width: 767px) {
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus,
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets,
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/*Color Important*/
body {
  font: 400 13px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #222429;
  background: #edeeef; }

body a {
  color: #a1a1a1;
  text-decoration: none;
  vertical-align: middle; }

a:hover {
  text-decoration: none;
  vertical-align: middle; }

a:hover, a:focus {
  color: #febd17; }

.wrapper {
  font: 400 13px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #222429;
  background-color: #edeeef; }

.pages {
  background: #edeeef; }

.space-base {
  margin-bottom: 20px; }

.space-small-base {
  margin-bottom: 20px; }

.line-left, .line-right {
  border-color: #e1e1e1; }

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

h2, .h2 {
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

h3, .h3 {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

h4, .h4 {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

h5, .h5 {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

h6, .h6 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.page-title h1,
.page-title h2 {
  text-transform: uppercase;
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.cdz-dropdown-content {
  background: #ffffff;
  border-color: #e1e1e1; }

.breadcrumbs {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .breadcrumbs ul li {
    color: #ffffff; }

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:hover {
  color: #febd17;
  text-decoration: none; }

.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:active {
  color: #febd17;
  text-decoration: none; }

.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent; }

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
.bg-wrapper-ads {
  background-image: url(../images/bg-parallax.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden; }
  .bg-wrapper-ads .bg-parallax {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 5rem 0; }

.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  color: #ffffff; }
  .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :hover {
    text-decoration: underline;
    color: #ffffff; }
  .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px; }
  .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
    color: #333333;
    border-color: #febd17;
    background: #ffffff; }
    .groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary :hover {
      color: #282828;
      border-color: #282828;
      background: #ffffff; }

/* ============================================ *
 * Codazon_Footer style 1
 * ============================================ */
.footer-top-ads {
  color: #222429; }
  .footer-top-ads .ftop-ads-small {
    color: #222429; }
  .footer-top-ads .block.block-subscribe .actions .button {
    color: #ffffff;
    background-color: #febd17;
    border-color: #febd17;
    font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .footer-top-ads .block.block-subscribe .actions .button:hover {
    background: #ffffff;
    color: #282828;
    border-color: #282828; }

.block.block-subscribe .block-content input {
  border-color: #383e48; }

.page-footer {
  background: #f6f6f6;
  color: #999999; }
  .page-footer .footer, .page-footer .footer button {
    font: 400 13px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .page-footer .top-footer-wrapper {
    background-color: #45d4f5; }
  .page-footer .footer-bottom {
    background: #1b232e; }
  .page-footer a {
    color: #999999; }
  .page-footer a:hover {
    color: #ffffff; }
  .page-footer p.h5 {
    color: #999999;
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .page-footer .item_tag li a {
    color: #999999;
    background-color: #1b232e;
    border-color: #383e48; }
  .page-footer .item_tag li a:hover {
    color: #ffffff;
    background-color: #febd17;
    border-color: #febd17; }
  .page-footer .footer-social a {
    border: 1px solid;
    border-color: #383e48; }
    .page-footer .footer-social a:hover {
      color: #1b232e;
      background-color: #999999;
      border-color: #383e48; }
  .page-footer .bottom-footer-wrapper {
    background: #1b232e;
    border-top-color: #383e48; }
  .page-footer .copyright {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .page-footer .footer-bottom-link li a {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-footer-style-03 .bottom-footer-wrapper address {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-footer-style-03 .footer-social a:hover {
  background: none;
  border-color: none; }
  .cdz-footer-style-03 .footer-social a:hover:before {
    border-color: #ffffff; }
  .cdz-footer-style-03 .footer-social a:hover span {
    color: #ffffff; }

.cdz-footer-style-03 .footer-social a:before {
  border-color: #999999; }

/* ============================================ *
 * End Codazon_Footer Style 1
 * ============================================ */
/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border-color: #383e48; }

.footer-newsletter-02 .social a {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .footer-newsletter-02 .social a:hover {
    color: #febd17;
    background-color: #ffffff;
    border-color: #febd17; }

.footer-style-02 .footer-link li {
  border-bottom: 1px solid #e1e1e1; }

/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
/* ============================================ *
 * Codazon_Footer style 4
 * ============================================ */
.page-footer.cdz-footer-style-04 .top-footer-wrapper {
  background-color: #45d4f5; }
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus .box-content {
    background-color: #f6f6f6;
    color: #222429; }
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-facebook .box-content {
    background-color: #4f70c2; }
  .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets {
    color: #ffffff; }
    .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a {
      color: #ffffff; }
      .page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a:hover {
        color: #0ba5c9; }

.page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 400;
  background: #febd17;
  color: #ffffff;
  border-color: #383e48; }

/* ============================================ *
 * End Codazon_Footer style 4
 * ============================================ */
/* ============================================ *
 * Codazon_Footer style 5
 * ============================================ */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  border-color: #222429;
  color: #222429;
  background: #f6f6f6; }
  .page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a:hover {
    border-color: #222429;
    color: #f6f6f6;
    background: #222429; }

.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  border-color: #222429;
  color: #222429; }

.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 300;
  background: #f6f6f6;
  color: #222429;
  border-color: #222429; }
  .page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button:hover {
    border-color: #222429;
    color: #f6f6f6;
    background: #222429; }

.page-footer.cdz-footer-style-05 .footer-links p.h5 {
  color: #222429; }

.page-footer.cdz-footer-style-05 .footer-links ul li {
  border-color: #383e48; }

/* ============================================ *
 * End Codazon_Footer style 5
 * ============================================ */
/* ============================================ *
 * Codazon_Slider
 * ============================================ */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-brand-slider-wrap .cdz-banners-item {
  background-color: #ffffff;
  border-color: #e1e1e1; }

.owl-nav [class*='owl-']:hover {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-brand-slider-wrap-02 .cdz-brand-title span {
  color: #282828;
  background-color: #ffffff;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-brand-slider-wrap-02 .cdz-brand-slider {
  border-color: #e1e1e1;
  background-color: #ffffff; }
  .cdz-brand-slider-wrap-02 .cdz-brand-slider .cdz-banners-item:before {
    background-color: #e1e1e1; }
  .cdz-brand-slider-wrap-02 .cdz-brand-slider .cdz-banners-item > a:first-child {
    border-color: #e1e1e1; }

/* ============================================ */
/*Block Home Jewelry*/
.wrapper-ads02 {
  color: #ffffff; }

.wrapper-ads03 .text-area i {
  background: #393c45; }

.wrapper-ads03 .text-area h5 {
  background: #505561; }

/*Default Input and Validate input --- */
input.input-text {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1; }

textarea.input-text {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: 100%; }

.validate-select {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: inherit; }

.input-text:focus {
  border: 1px solid #282828;
  outline-color: #282828; }

.input-text.validation-failed {
  border-color: #fc7070; }

.validate-select.validation-failed {
  border-color: #fc7070; }

.input-text.validation-failed:focus {
  outline-color: #ef9384; }

/*---Default Input and Validate input */
.popup-content-title.h3 {
  color: #222429; }

/*Slideshow and Caption area----*/
.slide-caption .slide-title span {
  border: 2px solid #282828;
  font-weight: 600;
  color: #282828; }

.slide-caption.cls-white .slide-title span {
  color: #fff; }

/*Slideshow and Caption area----*/
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev {
  background: #ffffff;
  font-size: 0px;
  color: #282828; }
  .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next:hover, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: #febd17;
    border-color: #febd17; }

.cdz_wapper-blog01 .blog-text-link a {
  color: #222429; }
  .cdz_wapper-blog01 .blog-text-link a:hover {
    color: #febd17; }

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
.cdz-wapper-blog-02 .owl-item {
  background: #ffffff; }
  .cdz-wapper-blog-02 .owl-item h5.blog-title a {
    font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #666972; }
  .cdz-wapper-blog-02 .owl-item .cdz-blog-right {
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-wapper-blog-02 .owl-item .blog-author {
    color: #5b5b5b; }
  .cdz-wapper-blog-02 .owl-item .blog-desc {
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828; }
  .cdz-wapper-blog-02 .owl-item .blog-date {
    background: #febd17;
    color: #ffffff; }
  .cdz-wapper-blog-02 .owl-item .blog-text-link a {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #ffffff;
    background-color: #555555;
    border-color: #555555; }
    .cdz-wapper-blog-02 .owl-item .blog-text-link a:hover {
      background: #333333;
      border-color: #282828;
      color: #ffffff; }

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 3 - Home Outdoor
 * ============================================ */
.cdz-wapper-blog-03 .cdz-block-title {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #000000; }

.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  background: #747474; }
  .cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-wapper-blog-03 .cdz-post .cdz-blog-top h5.blog-title {
    font-weight: 700; }

/* ============================================ *
 * End Codazon_Blog style 3 - Home Outdoor
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 6 - Home Baby
 * ============================================ */
.cdz_wapper-blog06 .cdz-blog-bottom .blog-title {
  font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 18px; }
  .cdz_wapper-blog06 .cdz-blog-bottom .blog-title a {
    color: #000000; }
    .cdz_wapper-blog06 .cdz-blog-bottom .blog-title a:hover {
      color: #febd17; }

.cdz_wapper-blog06 .cdz-blog-bottom a {
  color: #000000; }
  .cdz_wapper-blog06 .cdz-blog-bottom a:hover {
    color: #febd17; }

/* ============================================ *
 * Header style 2
 * ============================================ */
.cdz-header-style-02 .header .cdz-header-bottom {
  background-color: #febd17; }

.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  border-color: #000000; }
  .cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
    border-color: #282828; }

.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  color: #ffffff; }

.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  background-color: white;
  color: #ffffff;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase; }
  .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon {
    color: #ffffff; }
    .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
      color: #ffffff; }
  .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
    color: #ffffff; }

.cdz-header-style-02 .header .sticky-menu.active .block-search .button:before {
  color: #ffffff; }

.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  color: #ffffff; }

.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover .button:before {
  color: #ffffff; }

.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  color: #ffffff;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon {
    color: #ffffff; }
    .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
      color: #ffffff; }
  .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
    color: #ffffff; }

/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
.cdz-header-style-04 .header .cdz-bottom-logo-cart {
  background-color: #febd17; }

.cdz-header-style-04 .header .sticky-menu .cdz-header-cart .cdz-top-login .cdz-trigger:before {
  color: #febd17;
  border-color: #febd17; }

.cdz-header-style-04 .header .sticky-menu .cdz-top-cart {
  color: #ffffff; }
  .cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon {
    color: #ffffff; }
    .cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
      color: #febd17; }
  .cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-qty {
    color: #ffffff;
    background-color: #000000; }
  .cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon:before {
    color: #febd17;
    border-color: #febd17; }

/* ============================================ *
 * End Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 5
 * ============================================ */
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
  color: #ffffff; }
  .cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:hover {
    color: #febd17; }

.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: #febd17; }
  .cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    color: #ffffff; }
    .cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
      color: #febd17; }

.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: #febd17; }

/* ============================================ *
 * End Header style 5
 * ============================================ */
/* ============================================ *
 * Header style 6
 * ============================================ */
.cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-trigger {
  color: #ffffff; }
  .cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-trigger:hover {
    color: #febd17; }

.cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-dropdown-content .forgot-password a, .cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-dropdown-content a {
  color: #999; }
  .cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-dropdown-content .forgot-password a:hover, .cdz-header-style-06 .header .cdz-header-top .cdz-top-login .cdz-dropdown-content a:hover {
    color: #febd17; }

.cdz-header-style-06 .header .menu-vertical .cdz-nav-wrap a.menu-link {
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: #febd17; }
  .cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    color: #ffffff; }
    .cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
      color: #febd17; }
    .cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:before {
      border-color: #ffffff; }
    .cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon .price {
      color: #ffffff; }
    .cdz-header-style-06 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon .cart-qty {
      background: #ffffff;
      color: #222; }

.cdz-header-style-06 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: #febd17; }

/* ============================================ *
 * End Header style 6
 * ============================================ */
/* ============================================ *
 * Header style 7
 * ============================================ */
.cdz-header-style-07 .cdz-header-top .cdz-top-link .link a {
  color: #333333; }
  .cdz-header-style-07 .cdz-header-top .cdz-top-link .link a:hover, .cdz-header-style-07 .cdz-header-top .cdz-top-link .link a:focus {
    color: #febd17; }

.cdz-header-style-07 .cdz-header-top .cdz-top-link .cdz-dropdown li a {
  color: #ffffff; }
  .cdz-header-style-07 .cdz-header-top .cdz-top-link .cdz-dropdown li a:hover, .cdz-header-style-07 .cdz-header-top .cdz-top-link .cdz-dropdown li a:focus {
    color: #febd17; }

.cdz-header-style-07 .cdz-header-top .cdz-top-link li.cdz-dropdown .forgot-password a {
  color: #ffffff; }
  .cdz-header-style-07 .cdz-header-top .cdz-top-link li.cdz-dropdown .forgot-password a:hover, .cdz-header-style-07 .cdz-header-top .cdz-top-link li.cdz-dropdown .forgot-password a:focus {
    color: #febd17; }

.cdz-header-style-07 .cdz-header-bottom {
  border-bottom-color: #edeeef; }

/* ============================================ *
 * End Header style 7
 * ============================================ */
/* ============================================ *
 * Header style 8 - Baby
 * ============================================ */
.cdz-header-style-08 .header {
  border-bottom-color: #edeeef; }
  .cdz-header-style-08 .header a {
    color: #ffffff; }
    .cdz-header-style-08 .header a:hover, .cdz-header-style-08 .header a:focus {
      color: #febd17; }

.cdz-header-style-08 .sticky-menu:not(.active) .block-search .form-search {
  border-bottom-color: #282828; }

.cdz-header-style-08 .top-information {
  color: #333333; }

.cdz-header-style-08 .cart-icon .cart-qty {
  background-color: #febd17; }

.cdz-header-style-08 .cdz-top-link .cdz-dropdown-content .login-section .btn-primary {
  background: #ffffff;
  color: #282828;
  border-color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-header-style-08 .cdz-top-link .cdz-dropdown-content .login-section .btn-primary:hover {
    background: #febd17;
    color: #ffffff;
    border-color: #febd17; }

/* ============================================ *
 * End Header style 8 - Baby
 * ============================================ */
/* ============================================ *
 * Header style 9 - Grocery
 * ============================================ */
.cdz-header-style-09 .store-links li a {
  color: #333333;
  background: #edeeef;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-header-style-09 .store-links li.active a {
  color: #febd17;
  background: #febd17; }

.cdz-header-style-09 .cdz-mobile-header-panel {
  background: #edeeef; }

.cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-trigger {
  color: #333333; }
  .cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-trigger:hover {
    color: #febd17; }

.cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-dropdown-content .forgot-password a, .cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-dropdown-content a {
  color: #999; }
  .cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-dropdown-content .forgot-password a:hover, .cdz-header-style-09 .header .cdz-header-top .cdz-dropdown .cdz-dropdown-content a:hover {
    color: #febd17; }

.cdz-header-style-09 .header .cdz-header-top .cdz-top-link li a:visited, .cdz-header-style-09 .header .cdz-header-top .cdz-top-link li a:hover, .cdz-header-style-09 .header .cdz-header-top .cdz-top-link li a:active {
  color: #febd17; }

.cdz-header-style-09 .header .menu-vertical .cdz-nav-wrap a.menu-link {
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: none; }
  .cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    color: #febd17; }
    .cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
      color: #febd17; }
    .cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:before {
      border-color: #ffffff;
      background-color: #febd17; }
    .cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon .price {
      color: #ffffff; }
    .cdz-header-style-09 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon .cart-qty {
      background: #f7f5f5;
      color: #222; }

.cdz-header-style-09 .header .sticky-menu:not(.active) .block-search .form-search {
  border: 1px solid #edeeef;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .cdz-header-style-09 .header .sticky-menu:not(.active) .block-search .form-search .button {
    width: 42px;
    height: 42px; }
  .cdz-header-style-09 .header .sticky-menu:not(.active) .block-search .form-search.cat-search-enable .current-cat {
    border-color: #edeeef; }

.cdz-header-style-09 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: #febd17; }

.cdz-header-style-09 .header .sticky-menu.active .block-search .form-search .button:hover {
  background: #febd17; }
  .cdz-header-style-09 .header .sticky-menu.active .block-search .form-search .button:hover:before {
    color: #ffffff; }

.cdz-header-style-09 .header .cdz-bottom-logo-cart {
  color: #ffffff; }
  .cdz-header-style-09 .header .cdz-bottom-logo-cart a {
    color: #ffffff; }
    .cdz-header-style-09 .header .cdz-bottom-logo-cart a:hover, .cdz-header-style-09 .header .cdz-bottom-logo-cart a:focus {
      color: #febd17; }

.cdz-header-style-09 .header .block-search .button {
  background: #edeeef;
  border: 1px solid #edeeef; }
  .cdz-header-style-09 .header .block-search .button:before {
    color: #333333; }
  .cdz-header-style-09 .header .block-search .button:hover {
    background: #febd17; }
    .cdz-header-style-09 .header .block-search .button:hover:before {
      color: #ffffff; }

/* ============================================ *
 * End Header style 9
 * ============================================ */
/* ============================================ *
 * Header
 * ============================================ */
.cdz-top-login .cdz-dropdown-content {
  color: #222429; }

.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #febd17;
  color: #ffffff;
  border-color: #febd17; }

.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: #ffffff;
  color: #282828;
  border-color: #282828; }

.header .sticky-menu.active .form-search .button:hover {
  background: none;
  color: #282828; }

.header {
  background-color: #febd17;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .header .cdz-header-top {
    border-bottom: 1px solid #edeeef;
    background-color: #edeeef;
    color: #ffffff; }
    .header .cdz-header-top .cdz-top-link .link a {
      font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
    .header .cdz-header-top .cdz-top-link li a {
      color: #333333; }
    .header .cdz-header-top .cdz-top-link li a:visited, .header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
      color: #4d4d4d; }
    .header .cdz-header-top .cdz-top-link li .forgot-password a {
      color: #333333; }
  .header #cdz-pc-stores .cdz-dropdown-content a:hover {
    background: #f8f8f8;
    color: #222429; }
  .header #cdz-pc-stores .cdz-trigger {
    color: #333333; }
    .header #cdz-pc-stores .cdz-trigger:hover {
      color: #4d4d4d; }
  .header .cdz-col-left {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.header-bottom {
  clear: both; }

.cdz-content-search {
  float: right; }

/*Search box area*/
.cdz-header-menu {
  background: #000000; }

.block-search .label:hover:before {
  color: #222429; }

.block-search .label:active:before {
  color: #222429; }

.block-search .control {
  border-top: 1px solid #e1e1e1; }

.block-search input[type="text"] {
  color: #ffffff;
  background-color: #febd17;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #fab401; }

.block-search .button:hover:before {
  color: #222429; }

.block-search .button.disabled,
.block-search .button:focus:before {
  color: #222429; }

.block-search .button:before {
  color: #ffffff; }

.block-search .cat-search-enable {
  border-color: #c89001;
  color: #ffffff;
  background-color: #febd17; }
  .block-search .cat-search-enable .current-cat {
    border-color: #c89001; }
  .block-search .cat-search-enable .button {
    background-color: #febd17; }
    .block-search .cat-search-enable .button:before {
      color: #ffffff; }
    .block-search .cat-search-enable .button:hover {
      background-color: #000000; }
      .block-search .cat-search-enable .button:hover:before {
        color: #ffffff; }

.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.block-search input ::-webkit-input-placeholder {
  color: #ffffff; }

.block-search input :-moz-placeholder {
  color: #ffffff; }

.block-search input ::-moz-placeholder {
  color: #ffffff; }

.block-search input :-ms-input-placeholder {
  color: #ffffff; }

/*----- Codazon Search box*/
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5; }
  .search-autocomplete ul li .amount {
    color: #ffffff; }

.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #ffffff; }

.mobile-search-wrapper .ui-dialog .minisearch {
  border: 1px solid #ffffff; }

.mobile-search-wrapper .ui-dialog input[type="text"] {
  color: #ffffff;
  border-color: #ffffff; }

.mobile-search-wrapper .ui-dialog .button:before {
  color: #ffffff; }

.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #222429; }

.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #222429; }

.mobile-search-wrapper .ui-dialog .button:before {
  color: #ffffff; }

/*------Search area*/
.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px; }

.block-cart.cdz-dropdown-content .empty {
  text-align: center; }

.block-cart.cdz-dropdown-content .block-title {
  display: none; }

.block-cart .button {
  float: none;
  width: 100%;
  background: #febd17;
  color: #ffffff;
  border-color: #febd17; }

.cdz-top-cart .block-cart.cdz-dropdown-content {
  color: #222429; }

.header .block-cart, .header .block:not(.block-static-block) {
  /*.button:hover{
		background:$btn_primary_background;
		color:$btn_primary_text
	}*/ }
  .header .block-cart .summary, .header .block:not(.block-static-block) .summary {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #222429; }
    .header .block-cart .summary h4, .header .block:not(.block-static-block) .summary h4 {
      font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
      color: #222429; }
    .header .block-cart .summary p, .header .block:not(.block-static-block) .summary p {
      font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
      color: #222429; }
  .header .block-cart .actions, .header .block:not(.block-static-block) .actions {
    border-bottom: 1px solid #e1e1e1;
    /*.button{
		background:$btn_default_background;
		color:$btn_default_text
		}*/ }
  .header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
    display: none; }
  .header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
    border-bottom: 1px solid #e1e1e1; }
  .header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
    font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
    font-size: 0; }
  .header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
    color: #222429; }
  .header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0; }
  .header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
    color: #222429;
    border: 1px solid #e1e1e1; }

.footer-cart .cart-content .summary .subtotal .price {
  color: #282828; }

.footer-cart .cart-content button.button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .footer-cart .cart-content button.button:hover {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555; }

.footer-cart .cart-content .cart-item .btn-remove {
  color: #000000; }
  .footer-cart .cart-content .cart-item .btn-remove:hover {
    color: #febd17; }

.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000; }
  .footer-cart .cart-content .cart-items .owl-nav [class*='owl-']:hover,
  .footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #febd17;
    color: #febd17; }

/*Logo and Cart area*/
/* ============================================ *
 * Codazon_Header
 * ============================================ */
/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
.codazon-filter-style-02 .products-grid .product-item-info .product-name a, .codazon-filter-style-05 .products-grid .product-item-info .product-name a {
  color: #222429; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border: 1px solid #e1e1e1; }

.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  color: #ffffff;
  background: transparent;
  border: 1px solid #e1e1e1; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: #ffffff;
  text-decoration: none; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #febd17;
  text-decoration: none; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: #ffffff;
  text-decoration: none; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: #ffffff; }

.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  border: 1px solid #e1e1e1; }

.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-best-seller-wrap .product-name a {
  color: #ffffff; }

.isotope-wrap .products-grid .product-item-info .product-name {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.isotope-wrap .products-grid .product-item-info .cdz-product-wishlist .action:before {
  color: #ffffff; }

.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action:hover {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.toolbar {
  background: #ffffff;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.toolbar-bottom .pager li {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.toolbar-bottom .pager li.current {
  background: #febd17;
  color: #ffffff; }

.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  border: 1px solid #e1e1e1; }

.product-name a {
  color: #222429; }

.price {
  color: #222429; }

.old-price {
  margin-left: 10px;
  color: #a1a1a1; }

.old-price .price {
  color: #a1a1a1; }

.products-list .product-item {
  background: #ffffff;
  border: 1px solid #e1e1e1; }

.products-grid .isotope .item.product-item .out-of-stock span {
  color: #ffffff; }

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #a1a1a1;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.products-grid .product-item .product-item-info .cdz-product-bottom {
  background: #ffffff; }

.products-grid .product-items:not(.owl-carousel) {
  background: #ffffff; }

.product-item .price {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828; }

.product-name a {
  color: #000000; }
  .product-name a:hover {
    color: #febd17; }

.product-item-info {
  background: #ffffff; }
  .product-item-info .product-name {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.products-list .product-item {
  background: #ffffff;
  border: 1px solid #e1e1e1; }

.products-grid .product-item-info .product-item-details .product-item-description {
  color: #a1a1a1;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.products-grid .product-item-info .cdz-product-bottom {
  background: #ffffff; }

.products-grid .product-gallery .gitems .gitem.item-active a {
  border-color: #febd17; }

.products-grid .isotope .iso-item.product-item {
  color: #ffffff; }
  .products-grid .isotope .iso-item.product-item .product-item-link {
    color: #ffffff; }
  .products-grid .isotope .iso-item.product-item .product-item-link:visited,
  .products-grid .isotope .iso-item.product-item .product-item-link:hover,
  .products-grid .isotope .iso-item.product-item .product-item-link:active {
    color: #ffffff; }
  .products-grid .isotope .iso-item.product-item .price {
    color: #ffffff; }

.products-grid .isotope .iso-item.product-item.width-1.width-2 .product-item-link {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
/* ============================================ *
 * Codazon_Button style
 * ============================================ */
.action.primary, button.button, .btn {
  background: #ffffff;
  border-color: #282828;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  outline: none; }

.action.primary:focus, button.button:focus, .btn:focus,
.action.primary:active, button.button:active.btn:active, .btn:hover {
  background: #333333;
  border-color: #282828;
  color: #ffffff;
  outline: none; }

.action.primary:hover, button.button:hover {
  background: #333333;
  border-color: #282828;
  color: #ffffff;
  border: 3px solid; }

button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  outline: none; }

button:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.cdz-buttons-container button.btn-cart {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-buttons-container button.btn-cart:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.cdz-buttons-container .qs-button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-buttons-container .qs-button:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.actions-secondary:not(.cdz-product-wishlist &) .action {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.actions-secondary:not(.cdz-product-wishlist &) .action:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828; }

.cdz-buttons-container .action,
.addto-hover-container .action {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }

.cdz-buttons-container .action:hover,
.addto-hover-container .action:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.product-addto-links .action {
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-addto-links .action:visited {
  color: #282828; }

.product-addto-links .action:hover {
  color: #282828; }

.product-addto-links .action:active {
  color: #282828; }

.product-addto-links .action span {
  border-color: #e1e1e1; }

.product-addto-links .action:hover span {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.cdz-product-wishlist a.link-wishlist {
  color: #282828; }

.cdz-product-wishlist a.link-wishlist:visited {
  color: #febd17; }

.cdz-product-wishlist a.link-wishlist:hover {
  color: #febd17; }

.cdz-product-wishlist a.link-wishlist:active {
  color: #febd17; }

.cdz-product-wishlist a.link-wishlist:hover:before {
  color: #febd17; }

.product-item-info:hover .cdz-product-wishlist a.link-wishlist {
  color: #febd17; }

.ajax-load-wrapper .ajax-load-button .ajax-loader,
.ajax-load-wrapper .ajax-load-button a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828; }

#back-top a {
  background: #ffffff;
  border-color: #282828;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 0; }

#back-top a:focus,
#back-top a:active {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

#back-top a:hover {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.qs-button {
  background: #ffffff;
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.qs-button:focus,
.qs-button:active {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.btn-link {
  background: #ffffff;
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.btn-link:focus,
.btn-link:active {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.btn-link:hover {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }

.btn-link-readmore {
  background: #ffffff;
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

.btn-link-readmore:focus,
.btn-link-readmore:active {
  border-color: #282828;
  color: #ffffff; }

.btn-link-readmore:hover {
  border-color: #282828;
  color: #ffffff; }

.qs-button:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828; }

.btn {
  border-radius: 0; }

.ajax-load-button .ajax-loader,
.ajax-load-button a {
  background: #ffffff;
  border: 3px solid #282828;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }

/* ============================================ *
 * Codazon_Button style
 * ============================================ */
/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
.product-shop .qty-ctl button {
  border-color: #e1e1e1;
  color: #000000; }

.data-table .input-text.qty {
  min-width: 40px;
  padding: 0 8px;
  color: #282828; }

.qty-ctl .increase:before {
  border-color: #e1e1e1;
  color: #000000; }

.qty-ctl .decrease:before {
  color: #000000;
  border-color: #e1e1e1; }

.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #222429;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.product-view .product-name h1 {
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .product-shop-sku {
  clear: left;
  color: #222429;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0; }
  .product-view .product-shop-sku strong {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view #downloadable-links-list {
  margin: 0; }
  .product-view #downloadable-links-list .label {
    color: #222429; }

.product-view .grouped-items-table .availability.out-of-stock span {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .grouped-items-table .price-box .regular-price .price {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important; }

.product-view .availability label {
  display: none; }

.product-view .availability.in-stock {
  font-weight: 400;
  color: #a1a1a1;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .product-view .availability.in-stock span {
    color: #febd17;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .product-view .availability.in-stock strong {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .availability.out-of-stock span {
  color: #a1a1a1; }

.product-view .availability.in-stock strong {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .ratings .rating-links {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .ratings .rating-links a {
  color: #a1a1a1; }

.product-view .no-rating {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .cdz-social-listing li {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .product-view .cdz-social-listing li .trasition-all {
    color: #222429; }

.product-view .action.primary, .product-view button.button {
  background: #febd17;
  border: 3px solid #febd17;
  color: #ffffff;
  line-height: 28px; }

.product-view .product-essential .button.btn-cart {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view button.button:hover {
  background: #ffffff;
  border: 3px solid #282828;
  color: #282828; }

.product-view .add-to-links li a {
  border: 1px solid #e1e1e1;
  color: #222429; }

.product-view .add-to-links li.compare a {
  border-right: 1px solid #e1e1e1 !important; }

.product-view .add-to-links li a:hover {
  border: 1px solid #282828 !important; }

.product-view .size-chart-btn {
  color: #222429;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .short-description h2 {
  color: #222429;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.product-view .product-options .swatch-attr .select-label {
  color: #febd17; }

.product-view .rsUni .rsThumb.rsNavSelected .thumbIco {
  border-color: #febd17; }

.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #febd17;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/**/
/*Start Product media*/
.product-view-media .more-views li a:hover img {
  border: 2px solid #282828; }

.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell {
  background: #ffffff; }

/*End Product media*/
.product-view .box-collateral h2, .block-related .block-title {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom: 1px solid #282828; }

.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  border-bottom: 3px solid #282828; }

.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  background: #282828; }

/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cart form fieldset {
  background: #ffffff;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px; }

.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1; }

.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.block.block-crosssell {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1; }

.cart-collaterals .totals .checkout-types .button {
  background: #333333;
  color: #ffffff;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cart-collaterals .totals .checkout-types .button:hover {
  background: #ffffff;
  color: #282828; }

/*Custom Checkout form ------*/
.cdz-onestepcheckout li.section .step {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.cdz-onestepcheckout .section .step-title {
  text-align: center !important;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
  color: #222429 !important; }

.cdz-onestepcheckout .buttons-set {
  background: #f4f4f4; }
  .cdz-onestepcheckout .buttons-set p.required {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #a1a1a1; }
  .cdz-onestepcheckout .buttons-set button.button {
    background: #febd17;
    color: #ffffff;
    border-color: #febd17; }
  .cdz-onestepcheckout .buttons-set button.button:hover {
    background: #ffffff;
    color: #282828;
    border-color: #282828; }

.cart-empty {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 200px 20px;
  text-align: center; }

.form-list .field label {
  color: #999999; }

.form-list .field.active label {
  background: #e1e1e1;
  color: white; }

.form-list select {
  color: #999999;
  border: 1px solid #e1e1e1; }

.form-list .field-select-box label {
  background: #e1e1e1; }

.opc h3, .opc h4 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.form-list .wide label {
  color: #999999; }

.form-list .wide.active label {
  background: #e1e1e1;
  color: white; }

.opc-block-progress .block-title strong {
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important; }

.opc-block-progress .block-content dt.complete:after {
  background: #febd17; }

.opc-block-progress .changelink a:before {
  color: #222429; }

.opc-block-progress .block-content dt, .checkout-progress li span {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #222429; }

#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  background: #393c45; }

.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  color: #393c45; }

.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  background: #febd17;
  color: #ffffff; }

/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
/* ============================================ *
 * Codazon_My Account
 * ============================================ */
.manage-address, .change-pass {
  background: #ffffff;
  border-color: #282828;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .manage-address a, .change-pass a {
    color: #282828; }

.manage-address:hover, .change-pass:hover {
  background: #febd17;
  border-color: #febd17;
  color: #ffffff;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .manage-address:hover a, .change-pass:hover a {
    color: #ffffff; }

.dashboard .welcome-msg {
  border: 1px solid #e1e1e1; }

.dashboard .head {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.box-account-content {
  border: 1px solid #e1e1e1; }

.customer-address-info .box-title {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .customer-address-info .box-title h3 {
    font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/*Custom my account full width*/
.my-account {
  background: #ffffff; }
  .my-account .page-title h1, .my-account .page-title h2 {
    color: #282828; }

.my-account-logo {
  display: block; }

.customer-account-index .wrapper,
.customer-account-edit .wrapper,
.wishlist-index-index .wrapper,
.customer-address-form .wrapper,
.sales-order-history .wrapper,
.sales-billing-agreement-index .wrapper,
.sales-recurring-profile-index .wrapper,
.review-customer-index .wrapper,
.oauth-customer-token-index .wrapper,
.newsletter-manage-index .wrapper,
.downloadable-customer-products .wrapper,
.customer-address-index .wrapper,
.sales-order-view .wrapper,
.tag-customer-index .wrapper,
.sales-order-shipment .wrapper,
.sales-order-invoice .wrapper {
  background: #ffffff; }

.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar,
.sales-order-shipment .col-left.sidebar,
.sales-order-invoice .col-left.sidebar {
  background: #1d2c35;
  color: #ffffff; }

.customer-account-index .sidebar .block:not(.block-static-block), .customer-account-index .col-main-containter .col-main .col-wrapper-main,
.customer-account-edit .sidebar .block:not(.block-static-block),
.customer-account-edit .col-main-containter .col-main .col-wrapper-main,
.wishlist-index-index .sidebar .block:not(.block-static-block),
.wishlist-index-index .col-main-containter .col-main .col-wrapper-main,
.customer-address-form .sidebar .block:not(.block-static-block),
.customer-address-form .col-main-containter .col-main .col-wrapper-main,
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-order-history .col-main-containter .col-main .col-wrapper-main,
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .col-main-containter .col-main .col-wrapper-main,
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .col-main-containter .col-main .col-wrapper-main,
.review-customer-index .sidebar .block:not(.block-static-block),
.review-customer-index .col-main-containter .col-main .col-wrapper-main,
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .col-main-containter .col-main .col-wrapper-main,
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .col-main-containter .col-main .col-wrapper-main,
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.downloadable-customer-products .col-main-containter .col-main .col-wrapper-main,
.customer-address-index .sidebar .block:not(.block-static-block),
.customer-address-index .col-main-containter .col-main .col-wrapper-main,
.sales-order-view .sidebar .block:not(.block-static-block),
.sales-order-view .col-main-containter .col-main .col-wrapper-main,
.tag-customer-index .sidebar .block:not(.block-static-block),
.tag-customer-index .col-main-containter .col-main .col-wrapper-main,
.sales-order-shipment .sidebar .block:not(.block-static-block),
.sales-order-shipment .col-main-containter .col-main .col-wrapper-main,
.sales-order-invoice .sidebar .block:not(.block-static-block),
.sales-order-invoice .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0; }

.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li,
.sales-order-shipment .block-account .block-content li,
.sales-order-invoice .block-account .block-content li {
  color: #ffffff;
  border-bottom: 1px solid #416377; }
  .customer-account-index .block-account .block-content li a,
  .customer-account-edit .block-account .block-content li a,
  .wishlist-index-index .block-account .block-content li a,
  .customer-address-form .block-account .block-content li a,
  .sales-order-history .block-account .block-content li a,
  .sales-billing-agreement-index .block-account .block-content li a,
  .sales-recurring-profile-index .block-account .block-content li a,
  .review-customer-index .block-account .block-content li a,
  .oauth-customer-token-index .block-account .block-content li a,
  .newsletter-manage-index .block-account .block-content li a,
  .downloadable-customer-products .block-account .block-content li a,
  .customer-address-index .block-account .block-content li a,
  .sales-order-view .block-account .block-content li a,
  .tag-customer-index .block-account .block-content li a,
  .sales-order-shipment .block-account .block-content li a,
  .sales-order-invoice .block-account .block-content li a {
    color: #ffffff;
    border-bottom: 1px solid #0b1114;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .customer-account-index .block-account .block-content li a:hover,
  .customer-account-edit .block-account .block-content li a:hover,
  .wishlist-index-index .block-account .block-content li a:hover,
  .customer-address-form .block-account .block-content li a:hover,
  .sales-order-history .block-account .block-content li a:hover,
  .sales-billing-agreement-index .block-account .block-content li a:hover,
  .sales-recurring-profile-index .block-account .block-content li a:hover,
  .review-customer-index .block-account .block-content li a:hover,
  .oauth-customer-token-index .block-account .block-content li a:hover,
  .newsletter-manage-index .block-account .block-content li a:hover,
  .downloadable-customer-products .block-account .block-content li a:hover,
  .customer-address-index .block-account .block-content li a:hover,
  .sales-order-view .block-account .block-content li a:hover,
  .tag-customer-index .block-account .block-content li a:hover,
  .sales-order-shipment .block-account .block-content li a:hover,
  .sales-order-invoice .block-account .block-content li a:hover {
    background: #2f4756; }
  .customer-account-index .block-account .block-content li strong,
  .customer-account-edit .block-account .block-content li strong,
  .wishlist-index-index .block-account .block-content li strong,
  .customer-address-form .block-account .block-content li strong,
  .sales-order-history .block-account .block-content li strong,
  .sales-billing-agreement-index .block-account .block-content li strong,
  .sales-recurring-profile-index .block-account .block-content li strong,
  .review-customer-index .block-account .block-content li strong,
  .oauth-customer-token-index .block-account .block-content li strong,
  .newsletter-manage-index .block-account .block-content li strong,
  .downloadable-customer-products .block-account .block-content li strong,
  .customer-address-index .block-account .block-content li strong,
  .sales-order-view .block-account .block-content li strong,
  .tag-customer-index .block-account .block-content li strong,
  .sales-order-shipment .block-account .block-content li strong,
  .sales-order-invoice .block-account .block-content li strong {
    color: #ffffff;
    border-bottom: 1px solid #0b1114;
    background: #2f4756; }

.customer-account-index .block-account .block-content li:first-child,
.customer-account-edit .block-account .block-content li:first-child,
.wishlist-index-index .block-account .block-content li:first-child,
.customer-address-form .block-account .block-content li:first-child,
.sales-order-history .block-account .block-content li:first-child,
.sales-billing-agreement-index .block-account .block-content li:first-child,
.sales-recurring-profile-index .block-account .block-content li:first-child,
.review-customer-index .block-account .block-content li:first-child,
.oauth-customer-token-index .block-account .block-content li:first-child,
.newsletter-manage-index .block-account .block-content li:first-child,
.downloadable-customer-products .block-account .block-content li:first-child,
.customer-address-index .block-account .block-content li:first-child,
.sales-order-view .block-account .block-content li:first-child,
.tag-customer-index .block-account .block-content li:first-child,
.sales-order-shipment .block-account .block-content li:first-child,
.sales-order-invoice .block-account .block-content li:first-child {
  border-top: 1px solid #0b1114; }
  .customer-account-index .block-account .block-content li:first-child a,
  .customer-account-edit .block-account .block-content li:first-child a,
  .wishlist-index-index .block-account .block-content li:first-child a,
  .customer-address-form .block-account .block-content li:first-child a,
  .sales-order-history .block-account .block-content li:first-child a,
  .sales-billing-agreement-index .block-account .block-content li:first-child a,
  .sales-recurring-profile-index .block-account .block-content li:first-child a,
  .review-customer-index .block-account .block-content li:first-child a,
  .oauth-customer-token-index .block-account .block-content li:first-child a,
  .newsletter-manage-index .block-account .block-content li:first-child a,
  .downloadable-customer-products .block-account .block-content li:first-child a,
  .customer-address-index .block-account .block-content li:first-child a,
  .sales-order-view .block-account .block-content li:first-child a,
  .tag-customer-index .block-account .block-content li:first-child a,
  .sales-order-shipment .block-account .block-content li:first-child a,
  .sales-order-invoice .block-account .block-content li:first-child a {
    color: #ffffff;
    border-top: 1px solid #2f4756; }
  .customer-account-index .block-account .block-content li:first-child a:hover,
  .customer-account-edit .block-account .block-content li:first-child a:hover,
  .wishlist-index-index .block-account .block-content li:first-child a:hover,
  .customer-address-form .block-account .block-content li:first-child a:hover,
  .sales-order-history .block-account .block-content li:first-child a:hover,
  .sales-billing-agreement-index .block-account .block-content li:first-child a:hover,
  .sales-recurring-profile-index .block-account .block-content li:first-child a:hover,
  .review-customer-index .block-account .block-content li:first-child a:hover,
  .oauth-customer-token-index .block-account .block-content li:first-child a:hover,
  .newsletter-manage-index .block-account .block-content li:first-child a:hover,
  .downloadable-customer-products .block-account .block-content li:first-child a:hover,
  .customer-address-index .block-account .block-content li:first-child a:hover,
  .sales-order-view .block-account .block-content li:first-child a:hover,
  .tag-customer-index .block-account .block-content li:first-child a:hover,
  .sales-order-shipment .block-account .block-content li:first-child a:hover,
  .sales-order-invoice .block-account .block-content li:first-child a:hover {
    background: #2f4756; }
  .customer-account-index .block-account .block-content li:first-child strong,
  .customer-account-edit .block-account .block-content li:first-child strong,
  .wishlist-index-index .block-account .block-content li:first-child strong,
  .customer-address-form .block-account .block-content li:first-child strong,
  .sales-order-history .block-account .block-content li:first-child strong,
  .sales-billing-agreement-index .block-account .block-content li:first-child strong,
  .sales-recurring-profile-index .block-account .block-content li:first-child strong,
  .review-customer-index .block-account .block-content li:first-child strong,
  .oauth-customer-token-index .block-account .block-content li:first-child strong,
  .newsletter-manage-index .block-account .block-content li:first-child strong,
  .downloadable-customer-products .block-account .block-content li:first-child strong,
  .customer-address-index .block-account .block-content li:first-child strong,
  .sales-order-view .block-account .block-content li:first-child strong,
  .tag-customer-index .block-account .block-content li:first-child strong,
  .sales-order-shipment .block-account .block-content li:first-child strong,
  .sales-order-invoice .block-account .block-content li:first-child strong {
    color: #ffffff;
    border-top: 1px solid #2f4756;
    background: #2f4756; }

.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title,
.sales-order-shipment .block:not(.block-static-block) .block-title,
.sales-order-invoice .block:not(.block-static-block) .block-title {
  color: #ffffff; }

.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo,
.sales-order-shipment .my-account-logo,
.sales-order-invoice .my-account-logo {
  background: #416377; }
  .customer-account-index .my-account-logo .logo-myaccount a:before,
  .customer-account-edit .my-account-logo .logo-myaccount a:before,
  .wishlist-index-index .my-account-logo .logo-myaccount a:before,
  .customer-address-form .my-account-logo .logo-myaccount a:before,
  .sales-order-history .my-account-logo .logo-myaccount a:before,
  .sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
  .sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
  .review-customer-index .my-account-logo .logo-myaccount a:before,
  .oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
  .newsletter-manage-index .my-account-logo .logo-myaccount a:before,
  .downloadable-customer-products .my-account-logo .logo-myaccount a:before,
  .customer-address-index .my-account-logo .logo-myaccount a:before,
  .sales-order-view .my-account-logo .logo-myaccount a:before,
  .tag-customer-index .my-account-logo .logo-myaccount a:before,
  .sales-order-shipment .my-account-logo .logo-myaccount a:before,
  .sales-order-invoice .my-account-logo .logo-myaccount a:before {
    background: #2f4756;
    color: #ffffff; }
  .customer-account-index .my-account-logo .logo-myaccount a:hover,
  .customer-account-edit .my-account-logo .logo-myaccount a:hover,
  .wishlist-index-index .my-account-logo .logo-myaccount a:hover,
  .customer-address-form .my-account-logo .logo-myaccount a:hover,
  .sales-order-history .my-account-logo .logo-myaccount a:hover,
  .sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
  .sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
  .review-customer-index .my-account-logo .logo-myaccount a:hover,
  .oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
  .newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
  .downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
  .customer-address-index .my-account-logo .logo-myaccount a:hover,
  .sales-order-view .my-account-logo .logo-myaccount a:hover,
  .tag-customer-index .my-account-logo .logo-myaccount a:hover,
  .sales-order-shipment .my-account-logo .logo-myaccount a:hover,
  .sales-order-invoice .my-account-logo .logo-myaccount a:hover {
    color: #ffffff; }
  .customer-account-index .my-account-logo .logout-link,
  .customer-account-edit .my-account-logo .logout-link,
  .wishlist-index-index .my-account-logo .logout-link,
  .customer-address-form .my-account-logo .logout-link,
  .sales-order-history .my-account-logo .logout-link,
  .sales-billing-agreement-index .my-account-logo .logout-link,
  .sales-recurring-profile-index .my-account-logo .logout-link,
  .review-customer-index .my-account-logo .logout-link,
  .oauth-customer-token-index .my-account-logo .logout-link,
  .newsletter-manage-index .my-account-logo .logout-link,
  .downloadable-customer-products .my-account-logo .logout-link,
  .customer-address-index .my-account-logo .logout-link,
  .sales-order-view .my-account-logo .logout-link,
  .tag-customer-index .my-account-logo .logout-link,
  .sales-order-shipment .my-account-logo .logout-link,
  .sales-order-invoice .my-account-logo .logout-link {
    color: #ffffff; }
    .customer-account-index .my-account-logo .logout-link a:hover,
    .customer-account-edit .my-account-logo .logout-link a:hover,
    .wishlist-index-index .my-account-logo .logout-link a:hover,
    .customer-address-form .my-account-logo .logout-link a:hover,
    .sales-order-history .my-account-logo .logout-link a:hover,
    .sales-billing-agreement-index .my-account-logo .logout-link a:hover,
    .sales-recurring-profile-index .my-account-logo .logout-link a:hover,
    .review-customer-index .my-account-logo .logout-link a:hover,
    .oauth-customer-token-index .my-account-logo .logout-link a:hover,
    .newsletter-manage-index .my-account-logo .logout-link a:hover,
    .downloadable-customer-products .my-account-logo .logout-link a:hover,
    .customer-address-index .my-account-logo .logout-link a:hover,
    .sales-order-view .my-account-logo .logout-link a:hover,
    .tag-customer-index .my-account-logo .logout-link a:hover,
    .sales-order-shipment .my-account-logo .logout-link a:hover,
    .sales-order-invoice .my-account-logo .logout-link a:hover {
      color: #febd17; }
    .customer-account-index .my-account-logo .logout-link a,
    .customer-account-edit .my-account-logo .logout-link a,
    .wishlist-index-index .my-account-logo .logout-link a,
    .customer-address-form .my-account-logo .logout-link a,
    .sales-order-history .my-account-logo .logout-link a,
    .sales-billing-agreement-index .my-account-logo .logout-link a,
    .sales-recurring-profile-index .my-account-logo .logout-link a,
    .review-customer-index .my-account-logo .logout-link a,
    .oauth-customer-token-index .my-account-logo .logout-link a,
    .newsletter-manage-index .my-account-logo .logout-link a,
    .downloadable-customer-products .my-account-logo .logout-link a,
    .customer-address-index .my-account-logo .logout-link a,
    .sales-order-view .my-account-logo .logout-link a,
    .tag-customer-index .my-account-logo .logout-link a,
    .sales-order-shipment .my-account-logo .logout-link a,
    .sales-order-invoice .my-account-logo .logout-link a {
      color: #ffffff; }
  .customer-account-index .my-account-logo .logout-link a:before,
  .customer-account-edit .my-account-logo .logout-link a:before,
  .wishlist-index-index .my-account-logo .logout-link a:before,
  .customer-address-form .my-account-logo .logout-link a:before,
  .sales-order-history .my-account-logo .logout-link a:before,
  .sales-billing-agreement-index .my-account-logo .logout-link a:before,
  .sales-recurring-profile-index .my-account-logo .logout-link a:before,
  .review-customer-index .my-account-logo .logout-link a:before,
  .oauth-customer-token-index .my-account-logo .logout-link a:before,
  .newsletter-manage-index .my-account-logo .logout-link a:before,
  .downloadable-customer-products .my-account-logo .logout-link a:before,
  .customer-address-index .my-account-logo .logout-link a:before,
  .sales-order-view .my-account-logo .logout-link a:before,
  .tag-customer-index .my-account-logo .logout-link a:before,
  .sales-order-shipment .my-account-logo .logout-link a:before,
  .sales-order-invoice .my-account-logo .logout-link a:before {
    background: #2f4756; }

.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2,
.sales-order-shipment .col2-set .col-1 h2,
.sales-order-shipment .col2-set .col-2 h2,
.sales-order-invoice .col2-set .col-1 h2,
.sales-order-invoice .col2-set .col-2 h2 {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1; }

.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3,
.sales-order-shipment .col2-set .col-1 h3,
.sales-order-shipment .col2-set .col-2 h3,
.sales-order-invoice .col2-set .col-1 h3,
.sales-order-invoice .col2-set .col-2 h3 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600; }

/* ============================================ *
 * Codazon_My Account
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  color: #ffffff;
  background-color: #febd17;
  border-color: #282828;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
    color: #282828; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content .widget .widget-title h2 {
    font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #282828; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
    color: #282828; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
    color: #fc7070; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
    background-color: #fc7070; }

/*Sticky menu------*/
@media (min-width: 767px) {
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #000000; }
    .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
      position: initial; }
    .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
      background-color: #fc7070; }
    .header .sticky-menu.active .block-search .form-search input[type="text"] {
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .header .sticky-menu.active .block-search .form-search .button:before {
      color: #ffffff; }
    .header .sticky-menu.active .block-search .form-search:hover .button:before {
      color: #ffffff; } }

.cdz-main-menu .groupmenu li.level0 > a.menu-link {
  color: #ffffff;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-main-menu .groupmenu li.level0 > a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 > a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 > a.menu-link:visited {
  color: #ffffff; }

.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  color: #febd17; }

.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: #ffffff;
  background-color: #febd17;
  border-color: #282828;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-main-menu .groupmenu-drop {
  background-color: #ffffff; }
  .cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
    color: #282828;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
      text-transform: uppercase;
      color: #282828; }
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
      font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
      color: #282828; }
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
      color: #282828; }
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
      color: #fc7070; }
    .cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
      background-color: #fc7070; }

.cdz-vertical-menu li.level0 > a.menu-link {
  color: #ffffff;
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #febd17; }

.cdz-vertical-menu li.level0:hover > a.menu-link {
  color: #ffffff;
  background: #fc6e00; }

.cdz-vertical-menu .groupmenu-drop {
  background-color: #ffffff;
  color: #999999;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #ebebeb; }
  .cdz-vertical-menu .groupmenu-drop a {
    color: #999999; }
    .cdz-vertical-menu .groupmenu-drop a:hover {
      color: #fc6e00; }
  .cdz-vertical-menu .groupmenu-drop .groupdrop-title {
    color: #282828; }

.cdz-main-menu.menu-main-icon .groupmenu li.level0 > a.menu-link {
  border-color: #febd17;
  background: #febd17;
  color: #ffffff;
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-main-menu.menu-main-icon .groupmenu li.level0:hover > a.menu-link {
  border-color: #febd17;
  background: #febd17;
  color: #ffffff; }

.cdz-main-menu.menu-main-icon.sticky-menu.active .cdz-main-menu.menu-main-icon .groupmenu li.level0 > a.menu-link {
  border: 2px solid transparent;
  background: #000000;
  color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.cdz-main-menu.menu-main-icon.sticky-menu.active .cdz-main-menu.menu-main-icon .groupmenu li.level0:hover > a.menu-link {
  border-color: #282828; }

.menu-content-icon .groupmenu li.level0 > a.menu-link {
  border-color: #febd17;
  background: #febd17;
  color: #ffffff;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.menu-content-icon .groupmenu li.level0:hover > a.menu-link {
  border-color: #febd17;
  background: #febd17;
  color: #fc6e00; }

/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
.menu-vertical-title {
  background: #fc6e00;
  color: #ffffff; }
  .menu-vertical-title h3 {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
    .menu-vertical-title h3 a {
      color: #ffffff; }
    .menu-vertical-title h3:before {
      color: #ffffff; }

.menu-vertical .cdz-nav-wrap {
  border: 1px solid #febd17; }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 > a.menu-link {
    color: #ffffff;
    background-color: #febd17; }
  .menu-vertical .cdz-nav-wrap li.vertical-level1.view-all a {
    color: #ffffff;
    background-color: #febd17; }
  .menu-vertical .cdz-nav-wrap li.vertical-level1:hover > a.menu-link {
    background: #fc6e00;
    color: #ffffff; }
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    background: #ffffff;
    border-color: #ebebeb; }
    .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a {
      color: #999999; }
      .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:hover, .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:active {
        color: #fc6e00; }
    .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li.level4 {
      border-bottom-color: #febd17;
      color: #ffffff; }
  .menu-vertical .cdz-nav-wrap .parent:after {
    color: #ffffff; }
  .menu-vertical .cdz-nav-wrap .parent:hover:after {
    color: #ffffff; }
  .menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:after {
    color: #999999; }
  .menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:hover:after {
    color: #fc6e00; }
  .menu-vertical .cdz-nav-wrap .view-all a {
    color: #febd17; }

@media (max-width: 991px) {
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    border-color: #fc6e00; }
    .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.vertical-level2 {
      font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; } }

/*menu vertical style home Sportwear*/
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  background: #fc6e00;
  color: #ffffff;
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600; }

.menu-vertical-style02 .nav.nav-tabs .nav-tab-item:hover .switch, .menu-vertical-style02 .nav.nav-tabs .nav-tab-item.active .switch {
  background: #febd17;
  color: #ffffff; }

.menu-vertical-style02 .nav-tab-content {
  background: #febd17;
  font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
.cdz-block-title .b-title {
  border-bottom-color: #121212;
  color: #121212;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-block-title .b-title:before {
  background: #1d2c35; }

/*Block Sidebar*/
.block:not(.block-static-block) {
  border-color: #febd17; }

.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  color: #282828;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom-color: #febd17; }

.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom: 3px solid #121212; }

.block.review-add .block-content {
  padding-top: 0 !important; }

.sidebar .block:not(.block-static-block) {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.sidebar .block .block-title {
  color: #000000; }

.sidebar .block .actions .button {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #333333;
  color: #ffffff; }

.sidebar .product-name {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
/* ============================================ *
 * Codazon_Product Filter Drug store
 * ============================================ */
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
    background: #febd17; }
    .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
      border-bottom-color: #ae7d01; }
      .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
        border-left-color: #ae7d01;
        border-bottom-color: transparent; }

.cdz-block-orange .cdz-block-title p.b-title span {
  background: #ff0000; }
  .cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-block-orange .cdz-block-title p.b-title span:after {
    border-bottom-color: #990000; }
    .cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:after {
      border-left-color: #990000;
      border-bottom-color: transparent; }

.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
  border-left-color: #e1e1e1; }
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    border-right-color: #e1e1e1;
    border-bottom-color: #e1e1e1; }
    .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
      border-color: #ffffff; }
    .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
      color: #febd17;
      font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
    .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
      border-color: #febd17; }
    .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
      color: #333333; }

/*==============================
================= Deals categories Home Drug
*/
.cdz-best-selling .products-grid .product-items .item .product-item-info {
  border-color: #e1e1e1; }

@media (max-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .product-name a.product-item-link {
    color: #febd17; }
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .price {
    color: #222429; } }

@media (min-width: 767px) {
  .codazon-filter-style-05 .products-grid .product-items .item {
    -webkit-box-shadow: 0 0 0 0px #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, 1px 0 0 0 #e1e1e1 inset, 0 1px 0 0 #e1e1e1 inset;
    box-shadow: 0 0 0 0px #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, 1px 0 0 0 #e1e1e1 inset, 0 1px 0 0 #e1e1e1 inset; }
  .codazon-filter-style-05 .products-grid .product-items .product-item-description {
    color: #a1a1a1;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .product-name a {
    color: #febd17; }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .price {
    color: #282828; }
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .old-price .price {
    color: #a1a1a1;
    font-weight: 400; } }

@media (max-width: 991px) {
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1; }
    .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
      border-right-color: #e1e1e1 !important;
      border-bottom-color: #e1e1e1 !important; }
      .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
        border-color: #ffffff; }
      .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
        color: #febd17;
        font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
      .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
        border-color: transparent; }
      .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
        color: #333333; } }

/* ============================================ *
 * Codazon_Product Filter Drug store
 * ============================================ */
/* ============================================ *
 * Codazon_Popup newsletter
 * ============================================ */
/* ============================================ *
 * Codazon_Login and Register
 * ============================================ */
.account-create form .legend,
.account-login form .legend,
form .legend {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #222429;
  border: 0; }

.account-login .page-title .field.note,
.account-create .page-title .field.note {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .col-main-containter .search-form {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.control.signup-newsletter label, .control#remember-me-box label, .link-tip, .forgot-password-link {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #676d7d; }

.account-create .buttons-set button.button {
  border-color: #febd17;
  background: #febd17;
  color: #ffffff;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.account-create .buttons-set button.button:hover {
  background: #ffffff;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828; }

.account-login .buttons-set button.button {
  background: #febd17;
  color: #ffffff;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #febd17; }

.account-login .buttons-set button.button:hover {
  background: #ffffff;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828; }

.customer-account-forgotpassword .buttons-set button.button {
  background: #febd17;
  color: #ffffff;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #febd17; }

.customer-account-forgotpassword .buttons-set button.button:hover {
  background: #ffffff;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828; }

/* ============================================ *
 * Codazon_Login and Register
 * ============================================ */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  background: #febd17;
  color: #ffffff;
  border-color: #febd17; }

.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button:hover {
  background: #ffffff;
  color: #282828;
  border-color: #282828; }

/* ============================================ *
 * Codazon_Login and Register
 * ============================================ */
/* ============================================ *
 * Codazon_Categories default
 * ============================================ */
/*Product list type*/
.rating-links {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .rating-links a {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .rating-links span {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.products-list .add-to-links li {
  background: #ffffff;
  border-color: #282828;
  color: #282828; }
  .products-list .add-to-links li:hover {
    background: #febd17;
    color: #ffffff;
    border-color: #febd17; }

.products-list .btn-cart {
  background: #333333;
  border-color: #282828;
  color: #ffffff; }
  .category-products .products-list .btn-cart {
    background: #ffffff;
    border-color: #282828;
    color: #282828; }
    .category-products .products-list .btn-cart:hover {
      background: #febd17;
      color: #ffffff;
      border-color: #febd17; }

/* Filter navigation ------------*/
/* ============================================ *
 * Codazon_Categories default
 * ============================================ */
.block-layered-nav dd ol li a {
  color: #222429; }

.block-layered-nav dd ol li label {
  border-color: #959595; }

.block-layered-nav dd ol li a:hover {
  color: #febd17; }

.block-layered-nav .price-btn {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.block-layered-nav .block-content > dl > dd {
  border-bottom-color: #e1e1e1; }

#cdz-filter-bar .block-title strong {
  background: #febd17;
  color: #ffffff;
  border-color: #febd17;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

#cdz-filter-bar .block-title strong:hover {
  background: #ffffff;
  color: #282828;
  border-color: #282828; }

#cdz-filter-bar .block-content {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }
  #cdz-filter-bar .block-content #narrow-by-list dt {
    color: #222429;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight: 700; }
  #cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
    width: 160px; }
  #cdz-filter-bar .block-content #narrow-by-list .price-btn {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

#cdz-filter-bar dd ol li a {
  color: #222429;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

#cdz-filter-bar dd ol li label {
  border-color: #959595;
  color: #a1a1a1; }

#cdz-filter-bar dd ol li a:hover {
  color: #febd17; }

#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  border-color: #aeaeae;
  color: #222429; }

#cdz-filter-bar .block-content > dl > dd {
  border-bottom-color: #e1e1e1; }

/* ------------Grid product for PC and Mobile */
/* ============================================ *
 * Codazon_Categories default
 * ============================================ */
/* ============================================ *
 * Codazon_Set layout for Col-main
 * ============================================ */
.col-main-containter .col-main .col-wrapper-main,
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell,
.block-crosssell {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.catalog-product-view .col-main-containter .col-wrapper-main,
.cms-index-index .col-main-containter .col-wrapper-main,
.catalog-product-view .col-main-containter .col-wrapper-main,
.checkout-cart-index .col-main-containter .col-wrapper-main,
.catalog-category-view .col-main-containter .col-wrapper-main,
.customer-account-create .col-main-containter .col-wrapper-main,
.customer-account-login .col-main-containter .col-wrapper-main,
.customer-account-forgotpassword .col-main-containter .col-wrapper-main,
.sales-guest-form .col-main-containter .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0; }

.contacts-index-index .col-main-containter .col-main .col-wrapper-main, .catalog-product-view .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0; }
  .contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm, .catalog-product-view .col-main-containter .col-main .col-wrapper-main #contactForm {
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; }

/* ============================================ *
 * Codazon_Set layout for Col-main
 * ============================================ */
/* ============================================ *
 * Codazon_Tab style
 * ============================================ */
.nav-tabs,
.nav.nav-tabs {
  border-bottom-color: #febd17; }

.nav-tabs .nav-tab-item.active .switch {
  color: #ffffff; }

.nav-tabs li a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #ffffff;
  border-color: #555555;
  background: #555555; }
  .nav-tabs li a:hover {
    color: #ffffff;
    background: #febd17; }

.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #ffffff;
  background: #555555; }
  .nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
    color: #ffffff;
    background: #febd17; }

.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #ffffff; }

.nav-tabs .nav-tab-item:not(.disabled) .switch:active {
  color: #ffffff;
  background: transparent;
  border-bottom-color: #000000; }

.nav-tabs .nav-tab-item.active .switch, .nav-tabs .nav-tab-item.active .switch:focus, .nav-tabs .nav-tab-item.active .switch:hover {
  color: #ffffff;
  background: transparent;
  border-bottom-color: #000000; }

.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/* ============================================ *
 * Codazon_Tab style
 * ============================================ */
/*product label*/
.cdz-product-lbs .lb-item {
  background: #febd17;
  color: #ffffff; }
  .cdz-product-lbs .lb-item.lb-sale {
    background: #ff0000; }

/*Box Style Home Sport*/
.box-style01 {
  background: #ffffff; }
  .box-style01 .cdz-block-title {
    color: #000000;
    border-color: #e1e1e1; }
    .box-style01 .cdz-block-title .lastcolor {
      color: #febd17; }
  .box-style01 .products-grid {
    border-left: 1px solid #e1e1e1; }
    .box-style01 .products-grid .product-item .product-item-info {
      border: 1px solid #e1e1e1;
      border-left: none; }
  .box-style01 .products-list .cdz-buttons-container button.btn-cart {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
    .box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
      display: none; }
  .box-style01 .nav.nav-tabs .nav-tab-item .switch {
    font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .box-style01 .owl-nav [class*='owl-'],
  .box-style01 .owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000; }
    .box-style01 .owl-nav [class*='owl-']:hover,
    .box-style01 .owl-theme .owl-nav [class*=owl-]:hover {
      border-color: #febd17;
      color: #febd17; }
  .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-'],
  .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000; }
    .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-']:hover,
    .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-]:hover {
      border-color: #febd17;
      color: #febd17; }

/*button show01 Home Sport*/
.cdz-button-show01 .products-grid .product-item-info:hover {
  background: #f9f9f9; }
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
    background: #f9f9f9; }

/*button show01 Home Outdoor*/
@media (min-width: 992px) {
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    background: #febd17;
    color: #ffffff;
    border-color: #febd17;
    border-bottom-color: #484848; }
    .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:hover {
      background: #ffffff;
      color: #282828;
      border-color: #282828; }
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    background: #555555;
    color: #ffffff;
    border-color: #555555;
    border-bottom-color: #484848; }
    .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button:hover,
    .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action:hover {
      background: #ffffff;
      color: #282828;
      border-color: #282828; } }

.modal-content {
  border-radius: 5px; }

@media (max-width: 767px) {
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    border: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px; }
    .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch:hover,
    .mobile-nav-tabs .nav-tab-item .switch:hover {
      border-bottom-color: #555555; }
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item.active .switch,
  .mobile-nav-tabs .nav-tab-item.active .switch {
    border-bottom-color: #555555; } }

/*outdoor*/
.line-style01 .cdz-block-title {
  border-color: #000000; }
  .line-style01 .cdz-block-title .b-title {
    font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    background: #ffffff;
    color: #282828;
    border-color: #f7f7f7; }

.line-style01 .nav-tabs .nav-tab-item.active .switch {
  background: #febd17;
  color: #ffffff;
  border-color: #febd17; }

.line-style01 .nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #555555;
  color: #ffffff;
  border-color: #555555; }
  .line-style01 .nav-tabs .nav-tab-item .switch:hover, .line-style01 .nav-tabs .nav-tab-item .switch:focus {
    background: #febd17;
    color: #ffffff;
    border-color: #febd17; }

/*Grid product for style food */
.cdz-block-product01 .product-item .product-item-info .qs-button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .cdz-block-product01 .product-item .product-item-info .qs-button:hover {
    color: #282828;
    background-color: #ffffff;
    border-color: #282828; }

.cdz-block-product01 .product-item .cart-wrapper .cart-qty {
  background: #febd17; }

/*Grocery style - New product*/
.box-style02 {
  border-color: #e1e1e1;
  background: #ffffff; }
  .box-style02 .cdz-block-title {
    border-color: #e1e1e1; }

/*Grocery style - Fruit & Vegetables*/
.box-style03 .box-cate-products {
  background-color: #ffffff; }
  .box-style03 .box-cate-products .products-grid .item-group {
    border-color: #e1e1e1; }
    .box-style03 .box-cate-products .products-grid .item-group .item:first-child {
      border-color: #e1e1e1; }

/*Grocery style - drink&wine*/
.box-style04 {
  border-color: #e1e1e1;
  background: #ffffff; }
  .box-style04 .cdz-block-title {
    border-color: #000000;
    color: #febd17; }
  .box-style04 .box-left .cdz-block-title {
    background: #ffffff;
    color: #282828; }
  .box-style04 .box-products .products-grid .item-group {
    border-color: #e1e1e1; }
    .box-style04 .box-products .products-grid .item-group .item:first-child {
      border-color: #e1e1e1; }

/*Hightech style*/
.box-style05 {
  border-color: #e1e1e1;
  background: #ffffff; }
  .box-style05 .cdz-block-title {
    border-color: #e1e1e1; }
    .box-style05 .cdz-block-title .h2 span {
      border-bottom-color: #ffffff; }
    .box-style05 .cdz-block-title .nav-tabs li a {
      color: #a1a1a1; }
      .box-style05 .cdz-block-title .nav-tabs li a:before {
        background-color: #ffffff; }
    .box-style05 .cdz-block-title .nav-tabs li.active a {
      color: #ffffff; }
  .box-style05 .products-grid .owl-nav [class*='owl-']:hover,
  .box-style05 .products-grid .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff; }
  .box-style05 .products-grid .product-item-info .addto-hover-container .action, .box-style05 .products-grid .product-item-info .addto-hover-container .qs-button {
    color: #febd17;
    background-color: #ffffff;
    border-color: #febd17; }
    .box-style05 .products-grid .product-item-info .addto-hover-container .action:hover, .box-style05 .products-grid .product-item-info .addto-hover-container .qs-button:hover {
      color: #ffffff;
      background-color: #febd17;
      border-color: #febd17; }
  .box-style05 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart {
    color: #282828;
    background-color: #ffffff;
    border-color: #282828; }
    .box-style05 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart:hover {
      color: #ffffff;
      background-color: #febd17;
      border-color: #febd17; }

@media (max-width: 767px) {
  .box-style05 .cdz-block-title .mobile-toggle {
    color: #ffffff; }
    .box-style05 .cdz-block-title .mobile-toggle:before {
      background-color: #ffffff; } }

.box-style06 {
  border-color: #e1e1e1;
  background: #ffffff; }
  .box-style06 .cdz-block-title {
    border-color: #e1e1e1;
    background: #ffffff;
    color: #282828; }
  .box-style06.product-list-style02 .products-list .product-item-info .action, .box-style06.product-list-style02 .products-list .product-item-info .qs-button, .box-style06.product-list-style02 .products-list .product-item-info button.btn-cart {
    color: #febd17;
    background-color: #ffffff;
    border-color: #febd17; }
    .box-style06.product-list-style02 .products-list .product-item-info .action:hover, .box-style06.product-list-style02 .products-list .product-item-info .qs-button:hover, .box-style06.product-list-style02 .products-list .product-item-info button.btn-cart:hover {
      color: #ffffff;
      background-color: #febd17;
      border-color: #febd17; }
  .box-style06 .products-grid .product-item-info .addto-hover-container .action, .box-style06 .products-grid .product-item-info .addto-hover-container .qs-button, .box-style06 .products-grid .product-item-info .addto-hover-container button.btn-cart {
    color: #febd17;
    background-color: #ffffff;
    border-color: #febd17; }
    .box-style06 .products-grid .product-item-info .addto-hover-container .action:hover, .box-style06 .products-grid .product-item-info .addto-hover-container .qs-button:hover, .box-style06 .products-grid .product-item-info .addto-hover-container button.btn-cart:hover {
      color: #ffffff;
      background-color: #febd17;
      border-color: #febd17; }
  .box-style06 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart {
    color: #282828;
    background-color: #ffffff;
    border-color: #282828; }
    .box-style06 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart:hover {
      color: #ffffff;
      background-color: #febd17;
      border-color: #febd17; }

.product-list-style02 .products-list .item {
  border-top: 1px solid #e1e1e1; }
  .product-list-style02 .products-list .item .cdz-product-left .product-image {
    border: 1px solid #e1e1e1; }
  .product-list-style02 .products-list .item .cdz-product-left .qs-button {
    color: #ffffff !important;
    background-color: #febd17 !important;
    border-color: #febd17 !important; }
    .product-list-style02 .products-list .item .cdz-product-left .qs-button:hover {
      color: #febd17 !important;
      background-color: #ffffff !important;
      border-color: #febd17 !important; }

.product-list-style02 .box .cdz-products-list {
  border-color: #e1e1e1;
  background: #ffffff; }

/*product deal*/
.product-deal .deal-item span.value {
  color: #000000;
  background: #f1f1f1; }

.product-deal .deal-item span.label {
  color: #a1a1a1; }

/*WeStyle Fashion*/
.cdz-block-title-style02 .cdz-block-title .b-title {
  font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz-block-title-style02 .cdz-block-title .title-desc {
  font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #121212;
  margin-bottom: 10px; }

.cdz-block-title-style02 .cdz-block-title .view-all {
  font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 100%;
  text-transform: lowercase;
  font-style: italic; }

.cdz-block-title-style02 .cdz-block-content .nav-tabs .nav-tab-item .switch, .cdz-block-title-style02 .cdz-block-content .nav.nav-tabs .nav-tab-item .switch {
  font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 16px; }
  .cdz-block-title-style02 .cdz-block-content .nav-tabs .nav-tab-item .switch:before, .cdz-block-title-style02 .cdz-block-content .nav.nav-tabs .nav-tab-item .switch:before {
    background: #ffffff; }

.product-style03 .products-grid .product-item .product-item-info .product-item-inner .cdz-buttons-container button.btn-cart {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828; }
  .product-style03 .products-grid .product-item .product-item-info .product-item-inner .cdz-buttons-container button.btn-cart:hover {
    color: #ffffff;
    background-color: #febd17;
    border-color: #febd17; }

.product-style03 .owl-nav [class*='owl-'],
.product-style03 .owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .product-style03 .owl-nav [class*='owl-']:hover,
  .product-style03 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #282828;
    background-color: #ffffff;
    border-color: #282828; }

.product-style04 .products-grid .product-item .product-item-info .addto-hover-container .qs-button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .product-style04 .products-grid .product-item .product-item-info .addto-hover-container .qs-button:hover {
    color: #282828;
    background-color: #ffffff;
    border-color: #ffffff; }

.product-style04 .products-grid .product-item .product-item-info .product-item-inner .button.btn-cart {
  color: #282828;
  background-color: #ffffff;
  border-color: #ffffff; }
  .product-style04 .products-grid .product-item .product-item-info .product-item-inner .button.btn-cart:hover {
    color: #ffffff;
    background-color: #febd17;
    border-color: #febd17; }

.cdz_wapper-blog05 .blog-title {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #000000; }
  .cdz_wapper-blog05 .blog-title:hover {
    color: #febd17; }
  .cdz_wapper-blog05 .blog-title a {
    color: #000000;
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
    .cdz_wapper-blog05 .blog-title a:hover {
      color: #febd17; }

.cdz_wapper-blog05 .blog-text-link a {
  color: #ffffff;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }
  .cdz_wapper-blog05 .blog-text-link a:hover {
    color: #ffffff; }

.cdz_wapper-blog05 .blog-desc {
  color: #222429;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

.cdz_wapper-blog05 .cdz-blog-top .blog-date {
  color: #a1a1a1;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif; }

/*Baby Home Product*/
.product-style05.product-title-tab-01 .nav.nav-tabs {
  border-color: #555555; }
  .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item .switch {
    font: 400 25px/1.35 Bentham, Helvetica Neue, Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #555555;
    color: #ffffff; }
  .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item.active:before, .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item:hover:before {
    border-top-color: #febd17; }
  .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item.active:after, .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item:hover:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    background-color: #febd17; }
  .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item.active .switch, .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item:hover .switch {
    background-color: #febd17;
    color: #ffffff; }
    .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item.active .switch:after, .product-style05.product-title-tab-01 .nav.nav-tabs .nav-tab-item:hover .switch:after {
      border-color: #ffffff; }

.product-style05 .products-grid .item .addto-hover-container .qs-button {
  color: #ffffff;
  background-color: #febd17;
  border-color: #febd17; }
  .product-style05 .products-grid .item .addto-hover-container .qs-button:hover {
    color: #282828;
    background-color: #ffffff;
    border-color: #ffffff; }

.product-style05 .products-grid .item .product-item-inner .cdz-buttons-container .cdz-buttons-inner .product-actions-right a {
  color: #222429; }
  .product-style05 .products-grid .item .product-item-inner .cdz-buttons-container .cdz-buttons-inner .product-actions-right a:hover {
    color: #febd17; }

.product-style05 .products-grid .item .cart-wrapper button.btn-cart {
  color: #222429; }
  .product-style05 .products-grid .item .cart-wrapper button.btn-cart:hover {
    color: #febd17; }
    .product-style05 .products-grid .item .cart-wrapper button.btn-cart:hover:before {
      color: #febd17; }

/*Tools style*/
.cdz-product-wrapper-14 {
  position: relative; }
  .cdz-product-wrapper-14 .cdz-block-title {
    text-align: left; }
    .cdz-rtl .cdz-product-wrapper-14 .cdz-block-title {
      text-align: right; }
    .cdz-product-wrapper-14 .cdz-block-title .b-title {
      padding: 0 0 10px;
      border-bottom: 5px solid #febd17;
      display: block;
      font-size: 24px;
      font-weight: 600; }
      .cdz-product-wrapper-14 .cdz-block-title .b-title:before {
        display: none; }
    .cdz-product-wrapper-14 .cdz-block-title p.h2 {
      margin-bottom: 0;
      padding: 15px 0 5px;
      position: relative;
      border-bottom: 5px solid #febd17;
      font-size: 24px; }
  .cdz-product-wrapper-14 .nav-tab-content {
    padding-top: 0; }
    .cdz-product-wrapper-14 .nav-tab-content .codazon-filter {
      padding-top: 0; }
    .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav {
      position: static; }
      .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav [class*='owl-'] {
        position: absolute;
        top: 45%;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0; }
        .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav [class*='owl-'].owl-prev {
          left: 0; }
        .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav [class*='owl-'].owl-next {
          right: 0; }
        .cdz-rtl .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav [class*='owl-'].owl-prev {
          right: 0;
          left: auto; }
        .cdz-rtl .cdz-product-wrapper-14 .nav-tab-content .owl-carousel .owl-nav [class*='owl-'].owl-next {
          right: auto;
          left: 0; }
    .cdz-product-wrapper-14 .nav-tab-content:hover .owl-carousel .owl-nav [class*='owl-'] {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
      .cdz-product-wrapper-14 .nav-tab-content:hover .owl-carousel .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: 0.2;
        -moz-opacity: 0.2;
        opacity: 0.2;
        cursor: default; }
  .cdz-product-wrapper-14 .owl-carousel .owl-nav {
    top: -65px;
    right: 0;
    position: absolute;
    margin: 0; }
    .cdz-rtl .cdz-product-wrapper-14 .owl-carousel .owl-nav {
      right: auto;
      left: 0; }

@media screen and (min-width: 768px) {
  .cdz-product-wrapper-14 .nav-tabs {
    border: 0;
    position: absolute;
    bottom: calc( 100% - 52px);
    right: -1px; }
    .cdz-rtl .cdz-product-wrapper-14 .nav-tabs {
      left: 0;
      right: auto; }
    .cdz-product-wrapper-14 .nav-tabs .nav-tab-item {
      margin-right: 0;
      margin-left: 7px; }
      .cdz-rtl .cdz-product-wrapper-14 .nav-tabs .nav-tab-item {
        margin-right: 7px;
        margin-left: 0; }
      .cdz-product-wrapper-14 .nav-tabs .nav-tab-item:not(.disabled).active .switch {
        background: #febd17;
        border: 0;
        font-weight: 500; }
      .cdz-product-wrapper-14 .nav-tabs .nav-tab-item .switch {
        border-radius: 0;
        border: 0;
        padding: 10px;
        height: auto;
        text-transform: uppercase;
        margin: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .cdz-product-wrapper-14 .nav-tabs .nav-tab-item .switch:hover, .cdz-product-wrapper-14 .nav-tabs .nav-tab-item .switch:active, .cdz-product-wrapper-14 .nav-tabs .nav-tab-item .switch:focus {
          border: 0;
          background: #febd17;
          padding-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .cdz-product-wrapper-14 .cdz-block-title p.h2 {
    font-size: 18px; }
    .cdz-product-wrapper-14 .cdz-block-title p.h2:not(.nopadding-title) {
      padding-right: 105px; }
      .cdz-rtl .cdz-product-wrapper-14 .cdz-block-title p.h2:not(.nopadding-title) {
        padding-right: 0;
        padding-left: 105px; } }

/*# sourceMappingURL=style_mechanic_tools.css.map */