@import url(https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none !important;
}
body {
  background-color: #ffff;
}

.cust-header-mobile {
    display: none;
}

.top-header {
  background-color: #000;
}
.top-header .nav .nav-link {
  color: #fff;
  padding: 0.3rem 3.5rem 0.3rem 0;
}
.top-header .nav .nav-link i {
  color: #0075b5;
}
.top_logo .input-group-text {
  background-color: #fff;
}
.top_logo .form-control {
  border-right-color: #fff;
}
.cart_top .btn {
  background-color: #fff;
  margin-left: 1rem;
  border-radius: 0;
}
.cart_top .btn:focus {
  box-shadow: none !important;
}
.cart_top .badge {
  left: 31px;
  border-radius: 50%;
  background-color: #007598;
}
.navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffff;
}
.bg-primarys {
  background-color: #0075b5;
}
.carousel-indicators {
  bottom: -35px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #898989;
}
.carousel-indicators .active {
  background-color: #000;
}

.specialize {
  background: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px 10px 2px;
  margin-top: 16px;
}
.specialize .nav {
  flex-wrap: nowrap;
}
.specialize .nav .nav-link {
  border: 1px solid #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 5px;
}
.specialize .nav .nav-link h5 {
  color: #fff;
  text-align: center;
  padding-left: 0.5rem;
}
.specialize .nav .nav-link p {
  color: #fff;
  text-align: center;
  white-space: pre;
  padding-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.weeklyDeals .heading {
  background-color: #0075b5;
  padding: 0.3rem 1rem;
  color: #fff;
}
.weeklyDeals .heading h5 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.weeklyDeals .heading h5 i {
  vertical-align: middle;
  margin-left: 0.6rem;
}
.quality_product {
  background: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 10px;
  position: relative;
  z-index: 2;
}
/* .quality_product h4::before{
    position: absolute;
    content: "";
    width: 80%;
    height: 30px;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-30deg);
        -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg);
} */
.quality_product h4 {
  color: #0075b5;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 19px 10px;
  background-color: #fff;
  text-align: center;
  font-size: 21px;
}
.quality_product h4::after {
  position: absolute;
  z-index: -1;
  content: "";
  right: -7%;
  top: 0;
  height: 100%;
  width: 150%;
  box-shadow: 0px 0px 5px #000;
  background-color: inherit;
  -webkit-transform: skewX(35deg);
  -moz-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg);
}

.quality_product h2 {
  color: #fff;
  text-shadow: 2px 2px 1px #000000d9;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

/* 

.form-check:not(:checked) + label:before,
.form-check:checked + label:before {
  content: url('../img/check_icon.png');
  position: absolute; 
  left: -15px;
  top: 10px;
  width: 30px;
  height: 30px;

 
  
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: url('../img/checkcolse.png');
    position: absolute;    
    left: -15px;
    top: 10px;
    width: 30px;
    height: 30px;
} */
.form-check-label {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

/* Base for label styling */
.cms-home [type="checkbox"]:not(:checked),
.cms-home [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cms-home [type="checkbox"]:not(:checked) + label,
.cms-home [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.8em;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 8px;
}
img.product-image-photo {
    width: 100%;
}
/* checkbox aspect */
.cms-home [type="checkbox"]:not(:checked) + label:before,
.cms-home [type="checkbox"]:checked + label:before {
  content: url("../images/check_icon.png");
  position: absolute;
  left: -10px;
  top: 0px;
  width: 20px;
  height: 20px;
}
/* checked mark aspect */
.cms-home [type="checkbox"]:not(:checked) + label:after,
.cms-home [type="checkbox"]:checked + label:after {
  content: url("../images/checkcolse.png");
  position: absolute;
  left: -10px;
  top: 0px;
  width: 20px;
  height: 20px;
}
/* checked mark aspect changes */
.cms-home [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.cms-home [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* footer */
footer {
  background-color: #131315;
  padding: 2rem 2rem;
}
footer h5 {
  color: #fff;
}
footer .nav .nav-link {
  color: #f1f1f1;
  padding-left: 0;
  line-height: 20px;
}
ul.nav.flex-column.new2 li a.nav-link {
    padding: 0 0 0 30px;
    display: inline-block;
}
ul.nav.flex-column.new2 a.nav-link i {
    font-size: 20px;
    width: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
ul.nav.flex-column.new2 li {
    padding: 0 0 5px 0;
}
footer .nav .nav-link i {
  color: #0075b5;
}
.angle_up {
  text-align: right;
  color: #000;
}
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 0 !important;
  }
.angle_up i {
  background-color: #fff;
  padding: 0.7rem 0.9rem;
  border-radius: 50%;
  font-size: 1.6rem;
}

body {
  font-family: "Open Sans", sans-serif !important;
}
.top_header {
  background-color: #000;
}
.nav-link span {
  color: #fff;
}
.container-fluid {
  width: 94%;
  margin: 0 auto;
}
.search-section .container-fluid {
  width: 92%;
}
.bg-primarys {
  background-color: #0075b5;
}
.ml-1,
.mr-1,
.pl-1,
.pr-1 {
  margin-left: 1rem;
}
.search-input .form-control {
  border-right-color: #fff;
}
.input-group-text {
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffff;
}

.carousel-indicators {
  bottom: -43px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
}
.page-header .panel.wrapper {
  background-color: #000 !important;
}
.panel .header .nav {
  display: flex !important;
  margin: 0 !important;
  list-style-type: none !important;
}
.panel .header .nav .nav-link {
  color: white;
}
.panel .header .nav .nav-item:last-child {
  margin-left: 10%;
  margin-bottom: 0;
}
.panel.header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.header.content {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.block-search {
  width: 350px !important;
  top: 3rem !important;
}
.minicart-wrapper {
  top: 3rem !important;
}
.navbar {
  padding: 0 !important;
}
.navbar-nav {
  margin-bottom: -10px !important;
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding-inline-start: 0;
}
.navbar-nav .nav-item {
  margin-bottom: 0 !important;
}
.container-fluid .navbar-toggler {
  display: none;
}
.container .nav {
  display: flex;
  justify-content: center;
}

header.page-header .panel .header .nav {
    align-items: center;
    height: 20px;
    padding-inline-start: 0;
    padding: 19px 0;
}
li.authorization-link.bali {
  padding: 7px 0;
}
header.page-header ul.header.links {
  display: block !important;
  line-height: 25px;
  text-align: center;
}
header.page-header ul.nav li.nav-item a {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}
.customer-menu ul.header.links {
  flex-direction: column;
  text-align: left !important;
}
.customer-menu .header.links {
  min-width: 128px !important;
}

header.page-header ul.nav li.nav-item:first-child a::before {
  position: absolute;
  content: "";
  width: 30px;
  background-size: contain;
  height: 22px;
  top: -1px;
  background-repeat: no-repeat;
  left: 0;
  background-position: center;
  background-image: url("../images/phone.png");
}
header.page-header ul.nav li.nav-item:last-child a::before {
  position: absolute;
  content: "";
  width: 35px;
  background-size: contain;
  height: 22px;
  top: -1px;
  background-repeat: no-repeat;
  left: -8px;
  background-position: center;
  background-image: url("../images/clock.png");
}
header.page-header ul > li,
header.page-header ol > li {
  margin-bottom: 0;
}
header.page-header ul.header.links li.authorization-link a {
  font-size: 14px;
  position: relative;
}
header.page-header ul.header.links li.authorization-link a::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -27px;
  top: 1px;
  background-position: center;
  background-image: url("../images/account.png");
}
.customer-menu ul.header.links li.authorization-link a::before {
  width: 19px !important;
  height: 14px !important;
  left: 11px !important;
  top: 11px !important;
}
.customer-menu li a {
  padding-left: 24px !important;
}
header.page-header .minicart-wrapper .action.showcart {
  position: relative;
}
header.page-header .minicart-wrapper .action.showcart:before {
  color: #75757500;
  position: absolute;
  content: "";
  width: 40px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -46px;
  top: -1px;
  background-position: center;
  background-image: url("../images/cart.png");
}
header.page-header .block-search {
  right: 80px;
}
header.page-header .minicart-wrapper {
  width: 57px;
  top: 20px !important;
}
header.page-header .minicart-wrapper a.action.showcart span.text {
  width: auto;
  height: auto;
  clip: auto;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: #0091be;
  position: absolute;
  left: -23px;
  height: 18px;
  top: -13px;
  line-height: 18px;
  border-radius: 43px;
}
#minicart-content-wrapper .product.actions a {
  color: #7d7d7d;
  padding: 3px 6px;
  font-size: 14px;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  clip: auto;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
}
.minilist .action.delete:before,
.minicart-wrapper .action.edit:before {
  font-size: 18px;
  line-height: inherit;
  color: #fff;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: transparent !important;
  display: none;
}

header.page-header form#search_mini_form .field.search input[type="search"] {
  height: 40px;
}
header.page-header fieldset[disabled] .block-search .action.search {
  opacity: 1;
  line-height: 8px;
  top: 5px;
}
nav .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}
nav .navbar-nav {
  position: relative;
}
footer.page-footer {
  background: #131315;
  margin-top: 50px;
  padding-bottom: 25px;
  padding: 2rem 0;
  position: relative;
}
footer.page-footer .widget.block.block-static-block {
  margin: 0;
}
footer.page-footer ul.nav.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  list-style: none;
}
footer h5 {
  color: #fff;
  font-size: 18px;
}
ul.nav.flex-column li.nav--item {
  position: relative;
}
.row ul.nav.flex-column.new1 li.nav--item:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -39px;
  top: -1px;
  background-position: center;
  background-image: url("../images/check.png");
}
.row .col-md-3.offset-1 ul.nav.flex-column li.nav--item:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -15px;
  top: 5px;
  background-position: center;
  background-image: url("../images/right_arrow.png");
}
.copyright {
  background-color: #131315;
  display: flex;
  padding: 0 11%;
  text-align: left;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
}
label.label_design {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #0075b5;
  top: -61px;
  color: #fff;
  padding: 13px 12px;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  font-family: "Open Sans";
}
label.label_design:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #0075b5;
  position: absolute;
  left: -8px;
  top: 4px;
  transform: rotate(33deg);
}
ul.nav.flex-column.new2 {
  padding-inline-start: 0;
}
ul.nav.flex-column.new2 a.nav-link i {
  font-size: 20px;
  width: 25px;
}
.col-md-3.offset-1 ul.nav.flex-column {
  padding-inline-start: 21px;
}
body.cms-home .page-main {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.specialize ul.nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  grid-gap: 20px;
}
.specialize ul.nav li {
  border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    padding: 8px 20px;
}
.specialize .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.specialize ul.nav li .d-flex h5 {
  color: #fff;
  text-align: center;
  padding-left: 0rem;
  font-size: 21px;
  margin: 0;
}
.specialize ul.nav li p {
  color: #fff;
    text-align: center;
    white-space: pre;
    padding-top: 3px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 0;
}
.section_heading {
  background-color: #0075b5;
  padding: 0.3rem 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_heading h3.heading {
  font-size: 18px;
  margin: 5px 0;
}
.section_heading span a {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
section.weekly_weals.container_new {
  margin-top: 25px;
}
.product_content_box h3 {
  margin-top: 0;
}
.product_image_box {
  border-bottom: 1px solid #ececec;
}
div#weekly_deals .item {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-right: 10px;
}
.product_image_box img {
  /* height: 250px;*/
}
.product_content_box {
  padding: 14px;
  min-height: 130px;
}
.product_content_box h3 a {
  display: block;
  width: 100%;
  color: #000;
}
span.text {
  font-size: 14px;
}
.price-container .price {
  font-size: 18px;
}
span.price {
  color: #dc3545 !important;
  font-weight: 700;
}
div#weekly_deals {
  margin-top: 8px;
}
.breadcrumbs .items {
    font-size: 14px !important;
}
section.quality_product .container-fluid .row {
  display: grid;
  grid-template-columns: 1fr;
}

