@charset "UTF-8";
/*
 *
 * IMPORTANT: UTILIZING THE AUTOMATIC UPDATE FEATURE OF THIS CHILD THEME WILL OVERWRITE ANY
 * CUSTOM CODE PLACED WITHIN THIS FILE. IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE PLACE
 * YOUR CODE IN THEME OPTIONS >> CUSTOM CSS OTHERWISE YOU CAN MANUALLY UPDATE THE THEME FILES
 *
 */
/* Components */
.dsdep-image-center {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dsdep-image-right {
  text-align: right !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

.dsdep-image-left {
  text-align: left;
  margin-right: auto !important;
  margin-left: 0 !important;
}

.dsdep-text-right {
  text-align: right !important;
}

.dsdep-text-left {
  text-align: left !important;
}

.dsdep-text-center {
  text-align: center !important;
}

@media (max-width: 980px) {
  .dsdep-center-on-mobile {
    text-align: center !important;
  }
}
.dsdep-button-primary,
.et_pb_button.dsdep-button-primary,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-primary,
body.et-db #et-boc .dsdep-button-primary.et_pb_button,
body .dsdep-button-primary.et_pb_button,
.dsdep-module-button-primary .et_pb_button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-button-primary:hover,
.et_pb_button.dsdep-button-primary:hover,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-primary:hover,
body.et-db #et-boc .dsdep-button-primary.et_pb_button:hover,
body .dsdep-button-primary.et_pb_button:hover,
.dsdep-module-button-primary .et_pb_button:hover {
  padding: 9px 25px !important;
}
.dsdep-button-primary:not([disabled]):not(.disabled),
.et_pb_button.dsdep-button-primary:not([disabled]):not(.disabled),
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-primary:not([disabled]):not(.disabled),
body.et-db #et-boc .dsdep-button-primary.et_pb_button:not([disabled]):not(.disabled),
body .dsdep-button-primary.et_pb_button:not([disabled]):not(.disabled),
.dsdep-module-button-primary .et_pb_button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-button-second,
.et_pb_button.dsdep-button-second,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-second,
body.et-db #et-boc .dsdep-button-second.et_pb_button,
body .dsdep-button-second.et_pb_button,
.dsdep-module-button-second .et_pb_button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-button-second:hover,
.et_pb_button.dsdep-button-second:hover,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-second:hover,
body.et-db #et-boc .dsdep-button-second.et_pb_button:hover,
body .dsdep-button-second.et_pb_button:hover,
.dsdep-module-button-second .et_pb_button:hover {
  padding: 9px 25px !important;
}
.dsdep-button-second:not([disabled]):not(.disabled),
.et_pb_button.dsdep-button-second:not([disabled]):not(.disabled),
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-second:not([disabled]):not(.disabled),
body.et-db #et-boc .dsdep-button-second.et_pb_button:not([disabled]):not(.disabled),
body .dsdep-button-second.et_pb_button:not([disabled]):not(.disabled),
.dsdep-module-button-second .et_pb_button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-button-outline,
.et_pb_button.dsdep-button-outline,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-outline,
body.et-db #et-boc .dsdep-button-outline.et_pb_button,
body .dsdep-button-outline.et_pb_button,
.dsdep-module-button-outline .et_pb_button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-button-outline:hover,
.et_pb_button.dsdep-button-outline:hover,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-outline:hover,
body.et-db #et-boc .dsdep-button-outline.et_pb_button:hover,
body .dsdep-button-outline.et_pb_button:hover,
.dsdep-module-button-outline .et_pb_button:hover {
  padding: 9px 25px !important;
}
.dsdep-button-outline:not([disabled]):not(.disabled),
.et_pb_button.dsdep-button-outline:not([disabled]):not(.disabled),
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-outline:not([disabled]):not(.disabled),
body.et-db #et-boc .dsdep-button-outline.et_pb_button:not([disabled]):not(.disabled),
body .dsdep-button-outline.et_pb_button:not([disabled]):not(.disabled),
.dsdep-module-button-outline .et_pb_button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-button-medium,
.et_pb_button.dsdep-button-medium,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-medium,
body.et-db #et-boc .dsdep-button-medium.et_pb_button,
body .dsdep-button-medium.et_pb_button,
.dsdep-module-button-medium .et_pb_button {
  padding: 14px 24px !important;
  font-size: 16px !important;
}
.dsdep-button-medium:hover,
.et_pb_button.dsdep-button-medium:hover,
body.et-db #et-boc .et-l .et_pb_button.dsdep-button-medium:hover,
body.et-db #et-boc .dsdep-button-medium.et_pb_button:hover,
body .dsdep-button-medium.et_pb_button:hover,
.dsdep-module-button-medium .et_pb_button:hover {
  padding: 14px 24px !important;
}

.dsdep-button-large,
.et_pb_button.dsdep-button-large,
body.et-db #et-boc .et-l .dsdep-button-large.et_pb_button,
body.et-db #et-boc .dsdep-button-large.et_pb_button,
body .dsdep-button-large.et_pb_button,
.dsdep-module-button-large .et_pb_button {
  padding: 15px 35px !important;
  font-size: 18px !important;
}
.dsdep-button-large:hover,
.et_pb_button.dsdep-button-large:hover,
body.et-db #et-boc .et-l .dsdep-button-large.et_pb_button:hover,
body.et-db #et-boc .dsdep-button-large.et_pb_button:hover,
body .dsdep-button-large.et_pb_button:hover,
.dsdep-module-button-large .et_pb_button:hover {
  padding: 15px 35px !important;
}

.dsdep-button-underline-primary,
.et_pb_button.dsdep-button-underline-primary,
body.et-db #et-boc .dsdep-button-underline-primary.et_pb_button,
body .dsdep-button-underline-primary.et_pb_button,
.dsdep-module-button-underline-primary .et_pb_button {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #006AFF !important;
}
.dsdep-button-underline-primary:hover,
.et_pb_button.dsdep-button-underline-primary:hover,
body.et-db #et-boc .dsdep-button-underline-primary.et_pb_button:hover,
body .dsdep-button-underline-primary.et_pb_button:hover,
.dsdep-module-button-underline-primary .et_pb_button:hover {
  background: transparent !important;
  padding: 0 !important;
}
.dsdep-button-underline-primary:hover,
.et_pb_button.dsdep-button-underline-primary:hover,
body.et-db #et-boc .dsdep-button-underline-primary.et_pb_button:hover,
body .dsdep-button-underline-primary.et_pb_button:hover,
.dsdep-module-button-underline-primary .et_pb_button:hover {
  color: #0055CC !important;
}

.dsdep-button-underline-second,
.et_pb_button.dsdep-button-underline-second,
body.et-db #et-boc .dsdep-button-underline-second.et_pb_button,
body .dsdep-button-underline-second.et_pb_button,
.dsdep-module-button-underline-second .et_pb_button {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #FCD800 !important;
}
.dsdep-button-underline-second:hover,
.et_pb_button.dsdep-button-underline-second:hover,
body.et-db #et-boc .dsdep-button-underline-second.et_pb_button:hover,
body .dsdep-button-underline-second.et_pb_button:hover,
.dsdep-module-button-underline-second .et_pb_button:hover {
  background: transparent !important;
  padding: 0 !important;
}
.dsdep-button-underline-second:hover,
.et_pb_button.dsdep-button-underline-second:hover,
body.et-db #et-boc .dsdep-button-underline-second.et_pb_button:hover,
body .dsdep-button-underline-second.et_pb_button:hover,
.dsdep-module-button-underline-second .et_pb_button:hover {
  color: #E8C700 !important;
}

@media (min-width: 767px) {
  .dsdepdep-show-mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dsdep-show-tablet-only {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .dsdep-show-tablet-only {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .dsdep-show-desktop-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dsdep-hide-mobile-only {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .dsdep-hide-tablet-only {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .dsdep-hide-desktop-only {
    display: none !important;
  }
}
.dsdep-shadow-second {
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.dsdep-shadow-primary {
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}

.dsdep-module-button-shadow-second .et_pb_button {
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.dsdep-module-button-shadow-primary .et_pb_button {
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}

.dsdep-background-color-light {
  background-color: #F6F6F6 !important;
}

.dsdep-background-color-dark {
  background-color: #232323 !important;
}

.dsdep-background-color-second {
  background-color: #FCD800 !important;
}

.dsdep-background-color-primary {
  background-color: #006AFF !important;
}

.dsdep-link-color-dark a,
.dsdep-link-hover-color-dark a:hover,
.dsdep-color-dark {
  color: #232323 !important;
}

.dsdep-heading-color-dark h1, .dsdep-heading-color-dark h2, .dsdep-heading-color-dark h3, .dsdep-heading-color-dark h4, .dsdep-heading-color-dark h5, .dsdep-heading-color-dark h6 {
  color: #232323 !important;
}

.dsdep-link-color-light a,
.dsdep-link-hover-color-light a:hover,
.dsdep-color-light {
  color: #F6F6F6 !important;
}

.dsdep-heading-color-light h1, .dsdep-heading-color-light h2, .dsdep-heading-color-light h3, .dsdep-heading-color-light h4, .dsdep-heading-color-light h5, .dsdep-heading-color-light h6 {
  color: #F6F6F6 !important;
}

.dsdep-link-color-second a,
.dsdep-link-hover-color-second a:hover,
.dsdep-color-second {
  color: #FCD800 !important;
}

.dsdep-heading-color-second h1, .dsdep-heading-color-second h2, .dsdep-heading-color-second h3, .dsdep-heading-color-second h4, .dsdep-heading-color-second h5, .dsdep-heading-color-second h6 {
  color: #FCD800 !important;
}

.dsdep-link-color-primary a,
.dsdep-link-hover-color-primary a:hover,
.dsdep-color-primary {
  color: #006AFF !important;
}

.dsdep-heading-color-primary h1, .dsdep-heading-color-primary h2, .dsdep-heading-color-primary h3, .dsdep-heading-color-primary h4, .dsdep-heading-color-primary h5, .dsdep-heading-color-primary h6 {
  color: #006AFF !important;
}

.dsdep-font-color {
  color: #757575;
}

.dsdep-heading-color {
  color: #232323;
}

.dsdep-border-color-light {
  border-color: #EFEFEF !important;
}

.dsdep-border-color-dark {
  border-color: rgba(117, 117, 117, 0.16) !important;
}

.dsdep-border-color-second {
  border-color: #FCD800 !important;
}

.dsdep-border-color-primary {
  border-color: #006AFF !important;
}

.dsdep-heading-with-line {
  overflow: hidden;
}
.dsdep-heading-with-line h1, .dsdep-heading-with-line h2, .dsdep-heading-with-line h3, .dsdep-heading-with-line h4, .dsdep-heading-with-line h5, .dsdep-heading-with-line h6 {
  position: relative;
  padding-bottom: 0;
}
.dsdep-heading-with-line h1:after, .dsdep-heading-with-line h2:after, .dsdep-heading-with-line h3:after, .dsdep-heading-with-line h4:after, .dsdep-heading-with-line h5:after, .dsdep-heading-with-line h6:after {
  content: "";
  width: 10000%;
  height: 1px;
  position: absolute;
  border-top: 1px solid;
  margin-left: 15px;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dsdep-heading-with-line.line-dark h1:after, .dsdep-heading-with-line.line-dark h2:after, .dsdep-heading-with-line.line-dark h3:after, .dsdep-heading-with-line.line-dark h4:after, .dsdep-heading-with-line.line-dark h5:after, .dsdep-heading-with-line.line-dark h6:after {
  border-color: rgba(117, 117, 117, 0.16);
}
.dsdep-heading-with-line.line-light h1:after, .dsdep-heading-with-line.line-light h2:after, .dsdep-heading-with-line.line-light h3:after, .dsdep-heading-with-line.line-light h4:after, .dsdep-heading-with-line.line-light h5:after, .dsdep-heading-with-line.line-light h6:after {
  border-color: #EFEFEF;
}

.dsdep-checklist ul {
  list-style-type: none;
  padding: 0;
}
.dsdep-checklist ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
}
.dsdep-checklist ul li.excluded {
  opacity: 0.5;
}
.dsdep-checklist ul li:before {
  content: "N" !important;
  font-family: ETModules;
  color: #006AFF;
  left: 0;
  top: 0;
  position: absolute;
  font-weight: bold;
  font-size: inherit;
  line-height: 28px;
}
.dsdep-checklist.checklist-inline ul li {
  display: inline-block;
  padding-right: 20px;
}
.dsdep-checklist.checklist-inline ul li:last-child {
  margin-right: 0;
}
.dsdep-checklist.checklist-secondary ul li:before {
  color: #FCD800;
}
.dsdep-checklist.checklist-dark ul li:before {
  color: #232323;
}
.dsdep-checklist.checklist-white ul li:before {
  color: #FFF;
}
.dsdep-checklist.checklist-4-col ul, .dsdep-checklist.checklist-3-col ul, .dsdep-checklist.checklist-2-col ul {
  display: flex;
  flex-wrap: wrap;
}
.dsdep-checklist.checklist-4-col ul li, .dsdep-checklist.checklist-3-col ul li, .dsdep-checklist.checklist-2-col ul li {
  width: 100%;
}
@media (min-width: 767px) {
  .dsdep-checklist.checklist-4-col ul li {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .dsdep-checklist.checklist-4-col ul li:nth-child(2n) {
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .dsdep-checklist.checklist-4-col ul li {
    width: 25%;
  }
  .dsdep-checklist.checklist-4-col ul li:nth-child(4n) {
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .dsdep-checklist.checklist-3-col ul li {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .dsdep-checklist.checklist-3-col ul li:nth-child(2n) {
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .dsdep-checklist.checklist-3-col ul li {
    width: 33.33%;
  }
  .dsdep-checklist.checklist-3-col ul li:nth-child(3n) {
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .dsdep-checklist.checklist-2-col ul li {
    width: 50%;
    padding-right: 20px;
  }
  .dsdep-checklist.checklist-2-col ul li:nth-child(2n) {
    padding-right: 0;
  }
}

.dsdep-no-padding {
  padding: 0 !important;
}

.dsdep-borderRadius {
  border-radius: 6px;
}

.dsdep-borderRadiusImage img {
  border-radius: 6px;
}

.dsdep-small-row {
  max-width: 1365px !important;
}

@media (min-width: 980px) {
  .dsdep-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .dsdep-flex-row-reverse.et_pb_gutters2 .et_pb_column:first-child {
    margin-left: 3% !important;
    margin-right: 0;
  }
  .dsdep-flex-row-reverse.et_pb_gutters3 .et_pb_column:first-child {
    margin-left: 5.5% !important;
    margin-right: 0;
  }
  .dsdep-flex-row-reverse.et_pb_gutters4 .et_pb_column:first-child {
    margin-left: 8% !important;
    margin-right: 0;
  }
}

/* Base */
#main-content .container:before {
  width: 0 !important;
}

#page-container {
  overflow: hidden;
}

.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item > a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li.menu-item > a {
  position: relative;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item > a:hover,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li.menu-item > a:hover {
  opacity: 1 !important;
  color: #006AFF !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item.current-menu-item a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li.menu-item.current-menu-item a {
  font-weight: 600;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item.menu-item-has-children > a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li.menu-item.menu-item-has-children > a {
  padding-right: 20px !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu li.menu-item-has-children > a:after,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu li.menu-item-has-children > a:after {
  color: #006AFF !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu,
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et_mobile_menu,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et_mobile_menu {
  border: solid 1px;
  border-color: #EFEFEF;
  background-color: #FFF !important;
  border-radius: 6px;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 0 !important;
  z-index: 99999;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li,
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et_mobile_menu li,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et_mobile_menu li {
  width: 100%;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu a,
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et_mobile_menu a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et_mobile_menu a {
  background-color: transparent !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li:not(.mega-menu) > ul.sub-menu li,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li:not(.mega-menu) > ul.sub-menu li {
  padding: 0 20px !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li:not(.mega-menu) > ul.sub-menu a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu > li:not(.mega-menu) > ul.sub-menu a {
  width: 100% !important;
  padding: 6px 20px;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li {
  background-color: #FFF !important;
  font-weight: 600;
  position: relative;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li:before,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li a {
  border: none !important;
  color: inherit !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li a:hover,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li a:hover {
  color: #006AFF !important;
  text-decoration: underline;
  background-color: transparent;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu ul.sub-menu li.current-menu-item a,
.et-db #et-boc .et-l .dsdep-menuSecondary ul.et-menu ul.sub-menu li.current-menu-item a {
  text-decoration: underline;
  color: #006AFF !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary .et-menu-nav li.mega-menu > ul > li > a:first-child,
.et-db #et-boc .et-l .dsdep-menuSecondary .et-menu-nav li.mega-menu > ul > li > a:first-child {
  color: #232323;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding-left: 0 !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary .nav li li.menu-item-has-children > a:after,
.et-db #et-boc .et-l .dsdep-menuSecondary .nav li li.menu-item-has-children > a:after {
  content: "5";
  right: 0;
}

.et-db #et-boc .et-l .dsdep-menuPrimary {
  z-index: 99;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item {
  margin-top: 0 !important;
  position: relative;
  padding-right: 14px !important;
  padding-left: 14px !important;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item:last-child {
  padding-right: 0;
}
.et-db #et-boc .et-l .dsdep-menuPrimary ul.et-menu > li.menu-item > a {
  padding: 15px 0 !important;
  color: inherit !important;
}

.et-db #et-boc .et-l .et_pb_menu.dsdep-collapse-mobile-submenu .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}
.et-db #et-boc .et-l .et_pb_menu.dsdep-collapse-mobile-submenu .et_mobile_menu .menu-item-has-children > a:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 18px;
  content: "L";
  top: 11px;
  right: 13px;
}
.et-db #et-boc .et-l .et_pb_menu.dsdep-collapse-mobile-submenu .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: "M";
}
.et-db #et-boc .et-l .et_pb_menu.dsdep-collapse-mobile-submenu .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
.et-db #et-boc .et-l .et_pb_menu.dsdep-collapse-mobile-submenu .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

.dsdep-footer-widget-menu h4.title {
  margin-bottom: 20px;
}
.dsdep-footer-widget-menu ul.menu li {
  margin-bottom: 16px;
}
.dsdep-footer-widget-menu ul.menu li a {
  color: inherit;
}
.dsdep-footer-widget-menu ul.menu li.current-menu-item a, .dsdep-footer-widget-menu ul.menu li a:hover {
  color: #006AFF;
  text-decoration: underline;
}
.dsdep-footer-widget-menu .et_pb_widget:last-of-type {
  margin-bottom: 0 !important;
}

#sidebar .et_pb_widget.widget_tag_cloud .tagcloud a,
.dsdep-sidebar .et_pb_widget.widget_tag_cloud .tagcloud a,
#sidebar .et_pb_widget.widget_product_tag_cloud .tagcloud a,
.dsdep-sidebar .et_pb_widget.widget_product_tag_cloud .tagcloud a {
  padding: 4px 10px;
  line-height: 1.5;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid;
  border-color: rgba(117, 117, 117, 0.16);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 7px;
  border-radius: 6px;
}
#sidebar .et_pb_widget.widget_tag_cloud .tagcloud a:hover,
.dsdep-sidebar .et_pb_widget.widget_tag_cloud .tagcloud a:hover,
#sidebar .et_pb_widget.widget_product_tag_cloud .tagcloud a:hover,
.dsdep-sidebar .et_pb_widget.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #006AFF;
}

#sidebar .et_pb_widget.widget_recent_comments ul li, #sidebar .et_pb_widget.widget_recent_entries ul li,
.dsdep-sidebar .et_pb_widget.widget_recent_comments ul li,
.dsdep-sidebar .et_pb_widget.widget_recent_entries ul li {
  padding: 15px 0;
  position: relative;
  margin: 0;
}
#sidebar .et_pb_widget.widget_recent_comments ul li a, #sidebar .et_pb_widget.widget_recent_entries ul li a,
.dsdep-sidebar .et_pb_widget.widget_recent_comments ul li a,
.dsdep-sidebar .et_pb_widget.widget_recent_entries ul li a {
  color: #232323;
  font-weight: bold;
}
#sidebar .et_pb_widget.widget_recent_comments ul li a:hover, #sidebar .et_pb_widget.widget_recent_entries ul li a:hover,
.dsdep-sidebar .et_pb_widget.widget_recent_comments ul li a:hover,
.dsdep-sidebar .et_pb_widget.widget_recent_entries ul li a:hover {
  color: #006AFF;
}
#sidebar .et_pb_widget.widget_recent_comments ul li span.post-date, #sidebar .et_pb_widget.widget_recent_entries ul li span.post-date,
.dsdep-sidebar .et_pb_widget.widget_recent_comments ul li span.post-date,
.dsdep-sidebar .et_pb_widget.widget_recent_entries ul li span.post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#sidebar .et_pb_widget.widget_recent_comments ul li:not(:last-child):before, #sidebar .et_pb_widget.widget_recent_entries ul li:not(:last-child):before,
.dsdep-sidebar .et_pb_widget.widget_recent_comments ul li:not(:last-child):before,
.dsdep-sidebar .et_pb_widget.widget_recent_entries ul li:not(:last-child):before {
  content: "";
  width: 80px;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  border-color: rgba(117, 117, 117, 0.16);
}
#sidebar .et_pb_widget.widget_recent_comments li,
.dsdep-sidebar .et_pb_widget.widget_recent_comments li {
  font-size: 14px;
}

#sidebar .et_pb_widget.widget_search form, #sidebar .et_pb_widget.widget_product_search form,
.dsdep-sidebar .et_pb_widget.widget_search form,
.dsdep-sidebar .et_pb_widget.widget_product_search form,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search form,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search form {
  position: relative !important;
}
#sidebar .et_pb_widget.widget_search form:before, #sidebar .et_pb_widget.widget_product_search form:before,
.dsdep-sidebar .et_pb_widget.widget_search form:before,
.dsdep-sidebar .et_pb_widget.widget_product_search form:before,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search form:before,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search form:before {
  font-family: "ETmodules";
  font-weight: 900 !important;
  font-size: 16px;
  content: "U";
  position: absolute;
  right: 12px;
  top: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #006AFF;
}
#sidebar .et_pb_widget.widget_search input[type=text], #sidebar .et_pb_widget.widget_search input[type=search], #sidebar .et_pb_widget.widget_product_search input[type=text], #sidebar .et_pb_widget.widget_product_search input[type=search],
.dsdep-sidebar .et_pb_widget.widget_search input[type=text],
.dsdep-sidebar .et_pb_widget.widget_search input[type=search],
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text],
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search] {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
  display: block;
  width: 100%;
  margin-right: 40px;
}
#sidebar .et_pb_widget.widget_search input[type=text]:focus, #sidebar .et_pb_widget.widget_search input[type=search]:focus, #sidebar .et_pb_widget.widget_product_search input[type=text]:focus, #sidebar .et_pb_widget.widget_product_search input[type=search]:focus,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]:focus,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]:focus,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:focus,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:focus,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]:focus,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]:focus,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:focus,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:focus {
  border-color: #006AFF !important;
}
#sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
#sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
#sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
#sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder, #sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder, #sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder,
.dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
#sidebar .et_pb_widget.widget_search #searchsubmit, #sidebar .et_pb_widget.widget_search button[type=submit], #sidebar .et_pb_widget.widget_product_search #searchsubmit, #sidebar .et_pb_widget.widget_product_search button[type=submit],
.dsdep-sidebar .et_pb_widget.widget_search #searchsubmit,
.dsdep-sidebar .et_pb_widget.widget_search button[type=submit],
.dsdep-sidebar .et_pb_widget.widget_product_search #searchsubmit,
.dsdep-sidebar .et_pb_widget.widget_product_search button[type=submit],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search #searchsubmit,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_search button[type=submit],
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search #searchsubmit,
.et-db #et-boc .et-l .dsdep-sidebar .et_pb_widget.widget_product_search button[type=submit] {
  height: 40px;
  width: 40px;
  border: none !important;
  background: transparent !important;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.et_pb_widget.widget_categories ul li,
.et_pb_widget.widget_archive ul li,
.et_pb_widget.widget_product_categories ul li,
.et_pb_widget.woocommerce-widget-layered-nav ul li {
  padding: 12px 0 !important;
  position: relative;
}
.et_pb_widget.widget_categories ul li:first-child,
.et_pb_widget.widget_archive ul li:first-child,
.et_pb_widget.widget_product_categories ul li:first-child,
.et_pb_widget.woocommerce-widget-layered-nav ul li:first-child {
  padding-top: 0;
}
.et_pb_widget.widget_categories ul li:last-child,
.et_pb_widget.widget_archive ul li:last-child,
.et_pb_widget.widget_product_categories ul li:last-child,
.et_pb_widget.woocommerce-widget-layered-nav ul li:last-child {
  padding-bottom: 0;
}
.et_pb_widget.widget_categories ul li a,
.et_pb_widget.widget_archive ul li a,
.et_pb_widget.widget_product_categories ul li a,
.et_pb_widget.woocommerce-widget-layered-nav ul li a {
  color: #232323;
  font-weight: 600;
}
.et_pb_widget.widget_categories ul li a:hover,
.et_pb_widget.widget_archive ul li a:hover,
.et_pb_widget.widget_product_categories ul li a:hover,
.et_pb_widget.woocommerce-widget-layered-nav ul li a:hover {
  color: #006AFF;
}
.et_pb_widget.widget_categories ul li.current-cat a,
.et_pb_widget.widget_archive ul li.current-cat a,
.et_pb_widget.widget_product_categories ul li.current-cat a,
.et_pb_widget.woocommerce-widget-layered-nav ul li.current-cat a {
  color: #006AFF;
}
.et_pb_widget.widget_categories ul li:not(:last-child):before,
.et_pb_widget.widget_archive ul li:not(:last-child):before,
.et_pb_widget.widget_product_categories ul li:not(:last-child):before,
.et_pb_widget.woocommerce-widget-layered-nav ul li:not(:last-child):before {
  content: "";
  width: 80px;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  border-color: rgba(117, 117, 117, 0.16);
}

/* Widget - Cart */
.dsdep-sidebar .widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dsdep-sidebar .widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
  font-weight: bold;
  color: #006AFF;
  font-size: 20px;
}
.dsdep-sidebar .widget_shopping_cart span.quantity,
.woocommerce .widget_shopping_cart span.quantity,
.woocommerce.widget_shopping_cart span.quantity {
  padding-top: 5px;
  display: inline-block;
}
.dsdep-sidebar .widget_shopping_cart a.remove,
.woocommerce .widget_shopping_cart a.remove,
.woocommerce.widget_shopping_cart a.remove {
  top: 20px !important;
  left: 5px !important;
  color: #FFF !important;
  background: #FF0035;
  opacity: 0.7;
  line-height: 1em !important;
  font-size: 20px !important;
  border-radius: 6px !important;
}
.dsdep-sidebar .widget_shopping_cart a.remove:hover,
.woocommerce .widget_shopping_cart a.remove:hover,
.woocommerce.widget_shopping_cart a.remove:hover {
  opacity: 1;
}
.dsdep-sidebar .widget_shopping_cart a.button,
.woocommerce .widget_shopping_cart a.button,
.woocommerce.widget_shopping_cart a.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-sidebar .widget_shopping_cart a.button:hover,
.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce.widget_shopping_cart a.button:hover {
  padding: 9px 25px !important;
}
.dsdep-sidebar .widget_shopping_cart a.button:not([disabled]):not(.disabled),
.woocommerce .widget_shopping_cart a.button:not([disabled]):not(.disabled),
.woocommerce.widget_shopping_cart a.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-top: 5px;
}
@media (min-width: 1050px) {
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
    width: 49%;
    display: inline-block;
  }
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 2%;
  }
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}
@media (min-width: 300px) and (max-width: 980px) {
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
    width: 49%;
    display: inline-block;
  }
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 2%;
  }
  .dsdep-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}

/* Widget- Price Filter */
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
.et-boc #sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #DDD;
  border-radius: 0;
  margin-bottom: 20px;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.et-boc #sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: #FCD800;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.et-boc #sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: #FCD800;
  cursor: pointer;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle:after,
.et-boc #sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle:after {
  display: none;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter button.button,
.et-boc #sidebar .woocommerce.widget_price_filter button.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter button.button:hover,
.et-boc #sidebar .woocommerce.widget_price_filter button.button:hover {
  padding: 9px 25px !important;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter button.button:not([disabled]):not(.disabled),
.et-boc #sidebar .woocommerce.widget_price_filter button.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .price_label,
.et-boc #sidebar .woocommerce.widget_price_filter .price_label {
  font-size: 13px;
  line-height: 29px !important;
  font-weight: normal;
  float: right;
}
.et-boc .dsdep-sidebar .woocommerce.widget_price_filter .price_label span,
.et-boc #sidebar .woocommerce.widget_price_filter .price_label span {
  padding: 8px 10px;
  background: #F6F6F6;
  border-radius: 6px;
  font-weight: 600;
}

.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li, .et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li,
.et-db #et-boc .et-l #sidebar ul.cart_list li {
  padding: 15px 0 !important;
  margin-bottom: 0;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li:not(:last-child), .et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li:not(:last-child),
.et-db #et-boc .et-l #sidebar ul.product_list_widget li:not(:last-child),
.et-db #et-boc .et-l #sidebar ul.cart_list li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li img, .et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li img,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li img,
.et-db #et-boc .et-l #sidebar ul.cart_list li img {
  float: left;
  margin-left: 0;
  width: 75px;
  margin-right: 15px;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li a, .et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li a,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li a,
.et-db #et-boc .et-l #sidebar ul.cart_list li a {
  line-height: 1.2;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget .star-rating, .et-db #et-boc .et-l .dsdep-sidebar ul.cart_list .star-rating,
.et-db #et-boc .et-l #sidebar ul.product_list_widget .star-rating,
.et-db #et-boc .et-l #sidebar ul.cart_list .star-rating {
  margin: 6px 0;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li span.product-title,
.et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li span.product-title,
.et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li a:not(.remove),
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li a,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li span.product-title,
.et-db #et-boc .et-l #sidebar ul.cart_list li span.product-title,
.et-db #et-boc .et-l #sidebar ul.cart_list li a:not(.remove),
.et-db #et-boc .et-l #sidebar ul.product_list_widget li a {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
}
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li span.product-title:hover,
.et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li span.product-title:hover,
.et-db #et-boc .et-l .dsdep-sidebar ul.cart_list li a:not(.remove):hover,
.et-db #et-boc .et-l .dsdep-sidebar ul.product_list_widget li a:hover,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li span.product-title:hover,
.et-db #et-boc .et-l #sidebar ul.cart_list li span.product-title:hover,
.et-db #et-boc .et-l #sidebar ul.cart_list li a:not(.remove):hover,
.et-db #et-boc .et-l #sidebar ul.product_list_widget li a:hover {
  color: #006AFF;
}
.et-db #et-boc .et-l .dsdep-sidebar .widget_recent_reviews span.reviewer,
.et-db #et-boc .et-l #sidebar .widget_recent_reviews span.reviewer {
  font-size: 13px;
  text-transform: uppercase;
}

.dsdep-sidebar .et_pb_widget,
#sidebar .et_pb_widget {
  margin-bottom: 40px !important;
}
.dsdep-sidebar .et_pb_widget:last-child,
#sidebar .et_pb_widget:last-child {
  margin-bottom: 0 !important;
}

.dsdep-widgettitle, .dsdep-sidebar .widgettitle, #sidebar .widgettitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 1px solid;
  border-color: rgba(117, 117, 117, 0.16);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .dsdep-widgettitle, .dsdep-sidebar .widgettitle, #sidebar .widgettitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dsdep-widgettitle, .dsdep-sidebar .widgettitle, #sidebar .widgettitle {
    font-size: 19px;
  }
}
.dsdep-widgettitle:before, .dsdep-sidebar .widgettitle:before, #sidebar .widgettitle:before {
  content: "";
  width: 80px;
  border-top: 2px solid;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-color: #006AFF;
}

blockquote {
  margin: 15px 0;
  border-left: 2px solid;
  font-weight: 500;
  line-height: 1.5;
}

/* Divi Modules */
.dsdep-accordion,
.et-db #et-boc .et-l .dsdep-accordion {
  counter-reset: counter;
}
.dsdep-accordion .et_pb_toggle,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(117, 117, 117, 0.16);
  background-color: transparent;
  padding: 24px;
}
.dsdep-accordion .et_pb_toggle .et_pb_toggle_title,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle .et_pb_toggle_title {
  font-size: 21px;
}
@media (max-width: 980px) {
  .dsdep-accordion .et_pb_toggle .et_pb_toggle_title,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle .et_pb_toggle_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dsdep-accordion .et_pb_toggle .et_pb_toggle_title,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle .et_pb_toggle_title {
    font-size: 19px;
  }
}
.dsdep-accordion .et_pb_toggle .et_pb_toggle_title:before,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle .et_pb_toggle_title:before {
  content: "L";
  color: #006AFF;
  font-size: 32px;
  top: 8px;
}
.dsdep-accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title {
  color: #232323;
}
.dsdep-accordion .et_pb_toggle.et_pb_toggle_open,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle.et_pb_toggle_open {
  background: transparent;
}
.dsdep-accordion .et_pb_toggle,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle {
  padding-left: 60px;
  position: relative;
}
.dsdep-accordion .et_pb_toggle:before,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle:before {
  counter-increment: counter;
  content: counters(counter, ".", decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-weight: 600;
  color: #006AFF;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 28px;
}
@media (max-width: 980px) {
  .dsdep-accordion .et_pb_toggle:before,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle:before {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-accordion .et_pb_toggle:before,
.et-db #et-boc .et-l .dsdep-accordion .et_pb_toggle:before {
    font-size: 24px;
  }
}

.dsdep-social-icons .et_pb_social_icon a.icon,
.et-db #et-boc .et-l .dsdep-social-icons .et_pb_social_icon a.icon {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  background-color: #FFF !important;
  color: #006AFF !important;
  border-radius: 6px;
  border: 1px solid;
  border-color: rgba(117, 117, 117, 0.16);
}
.dsdep-social-icons .et_pb_social_icon a.icon:hover,
.et-db #et-boc .et-l .dsdep-social-icons .et_pb_social_icon a.icon:hover {
  color: #FFF !important;
  background-color: #006AFF !important;
}
.dsdep-social-icons .et_pb_social_icon a.icon:before,
.et-db #et-boc .et-l .dsdep-social-icons .et_pb_social_icon a.icon:before {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: inherit;
}

