@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;
}
*/
.space-base {
  margin-bottom: 40px; }

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

.space-lg {
  margin-bottom: 60px; }

@media (max-width: 47.9em) {
  .space-lg {
    margin-bottom: 30px; } }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*RTL LAYOUT*/
body.rtl-layout {
  margin: 0;
  direction: rtl;
  text-align: right; }
  body.rtl-layout .pull-right {
    float: left !important; }
  body.rtl-layout .pull-left {
    float: right !important; }
  body.rtl-layout .pull-xs-left {
    float: right !important; }
  body.rtl-layout .pull-xs-right {
    float: left !important; }
  body.rtl-layout .text-xs-right {
    text-align: left !important; }
  body.rtl-layout .text-xs-left {
    text-align: right !important; }
  body.rtl-layout .text-left {
    text-align: right; }
  body.rtl-layout .text-right {
    text-align: left; }
  body.rtl-layout ul {
    padding-right: 0; }
  body.rtl-layout .media-left {
    padding-right: 0px;
    padding-left: 10px; }
  body.rtl-layout .custom-checkbox label {
    text-align: right; }
  body.rtl-layout .custom-checkbox input[type="checkbox"] + span {
    margin-right: 0px;
    margin-left: 3px; }
  body.rtl-layout th {
    text-align: right; }

/* ============================================ *
 * Codazon_Grid_Column
 * ============================================ */
/*.abs-showprocate($_namescreen, $_item : 6, @_i: 1) when ($_i <= $_item){
	.@{_namescreen}_@{_i}{
		.products:not(.owl-carousel){
			margin-left: -$space_grid;
			margin-right:-$space_grid;
			> .product-miniature{
				width:  (100% / $_i);
				padding-left: $space_grid;
				padding-right: $space_grid;
				&:nth-child(${_i}n + 1){
					clear:both;
				}
			}
		}
	}
	.abs-showprocate($_namescreen, $_item : 6, ($_i + 1));
}*/
.row {
  margin-left: -10px;
  margin-right: -10px; }

.container {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 543px) {
  #left-column, #content-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  body.rtl-layout .col-lg-1, body.rtl-layout .col-lg-2, body.rtl-layout .col-lg-3, body.rtl-layout .col-lg-4, body.rtl-layout .col-lg-5, body.rtl-layout .col-lg-6, body.rtl-layout .col-lg-7, body.rtl-layout .col-lg-8, body.rtl-layout .col-lg-9, body.rtl-layout .col-lg-10, body.rtl-layout .col-lg-11, body.rtl-layout .col-lg-12 {
    float: right; } }

@media (min-width: 768px) {
  body.rtl-layout .col-md-1, body.rtl-layout .col-md-2, body.rtl-layout .col-md-3, body.rtl-layout .col-md-4, body.rtl-layout .col-md-5, body.rtl-layout .col-md-6, body.rtl-layout .col-md-7, body.rtl-layout .col-md-8, body.rtl-layout .col-md-9, body.rtl-layout .col-md-10, body.rtl-layout .col-md-11, body.rtl-layout .col-md-12 {
    float: right; } }

@media (min-width: 544px) {
  body.rtl-layout .col-sm-1, body.rtl-layout .col-sm-2, body.rtl-layout .col-sm-3, body.rtl-layout .col-sm-4, body.rtl-layout .col-sm-5, body.rtl-layout .col-sm-6, body.rtl-layout .col-sm-7, body.rtl-layout .col-sm-8, body.rtl-layout .col-sm-9, body.rtl-layout .col-sm-10, body.rtl-layout .col-sm-11, body.rtl-layout .col-sm-12 {
    float: right; } }

body.rtl-layout .col-xs-1, body.rtl-layout .col-xs-2, body.rtl-layout .col-xs-3, body.rtl-layout .col-xs-4, body.rtl-layout .col-xs-5, body.rtl-layout .col-xs-6, body.rtl-layout .col-xs-7, body.rtl-layout .col-xs-8, body.rtl-layout .col-xs-9, body.rtl-layout .col-xs-10, body.rtl-layout .col-xs-11, body.rtl-layout .col-xs-12 {
  float: right; }

.btn, .btn-primary, a.action.primary {
  border-width: 1px; }

.product-list-style02 .quick-view,
.product-style07 .quick-view,
.grid-mode .quick-view,
.list-mode .quick-view {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  min-width: 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; }
  .product-list-style02 .quick-view:before,
  .product-style07 .quick-view:before,
  .grid-mode .quick-view:before,
  .list-mode .quick-view: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: "\F06E";
    font-size: 16px;
    line-height: 33px; }
  .product-list-style02 .quick-view:before,
  .product-style07 .quick-view:before,
  .grid-mode .quick-view:before,
  .list-mode .quick-view:before {
    margin-right: 0; }