section.quality_product .container.mt-4 .row {
  width: 100%;
  margin: 0 auto;
  max-width: 747px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
button#go_up {
  border-radius: 53px;
  line-height: 26px;
  position: fixed;
  bottom: 38px;
  right: 215px;
  z-index: 6;
}
button#go_up i.fa.fa-angle-up {
  font-size: 23px;
  line-height: 1.3;
}

section.quality_product {
  margin-top: 29px;
}
footer.mt-5 .container .row {
  display: flex;
  justify-content: space-between;
}
section.quality_product .container-fluid .row .col-md-4.align-self-center {
  display: none;
}
.form-group.form-check {
  height: 55px;
}
.form-group.form-check {
  height: 50px;
  display: grid;
  align-items: center;
}
i.fa.fa-long-arrow-right {
  margin-left: 0.6rem;
}
.block-search .action.search:before {
  color: #000000 !important;
  line-height: 37px !important;
}
.custom_proudct_label {
  text-align: end;
}
.product.attribute.sku {
  color: #363636;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-title-wrapper.product h1.page-title span.base {
  width: 100%;
  display: block;
  font-size: 23px;
  color: #283f83;
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main table.tiered-pricing.prices-tier.items {
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.product-info-main table.tiered-pricing.prices-tier.items tbody {
    min-width: 363px;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
}
.product-info-main table.tiered-pricing.prices-tier.items tbody tr {
    width: 100%;
    display: flex;
    height: auto !important;
    justify-content: space-between;
}
.product-info-main table.tiered-pricing.prices-tier.items th:first-child, .product-info-main table.tiered-pricing.prices-tier.items td:first-child {
    min-width: 90px;
}
table.tiered-pricing.prices-tier.items tbody tr:first-child th,
table.tiered-pricing.prices-tier.items tbody tr:first-child td {
  font-weight: 700;
}
.product-info-main table.tiered-pricing.prices-tier.items td span.price {
  color: #000 !important;
  font-weight: 400;
}
.product-info-main table.tiered-pricing.prices-tier.items tr:last-child {
    border: none;
}
.product-info-main table.tiered-pricing.prices-tier.items th, .product-info-main table.tiered-pricing.prices-tier.items td {
    padding: 11px 9px;
}
.product-add-form .cus_qty_section .field.qty label.label {
  display: inline;
}
.product-add-form .cus_qty_section .field.qty .control,
.product-add-form .cus_qty_section .field.qty .control input#cus_qty {
  display: inline;
  width: 8%;
}
.product-add-form .cus_qty_section .field.qty label.label {
  display: inline;
  font-weight: 700;
  margin-right: 10px;
  color: #000;
}
.price_per_item label,
.sub_total label {
  font-weight: 700;
}
.price_per_item,
.sub_total {
  margin: 15px 0 13px;
  text-transform: uppercase;
  color: #000;
}
.price_per_item span.each_price,
.sub_total span.subtotal {
  color: #767676;
}
.homepage_silder.container_new {
  margin-top: 20px;
}
.product-add-form .fieldset > div.field {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  margin: 0;
}
.product-add-form .product-options-wrapper .field .control {
  width: 30% !important;
}
.product-add-form textarea {
  width: 72.5%;
}
.cus_qty_section {
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 0 0;
}
div#product-options-wrapper label.label span {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
select {
  background-color: #f8f8f8;
  border-radius: 5px;
  color: #777;
}
div#product-options-wrapper input#options_2_file {
  color: #767676;
}
.field.textarea .control {
  width: 100% !important;
}
.field:last-child .control input {
  display: inline;
  width: 47% !important;
}
.field:last-child .control {
  width: 47% !important;
  display: inline;
}
button#product-addtocart-button {
  background-color: #ffa400;
  border-color: #ffa400;
  width: 23%;
  text-align: left;
  padding: 11px 23px;
  position: relative;
  margin-top: 0px;
  letter-spacing: 2px;
}
.box-tocart .field.qty {
  border-top: none !important;
  padding: 0 !important;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  border-bottom: 1px solid #e2e2e2;
}
main#maincontent,
.breadcrumbs {
  max-width: 1200px !important;
  margin: 0 auto;
}
form#co-shipping-form .field .control._with-tooltip input {
    width: calc(100% - 36px) !important;
}
form#co-shipping-form .field._required {
    border: none;
}
form#co-shipping-form .field .control._with-tooltip {
    width: 100% !important;
    display: inline-block;
}
body.cms-home main#maincontent,
body.cms-home .breadcrumbs {
  max-width: 100% !important;
  margin: 0 auto;
}
form#co-shipping-form .field .control._with-tooltip input {
    width: calc(100% - 36px) !important;
}
form#co-shipping-form .field._required {
    border: none;
}
button#product-addtocart-button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
button#product-addtocart-button:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 13px;
  top: 10px;
  filter: none;
  filter: invert(97%) sepia(0%) saturate(985%) hue-rotate(29deg)
    brightness(119%) contrast(100%);
  background-position: center;
  background-position: center;
  background-image: url("../images/cart_1.png");
}

