/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
REFINE CATEGORIES + DESCRIPTION
*******************************/
html{
  overflow-x: hidden;
}
*, h1, h2, h3, h4, h5, h6, p, label, span {
  font-family: "Lato" !important;
}
.text-empty, .not_found {
  padding-bottom: 10px;
  padding-top: 10px; }

.category-info {
  display: table;
  width: 100%;
  overflow: hidden; }

.category-info .image img {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  float: left;
  max-width: 100%;
  width: auto;
  height: auto; }

/******************************
 REFINE SUBCATEGORIES
*******************************/
h2.refine {
  margin-bottom: 0;
  border: none;
  display: none; }

.refine-images {
  margin-right: -15px; }
  .refine-images::before {
    width: 100%; }

.refine-images::before,
#refine-images::before,
.category-list::before {
  content: "";
  font-size: 16px;
  margin-bottom: 10px;
  display: block; }

.refine-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-align: center;
  padding-right: 15px;
  margin-bottom: 15px; }
  .refine-image a {
    display: block;
    padding: 7px;
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
    width: 100%; }
    .refine-image a span {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
  .refine-image img {
    width: 100%;
    height: auto;
    margin-bottom: 5px; }

#refine-images .swiper-container {
  opacity: 0; }

#refine-images .swiper-container-horizontal {
  opacity: 1; }
  #refine-images .swiper-container-horizontal .refine-image {
    padding-right: 0;
    margin-bottom: 0; }

.refine-category-name {
  display: table;
  width: 100%;
  text-align: center; }