.dsdep-blog .et_audio_content,
.dsdep-blog .et_main_video_container,
.dsdep-blog .et_pb_slider,
.dsdep-blog .et_pb_image_container,
.dsdep-blog .post_format-post-format-quote .et_quote_content, .dsdep-blog:not(.et_pb_blog_grid_wrapper) .entry-featured-image-url,
.et-db #et-boc .et-l .dsdep-blog .et_audio_content,
.et-db #et-boc .et-l .dsdep-blog .et_main_video_container,
.et-db #et-boc .et-l .dsdep-blog .et_pb_slider,
.et-db #et-boc .et-l .dsdep-blog .et_pb_image_container,
.et-db #et-boc .et-l .dsdep-blog .post_format-post-format-quote .et_quote_content,
.et-db #et-boc .et-l .dsdep-blog:not(.et_pb_blog_grid_wrapper) .entry-featured-image-url {
  border-radius: 6px;
  margin: -35px -30px 35px !important;
}
.dsdep-blog a.entry-featured-image-url,
.et-db #et-boc .et-l .dsdep-blog a.entry-featured-image-url {
  margin-bottom: 0 !important;
}
.dsdep-blog .et_pb_post,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post {
  border: 1px solid;
  border-color: #EFEFEF !important;
  border-radius: 6px;
  padding: 35px 30px !important;
  overflow: hidden;
}
.dsdep-blog .et_pb_post .entry-title,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .entry-title {
  font-size: 21px;
  padding-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .dsdep-blog .et_pb_post .entry-title,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .entry-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dsdep-blog .et_pb_post .entry-title,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .entry-title {
    font-size: 19px;
  }
}
.dsdep-blog .et_pb_post .entry-title:hover,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .entry-title:hover {
  color: #006AFF;
}
.dsdep-blog .et_pb_post .post-meta,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-meta {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px !important;
  line-height: 1.5;
  color: #232323;
}
.dsdep-blog .et_pb_post .post-meta .author a,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-meta .author a {
  color: #232323;
}
.dsdep-blog .et_pb_post .post-meta .author a:hover,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-meta .author a:hover {
  color: #006AFF;
}
.dsdep-blog .et_pb_post .post-content,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-content {
  font-size: 14px;
}
.dsdep-blog .et_pb_post .post-content a.more-link,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-content a.more-link {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
}
.dsdep-blog .et_pb_post .post-content a.more-link:hover,
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-content a.more-link:hover {
  padding: 9px 25px !important;
}
.dsdep-blog .et_pb_post .post-content a.more-link:not([disabled]):not(.disabled),
.et-db #et-boc .et-l .dsdep-blog .et_pb_post .post-content a.more-link:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-blog-equal-height .dsdep-blog {
  height: 100%;
}
.dsdep-blog-equal-height .dsdep-blog .et_pb_blog_grid, .dsdep-blog-equal-height .dsdep-blog .et_pb_ajax_pagination_container, .dsdep-blog-equal-height .dsdep-blog .et_pb_salvattore_content, .dsdep-blog-equal-height .dsdep-blog .column {
  height: 100%;
}
.dsdep-blog-equal-height .dsdep-blog .et_pb_post {
  height: 100% !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column;
}
.dsdep-blog-equal-height .dsdep-blog .et_pb_post .post-content {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
  align-items: flex-start;
}
.dsdep-blog-equal-height .dsdep-blog .et_pb_post .post-content a.more-link {
  display: inline-block;
  margin-top: auto !important;
}
.dsdep-blog-equal-height .dsdep-blog .et_pb_post .post-content .post-content-inner:not(:last-child) {
  margin-bottom: 20px !important;
}