.custom_msg span:last-child {
  margin-top: 5px;
}
.custom_msg span {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  display: block;
  color: red;
  font-weight: 600;
}
a.action.action-edit {
  color: #827f7f;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}

.fotorama__thumb-border {
    height: 105px !important;
    width: 122px !important;
  background: transparent !important;
    border: none !important;
}
.fotorama__thumb-border .fotorama__img {
  object-fit: contain;
  background-color: white;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 2px 8px !important;
    height: 105px !important;
    width: 112px !important;
}
.fotorama__nav__frame.fotorama__active .fotorama__thumb {
    border: 2px solid #ff5501;
}
.fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--right:after {
    opacity: 0;
} 
.additional_content {
  /* clear: both; */
  width: 70% !important;
}
form#co-shipping-form label.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.minicart-items .product span.product-image-container {
    width: 75px !important;
}
.catalog-category-view button.action.tocart.primary {
  display: none;
}
.breadcrumbs .items {
  font-family: "Jost", sans-serif !important;
  font-size: 16px;
}
.breadcrumbs .item:not(:last-child):after {
  line-height: 26px;
}
strong.modes-mode.active.mode-list {
  background: #0075b5;
}
.modes-mode.active:before {
  color: #ffffff;
}
li.item.product.product-item {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 20px;
}

.products-list .product-item-photo {
  padding: 0 30px 20px 0;
  width: 25%;
}
span.product-image-container {
  border: 1px solid #d6d6d6;
}
strong.product.name.product-item-name a.product-item-link {
  font-weight: 700 !important;
}
.product-item-description {
  margin: 9px 0;
  color: #676767;
}
.product-item .price-box {
  margin: 10px 0 0;
}
span.text {
  color: #8e8e8e;
}
select {
  background: #f8f8f8 url("../images/select_1_1.png") no-repeat 100% 11% !important;
  background-size: contain !important;
}
.nav-sections-item-content > .navigation {
  display: none !important;
}
.previous_next i {
  font-size: 33px;
  color: #716e6e;
}
.previous_next i.fa.fa-chevron-left {
  margin-right: 20px;
}
.block.block-reorder {
  margin-bottom: 13px;
}
table.tiered-pricing.prices-tier.items tr {
  border-bottom: 1px solid #dadada;
  vertical-align: middle;
}
.product.media {
  margin-bottom: 70px;
}
table.tiered-pricing.prices-tier.items th,
table.tiered-pricing.prices-tier.items td {
  vertical-align: middle;
}
.previous_next {
  text-align: center;
  position: relative;
}
.product-info-main .product-info-price {
  border-bottom: 1px solid #c1c1c100;
}
.product-add-form {
  clear: both;
  padding-top: 25px;
}
.product.attribute.description .value p br:last-child {
    display: none;
}
.product-add-form .fieldset > div.field {
  border-top: 1px solid #e2e2e2;
}
.product-add-form .product-options-wrapper .field.textarea .control {
  width: 100% !important;
}
.block.block-customer-login,
.block.block-new-customer {
  border: 1px solid #dadada;
  min-height: 421px;
}
.block.block-customer-login .block-title,
.block.block-new-customer .block-title {
  background-color: #0075b5;
  padding: 12px;
  color: #fff;
}
.block.block-customer-login .block-content,
.block.block-new-customer .block-content {
  padding: 12px;
}
.block.block-customer-login .actions-toolbar .primary,
.block.block-new-customer .actions-toolbar .primary {
  display: block;
  width: 100%;
}

.product.attribute.description .value p:first-child {
    margin-bottom: 10px;
}
.product.attribute.description .value p {
    margin-bottom: 0px;
}

.homepage_silder.container_new {
    padding: 0 !important;
}
.login-container .fieldset > .field > .control {
  width: 100% !important;
}
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
.contact-index-index h1.page-title {
  display: block !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-weight: 500;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  min-width: 50% !important;
  width: 50% !important;
  margin: 0 auto;
}
.customer-account-create .field:last-child .control,
.customer-account-create .field:last-child .control input {
  width: 100% !important;
  display: block;
}
/* .customer-account-create form.form-create-account, .contact-index-index form#contact-form {
    border: 1px solid #d8d8d8;
} */
.customer-account-create fieldset.fieldset.create.info legend.legend,
.contact-index-index form#contact-form .fieldset legend {
  background-color: #0075b5;
  color: #fff;
  padding: 12px;
}
.customer-account-create fieldset.fieldset.create.account legend.legend span {
  padding-bottom: 7px;
  display: block;
}
.customer-account-create fieldset.fieldset.create.account legend.legend,
.customer-account-create .fieldset > .field,
.customer-account-create .fieldset > .fields > .field,
.contact-index-index form#contact-form .fieldset > .field,
.contact-index-index form#contact-form .fieldset > .fields > .field,
.customer-account-create .actions-toolbar,
.customer-account-create
  .fieldset
  > .legend
  .customer-account-create
  .fieldset
  > .field,
.customer-account-create .fieldset > .fields > .field {
  /*padding: 0 12px;*/
}
.form-create-account .fieldset.create.account:after {
  margin-top: 20px;
  padding-left: 14px;
}