.product-list-style02 .cdz-buttons-container .btn-primary.add-to-cart,
.product-style07 .cdz-buttons-container .btn-primary.add-to-cart,
.grid-mode .cdz-buttons-container .btn-primary.add-to-cart,
.list-mode .cdz-buttons-container .btn-primary.add-to-cart {
  font-size: 14px; }

.list-cdz-product-bottom .list-product-quickview {
  display: none; }

#products .list-mode .products .product-item-info .cdz-buttons-container {
  text-align: left; }
  .rtl-layout #products .list-mode .products .product-item-info .cdz-buttons-container {
    text-align: right; }

@media (max-width: 47.9em) {
  .product-quickview {
    display: none !important; } }

/* ============================================ *
 * Codazon_Slider
 * ============================================ */
.owl-carousel {
  padding-top: 0; }
  .owl-carousel .owl-item > [class*='cdz-sm-'] {
    padding: 0; }
  .owl-carousel .owl-item .item {
    width: 100%; }

.cdz-slider-banners {
  padding-top: 0 !important; }

.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -39px;
  right: 15px;
  margin-top: 0; }
  .rtl-layout .owl-carousel .owl-nav {
    right: auto;
    left: 15px; }

.owl-carousel .owl-nav [class*='owl-'] {
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #282828;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 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;
  display: inline-block; }
  .owl-carousel .owl-nav [class*='owl-']: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: "\F104";
    font-size: 30px;
    line-height: 33px; }
  .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
    content: '\F105'; }
  .owl-carousel .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2; }
  .rtl-layout .owl-carousel .owl-nav [class*='owl-']:before {
    content: '\F105'; }
  .rtl-layout .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
    content: '\F104'; }

/*footer-top newsletter*/
.block_newsletter {
  margin: 0;
  font-size: 100%; }
  .block_newsletter .input-wrapper {
    position: relative; }
    .block_newsletter .input-wrapper: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: "\F0E0";
      font-size: 16px;
      color: #ffffff;
      position: absolute;
      top: 13px;
      left: 15px; }
      .rtl-layout .block_newsletter .input-wrapper:before {
        left: auto;
        right: 13px; }
  .block_newsletter form input.btn-primary {
    margin-left: 10px;
    min-width: 150px; }
  .block_newsletter form input[type=text] {
    background: #fff;
    border: 1px solid #ffffff;
    padding: 11px 20px 10px 30px;
    text-transform: capitalize;
    font-style: italic !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px; }
    .block_newsletter form input[type=text]:focus {
      border: 1px solid #ffffff;
      padding: 11px 20px 10px 30px; }
  .block_newsletter .newsletter-container p.newsletter-conditions {
    display: none; }
  .block_newsletter .footer-text {
    font: 400 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #fff;
    padding: 10px 0; }

@media (max-width: 47.9em) {
  .block_newsletter {
    border: 0; }
    .block_newsletter .footer-text {
      font-size: 12px;
      text-align: center; }
      .block_newsletter .footer-text .pull-right {
        float: none !important; }
    .block_newsletter form input.btn-primary {
      min-width: 50px; } }

#footer .footer-social {
  padding-top: 0; }

.product-style07 {
  margin-bottom: 20px; }
  .product-style07 .cdz-block-title {
    margin-bottom: 40px;
    border-bottom: 2px solid; }
  .product-style07 .cdz-block-title .b-title {
    margin-bottom: 0;
    padding: 10px 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase !important; }

@media (max-width: 47.9em) {
  .product-style07 .cdz-block-title {
    margin-bottom: 10px; }
  .product-style07 .cdz-block-title .b-title {
    padding: 10px 20px;
    font-size: 14px !important; } }