.category-list {
  position: relative;
  margin-top: 10px; }
  .category-list::before {
    margin-bottom: 0; }
  .category-list > ul {
    margin: 0;
    padding: 10px; }
    .category-list > ul > li {
      color: white;
      position: relative;
      display: inline-block;
      padding: 2px 0; }
      .category-list > ul > li > a {
        padding: 0 6px;
        color: inherit;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
    .category-list > ul > li:after {
      position: absolute;
      content: "|"; }
    .category-list > ul > li:last-of-type:after {
      content: ""; }
    .category-list > ul > li:first-child > a {
      padding-left: 0; }

.product-filter {
  padding-left: 0;
  overflow: auto;
  width: 100%;
  -webkit-transition: color .2s;
          transition: color .2s; }
  .product-filter > div {
    float: right;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-filter > div b {
      position: relative;
      font-weight: normal; }
  .product-filter .product-compare {
    float: left;
    color: inherit;
    font-family: inherit; }
    .product-filter .product-compare a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
      .product-filter .product-compare a:before {
        padding-left: 1px;
        float: left;
        margin-right: 5px; }
  .product-filter .display {
    float: left;
    padding-left: 5px; }
    .product-filter .display a {
      position: relative; }
    .product-filter .display a + a {
      left: -14px; }
      .product-filter .display a + a i {
        margin-right: 0 !important;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
  .product-filter .limit {
    margin: 0 10px; }
.selectfinish-contain{padding:0 0 0 210px;}
/******************************
PRODUCT GRID
*******************************/
.ie10 .main-products, .main-products.product-list {
  width: 100%; }

.product-grid,
.product-list,
#content .box-product {
  padding-top: 20px; }

.product-grid .no-results,
.product-list .no-results {
  margin-bottom: 20px; }

.backface :before, .backface :after {
  -webkit-backface-visibility: hidden; }

.product-grid, #content .box-product {
  margin-right: -20px;
  overflow: visible !important; }

.product-wrapper {
  margin-right: 20px; }

.product-wrapper:hover {
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.product-details {
  padding-bottom: 6px;
  position: relative;
  z-index: 2; }
.super_filter_attributes{margin-bottom: 10px}
.product-details:before {
  position: absolute;
  content: "\e61e";
  font-size: 40px;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f4f4f4;
  z-index: 0; }

.product-grid-item {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  margin-bottom: 20px; }
  .product-grid-item .image {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .product-grid-item .image > a {
      width: 100%;
      display: block;
      text-align: center;
      background-color: transparent; }
      .product-grid-item .image > a img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit; }
  .product-grid-item .name {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    font-weight: normal; }
    .product-grid-item .name a {
      padding: 10px 7px 7px 7px;
      line-height: 1.1;
      text-decoration: none;
      display: table-cell;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden; }
  .product-grid-item .description {
    display: none;
    padding: 8px; }
  .product-grid-item .rating {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -47px;
    padding: 4px 6px 8px 6px; }
  .product-grid-item .price {
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin: auto 0 10px 0; }
    .product-grid-item .price br {
      display: none; }
  .product-grid-item hr {
    height: 0;
    display: none;
    background-color: transparent; }
  .product-grid-item .price-old {
    color: #EA2E49;
    font-size: 13px;
    text-decoration: line-through; }
  .product-grid-item .price-new {
    font-weight: bold;
    padding-left: 5px; }
  .product-grid-item .price-tax {
    display: none; }
  .product-grid-item .cart {
    vertical-align: top;
    padding: 0 5px;
    margin-bottom: 8px; }

.android .product-grid-item .cart .button i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-grid-description .product-grid-item .description {
  margin-top: auto; }
  .product-grid-description .product-grid-item .description + .price {
    margin-top: 5px; }

.product-grid-item.display-icon.inline-button .cart {
  padding: 0; }

.product-grid-item.display-icon .enquiry-button a, .product-grid-item.display-icon .enquiry-button i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.carousel-category .product-grid-item .name a,
.carousel-brand .product-grid-item .name a {
  padding: 7px; }

.p-over {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }

.product-grid-item:hover .p-over, .product-list-item:hover .p-over {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  visibility: visible; }

/******************************
PRODUCT LIST
*******************************/
.product-list-item {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px; }
  .product-list-item .product-details {
    margin-left: 215px;
    background-color: transparent;
    padding-bottom: 0; }
    .product-list-item .product-details:before {
      display: none; }
  .product-list-item .left {
    position: relative; }
  .product-list-item .image {
    width: 200px;
    float: left;
    margin-right: 15px;
    position: relative; }
    .product-list-item .image > a {
      display: block;
      overflow: hidden; }
      .product-list-item .image > a > img {
        width: 100%;
        float: left;
        border-radius: inherit;
        height: auto; }
  .product-list-item .name {
    font-weight: normal; }
    .product-list-item .name a {
      font-size: 14px;
      padding-bottom: 5px;
      border-bottom: 1px solid #E4E4E4;
      display: inline-block;
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden; }
  .product-list-item .rating {
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    left: 1px;
    top: -1px; }
  .product-list-item .price {
    font-weight: bold;
    text-align: left;
    padding: 8px 0;
    font-size: 16px;
    display: inline-block; }
  .product-list-item .price-old {
    color: #EA2E49;
    font-size: 90%;
    text-decoration: line-through; }
  .product-list-item .price-new {
    font-weight: bold;
    padding-left: 5px; }
  .product-list-item .price-tax {
    opacity: .7;
    font-weight: normal;
    font-size: 75%;
    text-align: left;
    padding-top: 5px;
    display: none; }
  .product-list-item .description {
    padding: 0 0 12px 0;
    color: #5F6874; }
  .product-list-item .cart {
    float: left;
    margin-right: 10px; }

.product-list-item.lt400 .product-list-item .image {
  width: 100%;
  float: none;
  margin-bottom: 10px; }
  .product-list-item.lt400 .product-list-item .image img {
    float: none; }

/******************************
 WISHLIST / COMPARE
*******************************/
.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item .compare {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 3px; }
  .product-grid-item .wishlist a, .product-grid-item .compare a, .product-list-item .wishlist a, .product-list-item .compare a {
    display: block;
    font-size: 11px;
    text-align: center;
    position: relative; }
    .product-grid-item .wishlist a i, .product-grid-item .compare a i, .product-list-item .wishlist a i, .product-list-item .compare a i {
      -webkit-transition: background-color .2s;
              transition: background-color .2s;
      color: inherit;
      text-align: center;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-grid-item .wishlist a i:before, .product-grid-item .compare a i:before, .product-list-item .wishlist a i:before, .product-list-item .compare a i:before {
        width: 100%; }

.oc2 .product-grid-item .compare {
  padding-left: 0; }

.product-grid-item .image .wishlist, .product-grid-item .image .compare {
  position: absolute;
  bottom: 8px;
  z-index: 99;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }
.product-grid-item .image .wishlist {
  left: 5px; }
.product-grid-item .image .compare {
  right: 5px; }

.product-grid-item .product-wrapper .image .wishlist [data-hint]::after {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .wishlist [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }
.product-grid-item .product-wrapper .image .compare [data-hint]::after {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .compare [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }

.product-list-item .image {
  overflow: hidden; }
  .product-list-item .image .wishlist, .product-list-item .image .compare {
    position: absolute;
    bottom: 8px; }
.product-list-item .cart {
  float: none;
  display: block; }
.product-list-item .wishlist a i, .product-list-item .compare a i {
  background-color: transparent;
  padding-right: 3px; }
.product-list-item .wishlist {
  margin-top: 10px;
  padding-left: 0; }
  .product-list-item .wishlist a {
    text-align: left; }
.product-list-item .compare {
  margin-top: 0;
  text-align: left; }

.inline-button .cart {
  display: inline-block;
  margin-bottom: 5px; }
.inline-button hr {
  display: block; }

.product-grid-item:hover {
  z-index: 3; }

/******************************
 PAGINATION
*******************************/
.pagination {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 10px; }
  .pagination:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .pagination .links {
    float: left; }
  .pagination ul, .pagination li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pagination a, .pagination b, .pagination li {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: inherit;
    margin-right: 4px;
    -webkit-transition: all .2s;
            transition: all .2s; }
  .pagination b, .pagination .active {
    background-color: #EA2E49;
    color: white; }
  .pagination .results {
    color: inherit;
    float: right;
    padding-right: 5px; }
  .pagination .links + .results {
    margin-top: 4px; }

/******************************
 Infinite Scroll
*******************************/
.infinite-scroll .pagination .links + .results {
  margin-top: 0; }

.ias-button {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px; }

.ie:not(.edge) .ias-button {
  display: table !important;
  width: calc(100% - 20px);
  clear: none; }

a.ias-trigger {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  min-height: 35px;
  position: relative; }
  a.ias-trigger span {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ias-loader,
.ias-noneleft {
  background: #E4E4E4;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  font-size: 14px; }
  .ias-loader > span,
  .ias-noneleft > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ias-loader i.fa,
  .ias-noneleft i.fa {
    float: left;
    margin: 1px 5px 0 0;
    color: inherit;
    font-size: inherit; }
    .ias-loader i.fa::before,
    .ias-noneleft i.fa::before {
      color: inherit;
      font-family: FontAwesome; }

html[dir="rtl"] .ias-loader,
html[dir="rtl"] .ias-noneleft {
  text-align: right; }
  html[dir="rtl"] .ias-loader i,
  html[dir="rtl"] .ias-noneleft i {
    float: right;
    margin-left: 8px;
    margin-right: 0; }

.oc1 .ias-loader {
  padding-left: 10px; }
.oc1 .button-search {
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

html[dir="rtl"].oc1 .ias-loader {
  padding-right: 10px; }

/******************************
OC 2.0
*******************************/
.oc2 .product-list-item .description {
  height: auto !important; }
.oc2 .product-list-item .rating {
  margin-bottom: 0; }







/********** Css Style 02-march-2018************/
.plain__category #content > .heading-title {
  padding-bottom: 5px;
  max-width: 260px;
  margin: 0 auto 10px;
  display: block;
  border: none;
  color: rgb(30, 40, 21);
  position: relative;
  overflow: visible;
}
.plain__category #content > .heading-title::before {
  position: absolute;
  content: "";
  left: -30px;
  height: 1px;
  top: 45%;
  width: 40px;
  background: rgb(30, 40, 21);
}
.plain__category #content > .heading-title::after {
  position: absolute;
  content: "";
  right: -30px;
  height: 1px;
  top: 45%;
  width: 40px;
  background: rgb(30, 40, 21);
}



.plain__category .box-content {
    text-align:  center;
}

.plain__category ul.hide-checkbox {
    display:  inline-block;
    width:  100%;
}
.plain__category ul.hide-checkbox li {
    display:  inline-block;
    min-width: 18%;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}
.plain__category ul.hide-checkbox li {
    display:  inline-block;
    min-width: 18%;
    margin: 10px 0;
    padding: 0 10px;
    position: relative;
}
.plain__category ul.hide-checkbox li::before {
  position: absolute;
  content: "";
  right: 1px;
  height: 40%;
  top: 30%;
  width: 1px;
  background: rgba(30, 40, 21,0.1);
}
.plain__category ul.hide-checkbox li:nth-child(5n)::before,
.plain__category ul.hide-checkbox li:last-child::before {
 display: none; 
}
.plain__category ul.hide-checkbox li label {
  display: inline-block;
  border: none !important;
  width: 100%;
}
.plain__category ul.hide-checkbox li label img {
  min-width: 55px;
}
.plain__category ul.hide-checkbox li label span {
  font-size: 10px;  
  position: relative;
}
.plain__category ul.hide-checkbox li label span::before {
  position: absolute;
  content: "";
  right: 0;
  height: 1px;
  bottom: 0;
  width: 0;
  background: rgb(176, 158, 102);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.plain__category ul.hide-checkbox li label.sf-checked span{
  color: rgb(176, 158, 102);
}
.plain__category ul.hide-checkbox li label.sf-checked {
  border: 1px solid rgb(176, 158, 102) !important;
}
.plain__category ul.hide-checkbox li label:hover span::before {
  left: 0;
  width: 100%;
}
.plain__category_heading {
  min-width: 100%;
}

.plain__category_heading > .heading-title {
  padding-bottom: 5px;
  max-width: 150px;
  margin: 0 auto 10px;
  display: block;
  color: rgb(30, 40, 21);
  position: relative;
  overflow: visible;
}
.plain__category_heading > .heading-title::before {
  position: absolute;
  content: "";
  left: -25px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.plain__category_heading > .heading-title::after {
  position: absolute;
  content: "";
  right: -25px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.plain__category_heading .product-grid-item.xs-50.sm-50.md-33.lg-10.xl-10 {
  min-width: 16%;
  padding: 0 10px;
}
.plain__category_heading .product-grid-item .product-thumb {
    border: 1px solid rgba(0, 0, 0,0.1);
    border-right: 0;
}
.plain__category_heading .product-grid-item .product-thumb {
    border: 1px solid rgba(0, 0, 0,0.1);
}
.plain__category_heading .product-grid-item .product-thumb .p-over {
  overflow: hidden;
}
.plain__category_heading .product-grid-item .product-thumb .image img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.plain__category_heading .product-grid-item .product-thumb:hover .image img {
  transform: rotate(0deg) scale(1.1);
  -webkit-transform: rotate(0deg) scale(1.1);
  -moz-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
}

.plain__category .sf-attribute img.superattributehimg {
    width: 46px;
    vertical-align: middle;
    margin-right: 9px;
}
.plain__category .sf-attribute .box-heading {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    line-height: 50px;
    padding: 2px 20px 0;
    background: rgba(0,0,0,0.02);
    cursor: pointer;
}
.plain__category .sf-attribute .box-heading::after {
  content: "\e114";
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 20px;
  font-family: 'Glyphicons Halflings';
}
.plain__category .journal-sf .box-content {
    max-height: 300px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    margin-top: -1px;
}


/*********product_detail***************/
.product_detail .product-page-content > h1.heading-title + div {
  border-color: #e8e8e8 !important; 
}
.product_detail .product-page-content .journal-stock {
  color: rgb(30, 40, 21) !important;
}
.product_detail .product-page-content .journal-stock.instock {
  color: rgb(176, 158, 102) !important;
}
.product_detail .table.table-bordered tbody {
  border: 1px solid #e8e8e8 !important;
}
.product_detail .table.table-bordered tbody tr td {
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 10px;
}
.product_detail .table.table-bordered tbody tr td + td {
  text-align: right;
}
.product_detail .table.table-bordered tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
} 
.product_detail .table.table-bordered thead tr td {
  border-bottom: 1px solid #e8e8e8 !important;
}
.product_detail .table.table-bordered thead tr td strong {
  font-weight: 700;
  margin-top: 10px;
} 
.product_detail .journal-custom-tab h2 {
  font-size:  22px;
  font-weight:  normal;
}
.product_detail .product-tabs {
    background: transparent;
    border: none;
}
.product_detail .product-tabs {
  text-align: center; 
}
.product_detail .product-tabs .nav li {
  margin: 0 5px !important; 
}
.product_detail .product-tabs .nav li a {
  color: rgb(30, 40, 21) !important;
  background: rgba(0,0,0,0.0) !important;
  box-shadow: none !important;
  margin: 0 !important;
  font-size: 13px !important;
  padding: 4px 45px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  transition: all 0.5s ease 0 !important;
  -webkit-transition: all 0.5s ease 0!important;
  -moz-transition: all 0.5s ease 0!important;
  -ms-transition: all 0.5s ease 0!important;
}
.product_detail .product-tabs .nav li.active a {
  background: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important;
  color: rgb(255, 255, 255) !important;
}
.product_detail .product-tabs .nav li a:hover {
  background: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important;
  color: rgb(255, 255, 255) !important;
}
.oc2 .product_detail .tab-content {
  background: rgba(0,0,0,0.0);
  margin-top: 15px !important; 
  margin-bottom: 0 !important; 
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.product_detail .tab-content p {
  color: rgba(0,0,0,0.8);
  font-weight: 300;
  font-size: 15px;
  line-height: 31px;
  padding: 0 10px;
}
.product_detail .product-info .right .options .option {
    float: left;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    min-height: 66px;
}
.product_detail .product-info .right .options .option label {
  color: rgb(176, 158, 102) !important;
}
.product_detail .product-info .right .options .option #input-option3483 {
  margin-top: 5px;
}
.product_detail .product-info .right .options .option select {
  min-width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
  color: rgba(0,0,0,0.8);
  font-size: 15px;
}
.product_detail .product-info .right .options .option input.form-control {
  margin-top: 5px;
  font-size: 15px;
  min-width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
}
.product_detail .product-info .right .options .option .radio label {
  color: rgb(30, 40, 21) !important;
}
.product_detail .left .image {
  border: 1px solid rgba(0,0,0,0.1);
}
.product_detail .product-info #button-cart:hover {
  background: rgb(176, 158, 102) !important;
  border-color: rgb(176, 158, 102) !important;
  color: #fff !important; 
}
.product_detail .product-grid-item .product-wrapper {
    overflow: hidden;
    border-radius: 5px;
    padding: 6px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    border: 1px solid transparent;
}
.product_detail .product-grid-item:hover .product-wrapper {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1) !important;
}
.product_detail .product-grid-item:hover .product-wrapper img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.product_detail .product-grid-item:hover .product-wrapper a img {
  transform: rotate(0deg) scale(1.1);
  -webkit-transform: rotate(0deg) scale(1.1);
  -moz-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
}
.product_detail .product-grid h1 {
  position: relative;
  padding: 0 25px;
}
.product_detail .product-grid h1::before {
  position: absolute;
  content: "";
  left: -25px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.product_detail .product-grid h1::after {
  position: absolute;
  content: "";
  right: -25px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.product_detail .product-options > div {
  border-color :rgba(0,0,0,0.1) !important;
}
.product_detail .product-options .finnace_option {
  clear: none !important;
  /*margin-top: 20px;*/
  float: right !important;
}
.product_detail .product-options .xl-25.img__text {
    width: 18%;
}
.product-page .journal-accordion .box-heading {
    margin-bottom: 20px;
    padding: 20px 0 10px;
}
.product-page .journal-accordion > div  > div {
  width: 48%;
  float: left;
  margin: 0 1%; 
}
.product-page .journal-accordion .journal-accordion-heading::after {
  right: 17px;
}
.product-page .journal-accordion .journal-accordion-heading {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(176, 158, 102) !important;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 17px 18px;
    color: #fff;
}
.product-page .journal-accordion .journal-accordion-content {
    background: transparent;
    color: #333;
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 15px;
    padding: 0 10px;
}
.product-page .cms-blocks .j-container p {
    font-size: 15px !important;
}
/********/
.nav.nav-tabs.htabs.footer_payment {
    display: block !important;
    margin: 50px 0 0 !important;
    text-align: center;
}
.nav.nav-tabs.htabs.footer_payment li {
  margin: 0 5px !important; 
  display: inline-block;
  float: none !important;
  padding-top: 2px;
}
.nav.nav-tabs.htabs.footer_payment li a {
  color: rgb(30, 40, 21) !important;
  float: none !important;
  background: rgba(0,0,0,0.0) !important;
  box-shadow: none !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-size: 13px !important;
  padding: 10px 45px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  transition: all 0.5s ease 0 !important;
  -webkit-transition: all 0.5s ease 0!important;
  -moz-transition: all 0.5s ease 0!important;
  -ms-transition: all 0.5s ease 0!important;
}
.nav.nav-tabs.htabs.footer_payment li.active a {
  background: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important;
  color: rgb(255, 255, 255) !important;
}
.nav.nav-tabs.htabs.footer_payment li a:hover {
  background: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important;
  color: rgb(255, 255, 255) !important;
}
.nav.nav-tabs.htabs.footer_payment + .tabs-content.footerpayment .tab-pane.tab-content {
  background: transparent ;  
}

.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top h1 {
  font-size: 24px !important;
  max-width: 390px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top h1::before {
  position: absolute;
  content: "";
  left: -30px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top h1::after {
  position: absolute;
  content: "";
  right: -30px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(30, 40, 21);
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top p {
  text-align: center;
  padding: 15px 0;
  border: 1px solid rgba(0,0,0,0.08);
  margin-top: 20px; 
}
.journal-custom-tab.jorunal_custom_tabs h2 {
  padding: 15px 0 30px !important;
  text-align: center;  
}
.journal-custom-tab.jorunal_custom_tabs > p {
  display: none;
}






/***************/
.product_detail .product-info .right > div > div {
  margin-bottom: 0px !important
}
.product_detail .product-info .right > div > div[style="font-size: 14px;"] {
  padding-bottom: 25px !important;
  margin-bottom: 15px !important;
}


.engravingtext1 {
  font-size: 22px !important;
}



/****header menu*******/
.journal-header-center .journal-menu, .journal-header-center .journal-menu-bg, .journal-header-center .mobile-trigger, ul.menu-centered {
  height: 50px !important;
}
.super-menu,
.journal-menu-bg {
    background-color: #464739 !important;
}
.super-menu > li > a i:before {
    font-size: 10px;
}
.super-menu > li:hover > a i:before {
    color: #b6a84a !important;
}
.journal-header-center .super-menu > li > a {
  line-height: 50px !important;
}
.journal-header-center #header .journal-menu .super-menu li a {
  font-size: 12.5px;
}
.journal-header-center #header .journal-menu .super-menu li {
  position: relative !important;
}
.journal-header-center #header .journal-menu .super-menu li::after {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  content: "" !important;
  width: 0px !important;
  height: 2px !important;
  background: #b6a84a !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
}
.journal-header-center #header .journal-menu .super-menu li ul li::after {
  height: 1px !important;
}
.journal-header-center #header .journal-menu .super-menu li:hover::after,
.journal-header-center #header .journal-menu .super-menu li:focus::after {
  width: 100% !important;
  right: auto !important;
  left: 0px !important;
}
.super-menu > li:hover, .journal-header-center #header .journal-menu .super-menu > li:hover > a {
    background-color: transparent !important;
    color: #b6a84a !important;
}
.drop-down ul li:hover, .drop-down ul > li:hover > a, .fly-drop-down ul > li:hover > a {
  background: transparent !important;
    color: #b6a84a !important;
    border-color: transparent !important;
    text-decoration: none;

}
.drop-down ul li, .mobile-menu .drop-down ul li, .flyout-menu .fly-drop-down ul li {
    background-color: #464739 !important;
}

.customModelBox * {
  box-sizing: border-box;
}
.customModelBox .bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 100%;
}
.journal-header-center #cart .heading i {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0;
}
.product_detail #content.product-page-content > .heading-title {
  margin-top: 0px;
}
.customModelBox .halfDiv {
	width: 100%;
}


.pro-section .prod_description a.btn.btn-primary.button {
  color: #fff !important;
  text-decoration: none !important;
}
.modal {
  text-align: center;
  padding: 10px!important;
  box-sizing: border-box;
}
.modal-body {
	max-height: unset; 
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
 .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



.product_detail .product-info .right .options .option input.form-control {
    font-size: 15px !important;
}
.product_detail .product-info .right .options .option input.form-control.engravingtext1 {
    font-size: 22px !important;
}
.journal-popup.journal-popup-contact .form-horizontal .control-label {
  text-align: left;
}
#main-menu-item-1.icon-only {
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: url(https://www.howweddingrings.co.uk/catalog/view/theme/journal2/image/home-icon.png);
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
#main-menu-item-1.icon-only:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
#main-menu-item-1.icon-only a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.product__finance select {
  width: 300px;
  max-width: 100%;
}

.modal-open .modal {
    z-index: 999999;
}
.is-sticky header {
  z-index: 99999999;
}
.btn-group.btn-block#cart .heading {
	text-align: right !important;
	float: right;
}
.boxed-footer {
	padding-top: 30px;
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top h1 {
	text-transform: uppercase !important;
	text-align: center !important;
}

p.finance_text {
    display: inline-block;
    text-align: center;
    background: #464739 !important;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 6px;
    margin: 8px 0 0;
    color: #fff;
}
footer.boxed-footer #footer > .row:last-child {
    background: #464739 ;
    position: relative;
    margin: 10px 0 0 !important;
    padding: 40px 15px 20px;
    z-index: 5;
	padding:10px !important;
    overflow: visible;
}

footer.boxed-footer {
	overflow: hidden;
}
footer.boxed-footer #footer > .row:last-child::before {
    content: "" !important;
    width: 100vw !important;
    left: -50vw !important;
    margin-left: 50% !important;
    background: #464739 !important;
    position: absolute !important;
    min-height: 700px !important;
    z-index: 0;
    top: 0px;
}
footer.boxed-footer #footer > .row:last-child * {
    color: rgba(255,255,255,0.9) !important;
    line-height: 25px !important;
    font-weight: 300 !important;
    text-shadow: none;
    font-size: 14px;
    text-shadow: none;
    letter-spacing: 0.5px;
}
footer.boxed-footer #footer > .row:last-child input {
  color: #444444!important;
}
footer.boxed-footer #footer > .row:last-child .newsletter-button.button {
	line-height: 30px !important;
}
footer.boxed-footer #footer > .row:last-child h3 {
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: bold !important;
    display: inline-block;
    padding: 20px 0 5px;
}
footer.boxed-footer #footer > .row:last-child a:focus,
footer.boxed-footer #footer > .row:last-child a:hover {
	color: rgb(176, 158, 102) !important;
	text-decoration: none;
}
footer.boxed-footer .bottom-footer.fullwidth-bar {
	background: #464739 !important;
}
footer.boxed-footer .bottom-footer.fullwidth-bar > div {
	padding-top: 15px;
	position: relative;
	z-index: 99;
	border-top: 1px solid rgba(255,255,255, 0.1);
}
footer.boxed-footer .bottom-footer.fullwidth-bar .payments img {
	margin-top: 0px !important;
}
footer.boxed-footer .bottom-footer.fullwidth-bar * {
	color: #fff;
}
/*brightness(2) grayscale(100%)*/




 /*style for homepage redesign*/
 .static-banners .box-content {
  padding: 0 10px; 
 }
