.no-padding{
    padding-bottom: 0px;
}

.back-to-categories {
  color: #F2676B !important;
  padding: 6px 14px !important;
  margin-bottom: 20px;
  border: 1px solid #013950;
  width: 100%;
  background-color: #eaeaeb;
}


.mh200{
  max-height: 200px! important;
}
.validation-error-label{
  color: #de5f4e;
}
.no-border{
  border: none! important;
}
.inlineFlex{
  display: inline-flex! important;
}
.mb0{
  margin-bottom: 0px! important
}
.blogImage{
  max-height: 75px; 
  max-width: 75px;
}
.thumb{
  height: 210px;
}
.float-right{
  float: right;
}
.selectedCar{
  max-height: 100px;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.carBrandsImg{
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.carBrandsHomeImg{
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.width5{
    width: 5%! important
}
.marginrgt2{
  margin-right: 2%! important
}
.categories {
  text-align:center;
}

.categories img {
  display: block;
  margin-left:auto;
  margin-right:auto;
  max-height: 80px;
}

.categoryImage {
    max-width: 100%!important;
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pointer{
  cursor: pointer;
}
#mainCategories .categoryTitle {
    display: flex;
    border: 1px solid #C0C0C0;
    height:62px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

#mainCategory {
    padding: 5px;
}
.borderBlack{
  border: 3px solid #000;
  border-bottom: 3px solid #000! important
}

#mainCategory #subcategoryLvl2 {
    color: #de5f4e;
    display: block;
}

#mainCategory #divCategory {
    padding: 15px 0;
}

#mainCategory .column_size {
    clear: both;
}

#mainCategory .column_poz {
    float: left;
}

.categoryImage2 {
    max-width: 100%!important;
    max-height: 50px;
    display: block;
    float: left;
}
#mainCategory p {
    padding: 5px;
    border: 1px solid #C0C0C0;
    text-align: center;
    cursor:pointer;
    border-top: 0;
}
#mainCategory h4{
    font-size: 14px;
    padding-top: 5px;
}
#mainCategory h4 a{
  color: #07253f;
}

#showList {
    display:none;
}
#showList ul{
    list-style: circle;
}
#showList ul li a {
    font-size:13px;
    margin-left: 10px;
}
.tdSubcategories{
    border: 1px solid #de5f4e;
    margin-top: 20px;
    margin-right: 1%;
    height: 150px;
}
.manufacturerImage{
  max-height: 80px;
}
.productImage{
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.cartImage{
  max-height: 80px;
}
.fa-stack{
  color: #de5f4e! important
}
.mh2Image{
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.productImageShow{
  max-width: 700px;
  max-height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.catalogImage{
  max-height: 50px;
  max-width: 50px
}
.product .tag-sale {
  background: transparent! important;
}
.productFp{
  height: 195px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.mt20{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}
.mt5{
  margin-top: 5px;
}

/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
* ---------------------------------------------------------------------------- */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 36px;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  potision: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-selection--single .select2-selection__arrow:after {
  content: '\e9c5';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '\e9c6';
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--multiple:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 3px 3px 3px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455A64;
  color: #fff;
  cursor: default;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 3px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 5px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 5px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 5px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 5px;
}
.select2-results__option {
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
  background-color: #2196F3;
  color: #fff;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 5px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 5px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 12px;
}
.select2-search--dropdown:after {
  content: '\e98e';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}

#sns_header .sns_header_top .header-account .myaccount .customer-ct ul li a{
  
}
.btn-outline-danger {
  color: #de5f4e;
  background-color: transparent;
  background-image: none;
  border-color: #de5f4e;
}

.btn-outline-danger:hover {
  color: #fff! important;
  background-color: #de5f4e;
  border-color: #de5f4e;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #de5f4e;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #de5f4e;
  border-color: #de5f4e;
}
.btn-cart{
  border: 0;
  background-color: #333;
  display: block;
  font-family: inherit;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  font-size: 116.667%;
  line-height: 21px;
  padding: 0!important;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.btn-cart span{
    color: #fff;
    padding: 5px;
    height: 35px;
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb{
  background-color: transparent! important;
  margin-bottom: 1px! important;
  margin-top: 1px! important;
  padding: 5px! important;
  font-size: 0.9rem;
}

.breadcrumb-item{
    padding: 4px! important;
}

.breadcrumb-item.active{
  color: #013950;
  background-color: transparent! important;
}
.breadcrumb-item.active::after{
  color: #0000;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #de5f4e
}
.red{
  color: red
}
.mb20{
  margin-bottom: 20px;
}
.h100{
  height: 100px! important
}
.modelGroups{
  border-right: transparent! important;
  width: 33%! important
}
.relative{
  position: relative! important;
}
.top0{
  top: 0px!important
}
.h300{
  height: 300px;
}
.products-grid .item .item-inner .item-img .product-image img{
  max-height: 180px;
}
#owl-post .item img{
    display: block;
    width: 100%;
    height: auto;
}
.not_in_stock{
    color: #de5f4e
}
.in_supplier_stock{
    color: orange
}
.in_stock{
    color: green
}
.fa-stack-1x{
  color: #fad507
}
.mt0{
  margin-top: 0px! important;
}

.noBorder{
  border: none!important;
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-primary {
  color: #013950;
  background-color: transparent;
  background-image: none;
  border-color: #013950;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #013950;
  border-color: #013950;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #013950;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #013950;
  border-color: #013950;
}
.white{
  color: #fff!important;
  background-color: #fff!important;
}
@media only screen and (max-width: 600px){
.blog-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .frontHomeCars li{
    width: 25%! important
  }
}
.catalogproduct section:nth-child(2) {
  background-color: #e6e6e6  
}
#frontCategories {
  margin-top:25px;
}

.frontCategories .image {
  height:130px;
  display:flex;
  align-items:center;
}

.frontCategories .image a {
  display:block;
  margin: 0 auto;
}

.frontCategories .image img {
    max-height:120px;
    max-width:120px;
}

#categoryContent {
  
}

#categoryContent .title {
    padding: 5px 5px;
    background-color: #de5f4e;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
}

#categoryContent .title a {
    font-weight:600;
    font-size: 13px;
    margin: auto;
}

#categoryContent .subcategories ul {
  list-style:none;
  padding-left: 0;
}

