@font-face {
  font-family: "Flama Basic";
  src: url("../fonts/Flama-Basic.eot?#iefix") format("eot"),
    url("../fonts/Flama-Basic.otf") format("otf"),
    url("../fonts/Flama-Basic.woff") format("woff"),
    url("../fonts/Flama-Basic.woff2") format("woff2"),
    url("../fonts/Flama-Basic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Flama Italic";
  src: url("../fonts/Flama-BasicItalic.eot?#iefix") format("eot"),
    url("../fonts/Flama-BasicItalic.otf") format("otf"),
    url("../fonts/Flama-BasicItalic.woff") format("woff"),
    url("../fonts/Flama-BasicItalic.woff2") format("woff2"),
    url("../fonts/Flama-BasicItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Flama Bold";
  src: url("../fonts/Flama-Bold.eot?#iefix") format("eot"),
    url("../fonts/Flama-Bold.otf") format("otf"),
    url("../fonts/Flama-Bold.woff") format("woff"),
    url("../fonts/Flama-Bold.woff2") format("woff2"),
    url("../fonts/Flama-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Flama Bold Italic";
  src: url("../fonts/Flama-BoldItalic.eot?#iefix") format("eot"),
    url("../fonts/Flama-BoldItalic.otf") format("otf"),
    url("../fonts/Flama-BoldItalic.woff") format("woff"),
    url("../fonts/Flama-BoldItalic.woff2") format("woff2"),
    url("../fonts/Flama-BoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot") format("embedded-opentype"),
    url("../fonts/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff"),
    url("../fonts/roboto-regular.ttf") format("truetype"),
    url("../fonts/roboto-regular.svg#MISTRAL") format("svg");
}
body {
  font-family: Flama Basic, roboto, arial !important;
  color: #212121 !important;
  letter-spacing: 0;
  line-height: 1.4;
}
.page-header {
  background: #fff;
}
.page-header {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  height: auto;
  background: #fff;
}
.topBar {
  width: 84%;
}
.bdrbtm {
  border-bottom: 1px dashed #1891f6;
}
.topBar.block-search {
  margin: auto;
  width: 50%;
  padding: 0px;
  text-align: center;
  right: 214px;
}
.block-search.input-text {
  height: 50px;
}
.block-static-block.widget {
  margin-bottom: 0px !important;
}
#maincontent .bluebar{
display:none;
}
.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dropdown-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu > li > a {
  padding: 4px 10px 4px 15px !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #1891f6 !important;
  color: #fff !important;
  /*padding: 4px 10px 4px 15px !important;*/
}
ul.myaccountmenu {
    width: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}
ul.myaccountmenu li{
  margin: 0px !important;
  padding: 0px !important;
}
ul.myaccountmenu li a{
  text-decoration: none;
}
.dropdown-menu-right{
  left: 0px !important;
  width: 130px;
}
.dropdown-menu-right li a {
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 1px solid #cdcccc;
    padding: 8px 10px 8px 15px !important;
}
.pt-1 {
  padding-top: 1rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.topBar {
  padding: 10px 0;
  background: #ddd;
}
.fs-logo {
  width: 100%;
}
.logo img {
  width: 200px;
  height: unset;
}
.topIcon {
  display: inline-flex;
  width: 48%;
  padding: 10px 0;
}
.topIcon a {
  color: #000;
}
.topIcon a:hover,
.topIcon a:focus {
  color: #999;
  text-decoration: none;
}
.topIcon sub {
  bottom: 0;
}
.top-search-dec {
  border: 2px solid #999;
}
.top-search-dec .input-group > .custom-select:not(:last-child),
.top-search-dec .input-group > .form-control:not(:last-child) {
  border-radius: 0;
}
.top-search-dec .input-group-text,
.top-search-dec .form-control {
  background: #fff;
  border: 0px solid #ddd;
}
.fs-navbar {
}
.main-banner img {
  width: 100%;
}
.main-banner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.main-banner .carousel-control-next,
.main-banner .carousel-control-prev {
  width: unset;
}
.secTitle {
  color: #757575 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.seeAll {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
}
.product-grid {
  text-align: center;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.product-grid .product-image a {
  display: block;
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
}
.product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.product-grid:hover .pic-1 {
  opacity: 1;
}
.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
.product-grid:hover .product-content {
  bottom: 0;
}
.product-grid .title {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  text-align: left;
  padding: 10px 10px 0 10px;
}
.product-grid .title a {
  color: #212121;
}
.product-grid .title a:hover,
.product-grid:hover .title a {
  color: #1891f6;
}
.product-tagSec form {
  display: inline;
}
.product-grid .price {
  display: inline-block;
  width: 100%;
}
.product-grid .price {
  color: #1891f6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  text-align: left;
  transition: all 0.3s;
  padding: 0 10px;
}
.product-grid .price span {
  display: inline-block;
}
.product-grid .price strong {
  display: inline-block;
  float: right;
}
.product-grid .add-to-cart {
  background: linear-gradient(#1891f6, #ffffff) !important;
  border: 1px solid #1891f6 !important;
  color: #111 !important;
}
.product-grid .add-to-cart:hover,
.product-grid .add-to-cart:focus {
  background: #152c73;
  text-decoration: none;
  border: 1px solid #152c73 !important;
}
@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}
.banner {
  background-size: 100%;
  color: #fff;
}
.banner .h1 {
  font-size: 3rem;
}
.banner .fs-btn {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #000;
  border-radius: 0;
  padding: 10px 30px;
}
hr.footerruler {
  border: 1px solid #454d5e;
}
.footer {
  background-color: #172337;
  margin-top: 20px;
}
.ftr_title {
  font-size: 14px;
  color: #878787;
  text-transform: uppercase;
}
.ftr_title a {
  color: #fff;
}
.ftr_Ccaretitle a,
.ftr_Ccaretitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.ftr_Ccaretitle a {
  color: #fff;
}
ul#Ccare li {
  width: auto;
  padding-left: 20px;
  display: inline-block;
}
.social-icons-ftr {
  padding: 0;
}
.social-icons-ftr li {
  list-style: none;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 2;
  background: #000;
  text-align: center;
  margin: 10px 5px;
}
.social-icons-ftr li:nth-child(1) {
  background: #34558e;
}
.social-icons-ftr li:nth-child(2) {
  background: #25b8e6;
}
.social-icons-ftr li:nth-child(3) {
  background: #dc4a38;
}
.social-icons-ftr li a {
  color: #fff;
}
.ftr_list {
  list-style: none;
  padding: 0;
}
.ftr_list a {
  font-size: 14px;
  color: #fff;
  text-decoration:none;
}
.product-description {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
}
.secondary-text {
  color: #b6b6b6;
}
.list-inline {
  margin: 0;
}
.list-inline li {
  padding: 0;
}
.card-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-bottom-width: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}
.card-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-wrapper:hover:after {
  opacity: 1;
}
.card-wrapper:hover .product-description {
  height: 205px;
}
.give_your_review {
  margin-bottom: 15px;
}
.give_your_review a {
  background: #152c73;
  padding: 10px 20px;
  border-radius: 32px;
  color: #fff;
}
.give_your_review a:hover,
.give_your_review a:focus {
  text-decoration: none;
  background: #617080;
  color: #fff;
}
@media (min-width: 768px) {
  .card-wrapper:hover .product-description {
    height: 105px;
  }
}
.image-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 768px) {
  .image-holder {
    height: 325px;
  }
}
.image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.6s;
}
.image-holder:after {
  content: " ";
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  color: #4caf50;
  text-align: center;
  position: absolute;
  top: 92.5px;
  left: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .image-holder:after {
    top: 107.5px;
  }
}
.image-holder .image-holder_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.image-holder .image-holder-original {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-liquid {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center center;
}
.product-description {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
@media (min-width: 768px) {
  .product-description {
    height: 65px;
  }
}
.product-description p {
  margin: 0 0 5px;
}
.product-description .product-description__title {
  font-family: "Raleway", sans-serif;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.product-description .product-description__title:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
}
.product-description .product-description__title a {
  text-decoration: none;
  color: inherit;
}
.secondary-text {
  padding: 15px 0;
  color: #000;
  background-color: #fff;
  margin-top: 30px;
}
.addToCart {
  background-color: #fff;
  padding: 5px 10px;
  margin: auto;
  border: 2px solid #999;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.addToCart:hover,
.addToCart:focus {
  color: #999;
  text-decoration: none;
}
.authorization-link {
  display: inline-block;
  position: relative;
  float: right;
  padding-right: 15px;
  border-right: 1px solid #757575;
}
.authorization-link a {
  color: #757575;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
.authorization-link a:hover,
.authorization-link a:focus {
  color: #333;
  text-decoration: none;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0px;
}
.product-info-main .product.attribute.overview {
  margin: 10px 0;
}
.pincodeform {
  margin: 15px 0;
  position: relative;
}
.pincodeform label {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-weight: 400;
  margin: 10px 0 10px;
  text-transform: capitalize;
  display: block;
}
.sharenewIcon {
    top: 0px !important;}
.pincodeform label,
.pincodeform input {
 display: block !important;
}
.pincodeform .inputSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50%;
    margin-top: 15px;
}
.pincodeform input[type="number"] {
    padding: 5px 15px !important;
    border: 1px solid #ddd !important;
    height: 45px !important;
    border-radius: 0;
    box-shadow: none;
}
.pincodeform button {
    border: none;
    text-align: center;
    border-radius: 4px !important;
    background: #1891f6;
    color: #fff;
    padding: 0px 20px;
    height: 45px;
}
.pincodeform button{
  margin-top: 0px !important;
}
.box-tocart {
    margin-left: 20%;
    display: none;
}
.box-tocart .tocart,
.box-tocart .action.primary.buynow {
  display: inline-block;
  width: 48% !important;
  margin-left: 5px;
  float: left;
  font-size: 1.4rem !important;
  padding: 10px !important;
  line-height: 1 !important;
  border: 1px solid #152c73;
  border-radius: 18px !important;
  color: #fff !important;
  background: #1891f6 !important;
}
.box-tocart .tocart,
.box-tocart .action.primary.buynow:hover {
  color: #fff !important;
  background: #152c73 !important;
}
.box-tocart.buynow:hover {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-tocart .tocart {
  background: #1891f6;
}
.price-box .old-price {
  position: relative;
  margin: 0px;
  color: #878787;
}
.price-box .old-price:after {
  content: "";
  width: 110%;
  height: 2px;
  position: absolute;
  left: -5px;
  bottom: 45%;
  background-color: #878787;
}
.price-box .old-price,
.price-box .special-price {
  display: inline;
}
.sly-old-price {
    display: none !important;
}
/*.percentoff {
  margin-left: 13px;
  padding: 3px 8px;
  background: #f76007;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}*/
.percentoff {
    margin-left: 0;
    padding: 0;
    color: #00C64F;
    font-weight: 700;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
  color: #000;
}
.review-form {
  width: 100%;
  max-width: 100%;
  background: #f5f5f5;
  padding: 20px;
}
.review-form strong {
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px dashed #cdcccc;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.review-field-ratings legend.label {
    padding: 0px !important;
    margin: 0px !important;
    color: #8c8c8c !important;
    text-transform: uppercase;
}
.review-field-ratings {
    margin: 0px !important;
}
.review-fieldset input {
    height: 45px !important;
    box-shadow: none;
    border-radius: 0px !important;
    margin: 0px !important;
}
.review-fieldset label.label {
    margin: 0px !important;
}
.review-form input[type="text"] {
    box-shadow: none !important;
    border-radius: 0px !important;
    height: 45px !important;
}
.mage-accordion-disabled .legend.review-legend {
    float: none;
    font-size: 20px; 
}
.mage-accordion-disabled .legend.review-legend span{
  display: block;
}
.top-icons,
.towishlist {
  text-align: left;
  display: inline-block;
}
.towishlist svg,
.top-icons svg {
  font-size: 2rem;
}
.top-icons a,
.towishlist {
  text-align: center;
  margin-right: 0px;
  color: #152c73;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
}
.towishlist:hover{
  color: #ff0000 !important;
}
.wishlist-discount_off{
  text-align: center;
}
.product-item .action.towishlist {
  border: 0px;
  border-right: 1px solid #0072ff;
  color: #152c73 !important;
}
.product-item .action.towishlist:hover {
  color: #ff0000 !important;
}
.at4-show {
  opacity: 0 !important;
}
.social_icons {
  left: 1px;
  margin: 0px;
  display: inline-block;
  position: relative;
}
.towishlist span,
.top-icons span {
  display: block;
  color: #333;
}
.towishlist:hover,
.towishlist:focus,
.top-icons a:hover,
.top-icons a:focus,
.top-icons span:hover,
.top-icons span:focus {
  color: #000;
  text-decoration: none;
}
.review-form .review-field-nickname,
.review-form .review-field-summary {
  width: 50%;
  float: left;
}
.review-form .review-field-nickname {
  padding-right: 10px;
}
.review-form .review-field-summary {
  padding-left: 10px;
}
.review-form .action.submit.primary {
  background: #152c73;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 15px 25px;
  margin: 0;
  border-radius: 50px !important;
}
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:focus {
  background: #0d6ebf;
  color: #fff;
}
.offers_section {
  margin-top: 15px;
  margin-bottom: 0px;
}
.productHighlights,
.ProductDescription,
.Productspecification {
  margin-bottom: 20px;
}
.offers_sectionTitle,
.productHighlightTitle,
.ProductDescriptionTitle,
.ProductspecificationTitle {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
.offers_sectionTitle h3,
.productHighlightTitle h3,
.ProductDescriptionTitle h3,
.ProductSpecificationTitle h3 {
  font-size: 1.5rem;
  color: #232323;
  font-weight: 600;
  margin: 0;
  vertical-align: top;
}
.offers_sectionTxt,
.productHighlightTxt,
.ProductDescriptionTxt,
.ProductspecificationTxt {
  display: inline-block;
  width: 80%;
}
.ProductSpecificationTxt table {
  border: 1px solid #ebebeb;
}
.ProductSpecificationTxt table > tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.ProductSpecificationTxt table > tbody > tr > td {
  border-right: 1px solid #ebebeb;
  padding: 8px 10px !important;
  width: 56%;
}
.ProductSpecificationTxtreadmoretable {
  border: 1px solid #ebebeb;
}
.ProductSpecificationTxtreadmore table > tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.ProductSpecificationTxtreadmore table > tbody > tr > td {
  border-right: 1px solid #ebebeb;
  padding: 8px 10px !important;
  width: 56%;
}
.featureBox {
  margin: 0px;
}
.featureTxt,
.featureTitle {
  display: inline-block;
}
.featureTitle {
    width: 48%;
    font-size: 20px;
}
.featureTxt {
  padding: 6px;
  margin-left: 0px;
  border-radius: 4px;
  background: #152c73;
  color: #fff;
}
.fsqty {
  display: inline-flex;
  display: -webkit-inline-box;
}
.qty-plus,
.qty-minus {
  border: 1px solid #1891f6;
  height: 33px;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  width: 33px;
  background: none !important;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.qty-plus {
}
.qty-minus {
}
.fsqtytxtbx {
  width: 30% !important;
  text-align: center;
}
.swatch-opt {
  margin: 0px !important;
}
.swatch-option {
  height: auto !important;
}

.swatch-option {
  border: 1px solid #1891f6 !important;
}
.ProductDescription {
}
.product-info-main ul {
  padding-left: 15px;
}
.product-info-main ol,
.product-info-main ul {
  text-transform: capitalize;
  padding: 0;
}
.product-info-main ol li,
.product-info-main ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  width: 48%;
}
.product-info-main ol li:after,
.product-info-main ul li:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #152c73;
  border-radius: 50%;
}
.Productspecification h4 {
  font-size: 20px;
  border-bottom: 1px solid #dfd7d7;
  padding: 7px 0;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  line-height: 26px;
  font-family: "Flama Basic" !important;
}
.ProductSpecificationTxt table{
  margin-top: 20px;
}
.bluebox {
  border: 1px solid #1891f6;
  background: #1891f6;
  color: #fff;
  margin: 5px !important;
  border-radius: 10px;
}
.darkbluebox {
  border: 1px solid #152c73;
  background: #152c73;
  color: #fff;
  margin: 5px !important;
  border-radius: 10px;
}
.manufacturer .ProductDescription h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  vertical-align: top;
}
.manufacturer .ProductDescription p {
  font-size: 16px;
  line-height: 1.5;
}
.page-layout-1column .product.media {
    margin-top: 2%;
}
/*.stickyfixed {
    position: fixed !important;
    top: 120px !important;
}*/
.stickyfixed {
    flex-flow: column !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 2 !important;
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    top: 110px;
}
.fotorama {
    min-width: 1px;
    overflow: hidden;
    border-radius: 10px;
  
}
/*.fotorama {
  margin-left: 120px;
}*/
.fotorama__nav__frame--thumb {
  border: 0;
}
.fotorama__thumb-border {
  border: 1px solid #000 !important;
}
.fotorama__thumb {
  background-color: #ffffff !important;
}
.fotorama__grab {
  border: 0 !important;
  border: 0 !important;
}
.cms-home .columns .column.main {
  padding-bottom: unset;
  min-height: unset;
}
.notifybtn {
  border: 1px solid #152c73 !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
  background: none !important;
  height: 32px !important;
  padding: 0px 11px !important;
}
.nav-sections {
  background: #152c73;
  margin-bottom: 0px !important;
}
.page-main-full-width .columns {
  width: 100%;
  margin: auto;
}
.page-layout-1column .product.media {
  width: 43% !important;
   margin-bottom: 0px !important;
}
.page-layout-1column .product-info-main {
    width: 56% !important;
    color: #333;
    margin-left: 1%;
    padding: 1rem 1rem;
    border: 1px solid #efefef;
    border-radius: 13px;
    margin-top: 2%;
    font-family: "Flama Basic" !important;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: unset !important;
  line-height: unset !important;
}
.product-info-main .product-info-price .price-box .price-container > span {
/*    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;*/
    margin-bottom: 5px;
}
.save-price-container {
    padding-top: 2px;
}
.saveprice{
  padding: 0px !important;
}
.product-info-main .product-info-price {
  border-bottom: 1px solid #ebebeb !important;
}
.copyright {
  background-color: #617080;
}
.fieldset,
.fieldset .review-legend.legend {
  border: 0;
  margin: 0 0 10px;
}
legend.legend.review-legend strong {
  color: #1891f6;
  font-size: 15px;
  letter-spacing: 1px;
}
.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: unset !important;
}
.product.attribute .type {
  clear: both;
  padding-top: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.mtop5 {
  margin: 40px;
  text-align: center;
}
.login-left {
  background: #1891f6 !important;
  height: 350px;
  color: #fff;
}
.login-left > .label {
  color: #fff !important;
}
.FSlogin_Mobile {
  padding: 8px 10px 10px 0 !important;
  width: 100%;
  color: #000;
  font-size: inherit;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.login-logo {
    margin-top: 0;
    text-align: center;
}
.social-login-title h2 {
  font-size: 22px !important;
}
#social-login-popup .social-login-title {
  background-color: #152c73 !important;
}
a.resendotp {
  color: #fff !important;
  text-decoration: underline !important;
  font-size: 12px !important;
  padding-top: 8px;
}
.social-login-customer-authentication.fieldset > .field > .label {
  font-size: 14px !important;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: left;
}
#social-login-popup .social-login #bnt-social-login-authentication {
  background-color: #152c73 !important;
  border: #152c73 !important;
  border-radius: 5px;
}
#social-login-popup .social-login #bnt-social-login-authentication,
#social-login-popup .forgot .primary button,
#social-login-popup .create .primary button,
#social-login-popup .fake-email .primary button {
  background-color: #152c73 !important;
  border: #152c73 !important;
  border-radius: 15px;
  color: #fff;
  width: 200px;
}
.actions-toolbar > .secondarya.action {
  background: #efeded;
  color: #000;
  height: 40px;
  border-radius: 5px;
  line-height: 25px;
  border: 1px solid #efeded;
  box-shadow: none;
  padding: 5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
}
.actions-toolbar > .secondary:last-child {
  margin-top: 4px !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  display: block;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
@media (min-width: 768px), print {
  .navigation {
    background: linear-gradient(90deg, #002b6f 0%, #00a8e9 100%) !important;
  }
  .navigation .level0 > .level-top {
    color: #fff !important;
    border-color: #1891f6 !important;
    line-height: 30px !important;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #1891f6 !important;
  }
  .page-footer {
    background: #fff !important;
    padding-bottom: 0px !important;
  }
  .compare.wrapper .action.compare {
    color: #fff !important;
    border-radius: 5px;
    padding: 10px;
    background: #1891f6;
    border: 1px solid #1891f6;
  }
  .compare.wrapper .counter.qty {
    color: #fff !important;
  }
  .compare.wrapper {
    float: none !important;
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 10000;
  }
  .order-actions-toolbar .action.print {
    float: left !important;
    border: 1px solid #495988;
    background: #fff;
    padding: 9px;
    margin-right: 10px;
    color: #495988 !important;
    border-radius: 5px;
    margin-top: -10px;
  }
  .FSlogin_Mobile {
    height: 150px !important;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-left: 20px;
  }
  .cart-discount {
    width: 70% !important;
    margin-left: 15px;
  }
  .header.content {
    padding: 20px 20px 0 !important;
  }
  .logo {
    margin: 0 auto 11px 0 !important;
    box-shadow: 5px 5px 7px #858484;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .order-status {
    float: right;
  }
}
.actions-toolbar {
  margin-top: 20px !important;
}
.order-actions-toolbar .action {
  border: 1px solid #495988;
  background: #495988;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .productHighlightTitle,
  .ProductDescriptionTitle,
  .ProductspecificationTitle {
    width: 18%;
  }
  .productHighlightTxt,
  .ProductDescriptionTxt,
  .ProductspecificationTxt {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .page-layout-1column .product-info-main,
  .page-layout-1column .product.media {
    width: 96% !important;
    padding-left: 10px;
  }
  .productHighlightTxt,
  .ProductDescriptionTxt,
  .ProductspecificationTxt,
  .productHighlightTitle,
  .ProductDescriptionTitle,
  .ProductspecificationTitle {
    width: 100%;
  }
.cart.table-wrapper .col.price {
  border-right: 0px solid #ccc;
}
.cart.table-wrapper .col.qty {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
}
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}
*:focus {
  outline: none !important;
  box-shadow: 0px !important;
}
textarea:focus,
input:focus {
  outline: none;
  box-shadow: 0px !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 0px 0px #00699d !important;
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: relative;
  height: auto;
  width: auto;
  background: none;
  border: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16) !important;
}
.list-heading {
  border-bottom: 1px dashed #1891f6;
  color: #152c73;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #152c73 !important;
  font-size: 40px !imporotant;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #1891f6 !important;
  border-radius: 5px;
}
/*.opc-block-summary {
  margin: 0px !important;
  background: #fff !important;
}*/
.opc-wrapper .form-login .fieldset .field .label {
  font-size: 14px !important;
}
.breadcrumbs {
  margin: 15px 0 15px !important;
}
.page-title-wrapper.page-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page-title-wrapper.product.page-title {
  padding-bottom: 0px;
  border-bottom: 0px solid #ccc;
}
.new-lable {
  left: 0;
  top: 0;
  position: absolute;
  background: url(https://cmiestore.com/pub/media/new.png);
  width: 150px;
  height: 150px !important;
  color: #fff;
  background-repeat: no-repeat;
}
.product-item-info {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  margin: 0px !important;
  padding: 9px;
  background: #fff;
  position: relative;
}
.products-grid .product-item-info:hover {
  margin: 0px !important;
}
.action.primary.tocart {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  border-radius: 18px !important;
}
.action.primary.tocart:hover {
  background: #1891f6 !important;
  border: 1px solid #152c73 !important;
  transition-timing-function: ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.action.primary.compareviewdetail {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  border-radius: 18px !important;
}
.filter-title strong {
  background-color: #1891f6 !important;
  color: #fff;
  left: 5px !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
  border: 0px solid #ccc !important;
}
.box-tocart .action.tocart {
  background: #152c73 !important;
  border: 1px solid #1891f6 !important;
  color: #fff !important;
  width: 49% !imporotant;
}
.filter-content {
  margin-left: 10px;
}
#layered-filter-block .filter-content.lof {
  margin-left: 10px;
}
.catalogsearch-result-index.filter-content.lof {
  margin-left: 10px;
}
.filter-current .action.remove:before {
  color: red !important;
}
.filter-current .items {
  border: 1px solid #1891f6 !important;
  margin-bottom: 10px;
}
.filter-options-item {
  border: 1px solid #1891f6 !important;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.filter-options-title {
  padding: 10px 40px 10px 10px !important;
  background: #dcdfe7;
  border: 1px solid #1891f6;
  border-left: 0px;
  border-right: 0px;
  text-transform: capitalize;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 0px;
}
.filter .block-subtitle {
  color: #fff;
  border-bottom: 1px solid #152c73;
  background: #1891f6;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 10px 10px !important;
}
.filter-options-content a:hover {
  background-color: #fff !important;
}
.products-grid .product-item-actions {
    margin: 15px 0px 0px !important;
    border-top: 1px solid #cdcccc;
    padding: 15px 0px 0px !important;
}
.toolbar select {
  background-color: #fcfcfc !important;
}
.toolbar {
  border-bottom: 1px dashed #1891f6 !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
#lof_price_text {
  margin-top: 10px;
}
.listing_icon {
  margin-left: 5px;
  font-size: 1.2em;
  color: #152c73;
}
.product-item-actions .actions-secondary {
}
.block-compare {
  margin-left: 10px !important;
}
.block-compare > .block-content {
  padding: 5px !important;
  border: 1px solid #0072ff;
}
.block-compare > .block-title {
  color: #fff;
  border-bottom: 1px solid #152c73;
  background: #1891f6;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 10px 10px !important;
  margin-bottom: 0px !important;
}
.block-compare .counter {
  color: #fff !important;
  font-size: 16px !important;
}
.block-compare .action.primary {
  background: #1891f6 !important;
  border: 0px solid #ccc !important;
  color: #fff !important;
}
.block-compare .action.delete:before {
  color: red !important;
}
.pages .action {
  background: #e0f1f9 !important;
  border: 1px solid #032f5d !important;
}
.pages a.page {
  border: 1px solid #0072ff;
}
.pages strong.page {
  background: #1891f6 !important;
  color: #fff !important;
  border: 1px solid #1891f6;
}
.ui-slider-handle {
  background: #1891f6 !important;
}
.products-list .product-image-wrapper {
  padding: 10px !important;
}
.products-list .product-item {
  margin-top: 10px;
  position: relative;
}
.product-item-name,
.product.name a {
  font-weight: 600 !important;
  min-height: 40px;
}
.page-products .product-item-info {
  width: 340px !important;
}
.reviewContainer {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.reviewContainer > .title {
  font-size: 15px;
  font-weight: 600;
}
.review-detail {
  line-height: 1.4;
  margin: 12px 0;
  overflow: hidden;
}
.reviewContainer > .reviewer {
  font-size: 12px;
  color: #878787;
  padding: 0 6px 0 0;
}
.product-info-main .product-add-form {
  padding-top: 0px !important;
}
.products-grid .product-item {
  width: calc((100% - 2%) / 1) !important;
  margin-left: 5% !important;
  margin-top: 20px;
}
.product-item-info {
  width: 340px;
}
.nuproduct-image-container {
  /*height: 200px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > .action {
  line-height: 25px;
}
.minicart-items-wrapper {
  /*height: 300px !important;*/
}
.minicart-items .product-item-pricing .label {
  color: #000 !important;
  font-size: 100% !important;
  font-weight: 500 !important;
  margin-right: 10px;
}
.minicart-items .action.primary{
  padding: 15px 25px !important;
}
.label {
  padding: 0.2em 0.2em 0.3em !important;
  color: #000 !important;
  font-size: 100% !important;
}
.minicart-items .product-item-details .details-qty {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
.loginlbl {
  color: #fff !important;
}
.cart.table-wrapper {
  border: 1px solid #ccc !important;
  margin: 0px;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-top: 10px !important;
  border-right: 1px solid #ccc;
  background: #d6e9f7;
}
.fsSuccess {
    font-size: 12px;
    color: #919191;
    margin-top: 5px;
}
.mark,
mark {
  background-color: #fff !important;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  left: 16px !important;
  position: unset;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  left: 45px !important;
  position: unset;
}
.cart-summary {
    background-color: #bbcddc3b;
    border-left: 0;
    border-radius: 5px;
    margin-right: 15px;
}
.towishlist.action-towishlist {
  position: unset;
  right: 0;
}
.action.update {
  background: #fff !important;
  border-color: #495988 !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
  border-radius: 18px;
  color: #495988 !important;
}
.action.tocart {
  background: #1891f6 !important;
  border-color: #495988 !important;
  color: #fff !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
  border-radius: 18px;
}
.action.share {
  background: #495988 !important;
  border-color: #495988 !important;
  color: #fff !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
}
.action.clear {
  margin-top: -4px !important;
}
.action.primary {
  background: #152c73 !important;
  border-color: #152c73 !important;
  color: #fff !important;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
  border-radius: 50px !important;
  padding: 10px 25px !important;
}
.action.secondary {
    background: #e02b27 !important;
    border-color: #152c73 !important;
    color: #fff !important;
    box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
    border-radius: 50px !important;
    padding: 9px 25px !important;
    margin: 0 !important;
    margin-left: 10px !important;
}
.action.primary.checkout {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
  border-radius: 40px;
}
.cart.table-wrapper .product-item-name {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0px !important;
}
.cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0px !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 14px 0 !important;
}
.cart.table-wrapper .col.price .price-excluding-tax .price {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cart.table-wrapper .col.price .price-including-tax .price,
.price-excluding-tax .price {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.checkout-methods-items .action.primary.checkout {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  border-radius: 18px;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
h1.page-title {
  font-size: 24px !important;
  margin-bottom: 5px;
  color: #152c73;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-size: 14px !important;
  text-align: left !important;
}
.cart.table-wrapper .cart thead tr th.col {
     padding-top: 10px !important;
    background: #d6e9f7;
    text-align: center;
}
.cart.table-wrapper .col.price {
  border-right: 1px solid #ccc;
}
.cart.table-wrapper .col.qty {
  border-right: 1px solid #ccc !important;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-size: 1.8rem !important;
  font-weight: 600;
  color: #152c73;
}
.opc-block-shipping-information {
  /*background: #fff;*/
}
.modal-header {
  border-bottom: 0px !important;
  padding: 0px !important;
}
.modal-content {
  background: #fff !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) !important;
  border: 0px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  background: #152c73 !important;
  color: #fff !important;
  border-radius: 15px;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
}
.cart-discount .actions-toolbar .action.primary:not(:focus) {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  border-radius: 18px;
  margin-left: 5px;
}
.cart-discount .actions-toolbar .action.primary:focus {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #111 !important;
  font-size: 1.3rem !important;
  border-radius: 4px;
  margin-left: 5px;
}
#block-discount {
  padding: 10px;
  border: 1px solid #ccc;
}
#block-discount .title {
    margin: 0px !important;
    padding: 0px !important;
}
.cart-discount .block .content {
  padding: 0px !important;
}
#opc-new-shipping-address {
  margin-top: 20px;
}
#modal-title-10 {
  margin-left: 10px;
}
.checkout-payment-method .payment-method-title > label {
  font-size: 14px !important;
  font-weight: 400;
  padding: 0px !important;
}
.opc-wrapper .shipping-address-item {
  border:1px solid #d7e2ec;
}
.opc-block-summary .table-totals tbody .mark span.label {
  font-size: 14px !important;
  font-weight: 400;
  padding: 0px !important;
}
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.6rem !important;
}
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.6rem !important;
}
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:not(:focus) {
  background: #152c73 !important;
  border: 1px solid #152c73 !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  border-radius: 18px;
}
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:focus {
  background: linear-gradient(#1891f6, #ffffff) !important;
  border: 1px solid #152c73 !important;
  color: #111 !important;
  font-size: 1.3rem !important;
  border-radius: 4px;
}
.checkout-container {
  margin: 0 15px 0 15px !important;
}
.checkout-success {
  padding: 10px;
}
.opc-sidebar {
  margin-top: 0px !important;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1891f6 !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1891f6 !important;
}
.opc-wrapper .action-select-shipping-item {
      background: #1891f6 !important;
    font-size: 12px;
    border: 1px solid #55acf5;
    padding: 0px 7px;
    border-radius: 34px;
    color: #fff !important;
    box-shadow: inset 0px 2px 0 0 #fff, inset 1px -4px 0 0 #006bb4 !important;
}
.opc-wrapper .action-show-popup {
  background: #fff;
  border: 1px solid #1891f6;
  font-size: 14px;
  color: #000 !important;
  border-radius: 18px;
  box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
}
.product-info-main ul.detailoffer li {
  width: 96% !important;
}
.product-info-main ul.detailoffer li:after {
  content: "\f02b" !important;
  font-family: "FontAwesome";
  color: #15be48;
  background-color: transparent !important;
  font-size: 20px;
  width: 18px;
  height: 18px;
  left: 0px !important;
  top: 3px !important;
  border-radius: 0 !important;
  margin-left: -8px;
}
.my-account-pages {
  width: 85% !important;
}
.block-collapsible-nav .item.current > strong {
  border-color: #1891f6 !important;
}
.block-collapsible-nav .item.current a {
  border-color: #1891f6 !important;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 1.8rem !important;
}
.account .column.main .order-details-items .table-wrapper .data.table {
  border: 1px solid #ccc !important;
}
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th {
  background: rgba(51, 51, 51, 0.1) !important;
  border-right: 1px solid #ccc;
}
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > td {
  border-right: 1px solid #ccc;
}
.order-date span.label {
  font-size: 14px !important;
}
.block-collapsible-nav .item .delimiter {
  display: none !important;
  margin: 0px !important;
}
.block-collapsible-nav .item {
  margin: 0px;
  border-bottom: 1px solid #c1c0c0;
  padding: 5px 0;
}
.block-collapsible-nav .item:nth-child(4) {
  border-bottom: 0px !important;
  padding: 0px !important;
}
.block-collapsible-nav .item:nth-child(6) {
  border-bottom: 0px !important;
  padding: 0px !important;
}
.checkbox,
.radio {
  display: inline !important;
}
.form-edit-account .fieldset:nth-child(2) {
  margin-right: 20px !important;
}
.addressbok_btn {
  float: right;
}
.Myacct-page {
  width: 100%;
  font-size: 120%;
  color: #000;
  padding: 10px;
  height: 55px;
  background: #dae6ef;
  margin-bottom: 10px;
}
.Myacct-page-title {
  font-size: 24px !important;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #152c73;
}
.form-address-edit > .fieldset {
  width: 80% !important;
}
.block-collapsible-nav .title {
  background: #1891f6;
  color: #fff;
  padding: 10px !important;
  margin-bottom: 0px !important;
}
.block-collapsible-nav .content {
  background: none !important;
  padding: 2px 0 !important;
}
.form-address-edit .actions-toolbar .action.primary {
  font-size: 1.4rem !important;
  padding: 9px 10px !important;
  line-height: 1.4rem !important;
}
.modal-slide .action-close {
  margin: 8px 25px 11px 11px !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  width: 100% !important;
}
.fs-wishlist {
}
.fs-wishlist .box-tocart,
.fs-wishlist .product-item-actions {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
  border-top: none !important;
}
.fs-wishlist .product-item {
  padding: 5px !imporotant;
}
.fs-wishlist .box-tocart {
  margin-left: unset;
  margin: 0;
}
.fs-wishlist .box-tocart .fieldset {
  margin: 0;
}
.fs-wishlist .product-item-actions {
  float: right !important;
}
.products-grid .product-item-info:hover .product-item-inner{
  box-shadow: none !important;
}
.account .table-wrapper {
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.table-order-items {
  /*border: 1px solid #1891f6;*/
}
.table-order-items > tbody > tr > td {
  /*border-right: 1px solid #1891f6;*/
}
.fs-cmi {
    margin-top: 20px;
}
.order-details-items .product-item-name {
  font-size: 1.4rem;
  font-weight: 400 !important;
  min-height: auto !important;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding: 8px !important;
}
.order-details-items .col.name {
  padding-top: 8px !important;
}
.table-reviews {
  border: 1px solid #1891f6;
}
.table-reviews > tbody > tr > td {
  border-right: 1px solid #1891f6;
}
.bluebar {
  background: #152c73;
  height: 40px;
  margin-bottom: 20px;
}
.table-comparison {
  border: 1px solid #ccc !important;
}
.table-comparison .cell {
  width: auto !important;
  padding: 10px !important;
}
.table-comparison .cell.remove {
  text-align: center !important;
}
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th {
  border-right: 0px solid #ccc !important;
}
.table-comparison .cell.attribute {
  border-left: 1px solid #ccc !important;
}
.table-comparison .cell.label .attribute.label {
  white-space: initial !important;
}
.table-comparison .cell.label.remove span {
  position: initial !important;
}
.table-comparison .cell.label.product span {
  position: initial !important;
}
.table-comparison .cell.label {
  border-right: 0px solid #ccc !important;
}
.table-comparison .cell.product.label {
  border-bottom: 0px solid #ccc !important;
  visibility: hidden;
}
#product-comparison.table > thead > tr > th {
  border-bottom: 0px solid #ccc !important;
  visibility: hidden;
}
.compare_pro_image {
  max-height: 220px;
  height: 200px;
  vertical-align: middle;
}
@media (min-width: 640px), print {
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    border: 0px solid #bbb !important;
  }
  .products-grid .product-item-inner {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    border: 0px solid #bbb !important;
    margin: 0px !important;
  }
  .product-item-actions .actions-primary .actions-secondary > .action {
    line-height: 25px !important;
  }
}
@media (min-width: 768px), print {
  .navigation .level0.active > .level-top {
    border-color: #1891f6 !important;
  }
  .page-products .products-grid .product-item {
    position: relative;
  }
  .opc-progress-bar-item._active:before {
    background: #1891f6 !important;
    border-color: #1891f6 !important;
  }
  .opc-progress-bar-item._active > span:before {
    background: #1891f6 !important;
    border-color: #1891f6 !important;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #1891f6 !important;
  }
  .product-info-main .product-add-form {
    padding-top: 0px !important;
  }
  .cart-empty {
    padding: 10px;
    margin: 15px 0 0 40px;
  }
  .block-collapsible-nav .title {
    clip: auto !important;
    height: auto !important;
    position: initial !important;
    width: auto !important;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 0px 0 !important;
    border-right: 1px solid #ccc;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    background: #152c73 !important;
    border: 1px solid #152c73 !important;
    color: #fff !important;
    font-size: 1.4rem !important;
    border-radius: 18px !important;
    line-height: 1.2rem !important;
    width: 100px;
  }

  .account.page-layout-2columns-left .sidebar-main .block {
    border: 1px solid #ccc !important;
  }
  .action.primary.tocart {
    font-size: 1.4rem !important;
  }
  .action.primary.compareviewdetail {
    font-size: 1.4rem !important;
  }
  .table-comparison .cell .attribute.value {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
    margin-left: 0 !important;
    padding: 5px !important;
  }
}
.table-comparison .cell .attribute.value {
  overflow: inherit !important;
}
.table-comparison .cell.attribute {
  font-size: 0.9rem !important;
}
@media (max-width: 1200px) {
  .logo {
    left: 0%;
    box-shadow: 5px 5px 7px #858484;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media (max-width: 992px) {
  .box-tocart {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  h1.page-title {
    font-size: 1.7rem !important;
  }
.table-wrapper td.col{
border-top: 0px !important;
}
  .columns .sidebar-main {
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .sidebar-main {
    position: unset !important;
    top: 0;
    margin: 0;
    width: 51%;
  }
  .page-with-filter .columns {
    width: 90%;
  }
  .filter .filter-current-subtitle:after {
    color: #ffffff !important;
  }
  .mtop5 {
    margin: 10px;
  }
  #social-login-popup .social-login #bnt-social-login-authentication,
  #social-login-popup .forgot .primary button,
  #social-login-popup .create .primary button,
  #social-login-popup .fake-email .primary button {
    width: 170px;
  }
  .login-logo {
    margin: 2% 0 0 20%;
  }
  .login-left {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections {
    left: -80% !important;
    width: 80% !important;
  }
  .nav-open .nav-sections {
    left: 0 !important;
  }
  .filter.active .filter-title strong {
    background: none !important;
    left: auto !important;
  }
  .filter.active .filter-title strong:after {
    color: #f70000 !important;
  }
  .block-collapsible-nav .content {
    background: #f5f5f5 !important;
  }
  .compare.wrapper .action.compare {
    color: #fff !important;
    border-radius: 5px;
    padding: 10px;
    background: #1891f6;
    border: 1px solid #1891f6;
    position: fixed;
    bottom: 25px;
    right: 18px;
    z-index: 10000;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: block !important;
  }
  .compare.wrapper {
    list-style: none none;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
         width: 58% !important;
        float: right;
        margin: 0 0 0 0px !important;
  }
  .page-layout-1column .product.media{
    top: 0px !important;
  }
}
@media only screen and (max-width: 639px) {
  .list-heading {
    margin-left: 10px;
  }
  .toolbar-products {
    margin-left: 10px;
  }
  .opc-wrapper .shipping-address-item {
    padding: 10px 10px 5px 15px !important;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
  .ftr_Ccaretitle a,
  .ftr_Ccaretitle {
    font-size: 15px;
  }
  .products-grid.wishlist .product-image-container {
    width: 100% !imporotant;
    max-width: 100% !imporotant;
  }
}
.secondary-addto-links.actions-secondary.comparelist {
  border: 0;
}
.secondary-addto-links.actions-secondary.comparelist a {
  width: 100% !important;
}
.ft-border-l {
  border-left: 1px solid #fff;
}
.ft-border-l p {
  color: #fff;
}
.filter-options-title span {
  display: block;
  font-size: 10px;
  font-weight: 300;
}
.pincodeform .col-md-2 {
  padding-right: 0;
}
.product-item .product-item-name {
    font-size: 1.3rem;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.sidebar .navtext {
  padding: 0 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.social-list {
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  background: #fff;
}
.social-list li {
  display: inline-block;
  padding: 5px !important;
  margin: 0;
  list-style-type: none;
  width: 20% !important;
  font-size: 34px;
  cursor: pointer;
}
.social-list li:after {
  position: initial !important;
}
.sociallist-container {
  width: 28%;
  position: relative;
  left: 23%;
}
@media (max-width: 768px) {
  .sociallist-container {
    width: 51%;
  }
  .social-list li {
    width: 29% !important;
  }
}
.nav-link.button {
  background-color: #e15311;
  cursor: pointer;
  color: #fff !important;
}
@keyframes glowing {
  0% {
    background-color: #e15311;
    box-shadow: 0 0 5px #e15311;
  }
  50% {
    background-color: #e87f00;
    box-shadow: 0 0 20px #e87f00;
  }
  100% {
    background-color: #e15311;
    box-shadow: 0 0 5px #e15311;
  }
}
.nav-link.button {
  animation: glowing 1300ms infinite;
}
@media only screen and (max-width: 767px) {
  a.flash-sale {
    color: #fff !important;
  }
}
.register_warranty_text {
  width: 100%;
  margin: 25px auto 0;
  background: #eaeaea;
}
.register_warranty_text h3 {
  text-align: left;
  padding: 1.5%;
  color: #17469e;
}
.register_warranty_scroll {
  width: 100%;
  float: left;
  margin: 0;
  padding: 1.5% 0.5% 1.5% 1.5%;
  height: 400px;
  overflow-x: scroll;
  background: #eaeaea;
}
.check_box_text {
  width: 100%;
  font-weight: 600;
  color: #333;
  margin: 10px auto 0 !important;
  text-align: left;
  padding: 0% 0% 0% 1.5%;
}
.pt-25 {
  padding-top: 25px;
}
.proceedBtn {
  color: #fff !important;
}
.shadowbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 13px 23px rgb(189 188 192);
}
.descriptionbox {
  padding: 25px 30px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.tablesummary {
  background: #b4b1b1;
}
.thead-dark {
  background-color: #cecbcb;
}
.productprice {
  font-size: 24px;
  color: #152c73;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .pt-25 {
    padding-top: 0px;
  }
  .page-header .header.content a.logo{
    margin-left: 33px !important;
margin-top:10px !important;
  }
  .logo img {
      width: 100px;
  }
  .page-products .columns {
      padding-top: 30px !important;
  }
}
@media (min-width: 768px), print {
  .block-search {
/*    float: left !important;
    margin-left: 10% !important;
    width: 55% !important;*/
  }
  .block-search .action.search[disabled] {
    opacity: 1 !important;
  }
  .block-search .action.search {
    right: 0 !important;
    padding: 0px 10px !important;
    background: linear-gradient(
      180deg,
      rgba(0, 170, 229, 1) 0%,
      rgba(1, 64, 135, 1) 100%
    ) !important;
  }
  .block-search .action.search:before {
    color: #fff !important;
  }
  .cms-index-index input[type="text"] {
    border-radius: 6px !important;
    box-shadow: 5px 5px 7px #858484;
    height: 32px !important;
  }
}


/*.checkout-index-index .opc-progress-bar {
  width: 66.6%;
  float: right;
}*/
.checkout-index-index .opc-wrapper {
  float: right !important;
}

@media (max-width: 768px) {
.mfp-iframe-scaler {
    width: 100%;
    height: 90vh; !important
    overflow: hidden;
    padding-top: 0;
    padding-top: 25px;
}
.mfp-iframe-holder .mfp-close {
    top: 2px;
    right: 1px;
}

}
 @media (min-width: 1300px) and (max-width: 1368px){
  .addtocartbutton, button#product-buynow-button {
    padding: 10px 10px !important;
  }
}
/* Section container */
section.mt-4 {
/*  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #333;*/
}

/* General headings */
section.mt-4 h1,
section.mt-4 h2,
section.mt-4 h3,
section.mt-4 h4,
section.mt-4 h5,
section.mt-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #222;
  font-weight: 600;
}

/* Paragraph */
section.mt-4 p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.5rem;
}

/* Anchor links */
section.mt-4 a {
  color: #007bff;
  text-decoration: none;
}
section.mt-4 a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Lists */
section.mt-4 ul,
section.mt-4 ol {
  margin: 1rem 0;
  padding-left: 1.25rem;
}
section.mt-4 li {
  margin-bottom: 0.5rem;
}

/* Images */
section.mt-4 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}

/* Tables */
section.mt-4 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
section.mt-4 th,
section.mt-4 td {
  padding: 0.75rem;
  border: 1px solid #ddd;
}
section.mt-4 th {
  background-color: #f9f9f9;
}

/* Forms */
section.mt-4 input,
section.mt-4 textarea,
section.mt-4 select,
section.mt-4 button {
  font-family: inherit;
  margin-bottom: 1rem;
}
section.mt-4 input,
section.mt-4 textarea,
section.mt-4 select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
section.mt-4 button {
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
}
section.mt-4 button:hover {
  background-color: #0056b3;
}

/* Blockquotes */
section.mt-4 blockquote {
  margin: 1rem 2rem;
  padding-left: 1rem;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}

/* Code */
section.mt-4 pre,
section.mt-4 code {
  background-color: #f5f5f5;
  font-family: 'Courier New', monospace;
}
section.mt-4 pre {
  padding: 1rem;
  overflow-x: auto;
}
section.mt-4 code {
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}

/* Horizontal rule */
section.mt-4 hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #eee;
}

/*-----------------------------------*/
/* .heading-inner class & sub-items  */
/*-----------------------------------*/
.newcontact-page .heading-inner {
    font-family: 'Flama Bold'!important;
    font-style: normal;
    font-weight: 750;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #4a4a4a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newcontact-page .heading-inner:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #4a4a4a;
    margin-right: 10px;
}
.newcontact-page .heading-inner:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #4a4a4a;
    margin-left: 10px;
}

.newcontact-page p {
    color: #212529;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: "Flama Basic" !important;
    margin-top: 6px;
}

.heading-inner h1,
.heading-inner h2,
.heading-inner h3 {
  margin: 0.5rem 0;
  color: #222;
  font-weight: 700;
}

.heading-inner p {
  color: #555;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.heading-inner a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.heading-inner a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.heading-inner img {
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

/* Breadcrumb (if any) inside heading-inner */
.heading-inner .breadcrumb {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 0.5rem;
  list-style: none;
}

.heading-inner .breadcrumb li {
  margin: 0 0.5rem;
  font-size: 0.875rem;
}

.heading-inner .breadcrumb li::after {
  content: "/";
  margin-left: 0.5rem;
}

.heading-inner .breadcrumb li:last-child::after {
  content: "";
}

/* Buttons inside heading-inner (if any) */
.heading-inner .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
}

.heading-inner .btn:hover {
  background-color: #0056b3;
}


.newcontact-page .box-office {
    box-shadow: 0 3px 9px 4px rgba(0,0,0,.08);
    border-radius: 45px;
    padding: 22px;
    border-left: 6px solid #002060;
}
.newcontact-page .box-office h4 {
    color: #002060;
    font-family: "Flama Basic" !important;
    font-size: 20px;
}
.newcontact-page .box-office h5 {
    color: #5a5858;
    font-family: "Flama Basic" !important;
    font-size: 18px;
    margin: 0px;
}