@media (min-width: 48em) {
  .product-style07 .owl-carousel .owl-nav {
    top: -80px; }
  .product-style07,
  #product-accessories .products,
  #products .products {
    margin-bottom: 20px; }
    .product-style07 .cdz-block-title,
    #product-accessories .products .cdz-block-title,
    #products .products .cdz-block-title {
      margin-bottom: 40px;
      border-bottom: 2px solid; }
    .product-style07 .cdz-block-title .b-title,
    #product-accessories .products .cdz-block-title .b-title,
    #products .products .cdz-block-title .b-title {
      margin-bottom: 0;
      padding: 10px 30px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      text-transform: uppercase !important; }
    .product-style07 .cdz-hover-section .cdz-product-wishlist,
    #product-accessories .products .cdz-hover-section .cdz-product-wishlist,
    #products .products .cdz-hover-section .cdz-product-wishlist {
      display: none; }
    .product-style07 .product-miniature,
    #product-accessories .products .product-miniature,
    #products .products .product-miniature {
      margin-bottom: 40px; }
      .product-style07 .product-miniature .product-item-info .product-item-details,
      #product-accessories .products .product-miniature .product-item-info .product-item-details,
      #products .products .product-miniature .product-item-info .product-item-details {
        text-align: left; }
        .product-style07 .product-miniature .product-item-info .product-item-details .rtl-layout,
        #product-accessories .products .product-miniature .product-item-info .product-item-details .rtl-layout,
        #products .products .product-miniature .product-item-info .product-item-details .rtl-layout {
          text-align: right; }
    .product-style07 .cdz-buttons-inner,
    #product-accessories .products .cdz-buttons-inner,
    #products .products .cdz-buttons-inner {
      position: relative; }
    .product-style07 .cdz-buttons-container .btn-primary.add-to-cart,
    #product-accessories .products .cdz-buttons-container .btn-primary.add-to-cart,
    #products .products .cdz-buttons-container .btn-primary.add-to-cart {
      padding: 7px 35px;
      border-bottom: 2px solid; }
    .product-style07 .quick-view,
    #product-accessories .products .quick-view,
    #products .products .quick-view {
      position: absolute;
      left: 0;
      top: 0;
      border-bottom: 2px solid; }
    .product-style07 .link-wishlist,
    #product-accessories .products .link-wishlist,
    #products .products .link-wishlist {
      width: 35px;
      height: 35px;
      padding: 0;
      margin: 0;
      line-height: 35px;
      font-size: 0;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      border: 1px solid;
      min-width: 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;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border-bottom: 2px solid;
      position: absolute;
      top: 0;
      right: 0; }
      .product-style07 .link-wishlist:before,
      #product-accessories .products .link-wishlist:before,
      #products .products .link-wishlist: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: "\F004";
        font-size: 14px;
        line-height: 33px; }
    .product-style07 .cdz-hover-section .product-quickview,
    #product-accessories .products .cdz-hover-section .product-quickview,
    #products .products .cdz-hover-section .product-quickview {
      display: none; } }

@media (max-width: 47.9em) {
  #product-accessories .products .cdz-hover-section .cdz-product-wishlist,
  #products .products .cdz-hover-section .cdz-product-wishlist,
  .product-style07 .cdz-hover-section .cdz-product-wishlist {
    display: none; }
  #product-accessories .products .product-miniature,
  #products .products .product-miniature,
  .product-style07 .product-miniature {
    margin-bottom: 40px; }
  #product-accessories .products .cdz-buttons-inner .link-wishlist,
  #product-accessories .products .cdz-buttons-inner .quick-view,
  #products .products .cdz-buttons-inner .link-wishlist,
  #products .products .cdz-buttons-inner .quick-view,
  .product-style07 .cdz-buttons-inner .link-wishlist,
  .product-style07 .cdz-buttons-inner .quick-view {
    display: none; }
  #product-accessories .products .product-miniature .product-item-info .product-description,
  #products .products .product-miniature .product-item-info .product-description,
  .product-style07 .product-miniature .product-item-info .product-description {
    padding: 0 0 10px; }
  #product-accessories .products .product-item-info .cdz-product-bottom,
  #products .products .product-item-info .cdz-product-bottom {
    position: static; } }

@media (min-width: 48em) {
  .tabs-list-sty03 .tabs .tab-pane {
    padding-top: 40px; }
  .tabs-list-sty03 .tabs .nav-tabs {
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: 2px solid; }
    .rtl-layout .tabs-list-sty03 .tabs .nav-tabs {
      text-align: right;
      float: right; }
    .tabs-list-sty03 .tabs .nav-tabs .item {
      float: left;
      margin-right: 5px; }
      .rtl-layout .tabs-list-sty03 .tabs .nav-tabs .item {
        float: right; }
      .tabs-list-sty03 .tabs .nav-tabs .item a {
        padding: 10px 20px;
        border: 0px solid;
        text-transform: uppercase;
        display: block;
        -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; }
      .tabs-list-sty03 .tabs .nav-tabs .item:hover a, .tabs-list-sty03 .tabs .nav-tabs .item.active a {
        text-decoration: none; }
  .tabs-list-sty03 .tab-content {
    clear: both; } }

@media (min-width: 1024px) {
  .product-listing-layout .products .product-item-info .cdz-product-bottom {
    width: 100%;
    width: calc(100% - 0px) !important;
    bottom: 0 !important; } }