.static-banners .box-content .static-banner {
    padding: 10px;
    box-shadow: none !important;
}
.static-banners .box-content .static-banner a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  border: 1px solid rgba(0,0,0,0.1); 
 }
.static-banners .box-content .static-banner a:hover {
    box-shadow: 0 4px 11px -1px rgba(0,0,0,0.2);
}
.static-banners .box-content .static-banner a::before {
    position: absolute;
    top: 0;
    left: -64%;
    z-index: 99;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: -moz-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: -ms-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: -o-linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
.static-banners .box-content .static-banner a:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.static-banners .box-content .static-banner a img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width:100% !important;
}
.static-banners .box-content .static-banner a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  100% {
    left: 125%;
  }
}

.static-banners-243 .box-content,
.static-banners-243 .box-content .static-banner {
  padding: 0px;
}

/**testimonial**/

.journal2_text_rotator .journal-rotator .text-rotator-heading {
    font-size: 27px;
    font-weight: normal;
}

.journal2_text_rotator .journal-rotator .text-rotator-heading::before {
  content: "";
  left: -30px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(255, 255, 255);
}
.journal2_text_rotator .journal-rotator .text-rotator-heading::after {
  content: "";
  right: -30px;
  height: 1px;
  top: 45%;
  width: 30px;
  background: rgb(255, 255, 255);
}
.journal2_text_rotator .journal-rotator .quote {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.journal2_text_rotator .journal-rotator .quote .rotator-author {
  font-size: 14px !important;
  padding: 0 0 20px;
}
.journal2_text_rotator > div > a {
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  background: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important;
  font-weight: 400;
  line-height: 21px;
  padding: 9px 25px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.journal2_text_rotator > div > a:hover {
  border:1px solid rgb(176, 158, 102) !important;
  color: rgb(176, 158, 102) !important;
  background: rgba(176, 158, 102, 0) !important;
}


.journal-menu .mobile-trigger {
  font-size: 14px !important;
}
/*******/

.journal-cms-block-217 .blocks > .cms-block,
.journal-cms-block-217 .blocks > .cms-block > .block-content,
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content {
  display: inline-block;
  width: 100%;
}
.journal-cms-block-217 .blocks > .cms-block {
  margin: 0 !important;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px; 
  list-style: none;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li {
  float: left;
  width: 20%;
  text-align: center; 
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li img {
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 33px;
    border: 1.5px dashed rgb(176, 158, 102);
    border-radius: 50%;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  text-align: center;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li .headingbanner {
  width: calc(100% - 40px);
  float: right;
  /*font-weight: bold;*/
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  color: rgb(176, 158, 102) !important;
}
.journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li .headingbanner span {
  font-size: 11.5px;
  display: block;
  font-weight: normal;
  padding-top: 0px;
}
.journal2_static_banners + .journal2_cms_blocks {
  background: #44444a;
  display: inline-block;
  width: 100%;
} 

/************/

.oc2 #cart .content .cart-wrapper {
  background: #fff !important;
}
.oc2 #cart .content .cart-wrapper tr td,
.oc2 #cart .content .cart-wrapper tr td a {
  color: #000 !important;
}
.ui-pnotify {
	background: #f7f7f7 !important;
	padding-bottom: 20px;
}
.ui-pnotify .ui-pnotify-container {
  background: #f7f7f7 !important; 
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-title {
  background: #f7f7f7 !important;
  color: #444444 !important;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text {
  color: #000 !important;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text img {
  margin-bottom: 40px !important;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text a {
  text-decoration: underline !important;
  color: rgb(176, 158, 102) !important;
}
.ui-pnotify .ui-pnotify-container .notification-buttons {
  display: inline-block !important;
  width: 100% !important;
  padding: 10px 0 0 !important;
}
.ui-pnotify .ui-pnotify-container .notification-buttons a {
  background: rgb(176, 158, 102) !important;
  color: #fff !important;
  border: 1px solid rgb(176, 158, 102) !important; 
}
.ui-pnotify .ui-pnotify-container .notification-buttons a:hover {
  background: transparent !important;
  color: rgb(176, 158, 102) !important;
  border: 1px solid rgb(176, 158, 102) !important; 
}
/********/
#engraving_dropdown .tip {
  min-height: unset !important;
}
#engraving_dropdown .tip a {
  position: relative;
  top: -24px;
}
/**********180325**********/
#finish_dropdown select {
    opacity: 0;
	visibility:hidden;
    height: 0px;
    padding: 0;
}
#finish_dropdown .selectbox {
    float: left;
    width: 31.33%;
    margin: 1%;
    padding: 5px 0;
    text-align: center;
    /*opacity: 0.5;*/
    border: 2px solid rgba(0,0,0,0.05); 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#finish_dropdown .selectbox img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}
#finish_dropdown .selectbox:focus,
#finish_dropdown .selectbox:hover,
#finish_dropdown .selectbox.active {
     opacity: 1;
    border: 2px solid rgba(0,0,0,0.50); 
}

#finish_dropdown .selectbox img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
#finish_dropdown .selectbox:focus img,
#finish_dropdown .selectbox:hover img,
#finish_dropdown .selectbox.active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*****180326****/
#cart .content .cart-wrapper {
  border: 1px solid #444;
}
.oc2 #cart .content .cart-wrapper:before {
  top: -4px;
}
#cart .content .cart-wrapper li p {
  color: #444444;
}
.product_detail .product-info .right .options .option span {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  min-height: 55px;
  padding: 0 5px;
  color:#000;
  vertical-align: top;
}
.selectbox  a:focus {
color: #000;
}
.selectbox  span:focus {
color: #000;
}
#cart .cart-wrapper .mini-cart-total p.checkout {
 background: #464739 !important;
}
.product_detail .product-info .right .options .option .tip a {
  float: right;
}
#top-modules > .journal2_text_rotator {
  padding: 0px 0 !important; 
} 
.journal2_text_rotator .rotator-image.image-center {
  margin-top: 0 !important;
}
.mobile-menu-on-tablet .mobile-trigger:before {
	opacity: 0.75 !important;
}
/**********180502***********/
.homeSliderSection {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
.homeSliderSection > .journal-rotator-24  {
  width: 50%;
  float: left;
  padding: 50px 20px !important;
}
.homeSliderSection > .silderSection {
    width: 50%;
    float: left;
    background: #fff;
    position: relative;
}
.homeSliderSection > .silderSection #coupleSlider {
  display: block !important;
}
.homeSliderSection > .silderSection #coupleSlider .owl-stage-outer {
   overflow: hidden;
}
.homeSliderSection > .silderSection::after {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
  content: "";
  left: 0px;
  background: #fff;
}
.homeSliderSection > .silderSection img {
  max-width: 100%;
}
.homeSliderSection > .silderSection h1 {
    font-size: 23px;
    padding: 15px 0 20px 22px;
    text-transform: uppercase;
    font-weight: lighter;
    color: rgba(0,0,0,0.7);
}
.homeSliderSection > .silderSection {
  padding: 0 8px;
  box-sizing: border-box;
}
.homeSliderSection > .silderSection .item {
  padding: 8px;
  box-sizing: border-box;
}
.homeSliderSection > .silderSection .galleryContent {
  text-align: center;
  border: 1px solid rgba(0,0,0,0.1);
}
.homeSliderSection > .silderSection .galleryContent h1 {
  font-size: 15px;
  padding: 10px 15px 0; 
  text-transform: none;
}
.homeSliderSection > .silderSection .galleryContent p {
    padding: 10px 15px;
    text-align: center !important;
    min-height: 70px;
}
.homeSliderSection > .silderSection .galleryContent a {
      margin: 0 0px 20px;
    padding: 8px 30px;
    font-size: 15px;
    outline: none !important;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #47394c;
    border-radius: 30px;
    border: 1px solid #47394c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.homeSliderSection > .silderSection .galleryContent a:focus, .homeSliderSection > .silderSection .galleryContent a:hover {
    color: #47394c;
    background: transparent;
    border: 1px solid #47394c;
}
.testimonialButton {
    top: -34px !important;
    position: relative;
    right: 25%;
}
.owl-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -40px;
    margin-left: 0;
    display: block !important;
    border: 1px solid #e8e8e8;
    right: 60px;
    font-size: 0px;
}
.owl-prev:after {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 18px;
  padding: 0 0 0 5px;
}
.owl-next:after {
  content: "\f105";
  padding: 0 0 0 5px;
  font-size: 18px;
  font-family: 'FontAwesome';
}

.owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 0px;
    top: -40px;
    right: 20px;
    display: block!important;
    border: 1px solid #e8e8e8;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}


/*********180327***********/
.journal2_text_rotator {
	background-color: #464739 !important;
  background-image: url(../image/review-bg.png);
  background-size: cover;
  position: center;
  background-repeat: no-repeat;
}
.journal2_text_rotator .box-heading.text-rotator-heading  {
    font-size: 24px !important;
    font-size: 24px;
    max-width: 320px;
    display: block;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
.journal2_text_rotator .box-heading.text-rotator-heading::after {
    position: absolute;
    content: "";
    left: -10px;
    height: 1px;
    top: 33%;
    width: 30px;
    background: #fff;
}
.journal2_text_rotator .box-heading.text-rotator-heading::before {
    position: absolute;
    content: "";
    right: -10px;
    height: 1px;
    top: 33%;
    width: 30px;
    background: #fff;
}
.journal2_text_rotator .journal-rotator-24.journal-rotator {
  background: transparent !important;
}
.journal2_text_rotator .rotator-text {
    padding: 20px 50px 6px;
    font-size: 17px;
    /*display: inline-block;*/
    box-sizing: border-box !important;
    color: #fff;
    text-align: center;
}
.journal2_text_rotator .review_cus_name {
  display: inline-block;
  width: 100%;
  margin: 10px 0; 
  font-size: 20px;
}
.journal2_text_rotator .rotator-author {
  /*text-decoration: underline;*/
}
.journal2_text_rotator .review_comments {
  float: none !important;
  display: inline-block !important;
  position: relative;
  font-size: 17px;
  padding: 0 20px;
  font-weight:200;
}
.journal2_text_rotator .review_comments::before {
  position: absolute;
  top: -5px;
  left: -40px;
  background-image: url(../image/q-left.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 25px;
  background-size: cover;
  content: ""
}
.journal2_text_rotator .review_comments::after {
  position: absolute;
  top: -5px;
  right: -40px;
  background-image: url(../image/q-right.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 25px;
  background-size: cover;
  content: ""
}
.journal2_text_rotator .rotator-author {
  text-align: center;
  color: #fff;
  /*text-decoration: underline;*/
}
.journal2_text_rotator .rotator-text a {
  color: rgb(176, 158, 102) !important;
  display: block;
}
.journal2_text_rotator .box-heading.text-rotator-heading + a {} 

.thankyou_heading{margin-bottom: 5px;    text-align: center;border: 0;text-transform: none;font-weight: normal;font-size: 24px;line-height: 50px;}

/**********180330************/
.most_header {
    float: left;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    /*background: #44444a;*/
    margin-bottom: 5px; 
    box-shadow: none;
}
.most_header ul {
    display: block;
    max-width: 1228px;
    margin: 0 auto; 
    padding: 0;
    width: 100%;
    text-align: left;
}
.most_header ul li {
    width: auto;
    display: inline-block;
    list-style: none;
    padding: 0;
    /*float: left;*/	
}
.most_header ul li:last-child {
  float: right;
}
.most_header ul li:last-child a {
  font-size: 14px;
}
.most_header ul li:last-child a {
    font-size: 14px;
  /*	font-weight:600;
  background: #b09e66;*/
    /*color: #EEE;*/
    border-radius: 0px;
   /* border: 1px solid #b09e66 !important;
    padding: 6px 10px 8px;*/
    margin: 3px 0 0;
}
.most_header ul li:last-child a:focus,
.most_header ul li:last-child a:hover {
    background: transparent;
    color: #b09e66;
}
.most_header ul li:last-child a::after {
  display: none;
}


.most_header ul li a {
    width: auto;
    display: inline-block;
	font-size:12px;
	border-right:1px solid #fff;
    color: #000;
    padding: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    position: relative;
}
.most_header ul li a i {
display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    margin: -2px 0 0;
  }
.most_header ul li a .wishlist-icon:before {
  content: '\e662';
  font-size: 16px;
}
.most_header ul li a .compare-icon:before {
  content: '\e025';
  font-size: 16px;
}
.most_header ul li a .fa-user {
  font-family: 'FontAwesome'; 
  font-size: 17px;
}
.most_header ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 0px;
    height: 2px;
    background: #b6a84a;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.most_header ul li:last-child a::before {
  display: none;
}
.most_header ul li a::before {
    position: absolute;
    top: 12px;
    right: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #bbbbbb;
}
.most_header ul li a:focus,
.most_header ul li a:hover {
  color: #b6a84a;
}
.most_header ul li a:focus::after,
.most_header ul li a:hover::after {
    left: 0;
    right: 0;
    width: 100%;
}
.cc_container { padding: 9px 25px 7px !important;}
.cc_container .cc_message {
    font-size: 13px !important;
    letter-spacing: 1px !important;
    line-height: 18px !important;
}
.cc_banner.cc_container .cc_btn {
  background: #b6a84a !important;
  color: #fff !important;
  border: 1px solid #b6a84a !important;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.5s ease 0s !important;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
}
.cc_banner.cc_container .cc_btn:hover {
  background: transparent !important;
  color: #b6a84a !important;
  border: 1px solid #b6a84a !important;
}

#additional-product-tab-3 {
  text-align: left;
}
#additional-product-tab-3 h5 {
  font-size: 22px;
  color: rgb(176, 158, 102);
  text-align: center;
  text-decoration: underline;
  margin: 10px 0 15px;
  display: inline-block;
  width: 100%;
}
#additional-product-tab-3 h6 {
  font-size: 18px;
  color: rgb(176, 158, 102);
  font-weight:bold;
}
#additional-product-tab-3 h6 + p {
  width: 100% !important;
}
#additional-product-tab-3 p {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 35px;
}


