#categoryContent .subcategories ul li {
  padding:2px 2px;
  text-align:left;
}

#categoryContent .subcategories img {
    display: inline-block;
    height: 44px;
    width: auto;
    vertical-align: middle;
    float: left;
}

#categoryContent .categoryTitle {
    color: #fff;
}

#categoryContent .subcategories a span {
    color: #013950;
    vertical-align: top;
    text-decoration: underline;
    display: table-cell;
    height: 50px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 11px;
    text-align: left;
    padding-top: 15px;
}
#categoryContent .subcategories span{
  word-break: break-word;
  display: block! important;
}

#noCarBrands .frontFigure img {
      max-width: 60px !important;
}

#noCarBrands .pl-price-block {
  font-size:10px;
}

#noCarBrands .frontFigure {
    height: 65px;
}

#noCarBrands {
    height: 125px;
}
.word_break_word {
  word-break: break-word;
}

.front-brands ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 27px;
}

.button-show-all-offers {
    display: inline-block;
    margin: 30px 0px 0px 0px;
    background: #fff;
    width: 144px;
    vertical-align: top;
    font-size: 16px;
    color: #101f29;
    font-weight: 600;
    line-height: 18px;
    padding: 28px 30px 27px 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.button-show-all-offers:hover {
    background: #101f29;
    color: #fff;
}

.button-show-all-offers i {
    font-size: 9px;
}
.frontPageCars li a {
    font-size: 15px;
    font-weight: 600;
}
.frontPageCars li {
    padding: 5px;
    border-radius: 5px;
    
}
.frontPageCars li a{
    color: #013950
}
.frontPageCars li a:hover{
    color: #de5f4e
}
.frontPageCars li img {
    width: 15%;
    vertical-align: middle;
}
.frontPageCars li:hover {
    box-shadow: 0px 0px 8px;
    cursor: pointer;
}
.frontPageCars a {
    font-size: 14px !important;
}
.frontHomeCars li a {
    font-size: 15px;
    font-weight: 600;
    height: 110px;
}
.frontHomeCars li {
    padding: 5px;
    border-radius: 5px;
    float: left;
    border: 1px solid rgba( 1, 57, 80, .2)
    
}

.frontHomeCars li a{
    color: #013950
}
.frontHomeCars li a:hover{
    color: #de5f4e
}
.frontHomeCars li img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.frontHomeCars li:hover {
    box-shadow: 0px 0px 8px;
    cursor: pointer;
}
.frontHomeCars a {
    font-size: 14px !important;
}

.frontHomeCars li a {
    font-size: 15px;
    font-weight: 600;
    height: 110px;
}
.frontHomeCars li {
    padding: 5px;
    border-radius: 5px;
    float: left;
    border: 1px solid rgba( 1, 57, 80, .2)
    
}
.frontHomeCars li a{
    color: #013950
}
.frontHomeCars li a:hover{
    color: #de5f4e
}
.frontHomeCars li img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.frontHomeCars li:hover {
    box-shadow: 0px 0px 8px;
    cursor: pointer;
}
.frontHomeCars a {
    font-size: 14px !important;
}
.text-left{
  text-align: left
}
.float-left{
  float: left! important;
}
.float-right{
  float: right! important;
}
.carModels div a {
    font-size: 15px;
    font-weight: 600;
}
.carModels div {
    padding: 5px;
    border-radius: 5px;
    
}
.carModels div a{
    color: #013950
}
.carModels div a:hover{
    color: #de5f4e
}
.carModels div img {
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.carModels div:hover {
    box-shadow: 0px 0px 8px;
    cursor: pointer;
}
.carModels a {
    font-size: 14px !important;
}
.carModels div p{
  text-align: center;
}
.models{
  text-align: left! important;
  
}
.dropdown-menu.show{
  width: 100%;
  padding: 10px;
  transform: translate3d(5px, 35px, 0px)!important;
  top: 70%!important;
}
.smallth th{
  padding: 1px! important;
}
.smallth td{
  padding: 1px! important;
}
.shoppingcart .sptitle h3 {
    margin-top: 0;
    margin-bottom: 15px
}
.shoppingcart .sptitle h4.style {
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 18px 12px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -25px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}
.shoppingcart .sptitle h4.style:hover {
    color: #fff;
    background: #013950;
    border: 1px solid #013950
}
.shoppingcart ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.shoppingcart ul li {
    display: inline-block;
    width: 100%
}
.shoppingcart ul.title {
    position: relative;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaeaea
}
.shoppingcart ul.title a {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase
}
.shoppingcart ul.title .text1 {
    padding-left: 135px;
    text-align: left;
    width: 62%
}
.shoppingcart ul.title .text2 {
    margin: 0 40px
}
.shoppingcart ul.nav-mid {
    color: #666;
    border: 1px solid #eaeaea;
    border-top: 0
}
.shoppingcart ul.nav-mid li {
    height: 120px;
    line-height: 120px;
    border-right: 1px solid #eaeaea
}
.shoppingcart ul.nav-mid li:last-child {
    border-right: 0
}
.shoppingcart ul.nav-mid img {
    padding: 10px
}
.shoppingcart ul.nav-mid .item-title {
    padding-left: 16px;
    width: 47%
}
.shoppingcart ul.nav-mid .icon1 {
    padding: 0 9px
}
.shoppingcart ul.nav-mid .icon1 i {
    position: relative;
    top: -1px;
    color: #666;
    cursor: pointer
}
.shoppingcart ul.nav-mid .price1 {
    width: 14%;
    text-align: center
}
.shoppingcart ul.nav-mid .price2 {
    width: 10%;
    text-align: right;
    padding-right: 10px
}
.shoppingcart ul.nav-mid .number {
    text-align: center;
    width: 10%
}
.shoppingcart ul.nav-mid .number a {
    left: -2px;
    padding: 6px 47px;
    position: relative;
    text-align: center;
    border: 1px solid #eaeaea
}
.shoppingcart ul.nav-mid .icon2 {
    padding: 0 10px
}
.shoppingcart ul.nav-mid .icon2 i {
    position: relative;
    top: -1px;
    cursor: pointer
}
.shoppingcart .sptitle h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700
}
.shoppingcart ul.nav-bot {
    height: 80px;
    line-height: 80px;
    border: 1px solid #eaeaea;
    border-top: 0
}
.shoppingcart ul.nav-bot .continue {
    margin-left: 20px
}
.shoppingcart ul.nav-bot .clear,
.shoppingcart ul.nav-bot .update {
    float: right;
    margin-right: 20px
}
.shoppingcart ul.nav-bot li a {
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding: 10px 17px 8px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}
.shoppingcart ul.nav-bot li a:hover {
    color: #fff;
    background: #013950;
    border: 1px solid #013950
}
.shoppingcart .form-right {
    text-align: right;
    float: right;
}
.shoppingcart .form-right .form-bd {
    padding: 27px 20px 16px;
    border: 3px solid #013950
}
.shoppingcart .form-right .subtotal {
    text-transform: uppercase
}
.shoppingcart .form-right .subtotal .text1 {
    font-size: 16px;
    color: #333;
    margin-right: 25px
}
.shoppingcart .form-right .subtotal .text2 {
    font-size: 16px;
    color: #333
}
.shoppingcart .form-right h3 {
    padding-bottom: 27px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 44px!important
}
.shoppingcart .form-right h3 .text3 {
    font-size: 20px;
    color: #333;
    margin-right: 40px
}
.shoppingcart .form-right h3 .text4 {
    font-size: 20px;
    color: #013950
}
.shoppingcart .form-right .checkout {
    margin-top: 28px;
    text-transform: uppercase
}
.shoppingcart form .form-bd {
    padding: 27px 20px 38px;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    float: left;
}
.shoppingcart form .form-bd h2{
  font-size: 15px
}
.shoppingcart form .form-bd h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    text-transform: uppercase
}
.shoppingcart form .form-bd .text1 {
    margin-top: 15px
}
.shoppingcart form .form-bd p,
.shoppingcart form .form-bd span {
    color: #666;
    font-size: 12px
}
.shoppingcart form .form-bd .color1 {
    color: red;
    margin-right: 3px
}
.shoppingcart form .form-bd .country {
    margin-bottom: 8px
}
.shoppingcart form .form-bd .zip {
    margin-bottom: 6px
}
.shoppingcart form .form-bd select {
    width: 100%;
    height: 30px;
    border: 1px solid #eaeaea;
    margin-bottom: 17px
}
.shoppingcart form .form-bd select option {
    color: #666
}
.shoppingcart form .form-bd input {
    height: 30px;
    width: 100%;
    border: 1px solid #eaeaea
}
.shoppingcart form .form-bd .style23 {
    margin-bottom: 42px
}
.shoppingcart form .form-bd .style-bd {
    padding: 9px 20px 7px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    background: #de5f4e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: bold;
}
.shoppingcart form .form-bd .style-bd:hover {
    color: #fff;
    background: #013950;
}
.shoppingcart form .form-bd .formbd2 {
    margin: 13px 0 15px
}
.shoppingcart form .form-bd .styleip {
    margin-bottom: 42px
}
.input-box .input-text{
  width: 100% ! important;
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: 0;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
} 
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #013950;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #013950;
  border-color: #013950;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #013950;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #013950;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