@media (min-width: 48em) {
  .product-listing-layout .product-miniature:hover:before {
    display: none; }
  #product-accessories .products .product-item-info .product-description,
  #products .products .product-item-info .product-description {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  #product-accessories .products .product-item-info:hover .product-description,
  #products .products .product-item-info:hover .product-description {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  #product-accessories .products .product-item-info:hover .list-product-quickview,
  #product-accessories .products .product-item-info:hover .product-quickview,
  #products .products .product-item-info:hover .list-product-quickview,
  #products .products .product-item-info:hover .product-quickview {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  #product-accessories .products .product-item-info .list-product-quickview,
  #product-accessories .products .product-item-info .product-quickview,
  #products .products .product-item-info .list-product-quickview,
  #products .products .product-item-info .product-quickview {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    z-index: 2;
    -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;
    top: calc(50% - 16px);
    -webkit-top: calc(50% - 16px);
    -o-top: calc(50% - 16px);
    -moz-top: calc(50% - 16px);
    left: 50%;
    left: calc(50% - 16px);
    -webkit-left: calc(50% - 16px);
    -o-left: calc(50% - 16px);
    -moz-left: calc(50% - 16px);
    text-align: center;
    position: absolute;
    width: auto; }
    #product-accessories .products .product-item-info .list-product-quickview .quick-view,
    #product-accessories .products .product-item-info .product-quickview .quick-view,
    #products .products .product-item-info .list-product-quickview .quick-view,
    #products .products .product-item-info .product-quickview .quick-view {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; } }

/*=================Blog================*/
.cdz-wapper-blog04 .cdz-block-title {
  margin-bottom: 40px;
  border-bottom: 2px solid #d3ced2; }
  .cdz-wapper-blog04 .cdz-block-title .b-title {
    padding: 0 0 10px; }

.cdz-wapper-blog04 .owl-carousel .owl-nav {
  right: -5px;
  top: -79px; }

.cdz-wapper-blog04 .cdz-blog-bottom {
  background: #f1f1f1;
  padding: 20px; }

.cdz-wapper-blog04 .blog-date {
  margin: 0 0 10px; }

.cdz-wapper-blog04 .blog-title {
  margin: 0 0 10px; }

.cdz-wapper-blog04 .blog-category {
  text-transform: uppercase; }

.cdz-wapper-blog04 .blog-author {
  margin-bottom: 10px;
  position: relative; }
  .cdz-wapper-blog04 .blog-author: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: "\F007";
    font-size: 14px;
    margin-right: 5px; }
  .cdz-wapper-blog04 .blog-author .label {
    display: none; }

.cdz-wapper-blog04 .blog-content-bottom {
  overflow: hidden;
  padding: 10px 0 0; }
  .cdz-wapper-blog04 .blog-content-bottom p {
    margin-bottom: 0;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7; }
  .cdz-wapper-blog04 .blog-content-bottom .blog-author {
    float: left; }
    .rtl-layout .cdz-wapper-blog04 .blog-content-bottom .blog-author {
      float: right; }
  .cdz-wapper-blog04 .blog-content-bottom .blog-text-link {
    float: right; }
    .rtl-layout .cdz-wapper-blog04 .blog-content-bottom .blog-text-link {
      float: left; }

.cdz-wapper-blog04 .blog-text-link a {
  display: inline-block;
  margin-top: 0;
  position: relative; }
  .cdz-wapper-blog04 .blog-text-link a.btn-link {
    margin-bottom: 0; }
  .cdz-wapper-blog04 .blog-text-link a: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: "\F101";
    font-size: 12px;
    margin-right: 5px; }
  .rtl-layout .cdz-wapper-blog04 .blog-text-link a:before {
    display: none; }
  .rtl-layout .cdz-wapper-blog04 .blog-text-link a: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: "\F100";
    font-size: 12px;
    margin-right: 5px; }

/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
.cdz-block-title {
  margin-bottom: 20px;
  text-align: inherit; }
  .cdz-block-title .b-title {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase !important;
    border: 0;
    min-width: 0;
    display: block; }
    .cdz-block-title .b-title strong {
      font-size: 100%; }
    .cdz-block-title .b-title:before {
      display: none; }
  .cdz-block-title .view-all {
    float: right;
    text-transform: capitalize;
    margin-top: 6px; }
    .cdz-block-title .view-all: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: "\F178";
      font-size: 12px;
      margin-left: 5px; }
    .rtl-layout .cdz-block-title .view-all {
      float: left; }
      .rtl-layout .cdz-block-title .view-all:after {
        content: '\F177';
        margin-left: 0;
        margin-right: 5px; }