/*****about page css*********/
p.aboutUsHeading {
  text-align: left;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.aboutUsPage {
  float: left;
  width: 100%;
  padding: 10px 0 10px 220px;
  text-align: left;
  position: relative;
  min-height: 240px;
  margin-bottom: 15px; 
}
.aboutUsPage img {
  position: absolute;
  top: 10px;
  left: 0px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px;
  box-sizing: border-box !important;
  height: 174px;
  width: 174px;
  object-fit: cover;
  object-position: top;
}
.aboutUsPage.even {
    padding: 10px 220px 10px 0px;
    position: relative;
    text-align: right; 
}
.aboutUsPage.even p {
  text-align: right; 
}
.aboutUsPage.even img {
  left: auto;
  right: 0px;
}

.aboutUsPage.even::after {
    position: absolute;
    top: -35px;
    left: -50vw;
    width: 100vw;
    content: "";
    height: 100%;
    padding: 20px 0;
    background: rgba(0,0,0,0.1);
    margin-left: 50%;
}
.social_fb_share_ul {
  list-style: none;
  float: left;
  margin: 0px !important;
  position:  relative;
  padding: 0px !important;
  left:  -10px;
}
.social_fb_share_ul li {
  float: left;
}
.social_fb_share_ul li a {
  float: left;
  padding: 7px;
  border: 1px solid #b09e66;
  border-radius:  70px;
  filter: grayscale(100%) brightness(2);
  -webkit-filter: grayscale(100%) brightness(2);
  -moz-filter: grayscale(100%) brightness(2);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.social_fb_share_ul li a:focus,
.social_fb_share_ul li a:hover {
  filter: grayscale(0%) brightness(1);
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1); 
}
.social_fb_share_ul li img {
  float: left;
  width: 20px;
}
#product.product-options .option#finish_dropdown {
  min-height: unset; 
}
#product.product-options .option#finish_dropdown label {
  position: relative;
}
#product.product-options .option#finish_dropdown label::after {
  border: solid rgb(176, 158, 102) !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block;
  padding: 3px;
  content: "";
  right: -10px;
  top: -2px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}