.dsdep-testimonial,
.et-db #et-boc .et-l .dsdep-testimonial {
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.dsdep-testimonial .et_pb_testimonial_portrait,
.et-db #et-boc .et-l .dsdep-testimonial .et_pb_testimonial_portrait {
  border: 1px solid;
  border-color: #006AFF;
  margin: 20px auto 0;
  width: 48px !important;
  height: 48px !important;
  float: none !important;
}
.dsdep-testimonial .et_pb_testimonial_description,
.et-db #et-boc .et-l .dsdep-testimonial .et_pb_testimonial_description {
  border-radius: 6px;
  border: solid 1px;
  border-color: rgba(117, 117, 117, 0.16);
  padding: 16px;
  float: none !important;
  margin: 0 !important;
}
.dsdep-testimonial .et_pb_testimonial_content, .dsdep-testimonial .et_pb_testimonial_meta,
.et-db #et-boc .et-l .dsdep-testimonial .et_pb_testimonial_content,
.et-db #et-boc .et-l .dsdep-testimonial .et_pb_testimonial_meta {
  font-size: 14px;
}
.dsdep-testimonial .et_pb_testimonial_author,
.et-db #et-boc .et-l .dsdep-testimonial .et_pb_testimonial_author {
  color: #232323;
  font-size: 16px;
}
.dsdep-testimonial.has-rating .et_pb_testimonial_description_inner,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner {
  position: relative;
  padding-top: 46px;
}
.dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:before, .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:before,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:after {
  font-family: ETModules;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 5px;
}
.dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:before,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:before {
  content: "" "" "" "" "";
  color: #CACACA;
}
.dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating .et_pb_testimonial_description_inner:after {
  color: #FCD800;
}
.dsdep-testimonial.has-rating.stars-1 .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating.stars-1 .et_pb_testimonial_description_inner:after {
  content: "";
}
.dsdep-testimonial.has-rating.stars-2 .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating.stars-2 .et_pb_testimonial_description_inner:after {
  content: "" "";
}
.dsdep-testimonial.has-rating.stars-3 .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating.stars-3 .et_pb_testimonial_description_inner:after {
  content: "" "" "";
}
.dsdep-testimonial.has-rating.stars-4 .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating.stars-4 .et_pb_testimonial_description_inner:after {
  content: "" "" "" "";
}
.dsdep-testimonial.has-rating.stars-5 .et_pb_testimonial_description_inner:after,
.et-db #et-boc .et-l .dsdep-testimonial.has-rating.stars-5 .et_pb_testimonial_description_inner:after {
  content: "" "" "" "" "";
}

.dsdep-woo-tabs,
.et-db #et-boc .et-l .dsdep-woo-tabs {
  border: none !important;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls {
  background: transparent;
  text-align: center;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls:after,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls:after {
  border-color: #EFEFEF;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls li,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls li {
  float: none;
  display: inline-block;
  border: none;
  padding: 0 20px;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls li a,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls li a {
  font-weight: bold;
  padding: 9px 0;
  border-bottom: 2px solid transparent;
  display: block;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls li.et_pb_tab_active,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
  background: transparent;
}
.dsdep-woo-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a, .dsdep-woo-tabs ul.et_pb_tabs_controls li a:hover,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a,
.et-db #et-boc .et-l .dsdep-woo-tabs ul.et_pb_tabs_controls li a:hover {
  color: #232323;
  border-color: #006AFF;
}
.dsdep-woo-tabs .et_pb_tab,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab {
  padding: 37px 0 0;
}
.dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes {
  border: none;
}
.dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes th, .dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes td,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes th,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content table.woocommerce-product-attributes td {
  border: none;
}
.dsdep-woo-tabs .et_pb_tab_content > h2,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content > h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 980px) {
  .dsdep-woo-tabs .et_pb_tab_content > h2,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content > h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-woo-tabs .et_pb_tab_content > h2,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content > h2 {
    font-size: 24px;
  }
}
.dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls,
.et-db #et-boc .et-l .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls {
  background: #F6F6F6;
  position: relative;
}
.dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:before, .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:after,
.et-db #et-boc .et-l .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:before,
.et-db #et-boc .et-l .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:after {
  content: "";
  border: none;
  height: 100%;
  width: 1000000%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
}
.dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:before,
.et-db #et-boc .et-l .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:before {
  left: 100%;
}
.dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:after,
.et-db #et-boc .et-l .dsdep-woo-tabs.dsdep-woo-tab-with-background ul.et_pb_tabs_controls:after {
  right: 100%;
}

.dsdep-optin input, .dsdep-optin select,
.et-db #et-boc .et-l .dsdep-optin input,
.et-db #et-boc .et-l .dsdep-optin select {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
.dsdep-optin input:focus, .dsdep-optin select:focus,
.et-db #et-boc .et-l .dsdep-optin input:focus,
.et-db #et-boc .et-l .dsdep-optin select:focus {
  border-color: #006AFF !important;
}
.dsdep-optin input::-webkit-input-placeholder, .dsdep-optin select::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-optin input:-ms-input-placeholder, .dsdep-optin select:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-optin input::-moz-placeholder, .dsdep-optin select::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-optin input:-moz-placeholder, .dsdep-optin select:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-optin input::-webkit-input-placeholder, .dsdep-optin select::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-optin input:-ms-input-placeholder, .dsdep-optin select:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-optin input::-moz-placeholder, .dsdep-optin select::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-optin input:-moz-placeholder, .dsdep-optin select:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-optin textarea,
.et-db #et-boc .et-l .dsdep-optin textarea {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  padding: 16px !important;
  line-height: 1.5;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
.dsdep-optin textarea:focus,
.et-db #et-boc .et-l .dsdep-optin textarea:focus {
  border-color: #006AFF !important;
}
.dsdep-optin textarea::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-optin textarea:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-optin textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-optin textarea::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-optin textarea:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-optin textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}

@media (min-width: 1200px) {
  .dsdep-inline-optin .et_pb_newsletter_fields .et_pb_newsletter_field,
.et-db #et-boc .et-l .dsdep-inline-optin .et_pb_newsletter_fields .et_pb_newsletter_field {
    flex-basis: calc(100% - 160px);
  }
  .dsdep-inline-optin .et_pb_newsletter_fields .et_pb_newsletter_button_wrap,
.et-db #et-boc .et-l .dsdep-inline-optin .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    flex-basis: 150px;
  }
}