input::placeholder { color: #013950; }
input[placeholder], [placeholder], *[placeholder] {
    color: #013950 !important;
    padding-left: 15px! important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #013950;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #013950;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #013950;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #013950;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #013950;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #013950;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #013950;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #909;
}
.blue{
  background:    #013950! important;
}
.blue-text{
  color:    #013950! important;
}
.blue-icon{
  background:    #013950! important;
  color: #fff
}

.hoverCategories li:hover {
    box-shadow: 0px 0px 8px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    float: left;
    border: 1px solid rgba( 1, 57, 80, .2)
}
.hoverTypes{
  min-height: 90px;
  border-bottom: 1px solid rgba( 1, 57, 80, .2);
  padding-top: 2%;
  color: #013950! important;
}
.hoverTypes a{
   color: #de5f4e
}
.hoverTypes:hover{
  box-shadow: 0px 0px 8px;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  float: left;
  border: 1px solid rgba( 1, 57, 80, .2);
  padding-top: 2%;
  color: #de5f4e! important
}
.special-offer-wrapper {
    width: 130px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px
}

.special-offer-wrapper-front {
    width: 130px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.special-offer {
    font-size: 16px;
    font-weight: 700;
    color: #07253F;
    text-align: center;
    text-shadow: rgba(0,0,0,.5) 0 1px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -37px;
    top: 27px;
    width: 165px;
    background: #de5f4e;
    background: -moz-linear-gradient(-45deg,#de5f4e 22%,#e5bdbc 100%);
    background: -webkit-linear-gradient(-45deg,#de5f4e 22%,#e5bdbc 100%);
    background: linear-gradient(135deg,#de5f4e 22%,#e5bdbc 100%);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3)
}

.special-offer:after,.special-offer:before {
    content: "";
    border-top: 3px solid #07253F;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.special-offer:before {
    left: 0
}

.special-offer:after {
    right: 0
}