/****************/
.williamsPageSec td {
  padding: 10px;
  text-align: center !important;
}
.williamsPageSec td .williamsImage {
  padding: 10px;
  max-width: 300px;
  float: none;
  height: 400px;
  border: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.williamsPageSec td .williamsImage img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/*****************/

footer.boxed-footer #footer > .row:last-child .column-menu-wrap {
    width: 100%;
    float: left;
    min-width: 100% !important;
}
footer.boxed-footer #footer > .row:last-child .column-text-wrap {
  width: 100%;
  float: left;
}
.imagesbespoke {
  padding: 10px 0;
  display: inline-block;
}
.imagesbespoke > div {
  max-width: 48%;
  margin: 1%; 
  border: 1px solid rgba(0,0,0,0.2);
  overflow: hidden; 
}
.imagesbespoke img {
  width: 100%;
  height: 400px;
  padding: 10px;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.imagesbespoke img:hover {
  transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
}

.static-banners-258 .static-banner {
  min-width: 50% !important;
  margin: 0px !important;
}



@media only screen and (min-width: 1024px) {
	.sticky-menu .is-sticky .journal-header-center .journal-top-header,
	.sticky-menu .is-sticky .journal-header-center .journal-center-bg,
	.sticky-menu .is-sticky .journal-header-center #header > .header-assets {
		display: block !important;
	}
	.sticky-menu .is-sticky .journal-header-center #header .journal-secondary,
	.sticky-menu .is-sticky .journal-header-center #header > .header-assets .journal-search,
	.sticky-menu .is-sticky .journal-header-center #header > .header-assets .journal-cart {
		display: none;
	} 
	.sticky-menu .is-sticky .journal-header-center #header .header-assets.top-bar {
		display: inline;
		float: right;
	}
	.sticky-menu .is-sticky .journal-header-center #header #logo {
	    position: relative;
	    width: 200px;
	    height: 69px;
	    padding: 7px 0 0 0;
	}
	.sticky-menu .is-sticky .journal-header-center #header .header-assets + .header-assets {
	    float: left;
	    height: 75px;
	}
	.sticky-menu .is-sticky .journal-header-center .journal-menu-bg {
	    top: 75px;
	}
	.sticky-menu .is-sticky .journal-header-center #header .header-assets.top-bar .journal-links {
		width: auto;
		padding: 17px 0 0;
	}
}