.customer-account-create .primary,
.contact-index-index form#contact-form .primary {
  display: block !important;
  width: 100%;
  text-align: center !important;
  float: none !important;
}
.customer-account-create button.action.submit.primary,
.contact-index-index form#contact-form button.action.submit.primary {
  display: block !important;
  width: 100%;
  margin: 7px auto !important;
}
.widget.block.block-static-block {
  display: none;
}
li#shipping .step-title,
.checkout-cart-index .page-title h1,
.cms-about-us .page-title h1,
.cms-artwork .page-title h1,
.cms-proofs .page-title h1,
.contact-index-index h1.page-title,
.cms-rush-orders .rush-title h1,
.cms-general-information .page-title h1 {
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-top: 17px;
  font-weight: 600;
  position: relative;
}
.checkout-cart-index h1.page-title {
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-top: 17px;
  display: block;
  font-weight: 600;
  width: 100%;
  position: relative;
}
.checkout-cart-index h1.page-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #0075b5;
  bottom: -4px;
}
.cart.table-wrapper .product-item-name {
  font-size: 15px;
  display: block;
  margin: 0;
  width: 131px;
  font-weight: 700;
}
li#shipping .step-title:before,
.checkout-cart-index .page-title h1:before,
.cms-about-us .page-title h1:before,
.cms-artwork .page-title h1:before,
.cms-proofs .page-title h1:before,
.cms-rush-orders .rush-title h1:before,
.contact-index-index h1.page-title:before,
.cms-general-information .page-title h1:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #0075b5;
  bottom: -4px;
}
.cart.table-wrapper .cart tbody td {
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  top: 0;
  background-color: #0075b5;
  padding: 5px;
}
.checkout-cart-index
  .cart.table-wrapper
  .actions-toolbar
  > .action-delete:before {
  color: #ffffff !important;
  display: none !important;
}
.checkout-cart-index a.action.action-delete {
  width: 100px;
}
.cart.main.actions button {
  background: #1979c3;
  box-shadow: none !important;
  border: 1px solid #1979c3;
  color: #ffffff;
  line-height: 2.6rem;
}
.cart.main.actions button a.action.continue {
  display: block !important;
  color: #fff;
}
button {
  border-radius: 0;
}
.cart-discount {
  position: relative;
  top: -157px;
}

form#discount-coupon-form button.action.apply.primary {
  padding: 2px 24px;
  border-radius: 0;
  background-color: #1979c3;
  color: #fff;
  line-height: 33px;
  box-shadow: none;
  margin: 0;
  border-color: #1979c3;
}
.cart-summary strong.summary.title {
  display: none;
}
.cart-summary div#block-shipping {
  display: none;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: none;
  padding-top: 0px;
}

div#cart-totals tr.totals.sub,
div#cart-totals tr.totals-tax,
div#cart-totals tr.grand.totals {
  border-bottom: 1px solid #cacaca;
  font-size: 17px;
  line-height: 4;
}
a.action.multicheckout {
  display: none;
}
.coupon_code_section strong#block-discount-heading {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.cms-about-us .about-content p,
.cms-artwork .artwork-content p,
.cms-proofs .proofs-content p,
.cms-rush-orders .rush-content p,
.cms-general-information .general-content p {
  padding-left: 19px;
  font-family: "Jost";
  font-size: 16px;
  color: #6b6b6b;
}
.cms-about-us .about-content p,
.cms-artwork .artwork-content p,
.cms-proofs .proofs-content p,
.cms-rush-orders .rush-content p,
.cms-general-information .general-content p {
  padding-left: 27px;
  font-family: "Jost";
  font-size: 16px;
  color: #6b6b6b;
  position: relative;
  margin-bottom: 15px;
}
.cms-about-us .about-content p:after,
.cms-artwork .artwork-content p:after,
.cms-proofs .proofs-content p:after,
.cms-rush-orders .rush-content p:after,
.cms-general-information .general-content p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  background-image: url(../images/arrow-text.png);
  background-size: contain;
  height: 14px;
  background-repeat: no-repeat;
}
.homepage_silder .owl-nav {
  top: 40%;
  position: absolute;
  transform: translateY(-50px);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
button.owl-prev span,
button.owl-next span {
  font-size: 59px;
  color: rgb(255 255 255 / 39%);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  box-shadow: none;
}
body.contact-index-index .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.contact-index-index .row .col-sm-6:last-child {
  padding-left: 100px;
}
ul.items.pages-items {
  border: 1px solid #cacaca;
  border-radius: 7px;
  overflow: hidden;
}
.pages strong.page {
  background: #0075b5;
  padding: 2px 18px;
}
.field.file ~ div.field {
  padding: 10px 0 !important;
}
.product-options-wrapper .field.textarea {
    margin: 10px 0 0 0 !important;
}
.product-add-form .product-options-wrapper .field .control input {
    margin: 0 0 0 10px;
}
div#product-options-wrapper label.label {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.product-options-wrapper label.labelpadding {
    display: block;
  font-size: 13px;
}
form#contact-form span {
    font-weight: 400;
}
form.form.contact button.action.submit.primary {
    margin: 0;
    padding: 12px 25px;
}
form.form.contact fieldset.fieldset {
    margin: 0 0 15px 0;
}
.field.hide_border {
  border: none !important;
  padding: 4px 0 !important;
}
.pages .item {
  margin: 0;
}
.pages a.page {
  padding: 2px 11px;
}
ul.items.pages-items li {
  border-right: 1px solid #c5c5c5;
}
.pages .action {
  background: #f0f0f000;
  border: 1px solid #cccccc00;
  box-shadow: none !important;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action:hover {
  background: #fcfbf9 !important;
}

.pages a.page {
  font-weight: 800;
}
.pages strong.page {
  color: #ffffff;
}
table#shopping-cart-table span.price,
table.data.table.totals span.price {
  color: #252525 !important;
  font-weight: 400 !important;
}
div#minicart-content-wrapper a.action.viewcart {
  display: inline-block;
  background-color: #1979c3;
  color: #fff;
  padding: 12px;
  font-weight: 600;
}
.minicart-items .product-item-name a {
  color: #444444;
  font-weight: 700;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 2px;
}
.minicart-wrapper li.item.product.product-item:last-child {
  border-bottom: 1px solid #d0d0d000;
}
button#empty_cart_button {
  display: inline !important;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #0075b5;
}
.customer-account-index .box-actions a,
.customer-account-index .block.block-dashboard-addresses .block-title a {
  background-color: #0075b5;
  color: #fff;
  padding: 4px 10px;
}
.customer-address-form .field:last-child .control,
.customer-address-form .field:last-child .control input {
  display: block;
  width: 100% !important;
}
.cart-container .form-cart .actions.main {
  text-align: left !important;
}
.cart.main.actions button i {
  margin-left: 8px;
}
.message.success {
  background: #0075b5;
  color: #ffffff;
}
.message.success > *:first-child:before {
  color: #ffffff;
}
a.use-ajax.action.towishlist.action-towishlist {
  background-color: #1979c3;
  color: #fff;
  padding: 8px 10px;
  display: none !important;
}
.pages .action.next:before {
  display: none !important;
}
a.action.next img {
  vertical-align: middle;
}
.catalog-category-view .page-layout-1column .toolbar-products {
  position: relative;
  top: 0;
  width: 100%;
  margin: 30px 0;
}
.catalog-category-view .products.wrapper ~ .toolbar .pages {
  float: right !important;
}
.page-layout-1column .toolbar-products {
  top: 0;
  width: 100%;
  position: static !important;
  margin: 25px 0 0 0 !important;
}
.catalog-category-view .field.limiter {
  display: none !important;
}
p#toolbar-amount {
  display: none !important;
}
.catalog-category-view .sorter {
  float: left;
}
ul.opc-progress-bar {
  margin-top: 25px;
}
.opc-progress-bar-item._active:before {
  background: #0075b5 !important;
  border-color: #0075b5 !important;
}
.opc-progress-bar-item._active > span:before {
  background: #0075b5 !important;
  border-color: #0075b5 !important;
}
.opc-progress-bar-item._active > span:after {
  border-color: #0075b5 !important;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .field:last-child .control input {
  display: inline;
  width: 100% !important;
}
div#shipping-method-buttons-container
  .primary
  button.button.action.continue.primary {
  padding: 7px 25px;
}
.checkout-billing-address {
  border: 1px solid #dcdcdc;
  padding: 20px;
}
.checkout-index-index form#discount-form button.action.action-apply {
  background-color: #1979c3 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #1979c3;
  margin: 0 0 20px;
  position: relative;
  background-color: #1979c3;
  color: #fff;
  padding: 7px 10px;
  font-size: 17px;
  font-weight: 500;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:before {
  color: #ffffff;
  margin-right: 12px;
}
.opc-block-shipping-information {
  padding: 0 0px;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
  border: 1px solid #dcdcdc;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
  padding: 2px 20px;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 50px;
}
.catalogsearch-result-index .product.actions.product-item-actions {
  display: none;
}
.minicart-wrapper .block-minicart {
  top: 181%;
}
small.copyright span {
  position: absolute;
  left: 50%;
  transform: translateX(-50px);
  font-size: 14px;
}
.search.results dl.block dd.item {
  display: inline-block;
  margin-right: 15px;
}
.checkout-cart-index .additional_content p,
.checkout-index-index .additional_content p,
.checkout-onepage-success .additional_content p,
.checkout-index-index .purchase_order_content p,
.checkout-index-index .checkout_payment p {
  color: red;
  font-weight: 600;
  font-size: 15px;
}
.checkout-onepage-success .additional_content{
  margin-top: 25px;
  width: 61% !important;
}
div[name="shippingAddress.fax"] {
  display: none;
}
.checkout-cart-index td.col.setupprice {
  font-size: 18px;
}
.checkout-cart-index span.product-image-container img.product-image-photo {
  height: 90px;
  width: 90px;
  object-fit: cover;
}
.checkout-cart-index a.action.action-delete::before {
  display: none;
}
.checkout-cart-index
  .cart.table-wrapper
  .actions-toolbar
  a.action.action-delete
  span {
  clip: auto !important;
  width: 100% !important;
  position: relative !important;
  background-color: transparent !important;
  color: #717171;
  margin: 0 !important;
}
.checkout-cart-index a.action.action-delete {
  background-color: transparent !important;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  right: 76px;
}
.checkout-cart-index .product-item-details {
  text-align: left;
}
.fieldset.coupon .control {
  width: 100%;
  display: inline-block;
}
.fieldset.coupon .control input {
  background-color: #ffffff94;
}
.fieldset.coupon .field {
  width: 63%;
  display: inline-block;
}
form#discount-coupon-form input#coupon_code {
  height: 40px;
}
.footer_toolbar .modes {
  display: none;
}
.footer_toolbar .pages {
  display: block;
}
.footer_toolbar .toolbar-sorter.sorter {
  display: none;
}
.footer_toolbar {
  float: right;
}
.header_toolbar .pages {
  display: block;
  float: right;
  margin-left: 20px;
}
.header_toolbar .field.limiter {
  display: block !important;
  float: right;
  margin-top: 2px;
}
.header_toolbar .field.limiter span.limiter-text {
  display: none;
}
.catalogsearch-result-index .column.main {
  padding-top: 0 !important;
}
.catalogsearch-result-index .sorter {
  float: left;
}
/* megamenu design--------- */

