@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
.about-us-page {
  padding: 40px 0 0; }
  .about-us-page p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    color: #303030; }
  .about-us-page ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #303030; }
  .about-us-page .row-group {
    display: flex;
    margin-bottom: 30px; }
    .about-us-page .row-group .col-cont:first-child {
      margin-right: 30px; }
    .about-us-page .row-group .col-cont {
      width: 100%;
      max-width: 330px; }
    .about-us-page .row-group img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media screen and (max-width: 767px) {
      .about-us-page .row-group .col-cont:first-child {
        margin-right: 15px; } }

.showteam-group {
  width: 100%;
  position: relative; }
  .showteam-group .showteam-content {
    position: relative;
    align-items: center; }
    .showteam-group .showteam-content .col-custom {
      margin-bottom: 20px; }
    .showteam-group .showteam-content .driver {
      margin-bottom: 35px; }
    .showteam-group .showteam-content .name-product {
      padding: 5px 0; }
    .showteam-group .showteam-content .cont-filed {
      padding-bottom: 32px;
      position: relative; }
      .showteam-group .showteam-content .cont-filed label {
        position: absolute;
        top: -20px; }
      .showteam-group .showteam-content .cont-filed input:not([disabled]):focus, .showteam-group .showteam-content .cont-filed select:not([disabled]):focus {
        box-shadow: 0 0 3px 1px #eD5348; }
      .showteam-group .showteam-content .cont-filed select {
        height: 38px;
        cursor: pointer; }
    .showteam-group .showteam-content .required-field label::after {
      content: '*';
      color: #e02b27;
      font-size: 1.2rem;
      margin: 0 0 0 4.5px; }
  .showteam-group .button {
    position: absolute;
    right: -15px; }

#checkout-step-title .group-button {
  position: relative; }
  #checkout-step-title .group-button #prev-checkout {
    position: absolute;
    padding: 0 14px;
    color: #333;
    background: #e9e9e9;
    border: transparent;
    transition: all .3s ease-out; }
    #checkout-step-title .group-button #prev-checkout:hover {
      background: #d7d7d7; }

.content-repeat-row .showteam-content {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 40px; }

.content-repeat-row .showteam-content:last-child {
  border-bottom: none; }

/* Rental Assiment information*/
.order-status {
  margin-bottom: 20px; }

.order-details-items table td {
  word-break: break-word; }

/* My order - order information */
.block-order-details-view .block-content {
  display: flex; }
  .block-order-details-view .block-content .box {
    height: initial; }
    .block-order-details-view .block-content .box .box-title {
      height: 15%;
      display: flex !important;
      align-items: center; }
    .block-order-details-view .block-content .box .box-content {
      height: 85%;
      margin-bottom: 20px;
      word-break: break-word; }

#my-orders-table .subtotal th,
#my-orders-table .shipping th,
#my-orders-table .grand_total th,
#my-orders-table .totals-tax th,
#my-orders-table .totals-tax-summary th,
#my-orders-table .grand_total_incl th {
  padding-right: 21px !important; }
#my-orders-table .subtotal td,
#my-orders-table .shipping td,
#my-orders-table .grand_total td,
#my-orders-table .totals-tax td,
#my-orders-table .totals-tax-summary td,
#my-orders-table .grand_total_incl td {
  padding-left: 21px !important; }
#my-orders-table tfoot .mark {
  padding-right: 21px !important; }
#my-orders-table tfoot .amount {
  padding-left: 21px !important; }

/*Step Checkout */
.checkout-container .opc-progress-bar {
  flex-wrap: unset !important; }

/*Content Checkout success*/
.checkout-onepage-success .checkout-success {
  height: 100%;
  min-height: 370px; }

.checkout-cart-index #maincontent .main {
  height: 100%;
  min-height: 340px; }

.note-phone-number-custom {
  padding-top: 4px; }
  .note-phone-number-custom span {
    font-size: 12px; }

.password-strength-meter {
  font-size: 12px;
  padding-top: 4px; }