@media only screen and (max-width: 1120px) {
  .journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li .headingbanner {
    font-size: 12px;
  }
  .journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li .headingbanner span {
    font-size: 10;
  }
  .most_header {
    padding: 0 4px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .product_detail .product-info .right .options .option label {
    font-size: 12px;
    min-height: 40px;
  }
  .product_detail .product-info .right .options .option input {
    font-size: 14px !important;
  }

}
@media only screen and (max-width: 991px) {
  .product_detail .product-info .right .options .option input.form-control {
    font-size: 12px !important;
}
  .product_detail .product-tabs .nav li a {
    padding: 4px 30px !important;
  }
  .product-page .cms-blocks .j-container > div {
    padding: 150px 20px !important;
    background: rgba(0,0,0,0.5); 
  }
  .product-page .cms-blocks + .cms-blocks .j-container > div {
    background: rgba(255,255,255,0.6); 
  }
  .product_detail #content .row.product-info.split-60-40 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .main-products.product-grid .box-product.box-content {
   /* padding-left: 20px;
    padding-right: 20px;*/
    box-sizing: border-box; 
  }
  .nav.nav-tabs.htabs.footer_payment {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box; 
  }
  footer.boxed-footer {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; 
  }
  #footer > .row.columns {
    width: 100%;
    display: inline-block;
    padding: 0px !important;
  } 
  footer.boxed-footer #footer > .row:last-child h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .journal-header-center  #header  .mobile-trigger {
    line-height: 50px !important;
  }
  #header .super-menu > li > a> span {
    width: 100%;
  }
  #header .super-menu > li > a i {
    left: auto !important;
    right: 25px;
  }
  #header .super-menu > li.menu-open > a i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #header span.mobile-plus {
    height: 50px !important;
    padding: 5px 0 0;
    opacity: 0;
    width: 100%;
  }
  .mobile-menu .drop-down ul li a {
    padding-left: 20px !important 
  }
  .journal-header-center #header .journal-menu .super-menu li {
    border-color: rgba(255,255,255,0.4) !important;
  }
}
@media only screen and (max-width: 930px) {
  .journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li img {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .journal-cms-block-217 .blocks > .cms-block > .block-content > .editor-content ul li .headingbanner {
      display: none;
  }
}
@media only screen and (max-width: 830px) {
	.bottom-footer .payments {
	    width: 100%;
	    padding: 5px 0 10px;
	}
  .homeSliderSection > .journal-rotator-24  {
    width: 100%;
  }
  .homeSliderSection > .silderSection {
      width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .journal-header-center #cart .heading i {
    float: left;
}

.modal-header{ padding-top:50px !important}
.selectfinish-contain{padding:0}
#additional-product-tab-3 p {
width:100%;
}
  .nav.nav-tabs.htabs.footer_payment li {
    float: left !important;
    width: 48% !important;
    min-width: unset !important;
  }
  .nav.nav-tabs.htabs.footer_payment li a {
    float: left !important;
  }
.product_detail .product-tabs .nav li {
    width: 29% !important;
    max-width: 29% !important;
    float: left !important;
    min-width: unset !important;
}
.product_detail .product-tabs .nav li a {
    padding: 4px 9px !important;
}
.product-page .cms-blocks .j-container > div {
    padding: 70px 20px !important;
}
body {
  overflow-x: hidden !important;
}
.no-top-on-mobile .journal-links {
  display: inline-block !important;
  width: 100%;
  text-align: center;
}
.no-top-on-mobile .journal-secondary {
  display: none;
} 
.product-info .left .image img {
  max-width: 100%;
}
.journal-header-center #search {
    position: relative;
    /*width: 50%;*/
}
.phone-sticky-cart.menu-cart-off .journal-menu {
    top: 0px !important;
}
.phone-sticky-cart.menu-cart-off #cart {
    top: 0px !important;
    right: 5px !important;
    left: auto !important;
    margin: -0px 0 0 !important;
    width: 50% !important;
}
/*.boxed-footer #footer .column.xs-20.no-title {
    width: 50%;
}*/
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top p {
	border: none;
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top p img {
	/*vertical-align: middle;*/
}

.journal-cart #cart .heading {
  /*width: 50%;*/
  float: right; 
}
.journal-cart #cart {
  margin: 0px 0 0;
}
.phone-sticky-cart.journal-header-center .journal-menu, .phone-sticky-cart.journal-header-center .journal-menu-bg, .phone-sticky-cart.journal-header-center .mobile-trigger, .phone-sticky-cart ul.menu-centered {
  height: 40px !important;
}
.product_detail div#content.product-page-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.product_detail .product-info .right .options .option {
    min-width: 100%;
    max-width: 100%;
  }
  .product-page .journal-cms-block-248.box.cms-blocks {
	background-position: center !important;
	background-size: cover !important;
	background-image: url(https://www.howweddingrings.co.uk/catalog/view/theme/journal2/image/banner-image-1.png) !important;
}
.product-page .journal-cms-block-249.box.cms-blocks {
	background-position: center !important;
	background-size: cover !important;
	background-image: url(https://www.howweddingrings.co.uk/catalog/view/theme/journal2/image/banner-image-2.png) !important;
}
.LPMcontainer.LPMslider {
	display: none !important;
}
.oc2 #cart .content .cart-wrapper:before {
  display: none;
}

 .journal-header-center #cart .heading > span {
    padding: 10px 15px 0 0!important;
    float: right;
  }
  .journal-cart {
    z-index: 9 !important;
  }