.dropdown-menu {
  visibility: hidden;
  color: #0075b5;
  position: absolute;
  top: 45px;
  background-color: #fff;
  z-index: 50;
  padding-inline-start: 0;
  width: 100%;
  padding: 20px;
  left: 0;
  border: 2px solid #d8d8d8;
  border-top: 3px solid #eea001;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
  visibility: visible;
}
ul.dropdown-menu li:hover div.sub_cats {
  visibility: visible;
}
ul.navbar-nav li.nav-item.dropdown a {
  color: #fff;
}
.dropdown-menu li {
  position: relative;
}
ul.dropdown-menu li div.sub_cats {
  visibility: hidden;
  position: absolute;
  top: 38px;
  background-color: #ffffff;
  right: 0px;
  border: 2px solid #b9b9b9;
  border-top: 3px solid #eea001;
  z-index: 85;
  max-width: 195px;
}
ul.sub_cat_list {
  padding-inline-start: 0;
}
ul.dropdown-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
ul.navbar-nav li.nav-item.dropdown ul li a {
  color: #151515;
  font-weight: 600;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 12px;
}
ul.dropdown-menu .grid_menu > li {
  padding: 9px 11px;
  list-style: circle;
  list-style-position: inside;
  list-style-type: disclosure-closed;
  color: #b1b1b1;
}
ul.dropdown-menu .grid_menu .sub_cats ul.sub_cat_list {
  padding: 8px;
}
ul.dropdown-menu .grid_menu > li:hover {
  background-color: #0075b5;
  color: #fff;
}

ul.dropdown-menu .grid_menu li:hover .sub_cats ul.sub_cat_list li a {
  color: #000000 !important;
  padding: 0 6px;
  font-size: 13px;
  display: block;
}
ul.dropdown-menu .grid_menu li:hover .sub_cats ul.sub_cat_list li:hover a {
  color: #fff !important;
  text-decoration: none;
}
ul.dropdown-menu .grid_menu > li:hover a.dropdown-item {
  color: #fff;
}
ul.dropdown-menu .grid_menu .sub_cats ul.sub_cat_list li.nav-item {
  padding: 6px 0;
}
ul.dropdown-menu .grid_menu .sub_cats ul.sub_cat_list li.nav-item:hover {
  background-color: #0075b5;
}
ul.navbar-nav li {
  padding: 12px 10px !important;
}
ul.navbar-nav li.nav-item.dropdown ul li i {
  font-size: 11px;
  vertical-align: text-bottom;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #6b6b6b;
}
.owl-theme .owl-dots .owl-dot span {
  background: #b3b3b3;
}
.breadcrumbs {
  margin-bottom: 10px;
}
.product-info-main {
  padding-left: 26px;
}
.block-search input {
  height: 36px !important;
  line-height: 36px !important;
}
.cart-summary {
  background: #ffffff !important;
}
.actions-toolbar {
  display: inline-block;
  float: right;
}
tr.grand.totals span.price {
  font-weight: 600 !important;
}
.products {
  margin: 0;
}
strong.product.name.product-item-name {
  font-size: 18px;
}
.toolbar .pages {
  margin-bottom: 0;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  border-top: none;
  margin: auto;
  padding: none;
}
.catalog-category-view
  .products.wrapper.grid.products-grid
  strong.product.name.product-item-name {
  font-size: 13px;
}
.catalog-category-view
  .products.wrapper.grid.products-grid
  li.item.product.product-item {
  border: 1px solid #d0d0d0;
  padding: 0;
}
.catalog-category-view
  .products.wrapper.grid.products-grid
  span.product-image-container {
  border: none;
  border-bottom: 1px solid #dedede;
}
.products.wrapper.grid.products-grid .product.details.product-item-details {
  padding: 10px;
}
.products.wrapper.grid.products-grid
  .product.details.product-item-details
  strong.product.name.product-item-name {
  font-size: 14px;
  min-height: 45px;
}
.products.wrapper.grid.products-grid ol.products.list.items.product-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 11px;
}
.page-products .products.wrapper.grid.products-grid .product-item-info {
  width: 100% !important;
}
.pages .action.previous:before {
  color: #ffffff00 !important;
}
.page-products.page-layout-1column .products-grid .product-item {
  width: 100% !important;
}
.block-search .label:before {
  color: #333333 !important;
}
.pages .action.previous {
  position: relative !important;
  top: 3px !important;
}