.dsdep-search,
.et-db #et-boc .et-l .dsdep-search {
  border: none !important;
  border-radius: 0;
}
.dsdep-search form.et_pb_searchform,
.et-db #et-boc .et-l .dsdep-search form.et_pb_searchform {
  position: relative;
}
.dsdep-search form.et_pb_searchform:before,
.et-db #et-boc .et-l .dsdep-search form.et_pb_searchform:before {
  font-family: "ETmodules";
  font-weight: 900 !important;
  font-size: 16px;
  content: "U";
  position: absolute;
  right: 12px;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #006AFF;
}
.dsdep-search input[type=text], .dsdep-search input[type=search],
.et-db #et-boc .et-l .dsdep-search input[type=text],
.et-db #et-boc .et-l .dsdep-search input[type=search] {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
  display: block;
  width: 100%;
  margin-right: 40px;
}
.dsdep-search input[type=text]:focus, .dsdep-search input[type=search]:focus,
.et-db #et-boc .et-l .dsdep-search input[type=text]:focus,
.et-db #et-boc .et-l .dsdep-search input[type=search]:focus {
  border-color: #006AFF !important;
}
.dsdep-search input[type=text]::-webkit-input-placeholder, .dsdep-search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-search input[type=text]:-ms-input-placeholder, .dsdep-search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-search input[type=text]::-moz-placeholder, .dsdep-search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-search input[type=text]:-moz-placeholder, .dsdep-search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-search input[type=text]::-webkit-input-placeholder, .dsdep-search input[type=search]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-search input[type=text]:-ms-input-placeholder, .dsdep-search input[type=search]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-search input[type=text]::-moz-placeholder, .dsdep-search input[type=search]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-search input[type=text]:-moz-placeholder, .dsdep-search input[type=search]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=text]:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-search input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-search input.et_pb_searchsubmit,
.et-db #et-boc .et-l .dsdep-search input.et_pb_searchsubmit {
  height: 43px;
  width: 40px;
  border: none !important;
  background: transparent !important;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}

.dsdep-contact-form input, .dsdep-contact-form p input,
.et-db #et-boc .et-l .dsdep-contact-form input,
.et-db #et-boc .et-l .dsdep-contact-form p input {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
.dsdep-contact-form input:focus, .dsdep-contact-form p input:focus,
.et-db #et-boc .et-l .dsdep-contact-form input:focus,
.et-db #et-boc .et-l .dsdep-contact-form p input:focus {
  border-color: #006AFF !important;
}
.dsdep-contact-form input::-webkit-input-placeholder, .dsdep-contact-form p input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-contact-form input:-ms-input-placeholder, .dsdep-contact-form p input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-contact-form input::-moz-placeholder, .dsdep-contact-form p input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-contact-form input:-moz-placeholder, .dsdep-contact-form p input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-contact-form input::-webkit-input-placeholder, .dsdep-contact-form p input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-contact-form input:-ms-input-placeholder, .dsdep-contact-form p input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-contact-form input::-moz-placeholder, .dsdep-contact-form p input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-contact-form input:-moz-placeholder, .dsdep-contact-form p input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form input:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-contact-form textarea, .dsdep-contact-form p textarea,
.et-db #et-boc .et-l .dsdep-contact-form textarea,
.et-db #et-boc .et-l .dsdep-contact-form p textarea {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  padding: 16px !important;
  line-height: 1.5;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
.dsdep-contact-form textarea:focus, .dsdep-contact-form p textarea:focus,
.et-db #et-boc .et-l .dsdep-contact-form textarea:focus,
.et-db #et-boc .et-l .dsdep-contact-form p textarea:focus {
  border-color: #006AFF !important;
}
.dsdep-contact-form textarea::-webkit-input-placeholder, .dsdep-contact-form p textarea::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form textarea::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-contact-form textarea:-ms-input-placeholder, .dsdep-contact-form p textarea:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form textarea:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-contact-form textarea::-moz-placeholder, .dsdep-contact-form p textarea::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form textarea::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-contact-form textarea:-moz-placeholder, .dsdep-contact-form p textarea:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form textarea:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-contact-form p textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}

.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-next, .et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-prev,
.dsdep-slider.et_pb_slider .et-pb-arrow-next,
.dsdep-slider.et_pb_slider .et-pb-arrow-prev {
  background: #FFF;
  font-size: 21px;
  color: #006AFF !important;
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.54;
  border: 1px solid;
  border-color: #EFEFEF;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-next:before, .et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-prev:before,
.dsdep-slider.et_pb_slider .et-pb-arrow-next:before,
.dsdep-slider.et_pb_slider .et-pb-arrow-prev:before {
  line-height: 45px;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-next:hover, .et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-prev:hover,
.dsdep-slider.et_pb_slider .et-pb-arrow-next:hover,
.dsdep-slider.et_pb_slider .et-pb-arrow-prev:hover {
  opacity: 1;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-next,
.dsdep-slider.et_pb_slider .et-pb-arrow-next {
  right: -45px;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-next:before,
.dsdep-slider.et_pb_slider .et-pb-arrow-next:before {
  content: "$";
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-prev,
.dsdep-slider.et_pb_slider .et-pb-arrow-prev {
  left: -45px;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-arrow-prev:before,
.dsdep-slider.et_pb_slider .et-pb-arrow-prev:before {
  content: "#";
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider:hover .et-pb-arrow-prev,
.dsdep-slider.et_pb_slider:hover .et-pb-arrow-prev {
  left: 15px;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider:hover .et-pb-arrow-next,
.dsdep-slider.et_pb_slider:hover .et-pb-arrow-next {
  right: 15px;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-controllers a,
.dsdep-slider.et_pb_slider .et-pb-controllers a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-controllers a:hover,
.dsdep-slider.et_pb_slider .et-pb-controllers a:hover {
  background-color: #006AFF;
}
.et-db #et-boc .et-l .dsdep-slider.et_pb_slider .et-pb-controllers a.et-pb-active-control,
.dsdep-slider.et_pb_slider .et-pb-controllers a.et-pb-active-control {
  width: 20px;
  background-color: #006AFF;
}

.dsdep-woo-images .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img,
.et-db #et-boc .et-l .dsdep-woo-images .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.et-db #et-boc .et-l .dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #EFEFEF;
}
.dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active, .dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img:hover,
.et-db #et-boc .et-l .dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.et-db #et-boc .et-l .dsdep-woo-images .woocommerce-product-gallery .flex-control-thumbs img:hover {
  border-color: #006AFF;
}

.dsdep-add-to-cart .variations select,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
}
.dsdep-add-to-cart .variations select:focus,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select:focus {
  border-color: #006AFF !important;
}
.dsdep-add-to-cart .variations select::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-add-to-cart .variations select:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-add-to-cart .variations select::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-add-to-cart .variations select:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-add-to-cart .variations select::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart .variations select:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart .variations select::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart .variations select:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart .variations select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart .woocommerce-variation-price,
.et-db #et-boc .et-l .dsdep-add-to-cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.dsdep-add-to-cart .woocommerce-variation-price .price,
.et-db #et-boc .et-l .dsdep-add-to-cart .woocommerce-variation-price .price {
  color: #232323 !important;
  font-size: 23px;
  font-weight: 600;
}
.dsdep-add-to-cart .woocommerce-variation-price .price del,
.et-db #et-boc .et-l .dsdep-add-to-cart .woocommerce-variation-price .price del {
  opacity: 1;
  color: #757575 !important;
  font-size: 18px;
}
.dsdep-add-to-cart input.qty,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  height: 57px !important;
  line-height: 57px !important;
}
.dsdep-add-to-cart input.qty:focus,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty:focus {
  border-color: #006AFF !important;
}
.dsdep-add-to-cart input.qty::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-add-to-cart input.qty:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-add-to-cart input.qty::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-add-to-cart input.qty:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-add-to-cart input.qty::-webkit-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart input.qty:-ms-input-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart input.qty::-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart input.qty:-moz-placeholder,
.et-db #et-boc .et-l .dsdep-add-to-cart input.qty:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-add-to-cart button.button,
.et-db #et-boc .et-l .dsdep-add-to-cart button.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  padding: 14px 24px !important;
  font-size: 16px !important;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
}
.dsdep-add-to-cart button.button:hover,
.et-db #et-boc .et-l .dsdep-add-to-cart button.button:hover {
  padding: 9px 25px !important;
}
.dsdep-add-to-cart button.button:not([disabled]):not(.disabled),
.et-db #et-boc .et-l .dsdep-add-to-cart button.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-add-to-cart button.button:hover,
.et-db #et-boc .et-l .dsdep-add-to-cart button.button:hover {
  padding: 14px 24px !important;
}
.dsdep-add-to-cart .tinvwl-after-add-to-cart,
.et-db #et-boc .et-l .dsdep-add-to-cart .tinvwl-after-add-to-cart {
  margin-top: 20px;
}

.dsdep-countdown-timer .section,
.et-db #et-boc .et-l .dsdep-countdown-timer .section {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dsdep-countdown-timer .section.values,
.et-db #et-boc .et-l .dsdep-countdown-timer .section.values {
  width: auto;
}
.dsdep-countdown-timer .section.sep,
.et-db #et-boc .et-l .dsdep-countdown-timer .section.sep {
  padding-left: 10px;
  padding-right: 10px;
}

/*  Plugins */
.navxt-breadcrumbs {
  font-size: 14px;
  line-height: 1.7;
}
.navxt-breadcrumbs a {
  color: inherit;
  font-weight: 600;
}
.navxt-breadcrumbs a:hover {
  opacity: 1;
}

#et-boc .et-l .woocommerce label {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.5;
  text-align: left;
  color: #232323;
  text-transform: none;
  margin-bottom: 6px;
}
#et-boc .et-l .woocommerce input.text, #et-boc .et-l .woocommerce input.input-text, #et-boc .et-l .woocommerce input.title, #et-boc .et-l .woocommerce input[type=email], #et-boc .et-l .woocommerce input[type=number], #et-boc .et-l .woocommerce input[type=password], #et-boc .et-l .woocommerce input[type=tel], #et-boc .et-l .woocommerce input[type=text], #et-boc .et-l .woocommerce input[type=url], #et-boc .et-l .woocommerce select {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  margin-bottom: 5px !important;
}
#et-boc .et-l .woocommerce input.text:focus, #et-boc .et-l .woocommerce input.input-text:focus, #et-boc .et-l .woocommerce input.title:focus, #et-boc .et-l .woocommerce input[type=email]:focus, #et-boc .et-l .woocommerce input[type=number]:focus, #et-boc .et-l .woocommerce input[type=password]:focus, #et-boc .et-l .woocommerce input[type=tel]:focus, #et-boc .et-l .woocommerce input[type=text]:focus, #et-boc .et-l .woocommerce input[type=url]:focus, #et-boc .et-l .woocommerce select:focus {
  border-color: #006AFF !important;
}
#et-boc .et-l .woocommerce input.text::-webkit-input-placeholder, #et-boc .et-l .woocommerce input.input-text::-webkit-input-placeholder, #et-boc .et-l .woocommerce input.title::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=email]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=number]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=password]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=tel]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=text]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=url]::-webkit-input-placeholder, #et-boc .et-l .woocommerce select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#et-boc .et-l .woocommerce input.text:-ms-input-placeholder, #et-boc .et-l .woocommerce input.input-text:-ms-input-placeholder, #et-boc .et-l .woocommerce input.title:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=email]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=number]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=password]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=tel]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=text]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=url]:-ms-input-placeholder, #et-boc .et-l .woocommerce select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce input.text::-moz-placeholder, #et-boc .et-l .woocommerce input.input-text::-moz-placeholder, #et-boc .et-l .woocommerce input.title::-moz-placeholder, #et-boc .et-l .woocommerce input[type=email]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=number]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=password]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=tel]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=text]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=url]::-moz-placeholder, #et-boc .et-l .woocommerce select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce input.text:-moz-placeholder, #et-boc .et-l .woocommerce input.input-text:-moz-placeholder, #et-boc .et-l .woocommerce input.title:-moz-placeholder, #et-boc .et-l .woocommerce input[type=email]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=number]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=password]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=tel]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=text]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=url]:-moz-placeholder, #et-boc .et-l .woocommerce select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce input.text::-webkit-input-placeholder, #et-boc .et-l .woocommerce input.input-text::-webkit-input-placeholder, #et-boc .et-l .woocommerce input.title::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=email]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=number]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=password]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=tel]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=text]::-webkit-input-placeholder, #et-boc .et-l .woocommerce input[type=url]::-webkit-input-placeholder, #et-boc .et-l .woocommerce select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce input.text:-ms-input-placeholder, #et-boc .et-l .woocommerce input.input-text:-ms-input-placeholder, #et-boc .et-l .woocommerce input.title:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=email]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=number]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=password]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=tel]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=text]:-ms-input-placeholder, #et-boc .et-l .woocommerce input[type=url]:-ms-input-placeholder, #et-boc .et-l .woocommerce select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce input.text::-moz-placeholder, #et-boc .et-l .woocommerce input.input-text::-moz-placeholder, #et-boc .et-l .woocommerce input.title::-moz-placeholder, #et-boc .et-l .woocommerce input[type=email]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=number]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=password]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=tel]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=text]::-moz-placeholder, #et-boc .et-l .woocommerce input[type=url]::-moz-placeholder, #et-boc .et-l .woocommerce select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce input.text:-moz-placeholder, #et-boc .et-l .woocommerce input.input-text:-moz-placeholder, #et-boc .et-l .woocommerce input.title:-moz-placeholder, #et-boc .et-l .woocommerce input[type=email]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=number]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=password]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=tel]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=text]:-moz-placeholder, #et-boc .et-l .woocommerce input[type=url]:-moz-placeholder, #et-boc .et-l .woocommerce select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single:focus {
  border-color: #006AFF !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  padding: 0;
  font-size: 14px;
}
#et-boc .et-l .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}
#et-boc .et-l .woocommerce textarea {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  padding: 16px !important;
  line-height: 1.5;
  border-radius: 6px !important;
}
#et-boc .et-l .woocommerce textarea:focus {
  border-color: #006AFF !important;
}
#et-boc .et-l .woocommerce textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#et-boc .et-l .woocommerce textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#et-boc .et-l .woocommerce .woocommerce-Button, #et-boc .et-l .woocommerce input[type=submit], #et-boc .et-l .woocommerce button.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
#et-boc .et-l .woocommerce .woocommerce-Button:hover, #et-boc .et-l .woocommerce input[type=submit]:hover, #et-boc .et-l .woocommerce button.button:hover {
  padding: 9px 25px !important;
}
#et-boc .et-l .woocommerce .woocommerce-Button:not([disabled]):not(.disabled), #et-boc .et-l .woocommerce input[type=submit]:not([disabled]):not(.disabled), #et-boc .et-l .woocommerce button.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
#et-boc .et-l .woocommerce input[type=radio] {
  /* Radio */
  background-color: transparent !important;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(117, 117, 117, 0.16) !important;
  cursor: pointer;
  font: inherit;
  height: 20px;
  outline: none;
  width: 20px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 10px !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: sub;
}
#et-boc .et-l .woocommerce input[type=radio]:checked {
  background-color: white;
  box-shadow: inset 0 0 0 5px #006AFF !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