.most_header ul {
  text-align: center;
}
.williamsPageSec td {
  display: block;
}
footer.boxed-footer #footer > .row:last-child h3 {
  font-size: 14px;
}
footer .bottom-footer .copyright {
    font-size: 13px;
    line-height: 18px !important;
}
.social_fb_share_ul {
  position: static !important;
}
.category-page .heading-title, .manufacturer-page .heading-title, .search-page .heading-title, .special-page .heading-title {
  white-space: unset;
  line-height: initial;
  padding: 0 0 10px;
}
}
@media only screen and (max-width: 600px) {
.thankyou_heading {font-size:18px !important;text-align:center !important;line-height:40px !important}
.plain__category .journal-sf .box-content {
  max-height: unset;
}
.plain__category ul.hide-checkbox li::before {
  display: none;
}
.journal-cart  {
 z-index: 999;
}
 #cart .content {
   min-width: 320px !important;
   background: #fff !important;
 }
.nav.nav-tabs.htabs.footer_payment li {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.product_detail .product-grid h1 {
  font-size: 20px ! important;
}
.product_detail .product-grid h1::before,
.product_detail .product-grid h1::after {
  display: none;
}
  .product__finance tbody,
  .product__finance tbody tr,
  .product__finance tbody tr td {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    display: block;
  }
  .product__finance select {
    width: 100%;
  }
  .static-banner.swiper-slide.swiper-slide-active img {
    width: auto !important;
    max-width: unset !important;
    min-height: 160px !important;
    max-height: 160px !important;
    min-width: 100% !important;
  }

  /******about us page******/
  .aboutUsPage {
    padding: 10px 0px !important;
    position: relative;
    text-align: center !important;
  }
  .aboutUsPage p {
    text-align: center !important; 
  }
  .aboutUsPage img {
    position: static !important;
  }
  .imagesbespoke > div {
    max-width:100%;
    margin: 1% 0; 
  }
  .imagesbespoke img {
    height: 300px;
  }
  .most_header ul li {
    float: none;
  }
  .most_header ul li:last-child {
    float: none;
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 470px) {
  header .journal-menu .mobile-trigger {
    margin-top: 0px !important;
  }
  .journal-header-center #cart .heading > span {
    padding: 10px 5px 0 0!important;
    float: right;
    font-size: 11px;
}
.phone-sticky-cart.menu-cart-off .journal-menu .mobile-trigger {
    background: #fff;
}
.journal-header .header-assets .xs-100.journal-cart,
.journal-header .header-assets .xs-100.journal-search {
  width: 50%;
}
.boxed-footer #footer .column.no-title .column-text-wrap.block-icon-top h1 {
  font-size: 17px !important;
  max-width: 230px;
  }
  .static-banner.swiper-slide img {
    min-height: 150px !important;
    max-height: 150px !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  #finish_dropdown .selectbox {
    width: 48%;
  }
  #finish_dropdown {
    padding: 0 !important;
  }
  .most_header {
    padding: 0 15px;
  }
  .most_header ul {
    float: left;
  }
  .most_header ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 380px) {
  .static-banner.swiper-slide img {
    object-position: -15px !important;
  }
}