.pages .action.previous:before {
  display: none !important;
}
a.logout::before {
  display: none !important;
}
nav .navbar-nav li.nav-item.dropdown > a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
}
.checkout-index-index .actions-toolbar {
  display: initial;
  float: none;
}
.checkout-index-index button.action.action-auth-toggle span {
  color: #fff;
}
.checkout-index-index .authentication-wrapper {
  margin-top: -23px;
}
.previous_next i {
  font-size: 55px;
}
.previous_next a:first-child {
  margin-right: 20px;
  display: inline-block;
}

.specialize ul.nav li .d-flex h5 {
    display: inline-block;
    width: 80%;
    letter-spacing: 3px;
    line-height: 23px;
}
.previous_next a.next-prod:hover > .side-img-slide {
  display: block !important;
    position: absolute;
    top: 55px;
    left: -14px;
}
.previous_next .side-img-slide {
  display: none;
}
.previous_next .side-img-slide {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 3px #e3e3e3;
  width: 162px;
  margin: 0;
  border-top: 4px solid #0083c1;
  float: right;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .previous_next .side-img-slide:before {
  position: absolute;
  background-image: url("../images/uparrow.jpg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  content: "";
  top: -10px;
  left: 82px;
}
.fotorama__stage__shaft.fotorama__grab {
    width: 100% !important;
}
.previous_next a.prev-prod:hover > .side-img-slide {
  display: block !important;
    position: absolute;
    top: 55px;
    left: -14px;
}
.previous_next .sidebar .side-img-slide {
  position: relative;
}
.sidebar .previous_next .prev-prod .side-img-slide:before {
  left: 50px;
}
.sidebar .previous_next .side-img-slide img {
  border: 0 !important;
  border-radius: 0 !important;
  max-width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 auto;
  display: block;
}
.sidebar .previous_next .side-img-slide span.side-desc {
  width: 100%;
  float: left;
  font-family: arial;
  font-size: 12px;
  color: #6b6a6a;
  line-height: 1.5;
  padding: 0 20px;
  word-wrap: break-word;
}
.sidebar .previous_next .side-img-slide span.label {
  display: inline-block;
  padding: 11px 6px 15px 0;
  font-family: arial;
  font-weight: 700;
  font-size: 14px;
  color: #343434;
  text-transform: capitalize;
  line-height: 1;
}
.sidebar .previous_next .side-img-slide span.price {
  display: inline-block;
  padding: 11px 0 15px;
  color: #ff6a61;
  font-family: arial;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.artwork-page {
  padding-bottom: 20px;
}
.rush-page {
  padding-bottom: 20px;
}
.proofs-page {
  padding-bottom: 20px;
}
.general-page {
  padding-bottom: 20px;
}
ol.products.list.items.product-items {
  padding: 0px 10px 10px;
}
.header_toolbar {
  padding: 0px 10px 10px;
}
table.tiered-pricing.table-responsive.prices-tier.items td {
  text-align: center;
}
.artwork-content p a {
  color: inherit;
}
.contact-index-index .fieldset > .field:last-child,
.contact-index-index .fieldset > .fields > .field:last-child {
  border-bottom: none !important;
}
.contact-index-index .fieldset h3 {
  color: #0075b5;
}
.contact-index-index .cont-box address,
.contact-index-index .cont-box a,
.contact-index-index .cont-box div,
.contact-index-index .cont-box label.label span {
  color: #9a9a9a;
}
.cms-general-information .general-content p strong {
  margin-right: 8px;
}
.right .cont-box h3 {
  color: #0075b5;
}
.form .contact .actions-toolbar {
  margin-right: 12px;
}
.catalog-category-view span.product-image-container {
    max-width: 100% !important;
    width: 100% !important;
}
.bss-previous-next-block.previous_next >ul {
    display: flex;
    justify-content: center;
    margin-left: 2px;
}

.bss-previous-next-block.previous_next >ul li {
    margin: 0 !important;
    padding: 0;
    min-width: 43px;
}

.bss-previous-next-block.previous_next >ul li a {
    margin-right: 3px !important;
}
header_toolbar {
    padding: 44px 10px 10px;
    flex-direction: row-reverse;
}

.toolbar.toolbar-products {
    width: auto;
    display: flex;
    justify-content: flex-end;
}
.toolbar-right .toolbar.toolbar-products {
    display: revert;
}
.catalog-product-view .bss-previous-next-block #style-1 #previous div.side-img-slide {
    left: -28px;
    right: auto;
}

.catalog-product-view .bss-previous-next-block #style-1 #next div.side-img-slide {
    left: -68px;
    right: auto;
}

@media (max-width: 767px) {
    .header_toolbar .toolbar-sorter.sorter {
        position: static;
        width: 80%;
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
.header_toolbar label.sorter-label {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }
}

.toolbar .sorter-action {
    position: relative;
    top: 2px;
}
/* ===================================================================================================
============================================================================================= */
@media (min-width: 200px) {
  .container_new {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .specialize ul.nav li .d-flex img.img-fluid {
    width: 60px;
    object-fit: contain;
    height: 36px;
  }
  .specialize ul.nav li .d-flex h5 {
    font-size: 18px;
  }
  .specialize ul.nav li .d-flex {
    align-items: center;
    justify-content: center;
  }
  .specialize ul.nav li p {
    font-size: 13px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
	.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 480px !important;
}
  .container_new {
    max-width: 720px;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70% !important;
  }

  .logo {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cart-summary {
    width: 29% !important;
  }
  body.catalog-product-view .columns .column.main {
    padding-bottom: 65px !important;
  }
  .catalog-category-view main#maincontent {
    padding-bottom: 40px !important;
  }
  body.catalog-product-view .product.media {
    width: 48% !important;
  }
  body.catalog-product-view.page-layout-2columns-right .column.main {
    width: 85.166667% !important;
  }
  body.catalog-product-view.page-layout-2columns-right .sidebar-additional {
    width: 11.833333% !important;
  }
  .product.attribute.description {
    margin-top: 40px;
  }
  .container_new {
    max-width: 960px;
  }
  .specialize ul.nav li .d-flex img.img-fluid {
    width: 63px;
    object-fit: contain;
  }

  .form-check-label {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body .header.content,
  body .panel.header {
    padding: 8px 20px !important;
  }
  footer.page-footer footer {
    max-width: 1200px;
    margin: 24px auto;
    position: relative;
    padding-top: 10px;
  }
  .specialize ul.nav li .d-flex img.img-fluid {
    width: 98px;
    height: 54px;
  }
  .panel.header {
    padding: 0;
  }
  .cms-index-index .nav-sections {
    margin-bottom: 0 !important;
  }

  .fotorama__wrap--slide .fotorama__stage__frame {
    border: 1px solid #eaeaea;
  }
  .fotorama__thumb {
    border: 1px solid #eaeaea;
  }
  .container_new {
    max-width: 1140px;
  }
  .container-fluid {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1200px !important;
    padding: 0 20px !important;
  }
}
@media (max-width: 1200px) {
  .previous_next .side-img-slide {
    left: -27px;
    top: 13px;
    position: relative;
  }
  .container_new {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px !important;
  }
  main#maincontent,
  .breadcrumbs {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 20px !important;
  }
  .specialize ul.nav li {
    padding: 1.5rem 1px;
  }
  .specialize ul.nav li p {
    padding-left: 0;
  }
  body .header.content {
    padding: 2px 19px !important;
  }
  .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .quality_product h2 {
    font-size: 28px;
  }
  label.label_design {
    left: 41px;
    top: -18px;
  }
  button#product-addtocart-button {
    width: 34%;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  
  
}


@media (min-width: 768px) and (max-width: 900px) {
	body.contact-index-index .row .col-sm-6:last-child {
    padding-left: 30px !important;
}
.logo {
    max-width: 30%;
}
header.page-header .minicart-wrapper {
    top: 5px !important;
}
.block-search {
    top: 1rem !important;
}
}

@media (max-width: 851px) {
  .cart-summary {
    width: 100% !important;
    z-index: 99;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 56px;
  }
  .cart-container .form-cart {
    width: 100% !important;
  }
  nav .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }
  .specialize ul.nav {
    grid-template-columns: 1fr;
  }
  .catalog-category-view span.product-image-container {
    width: 100% !important;
  }
  ul.navbar-nav li {
    padding: 12px 3px !important;
  }
  .opc-block-summary > .title {
    display: block;
    font-size: 18px;
  }
  a.next-prod {
    position: relative;
  }
  .previous_next .next-prod .side-img-slide {
    left: -144px !important;
    top: 13px;
    position: absolute;
  }
}
@media (max-width: 768px) {
	.products-grid .product-item {
    margin-left: 0;
}
  nav .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
  .minicart-items .product-item-details {
    padding-left: 86px;
  }

  li.product-item .product ul.navbar-nav li {
    padding: 0px 10px 11px !important;
  }
  .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.navbar-nav li.nav-item.dropdown ul li a {
    font-size: 7px;
  }
  section.quality_product .col-md-8 h2 {
    text-align: center;
  }
  button#product-addtocart-button {
    width: 37%;
  }
  .container-fluid {
    width: 100%;
    max-width: 100%;
  }
  nav .navbar-nav {
    padding: 1px 0px !important;
    font-size: 11px;
  }
  nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .logo {
    max-width: 28%;
  }
  .block-search {
    width: 350px !important;
    top: 1rem !important;
  }
  header.page-header .minicart-wrapper {
    top: 0px !important;
  }
  section.quality_product .container-fluid .row {
    grid-template-columns: 1fr;
  }
  section.quality_product .container.mt-4 .row {
    padding: 0 25px;
  }
  label.label_design {
    left: 34px;
  }
  .minicart-items-wrapper.overflowed span.product-image-container {
    width: 75px !important;
  }
}
@media (max-width: 767px) {
.homepage_silder .owl-nav {
    width: 100%;
    z-index: -2;
}
  
/*===========================
      start
============================*/
header.page-header {
    display: none;
}
.cust-header-mobile .cust-logo {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #0083c1;
}
.cust-header-mobile .toll-free-no a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.cust-header-mobile .block-search .label:before {
    color: #006fa4 !important;
  margin: 0;
}
.cust-header-mobile .minicart-wrapper .action.showcart:before {
    display: none;
}
.cust-header-mobile .minicart-wrapper .action.showcart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-header-mobile .minicart-wrapper .action.showcart span.text {
    display: inline-block;
    position: static;
    width: 100%;
    opacity: 1;
    overflow: initial;
    font-weight: 600;
    color: #000;
    margin: 0 5px 0 0;
    height: auto;
}
.cust-header-mobile .minicart-wrapper .action.showcart .counter.qty {
    background: #0083c1;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
  margin: 0;
}
.cust-header-mobile .skip-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    height: 100%;
  position: relative;
}
.cust-header-mobile ul.menu_dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 0;
    background: #006fa4;
    z-index: 99;
    transition: all 0.5s;
  max-height: 405px;
    overflow-y: auto;
}
.cust-header-mobile ul.menu_dropdown li {
    display: block;
    padding: 12px 30px;
    border-bottom: solid 1px #ccc;
    margin: 0;
}
.cust-header-mobile .sub_cats.b li a {
    color: #000;
}
.cust-header-mobile .sub_cats.b {
    background: #006fa4;
    margin: 10px 0 0 0;
    padding: 10px 0;
}
ul#firstchild li .sub_cats.b.show li {
    padding: 4px 15px;
}
ul#firstchild li .sub_cats.b.show li a {
    color: #fff;
}
ul#firstchild li .sub_cats.b.show li a:before {
    opacity: 0;
}
.cust-header-mobile ul.menu_dropdown li a {
    color: #fff;
    text-transform: uppercase;
}
.cust-header-mobile .block-search .label.active + .control input {
    position: absolute;
    left: 3%;
    z-index: 999;
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}
.cust-header-mobile .minicart-wrapper .action.close {
    right: 5px;
    top: 5px;
}
.cust-header-mobile .minicart-wrapper .action.close:active:before {
    color: #fff;
}
.cust-header-mobile .minicart-wrapper .block-minicart {
    right: 0;
    margin: 0 auto;
    background: #006fa4;
    color: #fff;
}
.cust-header-mobile .minicart-wrapper .action.showcart:active:before {
    color: #0083c1;
}
.cust-header-mobile .block-search .label.active + .control {
    background: #0083c1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    padding: 0;
    z-index: 99;
    height: 57px;
}
.cust-header-mobile .block-search .label.active + .control input {
    position: absolute;
    left: 3%;
    z-index: 99;
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}
.cust-header-mobile .search-autocomplete {
    z-index: 99;
    margin: 50px 0 0 0 !important;
}
.cust-header-mobile .cust-header-mobile .cust-logo a.logo {
    margin: 0;
}
.cust-header-mobile .menu-br {
    width: 100%;
    border-right: 1px solid #EDEDED;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.cust-header-mobile .block.block-search {
    height: 44px;
    justify-content: center;
  display: flex;
}
.cust-header-mobile .header_skipaccount {
    width: 100%;
    border-right: 1px solid #EDEDED;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.cust-header-mobile .header_minicart {
    width: 100%;
    border-right: 1px solid #EDEDED;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.cust-header-mobile .block-search .label {
    padding-right: 0;
  margin: 0;
}
.cust-header-mobile .block-search .block-content {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
}
.cust-header-mobile .skip-links .block-search .control {
    border-top: none;
    margin: 0;
}
.cust-header-mobile .header_skipaccount {
    width: 100%;
}
.cust-header-mobile .skip-links .minicart-wrapper {
    position: static;
}
.cust-header-mobile .minicart-wrapper .block-minicart {
    top: 100%;
}
.cust-header-mobile a.logo {
    margin: 0;
}
.cust-header-mobile .block-search .label {
    float: none;
}
.cust-header-mobile .cust-logo span.action.nav-toggle {
    display: none;
}
.cust-header-mobile .minicart-wrapper .action.close:before {
    color: #fff;
}
.cust-header-mobile .header_skipaccount span.icon {
    display: flex;
    align-items: center;
}
img#cat_list {
    position: absolute;
    right: 2px;
}
ul#firstchild {
    margin: 10px 0 0 0;
    padding: 10px 0;
    background: #fff;
}
ul#firstchild li {
    border: none;
    padding: 6px 30px;
    position: relative;
}
ul#firstchild li a {
    color: #000;
    position: relative;
    text-transform: capitalize;
}
ul#firstchild li a:before {
    content: ' ';
    border-left: 2px solid #898989;
    border-bottom: 2px solid #898989;
    position: absolute;
    left: -18px;
    top: 5px;
    width: 8px;
    height: 8px;
    transform: rotate(
-135deg);
}
img#child_cat {
    position: absolute;
    right: 10px;
}
.cust-header-mobile .menu-br .nav-toggle {
    position: static;
}
.cust-header-mobile .menu-br span.label {
    padding: 0 0 0 5px;
}
span#mobile_menu:before {
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 25px;
}
.cust-header-mobile .header_skipaccount span.icon img {
    display: flex;
}
/*==================================
        end
=======================================*/
  