#et-boc .et-l .woocommerce input[type=radio]:checked:before {
  display: none !important;
}
#et-boc .et-l .woocommerce input[type=checkbox] {
  width: 20px !important;
  margin-right: 8px !important;
  margin-top: -10px !important;
  display: inline-block;
}
#et-boc .et-l .woocommerce input[type=checkbox]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 3px;
  border: 1px solid rgba(117, 117, 117, 0.16);
  content: "";
  background: #FFF;
}
#et-boc .et-l .woocommerce input[type=checkbox]:after {
  position: relative;
  display: block;
  left: -1px;
  top: -20px;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border-width: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
#et-boc .et-l .woocommerce input[type=checkbox]:checked:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC");
}
#et-boc .et-l .woocommerce input[type=checkbox]:disabled:after {
  -webkit-filter: opacity(0.4);
}
#et-boc .et-l .woocommerce input[type=checkbox]:not(:disabled):checked:hover:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC");
}
#et-boc .et-l .woocommerce input[type=checkbox]:not(:disabled):hover:after {
  border-color: #006AFF;
}
#et-boc .et-l .woocommerce input[type=checkbox]:not(:disabled):hover:before {
  border-color: #006AFF;
}
#et-boc .et-l .woocommerce form em {
  font-size: 14px;
  opacity: 0.54;
}
#et-boc .et-l .woocommerce form form .form-row.woocommerce-invalid label {
  color: #FF0035;
}
#et-boc .et-l .woocommerce form .form-row.woocommerce-invalid .select2-container,
#et-boc .et-l .woocommerce form .form-row.woocommerce-invalid input.input-text,
#et-boc .et-l .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #FF0035;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  margin-bottom: 5px !important;
  font-size: 13px !important;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text:focus {
  border-color: #006AFF !important;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce-cart table.cart td.actions .coupon input.input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}

.woocommerce.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button, .woocommerce-page .woocommerce-error a.button.wc-forward, .woocommerce-page .woocommerce-error a.woocommerce-Button, .woocommerce-page .woocommerce-info a.button.wc-forward, .woocommerce-page .woocommerce-info a.woocommerce-Button, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .woocommerce-message a.woocommerce-Button, .woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-error a.woocommerce-Button, .woocommerce .woocommerce-info a.button.wc-forward, .woocommerce .woocommerce-info a.woocommerce-Button, .woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .woocommerce-message a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button {
  padding: 0 !important;
  border: none !important;
  min-width: auto;
  background: transparent !important;
  box-shadow: none !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward:hover, .woocommerce.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button:hover, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward:hover, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button:hover, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward:hover, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button:hover, .woocommerce-page .woocommerce-error a.button.wc-forward:hover, .woocommerce-page .woocommerce-error a.woocommerce-Button:hover, .woocommerce-page .woocommerce-info a.button.wc-forward:hover, .woocommerce-page .woocommerce-info a.woocommerce-Button:hover, .woocommerce-page .woocommerce-message a.button.wc-forward:hover, .woocommerce-page .woocommerce-message a.woocommerce-Button:hover, .woocommerce .woocommerce-error a.button.wc-forward:hover, .woocommerce .woocommerce-error a.woocommerce-Button:hover, .woocommerce .woocommerce-info a.button.wc-forward:hover, .woocommerce .woocommerce-info a.woocommerce-Button:hover, .woocommerce .woocommerce-message a.button.wc-forward:hover, .woocommerce .woocommerce-message a.woocommerce-Button:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward:hover, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button:hover {
  padding: 0 !important;
  background: transparent !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error, .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-error, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error {
  text-align: left;
  padding: 13px 25px 13px 45px !important;
  line-height: 1.5;
  font-size: 15px !important;
  margin-bottom: 40px !important;
  color: #232323 !important;
  position: relative;
  border-radius: 6px;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08) !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error a, .woocommerce-page .woocommerce-error a, .woocommerce .woocommerce-error a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a {
  font-weight: 700;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error a, .woocommerce.et-db #et-boc .et-l .woocommerce-error a.button, .woocommerce-page .woocommerce-error a, .woocommerce-page .woocommerce-error a.button, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-error a.button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.button {
  color: #FF0035 !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error:before, .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-error:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error:before {
  content: "q" !important;
  color: #FF0035 !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error:before, .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-error:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error:before {
  font-family: ETModules;
  text-align: center;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 21px;
  display: block !important;
  margin-top: 0;
  text-shadow: none;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button, .woocommerce-page .woocommerce-error a.button.wc-forward, .woocommerce-page .woocommerce-error a.woocommerce-Button, .woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-error a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-error a.woocommerce-Button {
  color: #FF0035 !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-info, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info {
  text-align: left;
  padding: 13px 25px 13px 45px !important;
  line-height: 1.5;
  font-size: 15px !important;
  margin-bottom: 40px !important;
  color: #232323 !important;
  position: relative;
  border-radius: 6px;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08) !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info a, .woocommerce-page .woocommerce-info a, .woocommerce .woocommerce-info a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a {
  font-weight: 700;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info a, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.button, .woocommerce-page .woocommerce-info a, .woocommerce-page .woocommerce-info a.button, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-info a.button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.button {
  color: #006AFF !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info:before, .woocommerce-page .woocommerce-info:before, .woocommerce .woocommerce-info:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info:before {
  content: "p" !important;
  color: #006AFF !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info:before, .woocommerce-page .woocommerce-info:before, .woocommerce .woocommerce-info:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info:before {
  font-family: ETModules;
  text-align: center;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 21px;
  display: block !important;
  margin-top: 0;
  text-shadow: none;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button, .woocommerce-page .woocommerce-info a.button.wc-forward, .woocommerce-page .woocommerce-info a.woocommerce-Button, .woocommerce .woocommerce-info a.button.wc-forward, .woocommerce .woocommerce-info a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-info a.woocommerce-Button {
  color: #006AFF !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message {
  text-align: left;
  padding: 13px 25px 13px 45px !important;
  line-height: 1.5;
  font-size: 15px !important;
  margin-bottom: 40px !important;
  color: #232323 !important;
  position: relative;
  border-radius: 6px;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08) !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message a, .woocommerce-page .woocommerce-message a, .woocommerce .woocommerce-message a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a {
  font-weight: 700;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message a, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.button, .woocommerce-page .woocommerce-message a, .woocommerce-page .woocommerce-message a.button, .woocommerce .woocommerce-message a, .woocommerce .woocommerce-message a.button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.button {
  color: #3EBB79 !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-message:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message:before {
  content: "R" !important;
  color: #3EBB79 !important;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-message:before, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message:before {
  font-family: ETModules;
  text-align: center;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 21px;
  display: block !important;
  margin-top: 0;
  text-shadow: none;
}
.woocommerce.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward, .woocommerce.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .woocommerce-message a.woocommerce-Button, .woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .woocommerce-message a.woocommerce-Button, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.button.wc-forward, .woocommerce-page.et-db #et-boc .et-l .woocommerce-message a.woocommerce-Button {
  color: #3EBB79 !important;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table thead tr th {
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #757575;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 16px 20px;
  border-color: #EFEFEF;
}

.dsdep-my-account .woocommerce mark,
.woocommerce-order-received mark {
  background-color: transparent;
  color: #006AFF;
}
.dsdep-my-account .woocommerce section,
.woocommerce-order-received section {
  margin-top: 20px;
}
.dsdep-my-account .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details {
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 35px 20px;
}
@media (min-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details {
    padding: 40px 30px;
  }
}
@media (min-width: 980px) {
  .dsdep-my-account .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details {
    padding: 48px;
  }
}
.dsdep-my-account .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 980px) {
  .dsdep-my-account .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 24px;
  }
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table,
.woocommerce-order-received .woocommerce-order-details table.shop_table {
  border: none;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table thead th,
.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
  color: #757575;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table thead th:last-child,
.woocommerce-order-received .woocommerce-order-details table.shop_table thead th:last-child {
  text-align: right;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tbody td,
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td {
  padding: 25px 5px !important;
  border-top: 1px solid;
  border-color: #CACACA !important;
  font-size: 14px;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tbody td:last-child,
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td:last-child {
  text-align: right;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tbody td.woocommerce-table__product-name a,
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td.woocommerce-table__product-name a {
  color: #232323;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tbody td.woocommerce-table__product-name a:hover,
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td.woocommerce-table__product-name a:hover {
  color: #006AFF;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tbody tr:first-child td,
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr:first-child td {
  border: none;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tfoot td, .dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th {
  padding: 25px 5px !important;
  border-top: 1px solid;
  border-color: #CACACA !important;
  font-weight: 600;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tfoot td,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
  text-align: right;
}
.dsdep-my-account .woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child .amount,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child .amount {
  font-size: 21px;
  font-weight: 600;
}
.dsdep-my-account .woocommerce .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
  font-weight: 600;
  padding-bottom: 24px;
  font-size: 28px;
}
@media (max-width: 980px) {
  .dsdep-my-account .woocommerce .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-customer-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
    font-size: 24px;
  }
}
.dsdep-my-account .woocommerce .woocommerce-customer-details .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  width: 100%;
  float: none;
}
.dsdep-my-account .woocommerce .woocommerce-customer-details .woocommerce-column:first-child,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column:first-child {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details {
    width: 67%;
    display: inline-block;
    vertical-align: top;
  }
  .dsdep-my-account .woocommerce .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 21px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 980px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 19px;
  }
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
  padding: 0;
  margin-bottom: 56px;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
  padding: 0;
  margin: 0 -1px 15px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #757575;
  float: none;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong {
  margin-top: 10px;
  border: 1px solid;
  width: 100%;
  display: block;
  padding: 10px 16px;
  border-color: #EFEFEF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #232323;
}
@media (min-width: 400px) {
  .woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
    flex: 1;
    white-space: nowrap;
  }
}

@media (min-width: 980px) {
  .dsdep-checkout .woocommerce form.checkout, .dsdep-checkout .woocommerce-page form.checkout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .dsdep-checkout .woocommerce form.checkout .col2-set, .dsdep-checkout .woocommerce form.checkout .dsdep-checkout-order, .dsdep-checkout .woocommerce-page form.checkout .col2-set, .dsdep-checkout .woocommerce-page form.checkout .dsdep-checkout-order {
    width: 48.5%;
  }
}
.dsdep-checkout .woocommerce .col2-set .col-1, .dsdep-checkout .woocommerce .col2-set .col-2, .dsdep-checkout .woocommerce-page .col2-set .col-1, .dsdep-checkout .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.dsdep-checkout .woocommerce .form-row, .dsdep-checkout .woocommerce-page .form-row {
  margin-bottom: 16px;
}
.dsdep-checkout .woocommerce .woocommerce-NoticeGroup, .dsdep-checkout .woocommerce-page .woocommerce-NoticeGroup {
  width: 100%;
  display: block;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order, .dsdep-checkout .woocommerce-page .dsdep-checkout-order {
  background-color: #F6F6F6;
  padding: 35px 20px;
  border-radius: 6px;
}
@media (min-width: 767px) {
  .dsdep-checkout .woocommerce .dsdep-checkout-order, .dsdep-checkout .woocommerce-page .dsdep-checkout-order {
    padding: 40px 30px;
  }
}
@media (min-width: 980px) {
  .dsdep-checkout .woocommerce .dsdep-checkout-order, .dsdep-checkout .woocommerce-page .dsdep-checkout-order {
    padding: 48px;
  }
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table {
  border: none;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table thead th, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table thead th {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
  color: #757575;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table thead th:last-child, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table thead th:last-child {
  text-align: right;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tbody td, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tbody td {
  padding: 25px 5px !important;
  border-top: 1px solid;
  border-color: #CACACA !important;
  font-size: 14px;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tbody td:last-child, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tbody td:last-child {
  text-align: right;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tbody td.woocommerce-table__product-name a, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tbody td.woocommerce-table__product-name a {
  color: #232323;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tbody td.woocommerce-table__product-name a:hover, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tbody td.woocommerce-table__product-name a:hover {
  color: #006AFF;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tbody tr:first-child td, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tbody tr:first-child td {
  border: none;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tfoot td, .dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tfoot th, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tfoot td, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tfoot th {
  padding: 25px 5px !important;
  border-top: 1px solid;
  border-color: #CACACA !important;
  font-weight: 600;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tfoot td, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tfoot td {
  text-align: right;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order table.shop_table tfoot tr:last-child .amount, .dsdep-checkout .woocommerce-page .dsdep-checkout-order table.shop_table tfoot tr:last-child .amount {
  font-size: 21px;
  font-weight: 600;
}
.dsdep-checkout .woocommerce .dsdep-checkout-order h3, .dsdep-checkout .woocommerce-page .dsdep-checkout-order h3 {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 24px;
}
@media (max-width: 980px) {
  .dsdep-checkout .woocommerce .dsdep-checkout-order h3, .dsdep-checkout .woocommerce-page .dsdep-checkout-order h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-checkout .woocommerce .dsdep-checkout-order h3, .dsdep-checkout .woocommerce-page .dsdep-checkout-order h3 {
    font-size: 24px;
  }
}
.dsdep-checkout .woocommerce .woocommerce-form-coupon-toggle, .dsdep-checkout .woocommerce-page .woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}
.dsdep-checkout .woocommerce #payment #place_order, .dsdep-checkout .woocommerce-page #payment #place_order {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  padding: 14px 24px !important;
  font-size: 16px !important;
  width: 100%;
}
.dsdep-checkout .woocommerce #payment #place_order:hover, .dsdep-checkout .woocommerce-page #payment #place_order:hover {
  padding: 9px 25px !important;
}
.dsdep-checkout .woocommerce #payment #place_order:not([disabled]):not(.disabled), .dsdep-checkout .woocommerce-page #payment #place_order:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-checkout .woocommerce #payment #place_order:hover, .dsdep-checkout .woocommerce-page #payment #place_order:hover {
  padding: 14px 24px !important;
}
.dsdep-checkout .woocommerce #customer_details h3, .dsdep-checkout .woocommerce-page #customer_details h3 {
  font-size: 21px;
  padding-bottom: 24px;
}
@media (max-width: 980px) {
  .dsdep-checkout .woocommerce #customer_details h3, .dsdep-checkout .woocommerce-page #customer_details h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dsdep-checkout .woocommerce #customer_details h3, .dsdep-checkout .woocommerce-page #customer_details h3 {
    font-size: 19px;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  line-height: 1.7;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 15px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}
#add_payment_method #payment ul.payment_methods label,
.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label {
  display: inline-block;
  cursor: pointer;
}
#add_payment_method #payment ul.payment_methods input[type=radio],
.woocommerce-cart #payment ul.payment_methods input[type=radio],
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  /* Radio */
  background-color: transparent !important;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(117, 117, 117, 0.16) !important;
  cursor: pointer;
  font: inherit;
  height: 20px;
  outline: none;
  width: 20px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 10px !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: sub;
  vertical-align: text-bottom;
}
#add_payment_method #payment ul.payment_methods input[type=radio]:checked,
.woocommerce-cart #payment ul.payment_methods input[type=radio]:checked,
.woocommerce-checkout #payment ul.payment_methods input[type=radio]:checked {
  background-color: white;
  box-shadow: inset 0 0 0 5px #006AFF !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
#add_payment_method #payment ul.payment_methods input[type=radio]:checked:before,
.woocommerce-cart #payment ul.payment_methods input[type=radio]:checked:before,
.woocommerce-checkout #payment ul.payment_methods input[type=radio]:checked:before {
  display: none !important;
}
#add_payment_method #payment ul.payment_methods input[type=radio]:checked + label,
.woocommerce-cart #payment ul.payment_methods input[type=radio]:checked + label,
.woocommerce-checkout #payment ul.payment_methods input[type=radio]:checked + label {
  font-weight: 600 !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #FFF;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-size: 14px;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #FFF;
}
#add_payment_method #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
#add_payment_method #payment .woocommerce-privacy-policy-text,
.woocommerce-cart #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  font-size: 13px;
  margin-bottom: 20px;
}

.dsdep-my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
  background: #F6F6F6;
  border-radius: 6px;
}
.dsdep-my-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 16px;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dsdep-my-account .woocommerce-MyAccount-navigation ul li {
  margin: 7px;
}
.dsdep-my-account .woocommerce-MyAccount-navigation ul li a {
  padding: 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #232323;
  font-size: 19px;
}
@media (max-width: 980px) {
  .dsdep-my-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .dsdep-my-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
.dsdep-my-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #006AFF !important;
}
.dsdep-my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #006AFF !important;
}

.dsdep-my-account .woocommerce .woocommerce-Address-title {
  margin-bottom: 14px;
}
.dsdep-my-account .woocommerce .woocommerce-Address-title h3 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 980px) {
  .dsdep-my-account .woocommerce .woocommerce-Address-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-Address-title h3 {
    font-size: 24px;
  }
}
.dsdep-my-account .woocommerce .woocommerce-Address-title .edit {
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .dsdep-my-account .woocommerce .woocommerce-Address-title .edit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-Address-title .edit {
    font-size: 19px;
  }
}
.dsdep-my-account .woocommerce .woocommerce-Addresses {
  margin-top: 48px;
}
.dsdep-my-account .woocommerce .woocommerce-Addresses .u-column1 {
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .dsdep-my-account .woocommerce .woocommerce-Addresses .u-column1 {
    position: relative;
  }
  .dsdep-my-account .woocommerce .woocommerce-Addresses .u-column1:before {
    content: "";
    height: 100%;
    border-right: 1px solid;
    border-color: #EFEFEF;
    position: absolute;
    right: -4%;
    top: 0;
  }
}

@media (min-width: 768px) {
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody td,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody td,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody td,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #EFEFEF;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody td:first-child,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody td:first-child {
    border-left-width: 1px;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody tr:first-child td,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody tr:first-child td,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td {
    border-top-width: 1px;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody tr:first-child td:first-child,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody tr:first-child td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td:first-child {
    border-top-left-radius: 6px;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody tr:first-child td:last-child,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td:last-child,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody tr:first-child td:last-child,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td:last-child {
    border-top-right-radius: 6px;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody tr:last-child td:first-child,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody tr:last-child td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody tr:last-child td:first-child,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }
  .dsdep-my-account .woocommerce table.woocommerce-orders-table tbody tr:last-child td:last-child,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads tbody tr:last-child td:last-child,
.dsdep-checkout .woocommerce table.woocommerce-orders-table tbody tr:last-child td:last-child,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #006AFF !important;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a:hover {
  background: transparent !important;
  padding: 0 !important;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number a:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number a:hover {
  color: #0055CC !important;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount {
  font-weight: bold;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #006AFF !important;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover {
  background: transparent !important;
  padding: 0 !important;
}
.dsdep-my-account .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-checkout .woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover {
  color: #0055CC !important;
}
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #006AFF !important;
}
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:hover {
  background: transparent !important;
  padding: 0 !important;
}
.dsdep-my-account .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:hover,
.dsdep-checkout .woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file:hover {
  color: #0055CC !important;
}
.dsdep-my-account .woocommerce .woocommerce-order-details .order-again,
.dsdep-checkout .woocommerce .woocommerce-order-details .order-again {
  text-align: center;
}
.dsdep-my-account .woocommerce .woocommerce-order-details .order-again a.button,
.dsdep-checkout .woocommerce .woocommerce-order-details .order-again a.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}
.dsdep-my-account .woocommerce .woocommerce-order-details .order-again a.button:hover,
.dsdep-checkout .woocommerce .woocommerce-order-details .order-again a.button:hover {
  padding: 9px 25px !important;
}
.dsdep-my-account .woocommerce .woocommerce-order-details .order-again a.button:not([disabled]):not(.disabled),
.dsdep-checkout .woocommerce .woocommerce-order-details .order-again a.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-my-account .woocommerce form.woocommerce-EditAccountForm fieldset {
  margin-top: 20px;
}
.dsdep-my-account .woocommerce form.woocommerce-EditAccountForm fieldset legend {
  font-weight: 600;
  margin-bottom: 15px;
}

.dsdep-my-account .woocommerce .woocommerce-MyAccount-content, .dsdep-my-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.dsdep-my-account .woocommerce .woocommerce-MyAccount-content p:last-of-type button {
  text-align: center;
  margin: 30px auto 0;
  display: block;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}
.dsdep-my-account .woocommerce form > h2, .dsdep-my-account .woocommerce form > h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.dsdep-cart,
#et-boc .et-l .dsdep-cart {
  /* Cart items */
  /* Total */
}
.dsdep-cart table.shop_table,
#et-boc .et-l .dsdep-cart table.shop_table {
  border-radius: 6px;
  border: 1px solid;
  border-color: #EFEFEF;
}
.dsdep-cart table.shop_table td,
#et-boc .et-l .dsdep-cart table.shop_table td {
  padding: 16px 10px !important;
}
.dsdep-cart table.shop_table thead th, .dsdep-cart table.shop_table td.actions,
#et-boc .et-l .dsdep-cart table.shop_table thead th,
#et-boc .et-l .dsdep-cart table.shop_table td.actions {
  background: #EFEFEF;
  padding: 16px 10px !important;
}
.dsdep-cart table.shop_table thead th button.button, .dsdep-cart table.shop_table td.actions button.button,
#et-boc .et-l .dsdep-cart table.shop_table thead th button.button,
#et-boc .et-l .dsdep-cart table.shop_table td.actions button.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-cart table.shop_table thead th button.button:hover, .dsdep-cart table.shop_table td.actions button.button:hover,
#et-boc .et-l .dsdep-cart table.shop_table thead th button.button:hover,
#et-boc .et-l .dsdep-cart table.shop_table td.actions button.button:hover {
  padding: 9px 25px !important;
}
.dsdep-cart table.shop_table thead th button.button:not([disabled]):not(.disabled), .dsdep-cart table.shop_table td.actions button.button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-cart table.shop_table thead th button.button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-cart table.shop_table td.actions button.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-cart table.shop_table tbody tr td,
#et-boc .et-l .dsdep-cart table.shop_table tbody tr td {
  border-top: none;
  border-bottom: 1px solid;
  border-color: #EFEFEF;
}
.dsdep-cart table.shop_table td.product-thumbnail,
#et-boc .et-l .dsdep-cart table.shop_table td.product-thumbnail {
  max-width: 70px !important;
}
.dsdep-cart table.shop_table td.product-thumbnail img,
#et-boc .et-l .dsdep-cart table.shop_table td.product-thumbnail img {
  width: 60px;
  border: 1px solid;
  border-color: #EFEFEF;
  border-radius: 6px;
}
.dsdep-cart table.shop_table td.product-name a,
#et-boc .et-l .dsdep-cart table.shop_table td.product-name a {
  color: inherit;
  font-weight: 600;
}
.dsdep-cart table.shop_table td.product-name a:hover,
#et-boc .et-l .dsdep-cart table.shop_table td.product-name a:hover {
  color: #006AFF;
}
.dsdep-cart table.shop_table td.product-name dl.variation,
#et-boc .et-l .dsdep-cart table.shop_table td.product-name dl.variation {
  font-size: 14px;
}
.dsdep-cart table.shop_table td.product-name dl.variation dt,
#et-boc .et-l .dsdep-cart table.shop_table td.product-name dl.variation dt {
  font-weight: 600;
}
.dsdep-cart table.shop_table td.product-remove a,
#et-boc .et-l .dsdep-cart table.shop_table td.product-remove a {
  color: #FFF !important;
  background-color: #CACACA;
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 24px;
  border-radius: 50%;
  font-weight: normal;
  margin: 0 auto !important;
}
.dsdep-cart table.shop_table td.product-remove a:hover,
#et-boc .et-l .dsdep-cart table.shop_table td.product-remove a:hover {
  background-color: #FF0035;
}
.dsdep-cart table.shop_table td.product-price .amount,
#et-boc .et-l .dsdep-cart table.shop_table td.product-price .amount {
  font-size: 16px;
}
@media (min-width: 768px) {
  .dsdep-cart table.shop_table td.product-quantity,
#et-boc .et-l .dsdep-cart table.shop_table td.product-quantity {
    text-align: center;
    max-width: 100px !important;
  }
  .dsdep-cart table.shop_table td.product-quantity .quantity .qty,
