/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (max-width: 768px) {
  .account .toolbar.wishlist-toolbar .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .account .toolbar.wishlist-toolbar .pager .toolbar-amount {
    padding: 0;
  }
}
.input-text:hover,
.select:hover,
.input-text:focus,
.select:focus {
  outline: none;
  box-shadow: none !important;
}
/* Custom css */
.custom-slider .owl-stage-outer {
  padding: 0;
}
.nav-sections .navigation {
  z-index: 2;
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}
.label {
  padding-left: 0 !important;
}
#shipping-method-buttons-container {
  margin-left: 0;
}
.cart-totals .table-wrapper {
  overflow: auto;
}
.products-grid .product-item .swatch-attribute.lit_size,
.products-list .product-item .swatch-attribute.lit_size {
  display: none;
}
.product-info-main .product-info-price .price-box .special-price .price-lable {
  display: none;
}
.table-checkout-shipping-method {
  min-width: 100%;
}
.table-checkout-shipping-method tr.row {
  margin: 0;
}
.swatch-option {
  background-size: cover !important;
}
.text-white {
  color: #fff;
}
.font-weight-bold {
  font-weight: bold !important;
}
.product-item .price-box .old-price .price-label {
  display: none;
}
.block-wishlist .product-item .product-item-actions .actions-primary {
  display: block;
}
.swatch-option {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 50%;
}
.swatch-option.text {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  min-width: 22px;
  margin-right: 7px;
  padding: 0;
}
.swatch-option.text:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #999;
  color: #333;
}
.product-item .product-item-actions .actions-primary {
  display: none;
}
.product-item .product-item-actions .actions-secondary {
  float: right;
  text-align: right;
}
.filter-options-content .swatch-attribute-options {
  padding: 5px 10px;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
/*----------Jalsa----------------*/
.nav-sections-item-content > .navigation ul {
  padding: 0;
}
.navigation .level0 > .level-top {
  text-transform: uppercase;
}
.minicart-wrapper {
  margin-left: 0;
}
.minicart-wrapper .action.account,
.minicart-wrapper .action.open_search,
.minicart-wrapper .action.showcart {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-right: 20px;
}
.minicart-wrapper .action.account:hover,
.minicart-wrapper .action.open_search:hover,
.minicart-wrapper .action.showcart:hover {
  color: #e51a23 !important;
  text-decoration: none;
}
.minicart-wrapper a i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 2px;
}
.page-footer {
  background: #000;
}
.footer.content {
  border-top: 0;
  position: relative;
}
.social-link {
  margin-top: 25px;
}
.social-link ul {
  text-align: left;
}
.social-link ul li {
  display: inline-block;
  margin-right: 10px !important;
}
.social-link ul li a {
  color: #666666;
  display: block;
  font-size: 22px;
}
.social-link ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.block.newsletter .field {
  margin-right: 0;
}
.block.newsletter .action.subscribe {
  border-radius: 3px;
  background: #fff;
  color: #000;
  border: 0;
  padding: 13px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.block.newsletter .action.subscribe:hover {
  background: #e51a23;
  color: #fff;
}
.block.newsletter input {
  padding-left: 10px;
  height: 42px;
  background: transparent;
}
.block.newsletter .field .control:before {
  content: none;
}
.logo img {
  vertical-align: middle;
}
.nav-toggle {
  top: 23px;
}
.nav-sections-item-switch a {
  color: #e51a23;
}
.cart-totals .totals.shipping.excl .mark .label {
  padding-left: 0;
}
.cart-discount.cart-bss-store-credit {
  clear: both;
  padding-top: 20px;
}
/* (1366x768) WXGA Display */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .navigation .level0 > .level-top {
    font-size: 12px;
    padding: 0;
  }
  .cart-summary {
    width: 26%;
  }
  .minicart-wrapper .action.account,
  .minicart-wrapper .action.open_search,
  .minicart-wrapper .action.showcart {
    font-size: 12px !important;
    margin-right: 15px;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 0;
  }
  .block.newsletter {
    width: 100% !important;
  }
  .footer.content .block {
    float: none !important;
  }
  .block.newsletter input {
    border: 1px solid #fff;
    padding-left: 14px;
  }
  .footer.content {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .block-search .label:before {
    color: #000;
  }
  .minicart-wrapper .action span {
    display: none;
  }
  .minicart-wrapper .action .counter-number {
    display: block;
  }
  .minicart-wrapper .checkout span {
    display: block;
  }
  .minicart-wrapper .viewcart span {
    display: block;
  }
  .nav-sections .header.links li a,
  .nav-sections .header.links li a:hover {
    color: #000;
  }
  .nav-sections .header .compare {
    display: none;
  }
  .minicart-wrapper {
    position: static;
  }
  .minicart-wrapper .action.account {
    display: none;
  }
  .block-search {
    margin-top: 0px;
  }
  .block-search .label:before {
    color: #000;
  }
  .block-search input {
    left: 0;
    margin: 0;
    position: unset;
  }
  .block-search .control {
    padding: 0;
    margin: 0;
    border: none;
    width: 85%;
  }
  .search-wrapper {
    top: 30px;
  }
  .block-search-container .control {
    display: inline-block;
  }
  .navigation {
    background: #fff;
  }
  .nav-open .nav-sections {
    background: #fff;
  }
  .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer.content {
    padding-left: 0 !important;
  }
  .page-footer {
    padding: 0 20px;
  }
  .footer.content .links > li {
    width: 100%;
    float: none;
  }
  /*   .block-static-block img {
    display: none;
  } */
  .block.newsletter input {
    border: 1px solid #fff;
    padding-left: 14px;
  }
  .nav-sections-item-content {
    padding: 0;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: transparent;
  }
}
.opc-estimated-wrapper {
  padding: 18px 0;
}
/* .primary .action {
  line-height: 1.42857143;
} */
.checkout-container,
.checkout-success {
  margin: 20px 0 20px;
}
.sorter-action {
  display: none;
}
/* Footer menu */
.footer_menu {
  color: #fff;
}
.footer_menu h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.footer_menu ul li {
  font-size: 13px;
}
.footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_menu ul li > div {
  word-wrap: normal;
}
.minicart-wrapper .action.showcart .counter.qty {
  overflow: unset;
}
.product-add-form .box-tocart .action.primary {
  width: 100%;
  padding: 15px;
  font-size: 2rem;
}
table .col {
  width: auto;
}
/*Custom CSS added on 5/07/2019 */
.catalog-product-view .block-margin.block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: auto !important;
}
/*Custom CSS added on 24/07/2019 */
body.checkout-index-index .OrderNote {
  display: none;
}
/*Custom CSS added on 05/01/2020 */
.order-items tbody tr td dl dt {
  float: left;
  width: 60px;
}
.payment-method caption {
  text-align: left;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