@media screen and (max-width: 767px) {
  .content-repeat-row {
    padding-bottom: 30px; }

  .showteam-group .button {
    bottom: 0px;
    right: 0px;
    width: 65px !important; }

  .order-details-items {
    overflow-x: auto; }

  .order-status {
    margin-bottom: 10px; }

  #checkout-step-title .group-button #prev-checkout {
    bottom: 0px; }

  .block-order-details-view .block-content {
    display: block; }

  .checkout-container .opc-progress-bar {
    flex-wrap: wrap !important; } }
#checkout-step-payment {
  position: relative; }
  #checkout-step-payment .actions-toolbar {
    width: 100%;
    max-width: 500px; }
    #checkout-step-payment .actions-toolbar .primary .checkout {
      position: absolute !important;
      bottom: 0;
      right: 0; }
    #checkout-step-payment .actions-toolbar .primary .action-update {
      transition: all .3s ease-in-out; }
      #checkout-step-payment .actions-toolbar .primary .action-update:hover {
        background: #e74923; }
    #checkout-step-payment .actions-toolbar .primary .action-cancel {
      border: 1px solid #ccc;
      color: #777;
      line-height: 30px;
      padding: 0 12px;
      height: 32px;
      background-color: #fff;
      border-radius: 3px;
      margin: 0 15px;
      transition: all .2s ease-in-out; }
      #checkout-step-payment .actions-toolbar .primary .action-cancel:hover {
        background: #e74923;
        color: #fff;
        border: 1px solid #e74923; }
  #checkout-step-payment #co-payment-form {
    margin-bottom: 20px; }
  #checkout-step-payment .button-back-payment {
    color: #333;
    background: #e9e9e9;
    border: transparent;
    transition: all .2s ease-out; }
    #checkout-step-payment .button-back-payment:hover {
      background: #d7d7d7; }
  #checkout-step-payment .payment-method-billing-address .billing-title {
    margin: 15px 0;
    padding-left: 23px; }
  #checkout-step-payment .payment-method-billing-address .action-edit-address {
    border: 1px solid #ccc;
    color: #777;
    line-height: 30px;
    padding: 0 12px;
    height: 32px;
    background-color: #fff;
    border-radius: 3px;
    margin: 15px 0;
    transition: all .2s ease-in-out; }
    #checkout-step-payment .payment-method-billing-address .action-edit-address:hover {
      background: #e74923;
      color: #fff;
      border: 1px solid #e74923; }

@media screen and (max-width: 767px) {
  #checkout-step-payment .actions-toolbar .primary {
    margin-top: 20px; }
    #checkout-step-payment .actions-toolbar .primary .checkout {
      width: 185px; }
    #checkout-step-payment .actions-toolbar .primary .action-update {
      width: 80px;
      margin: 0 15px; }
    #checkout-step-payment .actions-toolbar .primary .action-cancel {
      width: 80px;
      margin: 0; } }
.cms-home .top-container {
  padding: 0;
  width: 100%;
  max-width: 100%; }

#homepage-banner-silder {
  position: relative; }
  #homepage-banner-silder .item {
    width: 100vw; }