.cust-header-mobile {
    display: block;
}
.page-layout-1column .toolbar-products {
    position: static !important;
    margin: 45px 0 0 0 !important;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.header_toolbar .pages {
    position: absolute;
    top: 5px;
    left: 0;
}
.category-new-products.page-layout-1column .toolbar .pages {
    position: absolute;
    top: 6px;
    margin-left: 0;
    left: 0;
}
.category-new-products.page-layout-1column .toolbar.toolbar-products {
    margin: 45px 0 0 0 !important;
}
.header_toolbar .field.limiter {
    display: block !important;
    float: right;
    margin-top: 2px;
    width: 40%;
}
.header_toolbar .field.limiter label.label {
    display: block;
    margin: 0 0 5px 0;
}
.header_toolbar .limiter-options {
    margin: 0;
}
.header_toolbar .toolbar-sorter.sorter {
    position: static;
    width: 80%;
    text-align: right;
}
.header_toolbar .sorter-options {
    margin: 0;
}
.header_toolbar label.sorter-label {
    display: block;
    margin: 0 0 5px 0;
}
.page-products .columns {
    padding-top: 0;
}
  .nav-sections-item-content > .navigation {
    display: block !important;
  }
  .pages .pages-items {
    padding: 0px 0px 0 !important;
  }
  .pages .action {
    padding: 0;
}
.pages .action.previous {
    margin-right: 8px;
    padding: 0 0 0 5px;
}
.table-responsive {
    overflow-x: scroll;
    width: 100%;
    display: inline-block;
}
  .product-info-main {
    padding-left: 0 !important;
  }
  .catalog-category-view
    .products.wrapper.grid.products-grid
    span.product-image-container {
    width: 100% !important;
  }
  footer {
    padding: 6rem 2rem 0.3rem;
  }
  label.label_design {
    top: -16px;
  }
  button#go_up {
    bottom: 86px;
    right: 24px;
  }
  .header.content {
    padding-bottom: 0px !important;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 100% !important;
  }
  .product-add-form textarea {
    width: 100%;
  }
  .field:last-child .control input {
    width: 100% !important;
  }
  .nav-toggle {
    top: 9px;
  }
  .block-search {
    margin-bottom: 0;
  }
  header.page-header .minicart-wrapper {
    top: 1px !important;
  }
  .block-search .label {
    margin-top: 8px;
  }

  .specialize ul.nav li p {
    font-size: 13px;
    padding-left: 7px;
    white-space: pre-wrap;
  }
  .nav-section.mt-3 {
    display: none;
  }
  .quality_product h2 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .d-flex img {
    margin-bottom: 10px;
  }
  .specialize .d-flex {
  flex-direction: column;
  }
  .specialize ul.nav {
    display: block;
  }
  .page-header {
    margin-bottom: 0;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .block-search {
    width: 82% !important;
  }
  .quality_product h2 {
    font-size: 21px !important;
  }
  section.quality_product .container.mt-4 .row {
    width: 100%;
  }
  footer.mt-5 .container .row {
    flex-direction: column;
  }
  .copyright {
    flex-direction: column;
    align-items: start;
    padding: 0 6%;
  }
  header.page-header .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .logo {
    max-width: 42%;
  }
  .page-products .sorter {
    top: 29px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .customer-account-login h1.page-title,
  .customer-account-create h1.page-title {
    margin-top: 10px;
  }
  small.copyright span {
    position: static;
    left: 0;
    transform: none;
    margin-bottom: 20px;
  }
  body.contact-index-index .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.contact-index-index .row .col-sm-6:last-child {
    padding-left: 9px;
  }
  .products-list .product-item-photo {
    width: 100%;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  main#maincontent,
  .breadcrumbs {
    max-width: 100% !important;
  }
  .custom_next_previous {
    margin-bottom: 52px;
  }
  .opc-estimated-wrapper {
    margin-top: 26px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 0;
  }
  .checkout-index-index button.action.action-auth-toggle {
    display: none;
  }
  .checkout-index-index .header.content {
    padding: 6px 47px 10px !important;
  }
  .block-search {
    margin-top: 4px;
  }
  .fieldset.coupon .field {
    width: 100%;
  }
  .actions-toolbar {
    display: block;
    float: none;
  }
  form#discount-coupon-form button.action.apply.primary {
    display: block;
  }
  .coupon_code_section {
    padding: 0 19px;
  }
  .cart-container .form-cart .actions.main {
    padding: 0 20px;
  }
  button#empty_cart_button {
    display: inline !important;
    width: 100%;
  }
  button.action.update {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .cart.main.actions button {
    width: 100%;
  }
  .cart.main.actions button a.action.continue {
    display: block !important;
    width: 100%;
  }
  .additional_content {
    width: 100% !important;
    padding: 0 20px;
  }
  li.item.product.product-item {
    border: 1px solid #d0d0d0;
    margin-top: 20px;
    padding: 20px;
  }
  tbody.cart.item {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .cart.table-wrapper .product-item-name {
    width: 100%;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 100px;
  }
  tr.item-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  td.col.item {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: 100%;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit,
  .cart.table-wrapper .actions-toolbar > .action-delete {
    position: absolute;
    right: -214px;
    top: -60px !important;
    display: inline-block;
    text-decoration: none;
  }
  label.label_design {
    font-size: 18px;
  }
  footer h5 {
    color: #fff;
    font-size: 16px;
  }
  .form-check-label {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
section.quality_product .container.mt-4 .row {
    grid-template-columns: 1fr;
}
}
@media (max-width: 500px) {

  .columns .column.main {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .columns .sidebar-additional {
    -ms-flex-order: 2;
    -webkit-order: 1;
    order: 1;
  }
  .custom_next_previous {
    margin-bottom: 0;
    margin-top: 17px;
  }
  td.col.setupprice::before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 30px;
  }
  .previous_next {
    display: flex;
    justify-content: space-between;
  }
  .products-list .product-item-photo {
    padding: 0;
  }
  .product-add-form .cus_qty_section .field.qty .control,
  .product-add-form .cus_qty_section .field.qty .control input#cus_qty {
    width: 13% !important;
  }
  .fieldset > .field:last-child,
  .fieldset > .fields > .field:last-child {
    border-bottom: none !important;
  }
  .block-search .label {
    padding-right: 38px;
  }
  form#contact-form .fieldset {
    margin: 2px !important;
  }
  .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-template-columns: 1fr;
  }
  .block-search {
    width: 100% !important;
  }
  header.page-header .logo {
    margin-bottom: 14px;
  }
  button#product-addtocart-button {
    width: 70%;
  }
  .specialize {
    margin-top: 8px !important;
  }
  .checkout-index-index .header.content {
    padding: 6px 15px 10px !important;
  }
  .checkout-index-index .page-header {
    border-bottom: 1px solid #ffffff;
  }
  .customer-account-index .title.block-collapsible-nav-title {
    margin-top: 21px;
  }
  .customer-account-index footer.page-footer {
    margin-top: 48px;
  }
}


@media (min-width: 752px) and (max-width: 900px) {
.specialize ul.nav {
    grid-template-columns: 1fr;
}
.specialize ul.nav li .d-flex {
    flex-direction: column;
}
.d-flex img {
    margin-bottom: 10px;
}
.quality_product {
    padding: 30px 30px;
}
.form-check-label {
    font-size: 17px;
}
}
.catalog-product-view table.tiered-pricing.table-responsive.prices-tier.items td {
  text-align: center;
  width: 100%;
}
ul.credit-card-types {
    display: none;
}
.header_toolbar .sorter-options option:first-child {
    display: none;
}