#search_filters,
.block-categories {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none; }

.pagination .page-list li.current a,
.pagination .page-list li a,
.pagination .page-list li a:hover {
  border-width: 1px;
  line-height: 34px; }

.product-flags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: auto;
  margin: 0; }
  .rtl-layout .product-flags {
    left: 10px;
    right: auto; }
  .product-flags li {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1476f1;
    z-index: 10000;
    list-style: none;
    color: #FFF;
    display: table;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 2px 5px;
    min-height: 0;
    min-width: 35px;
    width: auto;
    height: auto;
    line-height: inherit;
    position: static;
    font-weight: 500;
    float: right;
    clear: both; }
    .rtl-layout .product-flags li {
      float: left; }
    .product-flags li.discount {
      background-color: #fe0249; }
    .product-flags li.discount.on-sale {
      background-color: #fe0249; }

#products .product-miniature .product-flags .new,
#products .product-miniature .online-only,
#products .product-miniature .on-sale,
#products .product-miniature .discount, .featured-products .product-miniature .product-flags .new,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .discount, .product-accessories .product-miniature .product-flags .new,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .discount {
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1476f1;
  z-index: 10000;
  list-style: none;
  color: #FFF;
  display: table;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 2px 5px;
  min-height: 0;
  min-width: 35px;
  width: auto;
  height: auto;
  line-height: inherit;
  position: static;
  font-weight: 500;
  float: right;
  clear: both; }
  .rtl-layout #products .product-miniature .product-flags .new, .rtl-layout
  #products .product-miniature .online-only, .rtl-layout
  #products .product-miniature .on-sale, .rtl-layout
  #products .product-miniature .discount, .rtl-layout .featured-products .product-miniature .product-flags .new, .rtl-layout
  .featured-products .product-miniature .online-only, .rtl-layout
  .featured-products .product-miniature .on-sale, .rtl-layout
  .featured-products .product-miniature .discount, .rtl-layout .product-accessories .product-miniature .product-flags .new, .rtl-layout
  .product-accessories .product-miniature .online-only, .rtl-layout
  .product-accessories .product-miniature .on-sale, .rtl-layout
  .product-accessories .product-miniature .discount {
    float: left; }
  #products .product-miniature .product-flags .new.discount,
  #products .product-miniature .online-only.discount,
  #products .product-miniature .on-sale.discount,
  #products .product-miniature .discount.discount, .featured-products .product-miniature .product-flags .new.discount,
  .featured-products .product-miniature .online-only.discount,
  .featured-products .product-miniature .on-sale.discount,
  .featured-products .product-miniature .discount.discount, .product-accessories .product-miniature .product-flags .new.discount,
  .product-accessories .product-miniature .online-only.discount,
  .product-accessories .product-miniature .on-sale.discount,
  .product-accessories .product-miniature .discount.discount {
    background-color: #fe0249; }
  #products .product-miniature .product-flags .new.discount.on-sale,
  #products .product-miniature .online-only.discount.on-sale,
  #products .product-miniature .on-sale.discount.on-sale,
  #products .product-miniature .discount.discount.on-sale, .featured-products .product-miniature .product-flags .new.discount.on-sale,
  .featured-products .product-miniature .online-only.discount.on-sale,
  .featured-products .product-miniature .on-sale.discount.on-sale,
  .featured-products .product-miniature .discount.discount.on-sale, .product-accessories .product-miniature .product-flags .new.discount.on-sale,
  .product-accessories .product-miniature .online-only.discount.on-sale,
  .product-accessories .product-miniature .on-sale.discount.on-sale,
  .product-accessories .product-miniature .discount.discount.on-sale {
    background-color: #fe0249; }

.lang-en #products .product-miniature .product-flags .new,
.lang-en #products .product-miniature .online-only,
.lang-en #products .product-miniature .on-sale,
.lang-en #products .product-miniature .discount, .lang-en .featured-products .product-miniature .product-flags .new,
.lang-en .featured-products .product-miniature .online-only,
.lang-en .featured-products .product-miniature .on-sale,
.lang-en .featured-products .product-miniature .discount, .lang-en .product-accessories .product-miniature .product-flags .new,
.lang-en .product-accessories .product-miniature .online-only,
.lang-en .product-accessories .product-miniature .on-sale,
.lang-en .product-accessories .product-miniature .discount {
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1476f1;
  z-index: 10000;
  list-style: none;
  color: #FFF;
  display: table;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 2px 5px;
  min-height: 0;
  min-width: 35px;
  width: auto;
  height: auto;
  line-height: inherit;
  position: static;
  font-weight: 500;
  float: right;
  clear: both; }
  .rtl-layout .lang-en #products .product-miniature .product-flags .new, .rtl-layout
  .lang-en #products .product-miniature .online-only, .rtl-layout
  .lang-en #products .product-miniature .on-sale, .rtl-layout
  .lang-en #products .product-miniature .discount, .rtl-layout .lang-en .featured-products .product-miniature .product-flags .new, .rtl-layout
  .lang-en .featured-products .product-miniature .online-only, .rtl-layout
  .lang-en .featured-products .product-miniature .on-sale, .rtl-layout
  .lang-en .featured-products .product-miniature .discount, .rtl-layout .lang-en .product-accessories .product-miniature .product-flags .new, .rtl-layout
  .lang-en .product-accessories .product-miniature .online-only, .rtl-layout
  .lang-en .product-accessories .product-miniature .on-sale, .rtl-layout
  .lang-en .product-accessories .product-miniature .discount {
    float: left; }
  .lang-en #products .product-miniature .product-flags .new.discount,
  .lang-en #products .product-miniature .online-only.discount,
  .lang-en #products .product-miniature .on-sale.discount,
  .lang-en #products .product-miniature .discount.discount, .lang-en .featured-products .product-miniature .product-flags .new.discount,
  .lang-en .featured-products .product-miniature .online-only.discount,
  .lang-en .featured-products .product-miniature .on-sale.discount,
  .lang-en .featured-products .product-miniature .discount.discount, .lang-en .product-accessories .product-miniature .product-flags .new.discount,
  .lang-en .product-accessories .product-miniature .online-only.discount,
  .lang-en .product-accessories .product-miniature .on-sale.discount,
  .lang-en .product-accessories .product-miniature .discount.discount {
    background-color: #fe0249; }
  .lang-en #products .product-miniature .product-flags .new.discount.on-sale,
  .lang-en #products .product-miniature .online-only.discount.on-sale,
  .lang-en #products .product-miniature .on-sale.discount.on-sale,
  .lang-en #products .product-miniature .discount.discount.on-sale, .lang-en .featured-products .product-miniature .product-flags .new.discount.on-sale,
  .lang-en .featured-products .product-miniature .online-only.discount.on-sale,
  .lang-en .featured-products .product-miniature .on-sale.discount.on-sale,
  .lang-en .featured-products .product-miniature .discount.discount.on-sale, .lang-en .product-accessories .product-miniature .product-flags .new.discount.on-sale,
  .lang-en .product-accessories .product-miniature .online-only.discount.on-sale,
  .lang-en .product-accessories .product-miniature .on-sale.discount.on-sale,
  .lang-en .product-accessories .product-miniature .discount.discount.on-sale {
    background-color: #fe0249; }

.lang-en .product-flags li {
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1476f1;
  z-index: 10000;
  list-style: none;
  color: #FFF;
  display: table;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 2px 5px;
  min-height: 0;
  min-width: 35px;
  width: auto;
  height: auto;
  line-height: inherit;
  position: static;
  font-weight: 500;
  float: right;
  clear: both; }
  .rtl-layout .lang-en .product-flags li {
    float: left; }
  .lang-en .product-flags li.discount {
    background-color: #fe0249; }
  .lang-en .product-flags li.discount.on-sale {
    background-color: #fe0249; }

.has-discount .discount {
  font-size: 80%;
  font-weight: normal;
  padding: 5px 10px; }

/*Header*/
.header-nav {
  border: 0; }

@media (min-width: 48em) {
  #contact-link,
  .currency-selector, .language-selector-wrapper .language-selector,
  .user-info .cdz-top-login,
  .user-info .cdz-top-signup,
  .user-info .logout,
  .user-info .account {
    margin-left: 20px;
    margin-right: 0; }
    .rtl-layout #contact-link, .rtl-layout
    .currency-selector, .rtl-layout .language-selector-wrapper .language-selector, .rtl-layout
    .user-info .cdz-top-login, .rtl-layout
    .user-info .cdz-top-signup, .rtl-layout
    .user-info .logout, .rtl-layout
    .user-info .account {
      margin-left: 0;
      margin-right: 20px; }
  .header-nav .right-nav > div {
    float: right; } }

@media (min-width: 48em) {
  .blockcart .header .dropdown-menu {
    top: 99px; }
  .cdz-top-login .dropdown-menu {
    margin-top: 1px; }
  .header-nav .user-info .logout {
    margin-right: 0 !important; }
  /*Menu Horizontal*/
  .cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link {
    padding: 15px 20px;
    text-transform: capitalize; }
  .cdz-horizontal-menu .groupmenu li.item.level0 > .groupmenu-drop {
    top: 50px; }
  .search-widget {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .search-widget form input[type=text] {
      height: 35px;
      min-height: 35px;
      padding-right: 40px; }
    .search-widget form button[type=submit] {
      height: 35px;
      width: 35px;
      line-height: 31px;
      right: 0px;
      top: 0px;
      border: 1px solid; }
  .header-wrapper-left {
    position: relative; }
    .header-wrapper-left .logo-left {
      position: relative;
      z-index: 5;
      position: absolute;
      z-index: 5;
      top: -57px;
      left: -10px;
      background: #c80000;
      padding: 37px 10px;
      min-height: 128px;
      overflow: hidden; }
      .rtl-layout .header-wrapper-left .logo-left {
        left: auto;
        right: 0; }
      .header-wrapper-left .logo-left:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 200%;
        height: 100%;
        -moz-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        transform: rotate(-29deg);
        background: #ae0000;
        z-index: -1; }
  .sticky-menu:not(.active) .search-widget {
    border: 3px solid #d2d4d4; }
  .sticky-menu:not(.active) .cdz-user-cart {
    margin: -30px 0; }
  .sticky-menu:not(.active) .user-info .logout {
    display: none; }
  .sticky-menu:not(.active) .cdz-user,
  .sticky-menu:not(.active) .cdz-cart {
    display: inline-block;
    vertical-align: top; }
  .sticky-menu:not(.active) .user-info .cdz-top-login,
  .sticky-menu:not(.active) .cdz-user .user-info .cdz-top-signup {
    margin: 0; }
  .sticky-menu:not(.active) .cdz-user .user-info .cdz-top-signup > a {
    display: none; }
  .sticky-menu:not(.active) .cdz-user .user-info a.account {
    padding: 21px;
    text-align: center;
    display: block; }
    .sticky-menu:not(.active) .cdz-user .user-info a.account:before {
      display: block;
      width: auto;
      font-size: 26px;
      margin-bottom: 5px; }
  .sticky-menu:not(.active) .cdz-user .user-info .cdz-top-login > a {
    padding: 21px;
    text-align: center;
    display: block; }
    .sticky-menu:not(.active) .cdz-user .user-info .cdz-top-login > a .material-icons {
      display: block;
      width: auto; }
      .sticky-menu:not(.active) .cdz-user .user-info .cdz-top-login > a .material-icons:before {
        content: '\F007';
        font-size: 26px;
        margin-bottom: 5px; }
  .sticky-menu:not(.active) .blockcart .header a.cart-icon {
    padding: 15px;
    min-width: 120px;
    background: #393737; }
  /*Header Cart*/
  .blockcart .header a.cart-icon {
    position: relative;
    text-transform: uppercase;
    text-align: center; }
    .rtl-layout .blockcart .header a.cart-icon {
      padding-left: 0;
      padding-right: 60px; }
    .blockcart .header a.cart-icon .material-icons.shopping-cart {
      position: relative;
      font-size: 0;
      height: auto;
      width: auto;
      display: block; }
      .rtl-layout .blockcart .header a.cart-icon .material-icons.shopping-cart {
        left: auto;
        right: 0; }
      .blockcart .header a.cart-icon .material-icons.shopping-cart:before {
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E66E";
        font-size: 36px;
        font-family: 'Pe-icon-7-stroke';
        speak: none;
        padding: 0;
        background: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        color: #ffffff;
        width: 53px;
        height: 53px;
        line-height: 53px;
        text-align: center; }
    .blockcart .header a.cart-icon span.hidden-sm-down {
      display: block;
      text-transform: uppercase; }
    .blockcart .header a.cart-icon .cart-products-price {
      font-weight: 600;
      color: #282828;
      padding-left: 0;
      display: none; }
    .blockcart .header a.cart-icon .cart-products-count {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      height: 18px;
      line-height: 20px;
      min-width: 20px;
      top: 20px;
      right: 30%;
      left: auto; }
  .sticky-menu.active .cdz-user {
    display: none; }
  .sticky-menu.active .cdz-cart {
    right: 10px;
    top: 5px; }
    .sticky-menu.active .cdz-cart .blockcart .header a.cart-icon {
      padding-left: 0;
      width: 35px; }
      .rtl-layout .sticky-menu.active .cdz-cart .blockcart .header a.cart-icon {
        padding-right: 0; }
      .sticky-menu.active .cdz-cart .blockcart .header a.cart-icon .material-icons.shopping-cart:before {
        border: 1px solid;
        width: 35px;
        height: 35px;
        line-height: 35px;
        min-height: 35px;
        font-size: 24px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .sticky-menu.active .cdz-cart .blockcart .header a.cart-icon .cart-products-count {
        top: -5px;
        right: -6px; }
  .sticky-menu.active .sticky-posabs {
    position: absolute !important;
    left: 0; }
  .sticky-menu.active .sticky-widfull {
    padding: 0 100px 0 0;
    width: 100%; }
    .sticky-menu.active .sticky-widfull > .row > [class*='col-'] {
      width: 100%; }
  .sticky-menu.active .header-top > .container > .row > [class*='col-'].header-search {
    display: block;
    float: right;
    position: relative;
    z-index: 1; }
    .rtl-layout .sticky-menu.active .header-top > .container > .row > [class*='col-'].header-search {
      float: left; }
  .sticky-menu.active .header-search .row > [class*='col-'] {
    min-height: 0; }
  .sticky-menu.active .cdz-fix-left > div:first-child {
    width: auto; }
  .sticky-menu.active .search-widget {
    top: 5px;
    right: 55px; }
  .sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link {
    padding: 12px 15px; }
  .sticky-menu.active .cdz-horizontal-menu .groupmenu li.item.level0 > .groupmenu-drop {
    top: 44px; } }

@media (max-width: 47.9em) {
  .blockcart .header a.cart-icon .material-icons.shopping-cart:before {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E66E";
    font-size: 30px;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    padding: 0;
    background: transparent !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .slideshow-container {
    padding: 10px 0 30px; } }

#wrapper .container {
  background: #fff; }
  #wrapper .container:after {
    /*content:'';
			width:100%;
			height:100%;
			@include abs-boxshadow(0 5px 30px rgb(81, 78, 78));
			position:absolute;
			left:0;
			top:0;
			z-index:0;
			display: block;*/ }

.sharing-ctl {
  top: 10px !important; }

@media (min-width: 48em) {
  .slideshow-container {
    margin: 0 -10px -60px; }
  .banners-wrapper-top {
    padding: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    position: relative;
    z-index: 1; }
  #wrapper {
    padding-top: 0; }
  .owl-carousel .owl-nav {
    right: -5px;
    top: -60px;
    /*[class*='owl-']:before{
			font-size: 20px;
		}
		[class*='owl-'].owl-next:before {
			content: '\f178';
		}
		[class*='owl-'].owl-prev:before {
			content: '\f177';
		}*/ } }

/*Slideshow*/
.cdz-slideshow .owl-carousel.owl-theme .owl-nav [class*='owl-'] {
  border-width: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

/*Footer*/
#footer .footer-before-container {
  padding-bottom: 10px !important; }

#footer .footer-after-container {
  border-top: 1px solid; }

#footer .footer-container li {
  padding: 10px 0;
  border-bottom: 1px solid; }
  #footer .footer-container li a {
    padding: 0; }
  #footer .footer-container li.last {
    border-bottom: 0; }

#footer .footer-before-container {
  padding: 30px 0; }

#footer .footer-after-container {
  border: 0; }

/*Category*/
.page-category .catgory-information {
  background-color: transparent;
  margin-bottom: 0; }

.page-category .catgory-information .category-cover {
  background-color: transparent; }
  .page-category .catgory-information .category-cover:after, .page-category .catgory-information .category-cover:before {
    display: none; }

.breadcrumb {
  margin: 0;
  padding: 10px 0px; }

/*Blog*/
.kr_blog_post_area {
  padding: 20px;
  box-shadow: 0px 0px 1px #8c8686;
  -moz-box-shadow: 0px 0px 1px #8c8686;
  -webkit-box-shadow: 0px 0px 1px #8c8686;
  -o-box-shadow: 0px 0px 1px #8c8686;
  -ms-box-shadow: 0px 0px 1px #8c8686; }
  .kr_blog_post_area .blog_post {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0; }

body.page-customer-account #content,
#search_filters, .product-accessories, .block-categories,
.block-categories {
  box-shadow: 0px 0px 1px #8c8686;
  -moz-box-shadow: 0px 0px 1px #8c8686;
  -webkit-box-shadow: 0px 0px 1px #8c8686;
  -o-box-shadow: 0px 0px 1px #8c8686;
  -ms-box-shadow: 0px 0px 1px #8c8686; }

/*Mobile*/
@media (min-width: 48em) and (max-width: 61.9em) {
  .cdz-horizontal-menu .groupmenu li.item.level0 > a.menu-link {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 47.9em) {
  #footer .footer-social .pull-right {
    float: none !important; }
  .tabs .nav-tabs.abs-dropdown {
    border: 1px solid;
    width: 200px; } }

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