.owl-bottom-narrow .owl-controls {
  position: absolute;
  bottom: 0px !important;
  width: 20% !important;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -12%); }
  .owl-bottom-narrow .owl-controls .owl-dot span {
    width: 11px;
    height: 3px;
    margin: 5px;
    background-color: #fff; }
  .owl-bottom-narrow .owl-controls .owl-dot:hover span {
    background-color: #000 !important; }
  .owl-bottom-narrow .owl-controls .active span {
    background-color: #000 !important; }

.banner-about-us em {
  font-size: 18px;
  font-weight: 700;
  color: #1e3636;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-bottom: 5px; }
.banner-about-us h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1e3636;
  font-style: normal;
  line-height: 1;
  margin: 0 0 30px 0; }
.banner-about-us .btn {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #010204;
  padding: 13px 25px;
  border-radius: 2px;
  height: auto;
  border: 0; }

@media screen and (max-width: 767px) {
  .banner-about-us {
    padding: 50px 0 !important;
    background-position: center !important; }
    .banner-about-us h2 {
      font-size: 28px; }
    .banner-about-us em {
      font-size: 16px; }

  .about-us-page {
    padding: 20px 0 0; } }
.catalog-morocco {
  color: #303030;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px; }
  .catalog-morocco h2 {
    color: #fd0000;
    font-weight: bold;
    padding-top: 10px; }
    .catalog-morocco h2 em {
      font-size: 13px; }
  .catalog-morocco h4 {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 15px; }
  .catalog-morocco h5 {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5; }
  .catalog-morocco .row-group {
    display: flex; }
  .catalog-morocco .cat-banner {
    margin-bottom: 40px; }
  .catalog-morocco .cont-bg {
    padding: 15px; }
    .catalog-morocco .cont-bg .row-group {
      display: flex;
      align-items: center;
      margin-top: 50px; }
      .catalog-morocco .cont-bg .row-group .col-left {
        width: 35%;
        margin-right: 30px;
        margin-top: -30px; }
        .catalog-morocco .cont-bg .row-group .col-left img {
          width: 100%; }
      .catalog-morocco .cont-bg .row-group .col-right {
        width: 65%; }
  .catalog-morocco .group-new-v3 {
    margin-bottom: 15px; }
    .catalog-morocco .group-new-v3 .row-group {
      align-items: center; }
    .catalog-morocco .group-new-v3 .col-right {
      order: 1; }
    .catalog-morocco .group-new-v3 .col-left {
      margin-right: 50px; }
    .catalog-morocco .group-new-v3 img {
      height: 100px;
      width: auto; }
    .catalog-morocco .group-new-v3 ul {
      list-style: none;
      padding-left: 20px; }
    .catalog-morocco .group-new-v3 li {
      margin: 14px 0; }
  .catalog-morocco .cat-one-two .row-group {
    margin-bottom: 30px; }
  .catalog-morocco .cat-one-two .col-left,
  .catalog-morocco .cat-one-two .col-right {
    width: 50%;
    position: relative;
    height: 100%;
    min-height: 200px; }
  .catalog-morocco .cat-one-two .col-left {
    margin-right: 15px; }
  .catalog-morocco .cat-one-two .col-right {
    margin-left: 15px; }
  .catalog-morocco .cat-one-two .cont-img {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0; }
  .catalog-morocco .cat-one-two img {
    height: 100px;
    width: auto; }
  .catalog-morocco .cat-three {
    margin-bottom: 40px; }
    .catalog-morocco .cat-three .row-group {
      justify-content: center;
      margin: 40px 0; }
    .catalog-morocco .cat-three img {
      height: 100px;
      width: auto; }
  .catalog-morocco .how-to {
    margin-bottom: 40px; }
    .catalog-morocco .how-to .group-op {
      padding-left: 20px; }
      .catalog-morocco .how-to .group-op p:nth-child(3),
      .catalog-morocco .how-to .group-op p:nth-child(4),
      .catalog-morocco .how-to .group-op p:nth-child(5) {
        font-weight: bold;
        padding-left: 20px; }
  .catalog-morocco .information {
    margin-bottom: 30px; }
    .catalog-morocco .information .col-left {
      width: 40%;
      margin-right: 60px; }
    .catalog-morocco .information .col-right {
      width: 60%; }
      .catalog-morocco .information .col-right .small-group p:nth-child(3),
      .catalog-morocco .information .col-right .small-group p:nth-child(4) {
        padding-left: 20px; }
  .catalog-morocco .group-taxonomy {
    margin-bottom: 40px; }
    .catalog-morocco .group-taxonomy h4 {
      font-size: 17px;
      font-weight: bold;
      color: #000;
      justify-content: center;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 25px; }
      .catalog-morocco .group-taxonomy h4::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 2px;
        background-color: #ef4c24;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%); }
  .catalog-morocco .row-taxonomy {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
    flex-wrap: wrap; }
    .catalog-morocco .row-taxonomy .col-cont {
      position: relative;
      width: calc(100%/3);
      height: 350px;
      margin: 0 15px;
      margin-bottom: 30px;
      border-radius: 4px;
      overflow: hidden;
      transition: all .3s ease-in-out; }
      .catalog-morocco .row-taxonomy .col-cont img {
        transform: scale(1.1);
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        transition: all .8s ease-in-out; }
      .catalog-morocco .row-taxonomy .col-cont .name-cat {
        position: absolute;
        background-color: #ef4c24;
        color: #fff;
        min-width: 170px;
        padding: 7px 15px;
        border-bottom-right-radius: 4px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        top: 0;
        z-index: 10; }
      .catalog-morocco .row-taxonomy .col-cont:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        .catalog-morocco .row-taxonomy .col-cont:hover img {
          transform: scale(1); }

/* responsive */
@media screen and (max-width: 991px) {
  .catalog-morocco .row-taxonomy {
    margin: 0 -50px; }
    .catalog-morocco .row-taxonomy .col-cont {
      height: 250px; }
      .catalog-morocco .row-taxonomy .col-cont .name-cat {
        font-size: 13px;
        padding: 5px;
        border-bottom-right-radius: unset;
        width: 100%; }
      .catalog-morocco .row-taxonomy .col-cont img {
        transform: unset; } }
@media screen and (max-width: 767px) {
  .catalog-morocco h2 {
    font-size: 18px; }
  .catalog-morocco .cont-bg {
    padding: 0 0 20px 0; }
  .catalog-morocco .row-group {
    display: block !important; }
  .catalog-morocco .cat-banner {
    margin-bottom: 10px; }
  .catalog-morocco .cont-bg .col-left {
    width: 50%; }
  .catalog-morocco .cont-bg .col-right {
    width: 100%; }
  .catalog-morocco .cont-bg .row-group {
    margin-top: 30px; }
    .catalog-morocco .cont-bg .row-group .col-left {
      margin: 0 0 20px;
      width: 100%;
      max-width: 300px; }
    .catalog-morocco .cont-bg .row-group .col-right {
      width: 100%; }
  .catalog-morocco .group-new-v3 .row-group {
    padding-top: 15px; }
  .catalog-morocco .group-new-v3 .col-right {
    text-align: center; }
  .catalog-morocco .cat-one-two .col-left,
  .catalog-morocco .cat-one-two .col-right {
    width: 100%;
    margin-left: 0; }
  .catalog-morocco .cat-three .row-group {
    display: flex !important; }
  .catalog-morocco .information .col-left,
  .catalog-morocco .information .col-right {
    width: 100%; }
  .catalog-morocco .information .col-left {
    margin-bottom: 40px; }
  .catalog-morocco .row-taxonomy {
    margin: 0 -100px; }
    .catalog-morocco .row-taxonomy .col-cont {
      margin: 0 12px 24px 12px;
      height: 230px; }
      .catalog-morocco .row-taxonomy .col-cont img {
        transform: unset; } }
@media screen and (max-width: 575px) {
  .catalog-morocco .row-taxonomy {
    margin: 0 -70px; }
    .catalog-morocco .row-taxonomy .col-cont {
      height: 180px;
      margin: 0 8px 16px 8px; } }
.page-layout-1column .filter.block {
  display: none !important; }

.sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
  z-index: 999 !important; }

.sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
  top: -6px !important; }

.catalog-silkway {
  color: #303030;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px; }
  .catalog-silkway h4 {
    font-size: 15px; }
  .catalog-silkway h5 {
    font-size: 14px;
    margin-top: 0; }
  .catalog-silkway .special-pro {
    color: #fd0000; }
  .catalog-silkway .cat-banner {
    margin-bottom: 40px; }
  .catalog-silkway .cont-bg {
    padding: 15px 0; }
    .catalog-silkway .cont-bg h2 {
      color: #fd0000;
      font-weight: bold; }
      .catalog-silkway .cont-bg h2 em {
        font-size: 13px; }
    .catalog-silkway .cont-bg .group-cont {
      display: flex;
      align-items: center; }
      .catalog-silkway .cont-bg .group-cont .col-left {
        width: 100%;
        max-width: 320px;
        margin-right: 15px; }
        .catalog-silkway .cont-bg .group-cont .col-left img {
          width: 100%; }
  .catalog-silkway .cat-one p {
    margin-bottom: 30px; }
  .catalog-silkway .cat-one .row-group {
    display: flex;
    margin: 30px 0;
    justify-content: space-around; }
    .catalog-silkway .cat-one .row-group .cont-f, .catalog-silkway .cat-one .row-group .cont-l {
      width: 100%;
      max-width: 200px;
      margin: 0 15px;
      padding-bottom: 0;
      margin-bottom: 30px;
      text-align: center; }
      .catalog-silkway .cat-one .row-group .cont-f img, .catalog-silkway .cat-one .row-group .cont-l img {
        margin-bottom: 10px; }
      .catalog-silkway .cat-one .row-group .cont-f p, .catalog-silkway .cat-one .row-group .cont-l p {
        margin-bottom: 0;
        color: #fd0000; }
    .catalog-silkway .cat-one .row-group .cont-f img {
      width: 150px; }
    .catalog-silkway .cat-one .row-group .cont-l img {
      width: 112px; }
  .catalog-silkway .cat-two {
    margin-bottom: 20px; }
    .catalog-silkway .cat-two .cont-img {
      margin-bottom: 30px;
      text-align: center;
      font-size: 13px; }
      .catalog-silkway .cat-two .cont-img a {
        font-weight: normal; }
      .catalog-silkway .cat-two .cont-img img {
        width: 150px; }
    .catalog-silkway .cat-two .row-group {
      display: flex; }
    .catalog-silkway .cat-two .col-left,
    .catalog-silkway .cat-two .col-right {
      margin: 0 15px 20px 15px;
      width: 50%; }
      .catalog-silkway .cat-two .col-left img,
      .catalog-silkway .cat-two .col-right img {
        height: 120px;
        width: auto; }
    .catalog-silkway .cat-two .col-right h5 {
      text-align: center; }
    .catalog-silkway .cat-two .col-left .cont-img {
      max-width: 250px; }
  .catalog-silkway .cat-three {
    margin-bottom: 20px; }
    .catalog-silkway .cat-three .cont-img {
      text-align: center;
      padding-top: 20px; }
      .catalog-silkway .cat-three .cont-img img {
        width: 180px; }
  .catalog-silkway .how-to {
    margin-bottom: 40px; }
    .catalog-silkway .how-to .group-op {
      padding-left: 20px; }
      .catalog-silkway .how-to .group-op p:nth-child(3),
      .catalog-silkway .how-to .group-op p:nth-child(4) {
        font-weight: bold;
        padding-left: 20px; }
  .catalog-silkway .information {
    margin-bottom: 30px; }
    .catalog-silkway .information .row-group {
      display: flex; }
      .catalog-silkway .information .row-group .col-left {
        width: 40%;
        margin-right: 60px; }
      .catalog-silkway .information .row-group .col-right {
        width: 60%; }
        .catalog-silkway .information .row-group .col-right .small-group p:nth-child(3),
        .catalog-silkway .information .row-group .col-right .small-group p:nth-child(4) {
          padding-left: 20px; }
  .catalog-silkway .group-taxonomy {
    margin-bottom: 40px; }
    .catalog-silkway .group-taxonomy h4 {
      font-size: 17px;
      font-weight: bold;
      color: #000;
      text-align: center;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 25px; }
      .catalog-silkway .group-taxonomy h4::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 2px;
        background-color: #ef4c24;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%); }
  .catalog-silkway .row-taxonomy {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
    flex-wrap: wrap; }
    .catalog-silkway .row-taxonomy .col-cont {
      position: relative;
      width: calc(100%/3);
      height: 350px;
      margin: 0 15px;
      margin-bottom: 30px;
      border-radius: 4px;
      overflow: hidden;
      transition: all .3s ease-in-out; }
      .catalog-silkway .row-taxonomy .col-cont img {
        transform: scale(1.1);
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        transition: all .8s ease-in-out; }
      .catalog-silkway .row-taxonomy .col-cont .name-cat {
        position: absolute;
        background-color: #ef4c24;
        color: #fff;
        min-width: 170px;
        padding: 7px 15px;
        border-bottom-right-radius: 4px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        top: 0;
        z-index: 10; }
      .catalog-silkway .row-taxonomy .col-cont:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        .catalog-silkway .row-taxonomy .col-cont:hover img {
          transform: scale(1); }
    .catalog-silkway .row-taxonomy .car-ssv img {
      object-position: left; }

/* responsive */
@media screen and (max-width: 991px) {
  .catalog-silkway .row-taxonomy {
    margin: 0 -50px; }
    .catalog-silkway .row-taxonomy .col-cont {
      height: 250px; }
      .catalog-silkway .row-taxonomy .col-cont .name-cat {
        font-size: 13px;
        padding: 5px;
        border-bottom-right-radius: unset;
        width: 100%; }
      .catalog-silkway .row-taxonomy .col-cont img {
        transform: unset; } }
@media screen and (max-width: 767px) {
  .catalog-silkway h2 {
    font-size: 18px; }
  .catalog-silkway .cont-bg {
    padding: 0 0 20px 0; }
  .catalog-silkway .row-group,
  .catalog-silkway .group-cont {
    display: block !important; }
  .catalog-silkway .cat-banner {
    margin-bottom: 10px; }
  .catalog-silkway .cont-bg .col-left {
    width: 50%; }
  .catalog-silkway .cont-bg .col-right {
    width: 100%; }
  .catalog-silkway .cont-bg .row-group .col-left {
    margin: 0 0 20px;
    width: 100%;
    max-width: 300px; }
  .catalog-silkway .cont-bg .row-group .col-right {
    width: 100%; }
  .catalog-silkway .cat-one .row-group .cont-f,
  .catalog-silkway .cat-one .row-group .cont-l {
    margin: 0 0 20px 0;
    max-width: unset; }
  .catalog-silkway .cat-two .col-right, .catalog-silkway .cat-two .col-left {
    width: 100%; }
    .catalog-silkway .cat-two .col-right h5, .catalog-silkway .cat-two .col-left h5 {
      text-align: left; }
  .catalog-silkway .cat-two .col-left .cont-img {
    max-width: unset; }
  .catalog-silkway .information .col-left,
  .catalog-silkway .information .col-right {
    width: 100% !important; }
  .catalog-silkway .information .col-left {
    margin-bottom: 40px; }
  .catalog-silkway .row-taxonomy {
    margin: 0 -100px; }
    .catalog-silkway .row-taxonomy .col-cont {
      margin: 0 12px 24px 12px;
      height: 230px; }
      .catalog-silkway .row-taxonomy .col-cont img {
        transform: unset; } }
@media screen and (max-width: 575px) {
  .catalog-silkway .row-taxonomy {
    margin: 0 -70px; }
    .catalog-silkway .row-taxonomy .col-cont {
      height: 180px;
      margin: 0 8px 16px 8px; } }
.category-important-information #maincontent,
.category-how-to-use-our-enquipment #maincontent,
.category-desposit #maincontent {
  height: 100% !important;
  min-height: 461px !important; }
.category-important-information .sidebar-main,
.category-how-to-use-our-enquipment .sidebar-main,
.category-desposit .sidebar-main {
  display: none !important; }
.category-important-information .main,
.category-how-to-use-our-enquipment .main,
.category-desposit .main {
  width: 100% !important; }

.catalog-the-nally {
  color: #303030;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px; }
  .catalog-the-nally h2 {
    color: #fd0000;
    font-weight: bold;
    margin-bottom: 30px; }
  .catalog-the-nally .group-mounting {
    margin-top: -10px; }
    .catalog-the-nally .group-mounting p {
      font-weight: bold; }
  .catalog-the-nally .information {
    margin-bottom: 30px; }
    .catalog-the-nally .information p:nth-child(2),
    .catalog-the-nally .information p:nth-child(3) {
      padding-left: 20px; }
  .catalog-the-nally .row-group {
    display: flex;
    align-items: center; }
    .catalog-the-nally .row-group .col-left {
      width: 40%;
      height: 300px;
      margin-right: 30px; }
    .catalog-the-nally .row-group .col-right {
      width: 60%; }
    .catalog-the-nally .row-group img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .catalog-the-nally .how-to {
    margin-bottom: 30px; }
    .catalog-the-nally .how-to .group-op {
      padding-left: 20px; }
      .catalog-the-nally .how-to .group-op p:nth-child(3),
      .catalog-the-nally .how-to .group-op p:nth-child(4) {
        padding-left: 20px; }
  .catalog-the-nally .desposit {
    margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .catalog-the-nally .row-group {
    display: block; }
    .catalog-the-nally .row-group .col-left,
    .catalog-the-nally .row-group .col-right {
      width: 100%; }
    .catalog-the-nally .row-group .col-left {
      margin-bottom: 30px;
      margin-right: 0px; } }
@media screen and (max-width: 767px) {
  .catalog-the-nally .row-group .col-left {
    height: 250px; } }
.sub-catalog-silkway,
.list-product-silkway {
  padding-top: 10px;
  color: #303030;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px; }
  .sub-catalog-silkway .description,
  .list-product-silkway .description {
    margin-bottom: 40px; }
  .sub-catalog-silkway h2,
  .list-product-silkway h2 {
    color: #ef4c24; }
  .sub-catalog-silkway h4,
  .list-product-silkway h4 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px; }
    .sub-catalog-silkway h4::after,
    .list-product-silkway h4::after {
      position: absolute;
      content: "";
      width: 40px;
      height: 2px;
      background-color: #ef4c24;
      bottom: 0;
      left: 50%;
      right: 50%;
      transform: translate(-50%, -50%); }
  .sub-catalog-silkway .group-taxonomy,
  .list-product-silkway .group-taxonomy {
    margin-bottom: 40px; }
    .sub-catalog-silkway .group-taxonomy h4,
    .list-product-silkway .group-taxonomy h4 {
      font-size: 17px;
      font-weight: bold;
      color: #000;
      text-align: center;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 25px; }
      .sub-catalog-silkway .group-taxonomy h4::after,
      .list-product-silkway .group-taxonomy h4::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 2px;
        background-color: #ef4c24;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%); }
  .sub-catalog-silkway .row-taxonomy,
  .list-product-silkway .row-taxonomy {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
    flex-wrap: wrap; }
    .sub-catalog-silkway .row-taxonomy .col-cont,
    .list-product-silkway .row-taxonomy .col-cont {
      position: relative;
      width: calc(100%/3);
      height: 270px;
      margin: 0 15px;
      margin-bottom: 30px;
      border-radius: 4px;
      overflow: hidden;
      transition: all .3s ease-in-out;
      border: 1px solid #ccc; }
      .sub-catalog-silkway .row-taxonomy .col-cont img,
      .list-product-silkway .row-taxonomy .col-cont img {
        transform: scale(1.05);
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 4px;
        transition: all .8s ease-in-out; }
      .sub-catalog-silkway .row-taxonomy .col-cont .name-cat,
      .list-product-silkway .row-taxonomy .col-cont .name-cat {
        position: absolute;
        background-color: #ef4c24;
        color: #fff;
        width: 70%;
        padding: 6px;
        border-bottom-right-radius: 4px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        top: 0;
        z-index: 10; }
      .sub-catalog-silkway .row-taxonomy .col-cont:hover,
      .list-product-silkway .row-taxonomy .col-cont:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        .sub-catalog-silkway .row-taxonomy .col-cont:hover img,
        .list-product-silkway .row-taxonomy .col-cont:hover img {
          transform: scale(1); }
    .sub-catalog-silkway .row-taxonomy .mouting img,
    .list-product-silkway .row-taxonomy .mouting img {
      object-fit: contain; }

.list-product-silkway {
  padding-top: 20px; }

@media screen and (max-width: 991px) {
  .sub-catalog-silkway .row-taxonomy {
    margin: 0 -50px; }
    .sub-catalog-silkway .row-taxonomy .col-cont {
      height: 190px; }
      .sub-catalog-silkway .row-taxonomy .col-cont .name-cat {
        font-size: 13px;
        padding: 5px;
        border-bottom-right-radius: unset;
        width: 100%; }
      .sub-catalog-silkway .row-taxonomy .col-cont img {
        transform: unset; } }
@media screen and (max-width: 767px) {
  .sub-catalog-silkway h2 {
    font-size: 18px; }
  .sub-catalog-silkway .row-taxonomy {
    margin: 0 -100px; }
    .sub-catalog-silkway .row-taxonomy .col-cont {
      margin: 0 12px 24px 12px; } }
@media screen and (max-width: 575px) {
  .sub-catalog-silkway .row-taxonomy {
    margin: 0 -70px; }
    .sub-catalog-silkway .row-taxonomy .col-cont {
      height: 150px;
      margin: 0 7px 14px 7px; }
      .sub-catalog-silkway .row-taxonomy .col-cont .name-cat {
        font-size: 11px; } }