#et-boc .et-l .dsdep-cart table.shop_table td.product-quantity .quantity .qty {
    width: 100%;
  }
}
.dsdep-cart table.shop_table td.product-subtotal .amount,
#et-boc .et-l .dsdep-cart table.shop_table td.product-subtotal .amount {
  font-size: 16px;
  font-weight: bold;
}
.dsdep-cart .cart_totals h2,
#et-boc .et-l .dsdep-cart .cart_totals h2 {
  display: none;
}
.dsdep-cart .cart_totals table.shop_table,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table {
  border: none;
  margin-bottom: 16px !important;
}
.dsdep-cart .cart_totals table.shop_table th, .dsdep-cart .cart_totals table.shop_table td,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table th,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table td {
  border: none;
  padding: 10px !important;
  background: transparent !important;
}
.dsdep-cart .cart_totals table.shop_table td,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table td {
  text-align: right;
}
.dsdep-cart .cart_totals table.shop_table tr.order-total th,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table tr.order-total th {
  font-size: 20px;
}
.dsdep-cart .cart_totals table.shop_table tr.order-total .amount,
#et-boc .et-l .dsdep-cart .cart_totals table.shop_table tr.order-total .amount {
  font-size: 24px;
  font-weight: 800;
}
.dsdep-cart .cart_totals .wc-proceed-to-checkout,
#et-boc .et-l .dsdep-cart .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.dsdep-cart .cart_totals .wc-proceed-to-checkout a.button,
#et-boc .et-l .dsdep-cart .cart_totals .wc-proceed-to-checkout a.button {
  margin-bottom: 0;
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  padding: 14px 24px !important;
  font-size: 16px !important;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}
.dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:hover,
#et-boc .et-l .dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:hover {
  padding: 9px 25px !important;
}
.dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:hover,
#et-boc .et-l .dsdep-cart .cart_totals .wc-proceed-to-checkout a.button:hover {
  padding: 14px 24px !important;
}
.dsdep-cart .empty-cart,
#et-boc .et-l .dsdep-cart .empty-cart {
  text-align: center;
  margin-bottom: 30px;
}
.dsdep-cart .empty-cart .empty-cart-image,
#et-boc .et-l .dsdep-cart .empty-cart .empty-cart-image {
  margin-bottom: 24px;
}
.dsdep-cart p.cart-empty.woocommerce-info,
#et-boc .et-l .dsdep-cart p.cart-empty.woocommerce-info {
  display: none;
}
.dsdep-cart p.return-to-shop,
#et-boc .et-l .dsdep-cart p.return-to-shop {
  text-align: center;
}
.dsdep-cart p.return-to-shop a.button.wc-backward,
#et-boc .et-l .dsdep-cart p.return-to-shop a.button.wc-backward {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-cart p.return-to-shop a.button.wc-backward:hover,
#et-boc .et-l .dsdep-cart p.return-to-shop a.button.wc-backward:hover {
  padding: 9px 25px !important;
}
.dsdep-cart p.return-to-shop a.button.wc-backward:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-cart p.return-to-shop a.button.wc-backward:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form.login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 20px;
}
.woocommerce form.login .lost_password {
  margin-top: 30px;
  text-align: center;
}

.woocommerce form.register .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  font-size: 14px;
}

@media (min-width: 767px) {
  .user-logged-out .dsdep-my-account {
    padding-top: 40px;
  }
}
.user-logged-out .dsdep-my-account h2 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .user-logged-out .dsdep-my-account h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .user-logged-out .dsdep-my-account h2 {
    font-size: 40px;
  }
}
.user-logged-out .dsdep-my-account form.woocommerce-ResetPassword,
.user-logged-out .dsdep-my-account form.woocommerce-form-login,
.user-logged-out .dsdep-my-account form.woocommerce-form-register {
  max-width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.user-logged-out .dsdep-my-account form.woocommerce-ResetPassword button,
.user-logged-out .dsdep-my-account form.woocommerce-form-login button,
.user-logged-out .dsdep-my-account form.woocommerce-form-register button {
  text-align: center;
  float: none !important;
  min-width: 130px;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

form.woocommerce-ResetPassword {
  text-align: center;
}
form.woocommerce-ResetPassword > p {
  margin-bottom: 15px;
}
form.woocommerce-ResetPassword .form-row-first {
  width: 100%;
}

.woocommerce ul.products,
.et_pb_wc_related_products ul.products {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .et_shop_image,
.et_pb_wc_related_products ul.products li.product .et_shop_image {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .et_shop_image img,
.et_pb_wc_related_products ul.products li.product .et_shop_image img {
  border-radius: 6px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.et_pb_wc_related_products ul.products li.product .woocommerce-loop-product__title {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.et_pb_wc_related_products ul.products li.product .woocommerce-loop-product__title:hover {
  color: #006AFF;
}
.woocommerce ul.products li.product .sep,
.et_pb_wc_related_products ul.products li.product .sep {
  border-color: rgba(117, 117, 117, 0.16);
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: auto 0 10px;
  max-width: 100px;
}
.woocommerce ul.products li.product .price,
.et_pb_wc_related_products ul.products li.product .price {
  color: #232323 !important;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce ul.products li.product .price del,
.et_pb_wc_related_products ul.products li.product .price del {
  opacity: 1;
  color: #757575 !important;
  font-size: 14px;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a {
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  font-weight: 500;
  border-radius: 50% !important;
  text-align: center;
  margin: 16px 5px 0;
  border: 1px solid !important;
  border-color: #EFEFEF !important;
  font-size: 0 !important;
  position: relative;
  background: #FFF !important;
  color: #006AFF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a:before {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: 0;
  left: 0;
  top: 0;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  transition: none;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a:hover,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a:hover {
  background: #006AFF !important;
  color: #FFF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.quick_view:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.quick_view:before {
  font-family: "ETModules" !important;
  content: "U";
  font-weight: 600;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button {
  border-color: #EFEFEF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button:before {
  font-size: 24px;
  color: #006AFF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button:hover:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button:hover:before {
  color: #FFF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list, .woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover {
  border-color: #ff809a !important;
  background: #FFF !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, .woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover:before {
  color: #FF0035 !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.added_to_cart:before, .woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.add_to_cart_button.product_type_simple:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.added_to_cart:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.add_to_cart_button.product_type_simple:before {
  content: "";
  font-family: ETModules;
  font-size: 18px !important;
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.product_type_variable:before,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.product_type_variable:before {
  content: "$";
}
.woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.add_to_cart_button.added, .woocommerce ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.woocommerce-loop-product__link,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.add_to_cart_button.added,
.et_pb_wc_related_products ul.products li.product .divi-ecommerce-pro-shop-buttons-wrapper a.woocommerce-loop-product__link {
  display: none;
}
.woocommerce ul.products li.product,
.et_pb_wc_related_products ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.et_pb_wc_related_products ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.ajax_add_to_cart.added,
.woocommerce ul.products li.product .button.ajax_add_to_cart.loading,
.woocommerce ul.products li.product .product_type_variable.button,
.woocommerce ul.products li.product.outofstock .button {
  background: #FFF;
  color: #006AFF;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.ajax_add_to_cart.added:hover,
.woocommerce ul.products li.product .button.ajax_add_to_cart.loading:hover,
.woocommerce ul.products li.product .product_type_variable.button:hover,
.woocommerce ul.products li.product.outofstock .button:hover {
  background: #006AFF !important;
  color: #FFF !important;
}

/* optional */
.woocommerce-page ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.new-badge, .woocommerce ul.products li.product span.onsale, .woocommerce ul.products li.product span.new-badge {
  left: 10px !important;
  top: 10px !important;
  position: absolute;
  z-index: 1;
}
.woocommerce-page ul.products li.product.sale span.new-badge, .woocommerce ul.products li.product.sale span.new-badge {
  top: 45px !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.et-db #et-boc nav.woocommerce-pagination ul.page-numbers {
  padding: 0;
  line-height: normal;
  width: 100%;
  text-align: center;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.et-db #et-boc nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  float: none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination span.current, .woocommerce nav.woocommerce-pagination a.page-numbers,
.et-db #et-boc nav.woocommerce-pagination span.current,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers {
  display: inline-block;
  margin: 5px !important;
  padding: 0 10px;
  line-height: 50px;
  border-radius: 6px;
  font-weight: 700 !important;
  text-align: center;
  min-width: 50px;
}
.woocommerce nav.woocommerce-pagination a.page-numbers,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers {
  color: #757575 !important;
  background: #EFEFEF;
  font-size: 21px;
}
.woocommerce nav.woocommerce-pagination a.page-numbers:hover,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers:hover {
  color: #006AFF !important;
}
.woocommerce nav.woocommerce-pagination a.page-numbers.next, .woocommerce nav.woocommerce-pagination a.page-numbers.prev,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers.next,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers.prev {
  background: transparent !important;
  color: #006AFF !important;
  font-size: 25px;
}
.woocommerce nav.woocommerce-pagination a.page-numbers.next:hover, .woocommerce nav.woocommerce-pagination a.page-numbers.prev:hover,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers.next:hover,
.et-db #et-boc nav.woocommerce-pagination a.page-numbers.prev:hover {
  color: #0055CC !important;
}
.woocommerce nav.woocommerce-pagination span.current,
.et-db #et-boc nav.woocommerce-pagination span.current {
  color: #FFF !important;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
  background: #006AFF;
  font-size: 21px !important;
}
@media (max-width: 600px) {
  .woocommerce nav.woocommerce-pagination .pages,
.et-db #et-boc nav.woocommerce-pagination .pages {
    display: block;
    margin-bottom: 12px;
    margin-right: 0 !important;
    float: none;
  }
  .woocommerce nav.woocommerce-pagination a,
.et-db #et-boc nav.woocommerce-pagination a {
    float: none;
    display: inline-block;
  }
  .woocommerce nav.woocommerce-pagination span.current, .woocommerce nav.woocommerce-pagination span.extend,
.et-db #et-boc nav.woocommerce-pagination span.current,
.et-db #et-boc nav.woocommerce-pagination span.extend {
    float: none;
    display: inline-block;
  }
}

.dsdep-shop-categories-list {
  list-style-type: none !important;
  padding: 0 !important;
}
.dsdep-shop-categories-list li {
  font-weight: 600;
  padding-bottom: 24px;
}
.dsdep-shop-categories-list li a {
  display: flex;
  align-items: center;
}
.dsdep-shop-categories-list li img {
  max-width: none;
  width: 40px;
  height: 24px;
  object-fit: contain;
  margin-right: 15px;
}
.dsdep-shop-categories-list > li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .dsdep-shop-categories-list.list-inline {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .dsdep-shop-categories-list.list-inline li {
    margin: 0 15px 15px;
    text-align: center;
  }
  .dsdep-shop-categories-list.list-inline li a {
    display: block;
  }
  .dsdep-shop-categories-list.list-inline li img {
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto 16px;
  }
}

.dsdep-reviews #reviews h2.woocommerce-Reviews-title, .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 980px) {
  .dsdep-reviews #reviews h2.woocommerce-Reviews-title, .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dsdep-reviews #reviews h2.woocommerce-Reviews-title, .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title,
.et-db #et-boc .et-l .dsdep-woo-tabs .et_pb_tab_content #reviews h2.woocommerce-Reviews-title {
    font-size: 24px;
  }
}
.dsdep-reviews #reviews .commentlist .avatar, .dsdep-woo-tabs .et_pb_tab_content #reviews .commentlist .avatar {
  border-radius: 50%;
  border: 2px solid !important;
  border-color: #006AFF !important;
}
.dsdep-reviews #reviews .commentlist .meta .woocommerce-review__author, .dsdep-woo-tabs .et_pb_tab_content #reviews .commentlist .meta .woocommerce-review__author {
  color: #232323;
  display: block;
}
.dsdep-reviews #reviews .commentlist .meta .woocommerce-review__dash, .dsdep-woo-tabs .et_pb_tab_content #reviews .commentlist .meta .woocommerce-review__dash {
  display: none;
}
.dsdep-reviews #reviews .commentlist .meta time, .dsdep-woo-tabs .et_pb_tab_content #reviews .commentlist .meta time {
  font-size: 14px;
  margin-bottom: 15px;
}
.dsdep-reviews #reviews #respond .comment-reply-title, .dsdep-woo-tabs .et_pb_tab_content #reviews #respond .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
  display: block;
}
.dsdep-reviews #reviews #respond input[type=submit], .dsdep-woo-tabs .et_pb_tab_content #reviews #respond input[type=submit] {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2) !important;
}
.dsdep-reviews #reviews #respond input[type=submit]:hover, .dsdep-woo-tabs .et_pb_tab_content #reviews #respond input[type=submit]:hover {
  padding: 9px 25px !important;
}
.dsdep-reviews #reviews #respond input[type=submit]:not([disabled]):not(.disabled), .dsdep-woo-tabs .et_pb_tab_content #reviews #respond input[type=submit]:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.dsdep-cart-contents {
  color: inherit !important;
}
.dsdep-cart-contents:hover {
  color: #006AFF !important;
}
.dsdep-cart-contents:before {
  content: "";
  font-family: "ETmodules";
  display: inline-block;
  margin-right: 10px;
  color: #006AFF;
  font-size: 21px !important;
  vertical-align: middle;
  line-height: normal;
}
.dsdep-cart-contents .number {
  font-weight: bold;
}

.woocommerce address {
  font-style: normal;
}
.woocommerce .star-rating {
  padding-bottom: 15px;
}
.woocommerce .star-rating:before {
  color: #CACACA !important;
}
.woocommerce .star-rating span:before {
  color: #FCD800 !important;
}
.woocommerce p.stars a {
  color: #CACACA;
}
.woocommerce p.stars a:hover {
  color: #FCD800;
}
.woocommerce p.stars.selected a {
  color: #FCD800;
}
.woocommerce p.stars.selected a:not(.active)::before {
  color: #FCD800;
}
.woocommerce span.onsale, .woocommerce span.new-badge {
  font-size: 12px;
  font-weight: 600 !important;
  border-radius: 4px !important;
  line-height: normal !important;
  padding: 5px 10px !important;
  text-transform: uppercase;
  min-width: 55px !important;
  text-align: center;
}
.woocommerce span.onsale {
  color: #232323 !important;
  background: #FCD800 !important;
}
.woocommerce span.new-badge {
  color: #FFF !important;
  background: #006AFF !important;
}
.woocommerce a.remove {
  color: #FF0035 !important;
  font-weight: normal;
}
.woocommerce a.remove:hover {
  background: #FF0035;
}
.woocommerce .woocommerce-customer-details address {
  font-size: 14px;
  opacity: 0.8;
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
  padding-left: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email:before {
  display: none;
}
.woocommerce .et_pb_wc_add_to_cart .quantity input.qty {
  max-width: 100px;
}
.woocommerce .quantity .qty {
  min-width: 70px;
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
}
.woocommerce .quantity .qty:focus {
  border-color: #006AFF !important;
}
.woocommerce .quantity .qty::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.woocommerce .quantity .qty:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.woocommerce .quantity .qty::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.woocommerce .quantity .qty:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.woocommerce .quantity .qty::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce .quantity .qty:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce .quantity .qty::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce .quantity .qty:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: #FF0035;
}

.woocommerce table.shop_attributes {
  margin-top: 15px;
}
.woocommerce table.shop_attributes th {
  text-align: left;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  padding: 12px 8px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
  -webkit-transform: translateY(-250%) !important;
  transform: translateY(-250%) !important;
}

.woocommerce-page .quantity input[type=number]::-webkit-inner-spin-button {
  position: relative;
  right: -15px;
}

.wp-pagenavi {
  padding: 0;
  line-height: normal;
  width: 100%;
  text-align: center;
  border: none !important;
}
.wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: inline-block;
  margin: 5px 8px;
  padding: 0 10px;
  line-height: 50px;
  border-radius: 6px;
  font-weight: 700 !important;
  text-align: center;
  min-width: 50px;
}
.wp-pagenavi a.page {
  color: #757575 !important;
  background: #EFEFEF;
  font-size: 21px !important;
}
.wp-pagenavi a.page:hover {
  color: #006AFF !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.first {
  color: #006AFF !important;
  opacity: 0.38;
  background: transparent !important;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi a.last:hover, .wp-pagenavi a.first:hover {
  opacity: 1 !important;
  color: #006AFF !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  font-size: 27px !important;
}
.wp-pagenavi a.last, .wp-pagenavi a.first {
  font-size: 18px !important;
}
.wp-pagenavi span.current {
  color: #FFF !important;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
  background: #006AFF;
  font-size: 21px !important;
}
@media (max-width: 600px) {
  .wp-pagenavi .pages {
    display: block;
    margin-bottom: 12px;
    margin-right: 0 !important;
    float: none;
  }
  .wp-pagenavi a {
    float: none;
    display: inline-block;
  }
  .wp-pagenavi span.current, .wp-pagenavi span.extend {
    float: none;
    display: inline-block;
  }
}

.xoo-wsc-container {
  line-height: 1.7;
}
.xoo-wsc-container .xoo-wsc-header {
  border: none;
  background-color: #006AFF;
  color: #FFF;
}
.xoo-wsc-container .xoo-wsc-ctxt {
  font-size: 16px;
}
.xoo-wsc-container .xoo-wsc-close {
  font-size: 24px;
}
.xoo-wsc-container .xoo-wsc-product {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #EFEFEF;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-smr-del:hover {
  color: #FF0035;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-img-col img {
  border-radius: 6px;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sum-col {
  line-height: 1.4;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-pname a {
  color: #232323;
  font-size: 15px;
  font-weight: 600;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-pname a:hover {
  color: #006AFF;
}
.xoo-wsc-container .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-qty-price, .xoo-wsc-container .xoo-wsc-product .xoo-wsc-sum-col span.amount {
  font-size: 14px;
}
.xoo-wsc-container .xoo-wsc-footer {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #EFEFEF;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-cart, .xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-continue {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-cart:hover, .xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-continue:hover {
  padding: 9px 25px !important;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-cart:not([disabled]):not(.disabled), .xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-continue:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-checkout {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-checkout:hover {
  padding: 9px 25px !important;
}
.xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn-checkout:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.xoo-wsc-container .xoo-wsc-subtotal {
  font-size: 20px;
  font-weight: bold;
}

.xoo-wsc-basket {
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
  border-radius: 6px;
}
.xoo-wsc-basket .xoo-wsc-items-count {
  background: #006AFF;
}
.xoo-wsc-basket .xoo-wsc-bki {
  color: #232323;
}
.xoo-wsc-basket:hover .xoo-wsc-bki {
  color: #006AFF;
}

.remodal {
  border: solid 1px;
  border-color: #EFEFEF;
  background-color: #FFF !important;
  border-radius: 6px;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.remodal #wcqv_contend .product .images .thumbnail img {
  border: solid 1px;
  border-color: #EFEFEF;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.remodal #wcqv_contend .product .images .thumbnail:hover img {
  border-color: #006AFF;
}
.remodal #wcqv_contend .product .product_title.entry-title {
  text-transform: none;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 0 !important;
}
@media (max-width: 980px) {
  .remodal #wcqv_contend .product .product_title.entry-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .remodal #wcqv_contend .product .product_title.entry-title {
    font-size: 24px;
  }
}
.remodal #wcqv_contend .product .product_meta {
  border-top: 1px solid;
  border-color: #EFEFEF;
  padding-top: 15px;
}
.remodal #wcqv_contend .product .price {
  margin-bottom: 30px;
}
.remodal #wcqv_contend .product .price .woocommerce-Price-amount {
  color: #232323;
  font-weight: bold;
}
.remodal #wcqv_contend .product form.variations_form .variations {
  margin-bottom: 20px;
}
.remodal #wcqv_contend .product form.variations_form .woocommerce-variation-description {
  opacity: 0.8;
  font-size: 12px;
}
.remodal #wcqv_contend .product form.variations_form .woocommerce-variation-price {
  margin-bottom: 15px;
}
.remodal #wcqv_contend .product .cart .button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.remodal #wcqv_contend .product .cart .button:hover {
  padding: 9px 25px !important;
}
.remodal #wcqv_contend .product .cart .button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.remodal #wcqv_contend input.text, .remodal #wcqv_contend input.input-text, .remodal #wcqv_contend input.title, .remodal #wcqv_contend input[type=email], .remodal #wcqv_contend input[type=password], .remodal #wcqv_contend input[type=tel], .remodal #wcqv_contend input[type=text], .remodal #wcqv_contend select {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  margin-bottom: 5px !important;
}
.remodal #wcqv_contend input.text:focus, .remodal #wcqv_contend input.input-text:focus, .remodal #wcqv_contend input.title:focus, .remodal #wcqv_contend input[type=email]:focus, .remodal #wcqv_contend input[type=password]:focus, .remodal #wcqv_contend input[type=tel]:focus, .remodal #wcqv_contend input[type=text]:focus, .remodal #wcqv_contend select:focus {
  border-color: #006AFF !important;
}
.remodal #wcqv_contend input.text::-webkit-input-placeholder, .remodal #wcqv_contend input.input-text::-webkit-input-placeholder, .remodal #wcqv_contend input.title::-webkit-input-placeholder, .remodal #wcqv_contend input[type=email]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=password]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=tel]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=text]::-webkit-input-placeholder, .remodal #wcqv_contend select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.remodal #wcqv_contend input.text:-ms-input-placeholder, .remodal #wcqv_contend input.input-text:-ms-input-placeholder, .remodal #wcqv_contend input.title:-ms-input-placeholder, .remodal #wcqv_contend input[type=email]:-ms-input-placeholder, .remodal #wcqv_contend input[type=password]:-ms-input-placeholder, .remodal #wcqv_contend input[type=tel]:-ms-input-placeholder, .remodal #wcqv_contend input[type=text]:-ms-input-placeholder, .remodal #wcqv_contend select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.remodal #wcqv_contend input.text::-moz-placeholder, .remodal #wcqv_contend input.input-text::-moz-placeholder, .remodal #wcqv_contend input.title::-moz-placeholder, .remodal #wcqv_contend input[type=email]::-moz-placeholder, .remodal #wcqv_contend input[type=password]::-moz-placeholder, .remodal #wcqv_contend input[type=tel]::-moz-placeholder, .remodal #wcqv_contend input[type=text]::-moz-placeholder, .remodal #wcqv_contend select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.remodal #wcqv_contend input.text:-moz-placeholder, .remodal #wcqv_contend input.input-text:-moz-placeholder, .remodal #wcqv_contend input.title:-moz-placeholder, .remodal #wcqv_contend input[type=email]:-moz-placeholder, .remodal #wcqv_contend input[type=password]:-moz-placeholder, .remodal #wcqv_contend input[type=tel]:-moz-placeholder, .remodal #wcqv_contend input[type=text]:-moz-placeholder, .remodal #wcqv_contend select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.remodal #wcqv_contend input.text::-webkit-input-placeholder, .remodal #wcqv_contend input.input-text::-webkit-input-placeholder, .remodal #wcqv_contend input.title::-webkit-input-placeholder, .remodal #wcqv_contend input[type=email]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=password]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=tel]::-webkit-input-placeholder, .remodal #wcqv_contend input[type=text]::-webkit-input-placeholder, .remodal #wcqv_contend select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.remodal #wcqv_contend input.text:-ms-input-placeholder, .remodal #wcqv_contend input.input-text:-ms-input-placeholder, .remodal #wcqv_contend input.title:-ms-input-placeholder, .remodal #wcqv_contend input[type=email]:-ms-input-placeholder, .remodal #wcqv_contend input[type=password]:-ms-input-placeholder, .remodal #wcqv_contend input[type=tel]:-ms-input-placeholder, .remodal #wcqv_contend input[type=text]:-ms-input-placeholder, .remodal #wcqv_contend select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.remodal #wcqv_contend input.text::-moz-placeholder, .remodal #wcqv_contend input.input-text::-moz-placeholder, .remodal #wcqv_contend input.title::-moz-placeholder, .remodal #wcqv_contend input[type=email]::-moz-placeholder, .remodal #wcqv_contend input[type=password]::-moz-placeholder, .remodal #wcqv_contend input[type=tel]::-moz-placeholder, .remodal #wcqv_contend input[type=text]::-moz-placeholder, .remodal #wcqv_contend select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.remodal #wcqv_contend input.text:-moz-placeholder, .remodal #wcqv_contend input.input-text:-moz-placeholder, .remodal #wcqv_contend input.title:-moz-placeholder, .remodal #wcqv_contend input[type=email]:-moz-placeholder, .remodal #wcqv_contend input[type=password]:-moz-placeholder, .remodal #wcqv_contend input[type=tel]:-moz-placeholder, .remodal #wcqv_contend input[type=text]:-moz-placeholder, .remodal #wcqv_contend select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
@media only screen and (min-width: 641px) {
  .remodal #wcqv_contend .summary {
    padding-left: 40px !important;
  }
}
.remodal .remodal-close {
  color: #232323;
}
.remodal .remodal-close:hover {
  background: transparent;
  color: #006AFF;
}

.dsdep-wishlist .tinv-wishlist .tinv-header,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .tinv-header {
  margin-bottom: 38px;
}
.dsdep-wishlist .tinv-wishlist .tinv-header h2,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .tinv-header h2 {
  font-weight: 600;
  font-size: 37px;
}
@media (max-width: 980px) {
  .dsdep-wishlist .tinv-wishlist .tinv-header h2,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .tinv-header h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .dsdep-wishlist .tinv-wishlist .tinv-header h2,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .tinv-header h2 {
    font-size: 30px;
  }
}
.dsdep-wishlist .tinv-wishlist p.cart-empty,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist p.cart-empty {
  padding-bottom: 48px;
}
.dsdep-wishlist .tinv-wishlist .empty-wishlist-image,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .empty-wishlist-image {
  margin-bottom: 24px;
}
.dsdep-wishlist .tinv-wishlist button:after, .dsdep-wishlist .tinv-wishlist a.button:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist button:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist a.button:after {
  display: none;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list {
  line-height: 1.5;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox],
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox] {
  width: 20px !important;
  margin-right: 8px !important;
  margin-top: -10px !important;
  display: inline-block;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:before,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 3px;
  border: 1px solid rgba(117, 117, 117, 0.16);
  content: "";
  background: #FFF;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:after {
  position: relative;
  display: block;
  left: -1px;
  top: -20px;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border-width: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:checked:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:checked:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC");
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:disabled:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:disabled:after {
  -webkit-filter: opacity(0.4);
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):checked:hover:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):checked:hover:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC");
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):hover:after,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):hover:after {
  border-color: #006AFF;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):hover:before,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list input[type=checkbox]:not(:disabled):hover:before {
  border-color: #006AFF;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list thead th, .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list thead th,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot {
  font-size: 14px;
  background: #EFEFEF;
  padding: 16px 10px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td {
  padding: 25px 10px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail img,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail img {
  border: 1px solid;
  border-color: #EFEFEF;
  border-radius: 6px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-name a,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-name a {
  color: inherit;
  font-weight: 600;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-name a:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-name a:hover {
  color: #006AFF;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-price del,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-price del {
  opacity: 0.75;
  font-size: 13px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-price ins,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-price ins {
  font-weight: bold;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock i,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock i {
  margin-right: 5px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .in-stock i,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .in-stock i {
  color: #3EBB79;
  font-size: 16px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .out-of-stock i {
  color: #FF0035;
  font-size: 20px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-date,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-date {
  font-size: 14px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  color: #FFF !important;
  background-color: #CACACA;
  padding-left: 0;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover {
  background-color: #FF0035;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action {
  min-width: 175px;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button, .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2);
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button:hover, .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button:hover {
  padding: 9px 25px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button:not([disabled]):not(.disabled), .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list td.product-action a.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:focus,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:focus {
  border-color: #006AFF !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-webkit-input-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-ms-input-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-moz-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-moz-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-webkit-input-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-ms-input-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-moz-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-moz-placeholder,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button:hover {
  padding: 9px 25px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply],
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply] {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply]:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply]:hover {
  padding: 9px 25px !important;
}
.dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply]:not([disabled]):not(.disabled),
#et-boc .et-l .dsdep-wishlist .tinv-wishlist table.tinvwl-table-manage-list tfoot button[value=product_apply]:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.dsdep-wishlist .tinv-wishlist .social-buttons span,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .social-buttons span {
  margin-bottom: 16px;
}
.dsdep-wishlist .tinv-wishlist .social-buttons ul,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .social-buttons ul {
  padding: 0;
}
.dsdep-wishlist .tinv-wishlist .social-buttons ul li a,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .social-buttons ul li a {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  background-color: #FFF !important;
  color: #006AFF !important;
  border-radius: 6px;
  border: 1px solid;
  border-color: rgba(117, 117, 117, 0.16);
}
.dsdep-wishlist .tinv-wishlist .social-buttons ul li a:hover,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .social-buttons ul li a:hover {
  color: #FFF !important;
  background-color: #006AFF !important;
}
.dsdep-wishlist .tinv-wishlist .social-buttons ul li a i,
#et-boc .et-l .dsdep-wishlist .tinv-wishlist .social-buttons ul li a i {
  font-size: 18px;
  line-height: 40px;
  color: inherit;
}

.tinv-modal .tinv-modal-inner {
  border-radius: 6px;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08);
}
.tinv-modal .tinv-modal-inner .icon_big_heart_check {
  color: #3EBB79;
}
.tinv-modal .tinv-modal-inner .icon_big_times {
  color: #FF0035;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_view {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_view:hover {
  padding: 9px 25px !important;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_view:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_close {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_close:hover {
  padding: 9px 25px !important;
}
.tinv-modal .tinvwl-buttons-group button.tinvwl_button_close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.widget_wishlist_products_counter a.wishlist_products_counter {
  color: inherit;
}
.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover,
.widget_wishlist_products_counter a.wishlist_products_counter:hover {
  color: #006AFF;
}
.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before,
.widget_wishlist_products_counter a.wishlist_products_counter:before {
  color: #FF0035;
  font-size: 25px !important;
}

.wishlist_products_counter {
  color: inherit !important;
}
.wishlist_products_counter:hover {
  color: #006AFF !important;
}
.wishlist_products_counter:before {
  color: #006AFF;
  font-size: 25px !important;
  vertical-align: middle;
  line-height: normal;
}
.wishlist_products_counter .wishlist_products_counter_number {
  font-weight: bold;
}

/* Pages */
ol.commentlist {
  margin-top: 20px;
}
ol.commentlist > li {
  margin-bottom: 30px;
}
ol.commentlist .comment .comment-body {
  border: none;
  padding: 0;
  margin-left: 60px;
  margin-bottom: 35px;
  font-size: 14px;
}
@media (max-width: 767px) {
  ol.commentlist .comment .comment-body {
    margin-left: 0;
  }
}
ol.commentlist .comment .comment_avatar {
  left: -60px;
}
@media (max-width: 767px) {
  ol.commentlist .comment .comment_avatar {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
}
ol.commentlist .comment .comment_avatar img {
  overflow: hidden;
  width: 45px;
  height: 45px;
  max-width: none !important;
  border-radius: 50%;
  border: 1px solid !important;
  border-color: #EFEFEF !important;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.08) !important;
}
ol.commentlist .comment.bypostauthor .comment_avatar img {
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2) !important;
  border-color: #006AFF;
}
ol.commentlist .comment.bypostauthor .comment_postinfo span.fn {
  color: #006AFF;
}
ol.commentlist .comment span.comment_date {
  font-style: italic;
  opacity: 0.8;
}
ol.commentlist .comment .comment_area {
  padding: 0;
}
ol.commentlist .comment .reply-container {
  display: block;
  margin-top: 8px;
}
ol.commentlist .comment .comment-reply-link {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  color: #006AFF !important;
}
ol.commentlist .comment .comment-reply-link:hover {
  background: transparent !important;
  padding: 0 !important;
}
ol.commentlist .comment .comment-reply-link:hover {
  color: #0055CC !important;
}
ol.commentlist .comment .comment-reply-link:after {
  display: none;
}
ol.commentlist .comment .comment-reply-title span {
  margin-bottom: 10px;
  display: block;
}
ol.commentlist .comment #respond {
  margin-top: 0;
}

#commentform input[type=text], #commentform input[type=email], #commentform input[type=url] {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform input[type=url]:focus {
  border-color: #006AFF !important;
}
#commentform input[type=text]::-webkit-input-placeholder, #commentform input[type=email]::-webkit-input-placeholder, #commentform input[type=url]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#commentform input[type=text]:-ms-input-placeholder, #commentform input[type=email]:-ms-input-placeholder, #commentform input[type=url]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#commentform input[type=text]::-moz-placeholder, #commentform input[type=email]::-moz-placeholder, #commentform input[type=url]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#commentform input[type=text]:-moz-placeholder, #commentform input[type=email]:-moz-placeholder, #commentform input[type=url]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#commentform input[type=text]::-webkit-input-placeholder, #commentform input[type=email]::-webkit-input-placeholder, #commentform input[type=url]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  height: 45px;
  line-height: 45px !important;
}
#commentform input[type=text]:-ms-input-placeholder, #commentform input[type=email]:-ms-input-placeholder, #commentform input[type=url]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  height: 45px;
  line-height: 45px !important;
}
#commentform input[type=text]::-moz-placeholder, #commentform input[type=email]::-moz-placeholder, #commentform input[type=url]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  height: 45px;
  line-height: 45px !important;
}
#commentform input[type=text]:-moz-placeholder, #commentform input[type=email]:-moz-placeholder, #commentform input[type=url]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  height: 45px;
  line-height: 45px !important;
}
#commentform textarea {
  box-shadow: none !important;
  font-size: 14px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EFEFEF !important;
  font-weight: normal;
  color: #757575 !important;
  background: #FFF !important;
  padding: 16px !important;
  line-height: 1.5;
  border-radius: 6px !important;
  background-color: #FFF !important;
  border-color: rgba(117, 117, 117, 0.16) !important;
}
#commentform textarea:focus {
  border-color: #006AFF !important;
}
#commentform textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
}
#commentform textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.55;
}
#commentform textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.55;
}
#commentform textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.55;
}
#commentform .form-submit {
  text-align: center;
  margin-top: 24px;
}
#commentform .form-submit .et_pb_button {
  /* General button */
  font-weight: 600 !important;
  padding: 9px 25px !important;
  text-align: center;
  line-height: 1.7em !important;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  box-shadow: 0 7px 50px 0 rgba(41, 100, 216, 0.2) !important;
}
#commentform .form-submit .et_pb_button:hover {
  padding: 9px 25px !important;
}
#commentform .form-submit .et_pb_button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
@media (min-width: 600px) {
  #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    width: 33.33%;
    float: left;
  }
  #commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input {
    display: block;
    width: 100% !important;
  }
  #commentform .comment-form-author, #commentform .comment-form-email {
    padding-right: 10px;
  }
}

.comment-form-comment {
  padding-bottom: 5px;
}

#comment-wrap {
  font-size: 14px;
}
#comment-wrap h1.page_title {
  font-size: 28px;
}
@media (max-width: 980px) {
  #comment-wrap h1.page_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #comment-wrap h1.page_title {
    font-size: 24px;
  }
}
#comment-wrap h3.comment-reply-title {
  font-size: 16px;
}

.dsdep-categories-list {
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.dsdep-categories-list li {
  display: inline-block;
  margin: 0 10px 17px 0;
}
.dsdep-categories-list li a {
  border-bottom: solid 2px transparent;
  padding: 7px 10px;
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.dsdep-categories-list li a:hover {
  border-color: #006AFF;
}
.dsdep-categories-list li.current-cat a {
  border-color: #006AFF;
}

.blog .dsdep-categories-list .cat-item-all a {
  border-color: #006AFF;
}

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