/**
  @package    catalog::templates::css
  @author     Loaded Commerce, LLC
  @copyright  Copyright 2003-2013 Loaded Commerce Development Team
  @copyright  Portions Copyright 2003 osCommerce    
  @copyright  Template built on DevKit http://www.bootstraptor.com under GPL license                                               
  @license    https://github.com/loadedcommerce/loaded7/blob/master/LICENSE.txt                                                                               
  @version    $Id: template.css v1.0 2013-08-08 datazen $               
 *
 * Base stylesheet
 *
 * Content:
 * 1. Global   
 * 2. Basic elements/styles
 * 3. Typography     
 * 4. Lists & tags
 * 5. Main layout elements   
 * 6. Main layout styles    
 * 7. Error styles
 * 8. Utility classes
 * 9. Site Maintenance masking
 * 10. Media query styles  
 */
   
/********************************************************/                    
/*                       1. Global                      */     
/********************************************************/
#loaded7 {
  font-family: Inter !important;

}

/********************************************************/
/*               2. Basic elements/styles               */
/********************************************************/
body {
     font-family: 'Inter', sans-serif;
	 background-image: url("../../images/body-bg.png");background-repeat: no-repeat; background-size: 100% 100%; height: 100vh;position: relative;
	 background-color: #F5F8FA;
}
#loaded7 {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#loaded7 .box-header {
  margin-left: 0px;
  text-transform: uppercase;
  font-size: 1.2em;
}

#loaded7 .btn-set {
    clear: both;
    margin: 20px;
}

#loaded7 .well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #BBBDBF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;   
  -moz-box-shadow: none;
  box-shadow: none;
}
#loaded7 .wells {
  padding: 28px 19px;;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #929293;

}
.details_page_shipping{border: 1px solid #929293;background-color: #FFFFFF;}
.fa-truck-details{-webkit-text-stroke: 1px #ffffff;font-size: 24px !important;color:#A6BCC9;}
.fa-money-deatils{-webkit-text-stroke: 1px #000 !important;font-size: 24px !important;color:#A6BCC9;}
.fa-tax-deatils{-webkit-text-stroke: 1px #000 !important;font-size: 24px !important;color:#A6BCC9;}
#loaded7 .thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#loaded7 .carousel-inner > .item > img, #loaded7 .carousel-inner > .item > a > img {
  min-width: 100%;
}

#loaded7 .strong {
  font-weight: bold;
}

#loaded7 .normal {
  font-weight: 200;
}

#loaded7 .no-decoration {
  text-decoration: none !important;   
}

#loaded7 .no-wrap {
  white-space: nowrap !important;
}

#loaded7 .form-input-width {
  width: 96% !important;
}

#loaded7 input[type=text] {

}

#loaded7 input[type=password] {
  width:100%;
}

#loaded7 select {
  width:100%;
}

#loaded7 .img-responsive {
  margin: auto !important;
}

#loaded7 .img-logo-responsive {
  display: block;
  height: auto;
  /*max-width: 100%;*/
}

#loaded7 .popover.left {
  margin-left: -25px;
}

/********************************************************/
/*                    3. Typography                     */
/********************************************************/

#loaded7 h1, #loaded7 h2, #loaded7 h3, #loaded7 h4, #loaded7 h5, #loaded7  h6 {
  font-weight: 200;
}

#loaded7 .highlight-color {
  color: #66afe9;
}

#loaded7 .red {
  color: #ff0000;
}

#loaded7 .lt-blue {
  color: #006699;
}

#loaded7 .white {
  color: #ffffff;
}

#loaded7 .black {
  color: #000000;
}

#loaded7 .no-text-decoration {
  text-decoration: none;
}

/********************************************************/
/*                  4. Lists & tags                     */
/********************************************************/

#loaded7 .list-indent {
  padding-left: 8px;
}

#loaded7 .list-indent-large {
  padding-left: 10px;
}

/********************************************************/
/*             5. Main layout elements                  */
/********************************************************/

#loaded7 #login input {
  width: 97%;
}

#loaded7 #page {
  width: 60px;
}

/********************************************************/
/*             6. Main layout styles                    */
/********************************************************/

/* header/nav */
#loaded7 .topnav {
  width: 100%;
  min-height: 35px;
  background-color: #BBC3D3;
  list-style: none outside none;
  margin-bottom: 0;
  padding-left: 0;
}

#loaded7 .topnav .nav-item {
  font-size: 13px;
  padding: 8px 0 0 25px;
}

#loaded7 .topnav .nav-item > li {
  float: right;
  list-style: none;
}

#loaded7 .topnav .nav-item > li > a {
  color: #800080;
  text-decoration: none;
  font-size:16px;
}

#loaded7 .topnav .nav-item > li > a:hover, #loaded7 .topnav .nav-item > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

#loaded7 .topnav .nav-item > .dropdown > a:hover .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

#loaded7 .topnav .nav-item > .open > a {
  /*background-color: #080808;*/
  color: #FFFFFF;
}

#loaded7 .topnav .nav-item > .dropdown > a .caret {
  border-bottom-color: #CC6600;
  border-top-color: #CC6600;
}

#loaded7 .topnav .locale-header-dropdown {
  margin-top: 8px;
}

#loaded7 .topnav .account-dropdown {
  margin-top: 8px;
}

#loaded7 .topnav .cart-dropdown {
  /*left: -125px;*/
  margin-top: 8px;  
}

#loaded7 .topnav .locale-header-dropdown > li, #loaded7 .topnav .account-dropdown > li {
  width: 100%;
}

#loaded7 .topnav .locale-dropdown-lang-image {
  position: relative;
  top: -1px;
}

#loaded7 .topnav .locale-dropdown-lang-title {
  margin-left: 4px;
}

#loaded7 .topnav .locale-header-icon {
  position: relative;
  top: -1px;
}

#loaded7 .topnav .locale-header-currency {
}

#loaded .account-dropdown > ul > li {
  width: 100%;
}

#loaded7 .locale-menu {
  list-style: none;
}

#loaded7 .chat-menu {
  list-style: none;
  padding: 7px;
}

#loaded7 .locale-menu li {
  display: inline-block;
  padding: 0;
  margin-right: 0px;
}

#loaded7 .nav-item > li > a {  
  padding-bottom: 8px;
  padding-top: 9px;
}

#loaded7 .navbar {
  min-height: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
}

#loaded7 .navbar .container {
  max-width: 1170px;
}

#loaded7 .navbar-inverse .container {  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*background:#282828; border:none;*/;
}

#loaded7 .navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
}

#loaded7 .navbar-toggle {
  /*background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;*/
  float: left;
  /*margin-bottom: 8px;*/
  margin-left: 15px;
  /*margin-top: 8px;
  padding: 9px 10px;
  position: relative;*/
}

#loaded7 .dropdown-menu > li > a {
  line-height: 2.0;
}

#loaded7 .navbar .dropdown-submenu {
  position: relative;
}

#loaded7 .navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 0;
  margin-top: 50px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

#loaded7 .navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#loaded7 .navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

#loaded7 .navbar .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

#loaded7 .navbar .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-top: 0;
}

#loaded7 .navbar-nav > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-family: "Open Sans", sans-serif;
}

#loaded7 .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#loaded7 .page-header {
  border: none;
 /*padding: 10px 0px 0px;*/
  margin: 0px;
}

#loaded7 .logo {
  /*margin-left:10px; */
  margin-top: -5px;
}

#loaded7 .logo a {
  text-decoration: none;
}

#loaded7 .header-branding {
}

/* box modules */
#loaded7 .product_notifications-image {
  float: left;
  margin-top: 8px;
}

#loaded7 .box-products-price {
  font-size: 1.4em;
  font-weight: 200;
}

/* product listings */
#loaded7 .product-special-price {
  color: #FF0000;
}

#loaded7 .product-listing-module-buy-now a {
  text-decoration: none;
}

#loaded7 .products-listing-separator {
  width: 50px;
}

#loaded7 #content-product-listing-category-description-container {
  padding: 0 3px;
}

/* product info page */
#loaded7 .content-products-info-price {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 4px;
}
.content-products-info-price b{font-family: Poppins;font-size: 36px !important;font-weight: 600 !important;text-align: left !important; text-underline-position:from-font !important;text-decoration-skip-ink: none !important;color:#0A78BA !important;}
.model_and_manufacture label{color: #4F4F4F;font-family:Inter !important;font-size:16px !important;font-style:normal;font-weight:400 !important;line-height:normal;text-transform: capitalize;}
.model_and_manufacture span{color: #000;font-family:Inter !important;font-size:16px !important;font-style:normal;font-weight:500 !important;line-height:normal;text-transform: capitalize;}
.details-fix label{color: #4F4F4F; font-family: Poppins;font-size:16px; font-style:normal; font-weight: 400 !important;line-height: normal;text-transform: capitalize;}
#loaded7 .content-products-info-reviews-rating-label {
  text-transform: uppercase;
  display: inline;
}

#loaded7 .content-products-info-qty-input {
  width: 10% !important;
  float: right;
  font-weight: bold;
  text-align: center;
}

#loaded7 .content-products-info-qty-label {
  display: inline;
  vertical-align: -30%;
  margin-right: 10px;
}

/* content modules */
#loaded7 .content-upcoming-products-image-tag {
  padding-top: 20px;
}

#loaded7 .content-upcoming-products-text-expected {
  font-size: .9em;
}

#loaded7 .content-upcoming-products-text-price {
  font-size: 1.3em;
}

#loaded7 .content-upcoming-products-text-name {
  line-height: 1.1;
  font-size: 1.3em;
}

#loaded7 .content-featured-products-image-tag {
  padding-top: 20px;
}

#loaded7 .content-featured-products-text-expected {
  font-size: .9em;
}

#loaded7 .content-featured-products-text-price {
  font-size: 1.3em;
}

#loaded7 .content-featured-products-text-name {
  line-height: 1.1;
  font-size: 1.3em;
}

#loaded7 .content-reviews-text {
  padding-top: 4px;
}

#loaded7 .content-recently-visited-text-name {
  font-size: 1.2em;
}

#loaded7 .content-recently-visited-image-src {
  height: 120px;
}

#loaded7 .content-also-purchased-products-text-name a {
  font-size: .8em;
}

/* checkout pages */
#loaded7 .ot-total {
  font-weight: bold;
  font-size: 1.3em;
  color: #3174AF;
}

#loaded7 .module-row-selected {
  background-color: #e6e6e6;
}

#loaded7 .payment-selection span {
  margin-left: 4px;
}

#loaded7 .payment-selection-title {
  font-weight: 200;
}

#loaded7 .content-checkout-payment-methods-table td {
  height: 60px;
}

#loaded7 .content-shopping-cart-image-td {
  width: 50px;
}

#loaded7 .content-shopping-cart-qty-input-td {
  width: 12%;
}

#loaded7 .content-shopping-cart-qty-input {
  text-align: center; width: 67% !important; float: right; margin-right: 26px;
}

#loaded7 .content-shopping-cart-remove-td {
  width: 55px;
}

#loaded7 #shopping-cart-table em { font-size:0.9em; font-style:italic; font-weight:200; }
#loaded7 #content-shopping-cart-order-totals { margin-right:25px; }
#loaded7 .cart-options-div { line-height:1.1; }

#loaded7 .content-checkout-confirmation-qty-td {
  width: 30px;
}

#loaded7 .content-checkout-success-qty-td {
  width: 30px;
}

#loaded7 .content-checkout-listing-blank {
  width: 1px;
  background-image: url('images/pixel_trans.gif');
}

#loaded7 #loading-container {
  position: absolute;
  left: 50%;
  top: 10%;
}

#loaded7 #iloader {
  margin: 100px 0 0 0px;
}

/* QR Code */
#loaded7 #qr-message {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 250px;
  text-align: center;
  background: #f5f5f5;
  padding: 10px 0;
  z-index: 1;
}

#loaded7 .close-qr {
  background-color: #D52607;
  border-radius: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-family: verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  right: -6px;
  line-height: 13px;
  min-width: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  top: -6px;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}

#loaded7 .fa-bars-mobile {
  display: none;
}

#loaded7 input.navbar-search {
  background: #FCFCFC;
  border: 0 none;
  font: bold 12px Arial,Helvetica,Sans-serif;
  color: #444444;
  width: 100% !important;
  padding: 7px 15px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 -24px 0 0;
  border: 2px solid #000;
  font-size: 17px !important;
}

#loaded7 input.navbar-search:focus {
  background: #fcfcfc;
  color: #444444;
  width: 150px;
  margin: 0 -24px 0 0;
  outline: none;
}

#loaded7 .navbar-search-icon {
  margin: 0 -25px 0 8px;
  position: relative;
  z-index: 2;
  color: #444444;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #444444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #444444;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #444444;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #444444;
}

#loaded7 .popover-content {
  padding: 5px 10px;
}

#loaded7 .mobile-portrait-search-input-cover {
  display: none;
}

#loaded7 .breadcrumb {
  margin-bottom: 5px;
}

#loaded7 .table-responsive {
  border: none;
}

#loaded7 .table > thead > tr > th {
  border-bottom: none;
}

#loaded7 table {
  border-collapse: inherit;
  font-size:15px;
}

#loaded7 .navbar-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
}

#loaded7 #search {
  margin-top: 3px;
}

#loaded7 #content-center-main-container h1 {
  margin-left: 0px;
}

#loaded7 .content-products-info-manuf-model {
  padding: 0 0 10px 3px;
  position: initial;
}

#loaded7 .additional-image-container {
}

#loaded7 .pr_gallery li {
  list-style:none;
  float:left;
  margin-right:7px;
  margin-bottom:7px;
  border:1px solid #f5f5f5;
}

#loaded7 .pr_gallery li:hover {
  border:1px solid #f0ad4e;
}

#loaded7 .list-unstyled {
  margin: 0 0 6px 0;
}

#loaded7 .list-unstyled li {
  margin: 6px 0 6px;
}

#loaded7 span.active-cpath {
  font-weight: bold;
}

/* product info page social sharing icons */
#loaded7 .social_wrap {
  margin-left: 0px;
  margin-bottom: 15px;
}

#loaded7 .icon-facebook-text {
  padding-left: 5px;
}

#loaded7 .icon-twitter-text {
  padding-left: 5px;
}

#loaded7 .icon-google-plus-text {
  padding-left: 5px;
}

#loaded7 .icon-linkedin-text {
  padding-left: 5px;
}

#loaded7 .icon-pinterest-text {
  padding-left: 5px;
}

#loaded7 .icon-tumblr-text {
  padding-left: 5px;
}

#loaded7 .btn-google-plus i {
  color: #E04B34;
}

#loaded7 .btn-twitter i {
  color: #00AAF0;
}

#loaded7 .btn-facebook i {
  color: #435F9F;
}

#loaded7 .btn-linkedin i {
  color: #ffffff;
}

#loaded7 .btn-tumblr i {
  color: #444444;
  font-weight: bold;
}

#loaded7 .btn-pinterest i {
  color: #CE1F21;
}

/********************************************************/
/*                7. Error classes                      */
/********************************************************/

#loaded7 .messageStack {
  margin-top: 4px;
}

#loaded7 .message-stack-container {
  padding: 5px 5px 1px 5px;
}

#loaded7 .message-success-container {
  padding: 10px;
}

#loaded7 .show-on-mobile {
  display: none;
}

#loaded7 .show-on-mobile-portrait {
  display: none;
}

/********************************************************/
/*                  8. Utility classes                  */
/********************************************************/
#loaded7 .clear-left {
  clear: left !important;
}

#loaded7 .clear-right {
  clear: right !important;
}

#loaded7 .clear-both {
  clear: both !important;
}

#loaded7 .margin-top {
  margin-top: 10px !important;
}

#loaded7 .small-margin-top {
  margin-top: 4px !important;
}

#loaded7 .mid-margin-top {
  margin-top: 15px !important;
}

#loaded7 .large-margin-top {
  margin-top: 20px !important;
}

#loaded7 .no-margin-top {
  margin-top: 0 !important;
}

#loaded7 .margin-bottom {
  margin-bottom: 10px !important;
}

#loaded7 .small-margin-bottom {
  margin-bottom: 4px !important;
}

#loaded7 .mid-margin-bottom {
  margin-bottom: 15px !important;
}

#loaded7 .large-margin-bottom {
  margin-bottom: 20px !important;
}

#loaded7 .no-margin-bottom {
  margin-bottom: 0 !important;
}

#loaded7 .margin-left {
  margin-left: 10px !important;
}

#loaded7 .small-margin-left {
  margin-left: 4px !important;
}

#loaded7 .mid-margin-left {
  margin-left: 15px !important;
}

#loaded7 .large-margin-left {
  margin-left: 20px !important;
}

#loaded7 .no-margin-left {
  margin-left: 0 !important;
}

#loaded7 .margin-right {
  margin-right: 10px !important;
}

#loaded7 .small-margin-right {
  margin-right: 4px !important;
}

#loaded7 .mid-margin-right {
  margin-right: 15px !important;
}

#loaded7 .large-margin-right {
  margin-right: 20px !important;
}

#loaded7 .no-margin-right {
  margin-right: 0 !important;
}

#loaded7 .float-left {
  float: left !important;
}  /* use bootstrap pull-left instead */
#loaded7 .float-right {
  float: right !important;
} /* use bootstrap pull-right instead */

#loaded7 .align-center {
  text-align: center !important;
} /* use bootstrap text-center instead */
#loaded7 .align-left {
  text-align: left !important;
} /* use bootstrap text-left instead */
#loaded7 .align-right {
  text-align: right !important;
} /* use bootstrap text-right instead */
#loaded7 .valign-middle {
  vertical-align: middle !important;
}

#loaded7 .small-margin-top-neg {
  margin-top: -4px !important;
}

#loaded7 .small-margin-bottom-neg {
  margin-bottom: -4px !important;
}

#loaded7 .small-margin-left-neg {
  margin-left: -4px !important;
}

#loaded7 .small-margin-right-neg {
  margin-right: -4px !important;
}

#loaded7 .margin-top-neg {
  margin-top: -10px !important;
}

#loaded7 .margin-bottom-neg {
  margin-bottom: -10px !important;
}

#loaded7 .margin-left-neg {
  margin-left: -10px !important;
}

#loaded7 .margin-right-neg {
  margin-right: -10px !important;
}

#loaded7 .large-margin-top-neg {
  margin-top: -20px !important;
}

#loaded7 .large-margin-bottom-neg {
  margin-bottom: -20px !important;
}

#loaded7 .large-margin-left-neg {
  margin-left: -20px !important;
}

#loaded7 .large-margin-right-neg {
  margin-right: -20px !important;
}

#loaded7 .with-padding {
  padding: 10px !important;
}

#loaded7 .with-small-padding {
  padding: 4px !important;
}

#loaded7 .with-mid-padding {
  padding: 15px !important;
}

#loaded7 .with-large-padding {
  padding: 20px !important;
}

#loaded7 .with-padding-no-top {
  padding: 0 10px 10px 10px !important;
}

#loaded7 .with-padding-no-bottom {
  padding: 10px 10px 0 10px !important;
}

#loaded7 .with-padding-no-top-bottom {
  padding: 0 10px !important;
}

#loaded7 .small-padding-top {
  padding-top: 4px !important;
}

#loaded7 .padding-top {
  padding-top: 10px !important;
}

#loaded7 .mid-padding-top {
  padding-top: 15px !important;
}

#loaded7 .large-padding-top {
  padding-top: 20px !important;
}

#loaded7 .small-padding-bottom {
  padding-bottom: 6px !important;
}

#loaded7 .padding-bottom {
  padding-bottom: 10px !important;
}

#loaded7 .mid-padding-bottom {
  padding-bottom: 15px !important;
}

#loaded7 .large-padding-bottom {
  padding-bottom: 20px !important;
}

#loaded7 .small-padding-left {
  padding-left: 2px !important;
}

#loaded7 .padding-left {
  padding-left: 10px !important;
}

#loaded7 .mid-padding-bottom {
  padding-top: 15px !important;
}

#loaded7 .large-padding-left {
  padding-left: 20px !important;
}

#loaded7 .small-padding-right {
  padding-right: 2px !important;
}

#loaded7 .padding-right {
  padding-right: 10px !important;
}

#loaded7 .mid-padding-bottom {
  padding-bottom: 15px !important;
}

#loaded7 .large-padding-right {
  padding-right: 20px !important;
}

#loaded7 .no-padding {
  padding: 0 !important;
}

#loaded7 .no-padding-top {
  padding-top: 0 !important;
}

#loaded7 .no-padding-bottom {
  padding-bottom: 0 !important;
}

#loaded7 .no-padding-left {
  padding-left: 0 !important;
}

#loaded7 .no-padding-right {
  padding-right: 0 !important;
}

#loaded7 .full-width {
  width: 100% !important;
}

#loaded7 .three-quarter-width {
  width: 74% !important;
}

#loaded7 .two-third-width {
  width: 65% !important;
}

#loaded7 .half-width {
  width: 49% !important;
}

#loaded7 .third-width {
  width: 32% !important;
}

#loaded7 .quarter-width {
  width: 24% !important;
}

#loaded7 .display-inline {
  display: inline !important;
}

#loaded7 .relative {
  position: relative !important;
}

#loaded7 .absolute {
  position: absolute !important;
}

#loaded7 .absolute-top-right {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

#loaded7 .absolute-top-right-large-padding {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.z-index-1 {
  z-index: 1;
}

/********************************************************/
/*             9. Site Maintenace masking              */
/********************************************************/
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #333;
  width: 100%;
  height: 100%;
  zoom: 1;
}

.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #6593cf;
  background: #c3daf9;
  padding: 2px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.loadmask-msg div {
  padding: 6px 8px 5px 8px;
  /* background: #fbfbfb url('../../img/loading.gif') no-repeat 5px 5px; */
  background: #fbfbfb;
  line-height: 16px;
  border: 1px solid #a3bad9;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.masked {
  /* overflow: hidden !important; */;
}

.masked-relative {
  position: relative !important;
}

.masked-hidden {
  visibility: hidden !important;
}

/********************************************************/
/*              10. Media query styles                   */
/********************************************************/

@media (min-width: 1200px) {
}

@media (min-width: 940px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 6px;
    font-size: 18px;
  }

  #loaded7 #search {
    margin-top: 7px;
  }
}

@media (min-width: 940px) and (max-width: 1024px) {
  #loaded7 #mobile-search {
    margin: 7px 35px 0px 0px;
  }

  #loaded7 input.navbar-search {
    width: 95px;
    padding: 7px 10px 7px 20px;
  }

  #loaded7 input.navbar-search:focus {
    background: #FFFFFF;
  }

/*  #loaded7 .social-nav-gp {
    display: none;
  }

  #loaded7 .social-nav-yt {
    display: none;
  }

  #loaded7 .social-nav-in {
    display: none;
  }*/
}

@media (min-width: 768px) and (max-width: 939px) {
  #loaded7 .show-on-tablet {
    display: block;
  }

  #loaded7 .hide-on-tablet {
    display: none;
  }
  .nav > li > a {
    padding: 10px 6px;
    font-size: 13px;
  }

  #loaded7 input.navbar-search:focus {
    width: 90px;
  }

  #loaded7 #mobile-search {
    margin: 7px 35px 0px 0px;
  }

  #loaded7 input.navbar-search {
    width: 90px;
    padding: 7px 10px 7px 20px;
     background: #b2b2b2;
  }

  #loaded7 input.navbar-search:focus {
     background: #FFFFFF;

  }

 /* #loaded7 .social-nav-gp {
    display: none;
  }

  #loaded7 .social-nav-yt {
    display: none;
  }

  #loaded7 .social-nav-in {
    display: none;
  }*/

  #loaded7 #search {
    margin-top: 7px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #loaded7 .show-on-mobile {
    display: block;
  }

  #loaded7 .hide-on-mobile {
    display: none;
  }

  #loaded7 #content-center-main-container h1 {
    padding-top: 10px;
    margin-left: 0px;
  }

  #loaded7 #mobile-search {
    margin: 0px 35px 0px 0px;
    /*float:right;*/
  }

  #loaded7 input.navbar-search, #loaded7 input.navbar-search:focus{
    width:120px;
  }

  #loaded7 .popover {
    min-width: 360px;
    max-width: 360px;
  }

  #loaded7 .popover.left {
    margin-left: 10px;
  }

  #loaded7 .fa-sales-phone {
    width: 28px;
    padding: 4px 30px 0px;
  }

  #loaded7 .fa-sales-email {
    width: 28px;
    padding: 0px 34px;
  }

  #loaded7 .fa-site-slogan {
    width: 28px;
    padding: 4px 34px 0px;
  }

  #loaded7 .header-fa-icons {
    float: left !important;
    display: inline-block;
  }

  #loaded7 .branding-sps {
    margin: -5px 0 15px;
  }

  #loaded7 input.navbar-search:focus {
    width: 120px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  #loaded7 .show-on-mobile {
    display: block;
  }

  #loaded7 .hide-on-mobile {
    display: none;
  }

  #loaded7 #content-center-main-container h1 {
    padding-top: 10px;
    margin-left: 0px;
  }

  #loaded7 #mobile-search {
    margin: 0px 35px 0px 0px;
    float:right;
  }

  #loaded7 .popover {
    min-width: 280px;
    max-width: 280px;
  }

  #loaded7 .popover.left {
    margin-left: 0px;
  }

  #loaded7 .fa-sales-phone {
    width: 28px;
    padding: 4px 24px 0px;
  }

  #loaded7 .fa-sales-email {
    width: 28px;
    padding: 0px 25px;
  }

  #loaded7 .fa-site-slogan {
    width: 28px;
    padding: 4px 26px 0px;
  }

  #loaded7 .header-fa-icons {
    float: left !important;
    display: inline-block;
  }

  #loaded7 .branding-sps {
    margin: -5px 0 15px;
  }

  #loaded7 .topnav .locale-header-dropdown {
    margin-top: 9px;
  }

  #loaded7 .topnav .account-dropdown {
    margin-top: 9px;
  }

  #loaded7 .topnav .cart-dropdown {
    left: -125px;
    margin-top: 9px;
  }

  #loaded7 .topnav {
    min-height: 35px;
  }

  #loaded7 .topnav .nav-item {
    padding: 7px 0 0 35px;
  }
}

@media (max-width: 479px) {
  body {
    overflow-x: hidden !important;
  }

  #loaded7 .show-on-mobile {
    display: block;
  }

  #loaded7 .fa-bars-mobile {
    display: inline-block;
  }

  #loaded7 .hide-on-mobile {
    display: none;
  }

  #loaded7 .hide-on-mobile-portrait {
    display: none !important;
  }

  #loaded7 .locale-menu > li {
    float: left !important;
  }

  #loaded7 #content-center-main-container h1 {
    padding-top: 10px;
    margin-left: 0px;
  }

  #loaded7 .topnav {
    min-height: 35px;
  }

  #loaded7 .topnav .nav-item {
    padding: 7px 0 0 35px;
  }

  #loaded7 .topnav-container {
    float: left;
    margin-left: -12px;
  }

  #loaded7 #mobile-search {
    margin: 0px 20px 0px 0px;
  }

  #loaded7 input.navbar-search {
    width: 80px;
    padding: 7px 10px 7px 26px;
    margin:0px;
  }

  #loaded7 input.navbar-search:focus {
    width: 135px;
    background: #ffffff;
    margin:0px;
  }

  #loaded7 .popover {
    min-width: 180px;
    max-width: 180px;
  }

  #loaded7 .popover.left {
    margin-left: -10px;
  }

  #loaded7 .fa-sales-phone {
    width: 28px;
    padding: 4px 9px 0px;
  }

  #loaded7 .fa-sales-email {
    width: 28px;
    padding: 0px 8px;
  }

  #loaded7 .fa-site-slogan {
    width: 28px;
    padding: 4px 13px 0px;
  }

  #loaded7 .header-fa-icons {
    float: left !important;
    display: inline-block;
  }

  #loaded7 .branding-sps {
    margin: -5px 0 15px 0;
  }

  #loaded7 .topnav .locale-header-dropdown {
    left: -24px;
    margin-top: 9px;
  }

  #loaded7 .topnav .account-dropdown {
    left: -20px;
    margin-top: 9px;
  }

  #loaded7 .topnav .cart-dropdown {
   // left: -150px;
    margin-top: 9px;
  }

  #loaded7 .mobile-portrait-search-input-cover {
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 11px;
    top: 9px;
    width: 30px;
    z-index: 1;
    display: block;
  }

  #loaded7 .mobile-expand {
    margin: 0 -10px;
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  #loaded7 .product-listing-module-pagination {
    text-align: center !important;
    margin-bottom:10px;
  }

  #loaded7 .product-listing-module-pagination .pull-left{
    float:none !important;
  }

  #loaded7 .product-listing-module-pagination .pull-right{
    float:none !important;
  }
}

.main_c{float:right;}
.left_c{float:right; padding-left: 0;}
@media (max-width: 767px) {
.main_c{float:none;}
.left_c{float:none;}

}
.add_img_li{width:100px;float:left;display:inline;}
@media (min-width: 768px) {
    .banner-text-section{position: absolute;}
    .banner-text-section .bannertext-first{position: relative;bottom:320px;left: 50px;}
    .banner-text-section .bannertext-second{position: relative;bottom:320px;left: 50px;}
    .banner_text_1 .bannertext-second{left: unset;right:20px;float:right;}
    .bannertext-first{font-family:Inter !important; font-size:20px !important; font-weight:600 !important; line-height:38.72px !important; text-align:left !important; color:#F9980F !important; text-transform:uppercase !important;}
    .bannertext-second{font-family:Inter !important; font-size:40px !important; font-weight:700 !important; line-height:50px !important; text-align:left !important; color:#0A78BA !important; text-transform:uppercase !important;width:55%;} 
    .add_img_li{width:100px;display:inline;}
}
#loaded7 .shadow {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 11px 8px -3px #dcdcdc inset;
    margin-top: 3px !important;
    padding: 0 4px;
}
.bor_rad {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-top: 40px;
}
 .main-border{border:1px solid #cccccc;}

.shipping_add{float:left;width:70%;}
@media (max-width: 767px) {
.shipping_add{width:100%;}
}
.shipping_add1{float:left;width:30%;}
.featur_p_r{height:235px;}
@media (max-width: 767px) {
.shipping_add1{width:100%;}
.featur_p_r{height:auto;}

}
.cleft_c{margin-left: 4px;}
@media (max-width: 767px) {
.cleft_c{margin-left:-4px;}}
.middlecontentborder{border:6px solid #D3D3D3;padding-top:10px;border-radius:5px;}
.tab-content {
    overflow: hidden;
    padding: 9px;
    /*border:1px solid #d3d3d3;*/
    margin-top:25px !important;
    margin-bottom: 30px !important;
}
.price_mainpage{font-family:Inter !important; font-size:18px !important; font-weight:600 !important;line-height: 25.81px !important; text-align:left; color:#000000 !important;margin-top: 12px !important;}


.price_mainpage s {
    color: #5e5e5e;
    font-weight: bold;
}


.nav_h_lidata1 {float: left;width: 200px;}
@media (max-width: 767px) {
.nav_h_lidata1 {width: 100%;}

}

.tabfeatured_default_width{ width:185px;}
.tabbestseller_default_width{ width:240px;}
.tablatest_default_width{ width:240px;}
.tabspecial_default_width{ width:240px;}


.htabs {
	height: 49px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.htabs .etabs li {
   display: inline-block;
    float: left;
    line-height: 17px;
    list-style: outside none none;
    position: relative;
    text-align: center;
}
.htabs a {
    background-color: #ffffff;
    color: #313131;
    float: left;
    font-family: "Archivo Narrow",sans-serif;
    font-size:18px;
    margin-right: 3px;
    padding:15px 20px;
    text-align: center;
    text-transform: uppercase;
}
.htabs a.selected, .htabs a:hover{
	background:#fe646f;
    border-bottom: 2px solid #2fb991;
    color: #ffffff;
}

.hometab .tab-content {
	position:relative;
	padding:0;
	z-index: 0;
	overflow: visible;
	margin-bottom:0px;
}
.tab-content .tab {
    display: none;
}
.hometab {
    clear: both;
	padding-top:25px;
	margin-bottom:25px;
}
#accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 15px 0 0;
    width: 30%;
}
.table-borderless td,
.table-borderless th {
    border: 0px!important;
}
.productListing-data.main > b {
    color: #0088cd;
}
.cat_tr_link{font-size:12px;color:#626262;}
.box_content_well ul li a{font-size:14px;color:#626262;text-decoration: none;font-weight:normal;}
.box_content_well ul li a:hover{font-size:14px;text-decoration: none;font-weight:normal;color:#000000 !important;}
.parent_border{border-top:1px solid #000000;margin-top:7px !important;}
.firstcl{border-top:none !important;}
.root_class{border-top:0px solid #F8F8F8;}
.lastcl{border-bottom:0px solid #000000;}
.chield_border{margin-bottom:-5px !important;}
.chield_list{margin:0px !important;}
.box_content_well{margin-bottom:0px !important;border:0px !important;padding-left: 0px !important;}
.box-header{background: #000029;color: #fff !important;border-bottom: 1px solid #d1d1d1; margin: 0 0 10px;padding: 12px 0 12px; font-family: Inter !important;font-size: 14px !important;font-style: normal !important;font-weight: 600 !important; line-height: normal !important;text-transform:uppercase !important;padding-left:15px !important;}
.box-header a{color:#ffffff !important;padding: 0 0 15px;font-weight: bold !important;}
.cat_well_no_radius{border:0px solid #e3e3e3;margin-bottom:10px;overflow:hidden;}
.margin_left{padding-left:30px;}
.breadcrumb li a{color: #8B8B8B !important;font-family:Inter !important;font-size:14px !important;font-style:normal !important;font-weight:400 !important;line-height: 26px !important;text-transform:capitalize !important;}
.breadcrumb li a:hover{text-decoration:none;color: #8B8B8B !important;font-family:Inter !important;font-size:14px !important;font-style:normal !important;font-weight:400 !important;line-height: 26px !important;text-transform:capitalize !important;}
.breadcumbnav{border-bottom: 1px #E1E8EC;background: #E8EEF2;margin-bottom: 20px;margin-top:0px !important;}
.cat_name{font-family:Inter; font-size:16px; font-style:normal; font-weight:500; line-height:18px; text-transform:capitalize;color:#000000 !important;display: table;margin: 0px auto;}
.cat_name:hover{color:#000000 !important;}
.content-product-listing-div a{text-decoration:none !important;}
@media(min-width:767px){
	.align-right{text-align:right;}
}
@media(max-width:767px){
	.small-center{text-align:center;}
}
.footer_list{padding:0px;text-align:right;}
.footer_list li{list-style-type:none;display:inline;padding:0px;}
.footer_list li a {font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important; font-size: 14px !important; font-weight: 500 !important; line-height: 16.94px !important; text-align: left !important; color:#FFFFFF !important;margin-left: 10px !important;margin-right: 10px !important;}
.footer_list li a:hover{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important; font-size: 14px !important; font-weight: 500 !important; line-height: 16.94px !important; text-align: left !important; color:#FFFFFF !important;text-decoration:none;margin-left: 10px !important;margin-right: 10px !important;}

.cat_img_cov{margin-top: -5px;}
#content-product-listing-category-description h1{line-height:0.6 !important;}
#content-product-listing-category-description-container h1{line-height:0.6 !important;}     
/*.product-listing-module-name{height:60px;overflow:hidden;}*/
#head_title{
	font-family: Inter !important;
	font-size: 30px !important;
    margin: 0;
    vertical-align: top;
    color: #1E2832  !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
 }
#head_title_details {
  font-family: Inter !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 26.63px !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
}
#contact_head_title{
  margin-left: -15px !important;
  color: #1E2832;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 50px;
  text-transform: uppercase;
}
#cdn_head_title{
  color: #1E2832 !important;
  font-family: Inter;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 50px;
  text-transform: uppercase !important;
}
.c-arrow{float:left;}
.scart-section{padding-left: 0px !important;}
.scart-heading {padding-left: 0px !important;font-size: 30px !important;margin-bottom: 10px !important;}
.scart-heading .c-arrow a{text-decoration: none;color: #1E2832 !important;font-size: 30px !important;font-family: Inter !important;}
.contact-heading{padding-left: 0px !important;font-size: 30px !important;}
.contact-heading .c-arrow a{text-decoration: none;color: #1E2832 !important;font-size: 30px !important;font-family: Inter !important;}
.c-title span{text-decoration: none;color: #1E2832 !important;font-size: 30px !important;text-transform: uppercase !important;font-weight: 600 !important;font-family: Inter;}
@media(max-width:500px){
.panel-body{padding:0px !important;border:0px !important;}
.well{background-color:#ffffff !important;}
}
/* ==================================menu start==================================================================== */
/* menu */
.nav-inner { display: none; }
.nav-inner-cms { background: none repeat scroll 0 0 #999999; }
.main-menu.container { background-color: #313131; height:62px; margin: 0 auto; }
.nav-responsive { display:none;}
.responsive-menu { background: #545F61; height: 42px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; padding: 0px 5px; /*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */ }
.main-menu ul { list-style: none; margin: 0 0 0 11px; padding: 0; }
.main-menu > ul > li { background-color: #313131; float: left; position: relative; z-index: 20; }
.main-menu > ul > li:hover { }
 .nav-responsive span, .main-menu > ul > li > a { color: #ffffff; display: block; font-family: "Archivo Narrow",sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 0; padding:11px 15px; position: relative; text-transform: uppercase; z-index: 6; } .main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a { background: none repeat scroll 0 0 #646464; }
.main-menu > ul > li > ul , .responsive-menu .main-navigation{ display: none; background: #15BCF0; position: absolute; z-index: 5; padding: 5px; }
.main-menu > ul > li:hover > ul { display: block; }
.main-menu > ul > li ul > li > ul { display: none; background: #15BCF0; position: absolute; z-index: 5; padding: 5px; margin-left:-13px; }
.main-menu > ul > li ul > li:hover > ul { display: block; top: 0px; left: 173px; }

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a{ padding: 8px; color: #FFFFFF; display: block; white-space: nowrap; }
.responsive-menu .main-navigation li a { color: #000; display: block; padding: 8px 12px; white-space: nowrap; }


.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover{ color:#333; background-color:#fff; }
.responsive-menu .main-navigation li a:hover { background-color: #428BCA; border-left: 5px solid #000; color: #ffffff; padding: 8px 7px;text-decoration:none; }
 .main-menu > ul > li ul > li > a.activSub { background-image:url(../../../images/cat_arrow_hover.png) ; background-repeat:no-repeat; background-position: right center; }
 .main-menu > ul > li > ul > ul > li > a { color: #FFFFFF; }
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.pwd-forgotton{margin-top: -15px !important;}
}
@media (min-width: 993px) {
	.main-navigation{ display: none !important; }
    
}
@media (max-width: 992px) {
	#menu {

	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu { margin-left: 0 !important; padding-bottom: 10px; background-color: rgba(0, 0, 0, 0.1); }
	#menu .dropdown-inner { display: block; }
	#menu .dropdown-inner a { width: 100%; color: #fff; }
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover { background: rgba(0, 0, 0, 0.1); }
	#menu .see-all { margin-top: 0; border: none; border-radius: 0; color: #fff; }
	.nav-inner {display: block;background-color:#011933;margin-bottom:0px;}
	.main-menu.container { display: none;}
	.responsive-menu { background-color: #4ba6ce; height: 47px;border-radius:0;-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;}
	.responsive-menu .main-navigation { background: none repeat scroll 0 0 #f9f3de ;}	
}
/*Megnor category */
ul.dropmenu{ display: block; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; margin: 0; padding: 1px 0 0; position: relative; z-index: 1;padding-left:5px !important;padding-right:5px !important;}
.dropmenu li{ position: relative; list-style: none; margin: 0px; display: block; cursor: pointer; padding-bottom: 1px; }
.dropmenu li:hover{ background-color:#0072cf; }
.dropmenu li a{ display: block; cursor: pointer; text-decoration: none; font-weight: bold; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; }
.dropmenu li span{ display: block; float: right; height: 10px; width: 6px; position: absolute; top: 18px; right: 10px; }
.dropmenu:not(.main-navigation) li:hover ul, .dropmenu:not(.main-navigation) li:hover div{ display: block;}
.dropmenu ul, .dropmenu div{ position: absolute; display: none; width: 197px; left: 200px; top: 0px; margin: 0px; padding: 0px; }
@media (max-width: 1119px) {
.dropmenu ul, .dropmenu div{ position: absolute; display: none; width: 197px; left: 160px; top: 0px; margin: 0px; padding: 0px; }
}
@media (max-width: 991px) {
.dropmenu ul, .dropmenu div{ position: absolute; display: none; width: 197px; left: 105px; top: 0px; margin: 0px; padding: 0px; }
}
@media (max-width: 979px) {
.dropmenu ul, .dropmenu div{ position: absolute; display: none; width: 197px; left: 175px; top: 0px; margin: 0px; padding: 0px; }
}

.dropmenu li div ul{ border: none; background: none; position: relative; display: block; left: 0px; }
.dropmenu ul li{ border: 1px solid #e9e9e9; float: none; border-left:0 none; }
.dropmenu div ul{ position: relative; display: block; }
.dropmenu li div{ background-color: #cccccc; padding: 5px; display: none; position: absolute; }
.dropmenu .submenu {background-color: #ffffff;} .box .box-content ul li{background-color: #ffffff; }
.box .box-content ul li:last-child a ,.box .box-content ul li ul li a{   border-bottom:0 none;}
.box .box-content ul li a{ border-bottom: 1px solid #e3e3e3;}

#content .content ul li { line-height:22px; padding:5px; }
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a , #content .content ul li a{ color: #000000; font-family: "Istok Web",sans-serif; font-size: 14px; font-weight: bold; padding: 9px 0 9px 5px; position: relative; }
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{ color:#000000; }

.box .box-content ul ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:70px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
.box .box-content ul li ul li a { padding: 8px 0 8px 10px; }
.box .box-content ul li ul li a.activSub:before, .box .box-content ul li a.activSub:before { content:"\f105"; font-family:'FontAwesome'; position: absolute; right:6px; font-size:13px; color:#000000; }
.box .box-content ul li ul li:hover > a.activSub:before, .box .box-content ul li:hover > a.activSub:before{color:#2fb991; content:none;}
.box .box-content ul li ul li:hover > a.activSub, .box .box-content ul li:hover > a.activSub { background: rgba(0, 0, 0, 0) url("../../images/menu-hover-arrow.png") no-repeat scroll 209px 1px; margin-right: -20px !important; }

.box .box-content ul ul li ul {display:none; margin-left:39px;}
.box .box-content ul ul li:hover ul { display: block; top: -1px; left: 225px; }
/* content */
@media (max-width: 768px) {

	.box .box-content ul ul { margin-left: -12px;}
	.box .box-content ul ul li ul { margin-left: -56px;}


	.contact-info .right{float:left;text-align:left;clear:both;}
	.email_phone{background-color: #313131;}
}
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect { -moz-border-radius:0px; -webkit-border-radius:0px; -khtml-border-radius:0px; border-radius: 0px; font-size:14px; border: 1px solid #eee; background-color: #fff; color: #777; text-decoration: none; white-space: nowrap; text-align:left; }
span.customSelect option {font-size:12px !important;}
span.customSelect.changed { background-color: #f0dea4; }
.customSelectOpen { -moz-box-shadow: 0 0 3px #bbb; -webkit-box-shadow: 0 0 3px #bbb; box-shadow: 0 0 3px #bbb; }

.customSelectInner { background:url('../../images/select-arrow-down.gif') no-repeat center right; width:100% !important; }
.customSelectOpen .customSelectInner{ background:url('../../images/select-arrow-up.gif') no-repeat center right; }

#input-sort , #input-limit, #product .form-group select { cursor:pointer;}


/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul { padding: 0; margin: 0; list-style: none; }
.treeview-list ul { background:none; margin:0px; }
.treeview-list .hitarea { background: none; height: 9px; width: 9px; float: right; cursor: pointer; }
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; border-bottom:1px solid #ddd; }
.treeview-list li.last, .treeview-list li.lastExpandable {border:none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover { color:#38B0E3; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover	 {   cursor:pointer; }
.treeview-list li ul li:hover	{ background:none;}
.treeview-list li a { display:inline;  padding-left:0px; }
.treeview-list li.active a	{ font-weight:bold; /*color:#D09E00 ;*/  }
.treeview-list li.active ul li a	{ font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ }
.treeview-list li ul li a:hover	{/*color:#D09E00;*/ }
.treeview-list li ul li { background:none; border-bottom:none; }
.treeview-list .collapsable .expandable-hitarea {
	background: url(../../images/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
}
.treeview-list .expandable .collapsable-hitarea{
	background: url(../../images/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;
}

.treeview-list .expandable-hitarea {
	background: url(../../images/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;
}
.treeview-list .collapsable-hitarea {
	background: url(../../images/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
}
/* TREEVIEW CATEGORY LEFT */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ background: url("../../images/toggle-arrow.png") no-repeat scroll right 2px transparent; cursor: pointer; display: block; margin-top: -25px; overflow: hidden; padding: 0 0 10px; position: absolute; width: 100%; }

.active .mobile_togglemenu { background-position:right -50px; }
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

/* Responsive menu Css Start */
.nav-responsive span { display:inline-block;}
.ie7 .nav-responsive span { display:inline;}
.nav-responsive { cursor:pointer; display:none;  }
.main-navigation  ul  li{ list-style:none; position:relative;}
.nav-responsive .expandable{
background: url("../../images/sprite.png") no-repeat scroll 0 -575px transparent;
height: 25px;
margin-top:3px;
width: 30px;
}
.responsive-menu {padding:0; position:relative;}
.responsive-menu .main-navigation{ position:absolute; z-index:999; display:none; margin-top:0px; padding:1%; width:100%; list-style:none; }
.responsive-menu .main-navigation ul{padding-left:20px;}
.nav-responsive div,
.responsive-menu .hitarea { background: none; height: 9px; width: 9px; float: right; cursor: pointer; margin-right:15px; }
.responsive-menu .hitarea{margin-right:0;}
.responsive-menu .expandable .collapsable-hitarea{ background:url("../../images/sprite.png") no-repeat scroll -9px -92px transparent; height: 33px; padding: 0; width: 30px; }
.responsive-menu .expandable-hitarea { background:url("../../images/sprite.png") no-repeat scroll -43px -66px transparent; height: 33px; width: 30px; padding: 10px; }
.responsive-menu .collapsable-hitarea { background: url("../../images/sprite.png") no-repeat scroll -43px -92px transparent; height: 33px; width: 30px; }

/* Responsive=================================================================================== menu Css End */
/*=================tree menu fix at diff veiw=========================*/
@media (max-width: 991px) {
.box .box-content ul li a , #content .content ul li a{ color: #000000; font-family: "Istok Web",sans-serif; font-size: 11.5px !important; font-weight: bold; padding: 9px 0 9px 5px; position: relative; }
}
@media (max-width: 1199px) {
.box .box-content ul ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:20px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
}
@media (max-width: 1199px) {
.box .box-content ul li ul li ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:00px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
}
@media (max-width: 1119px) {
.box .box-content ul ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:70px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
}
@media (max-width: 991px) {
.box .box-content ul li ul li ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:-60px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
}
@media (max-width: 979px) {
.box .box-content ul ul{ background-color:#011933 !important; background: none repeat scroll 0 0 #f5f5f5; margin-left:0px; width: 100%; z-index: 99; border: 1px solid #e3e3e3; border-left:0 none ; border-right:0 none !important; }
}
/*=================tree menu fix at diff veiw=========================*/
@media(min-width:768px){
.product-left{padding-right:0px !important;}
.new-product-slider-btn{padding-left: 25px !important;padding-right: 25px !important;}
}
#show_in_sm{display:none;}
@media(max-width:1200px){
	#show_in_sm{display:block;}
}
@media(max-width:1200px){
	#hide_in_sm{display:none;}
}
.customNavigation span.next {
    cursor: pointer;
    font-size: 18px;
    left: auto;
}
.customNavigation span.prev {
    cursor: pointer;
    font-size: 18px;

}
#navigation_ar:hover{color: #2fb991 !important;}
.customNavigation{text-align:inherit !important;}
.customNavigation span.prev {
	top: 47px;
	left: -35px !important;
	z-index:1000;
}
.customNavigation span.next {
	z-index:1000;
	top: 47px;
	right: -30px;
}
#navigation_ar{display:none;color:#222222;}
.additional-carousel:hover #navigation_ar{display:block;}
@media(max-width:767px){
.customNavigation span.prev {
	left: -25px !important;

}
.customNavigation span.next {
	right: -10px;
}
}
@media(min-width:1200px){
	.customNavigation span.prev {
		left: -50px !important;

	}
	.customNavigation span.next {
		right: -40px;
}
}
img { border: 0; }
.cart-menu a{font-size:19px;}
.counter-box{font-size:16px;}
.list-unstyled{font-family: roboto;}
.footer_banner img{margin:auto;}
@media(max-width:700px){
.content-shopping-cart-qty-input-td .fa-minus-square-o{top:-1px !important;right:-17px !important;}
.content-shopping-cart-qty-input-td .fa-plus-square-o{top:2px !important;left:-17px !important;}
.content-shopping-cart-qty-input-td .form-control{padding:2px !important;text-align:center;width:50px !important}
#cart_quantity .margin-left{margin-left:2px !important;}
}
@media(max-width:767px){
.col-sm-6.col-lg-6.well.clearfix.cleft_c{float:none !important;}
.exp_month, .exp_year{width:auto !important;padding: 6px 0px !important;font-size:12px !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
 .content-shopping-cart-image-td img{width:80px;height:auto !important;}
 .text-left a h4{font-size:10px;}
 .content-shopping-cart-qty-input-td .form-control{width:100% !important;padding:1px;}
  .content-shopping-cart-qty-input-td .fa-minus-square-o{top:-2px !important;right:-8px !important;}
 #loaded7 .content-shopping-cart-qty-input-td { width: 25%; }
 .content-shopping-cart-qty-input-td .fa-plus-square-o{top:5px !important;left:-9px !important;}
 .box-shopping-cart li span{font-size:12px;font-weight:normal;}
 .box-header{padding-left:4px;font-size:13px !important;}
 #content-account-history-table td{padding:8px 4px;}
 #content-account-history-table b{font-weight:normal !important}
 #shippingEstimator select,#shippingEstimator input[type="text"] { width: 88%; }
.recalculate{display:block}
.cat_well .box-header{padding-left:40px !important;}
}
.total-right{width:100%;display:block;text-align:right;font-weight:bold;margin-right:5px;}

.lastcl.chield_border{border-bottom:unset !important;border-bottom:none !important;}

.headertext .productSpecialPrice{display:block;}
.product-listing-module-container .lead{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;font-size: 18px !important;font-weight: 600 !important;line-height: 25.81px !important;text-align: left !important;color: #000000 !important;margin-top: 10px !important;margin-left:-15px !important;}
.chield_list{display:-webkit-inline-flex;display:-moz-inline-flex;display:inline-flex;}
.g-recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media(max-width:1199px){
.g-recaptcha {transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media(max-width:767px){
.g-recaptcha {transform:scale(0.87);-webkit-transform:scale(0.87);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media(max-width:500px){
.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media (max-width: 1100px) {
#box_shooping_cart .list-indent-large{padding-left: 2px !important;}
}
@media (min-width: 768px) and (max-width: 1195px) {
.cart_arrow{display:none !important;}
.footer_accordian_desktop_hide {display:block;}
.footer_accordian_mobile_show{display:none;}
}
.no-padding{padding-left:0px !important;padding-right:0px !important;}
@media (max-width:768px){
.p-name h4{font-size:14px;}
.tab-pane  table img{width:100% !important;}
.main h2{font-size:23px !important;}
.btn-lg, .btn-group-lg > .btn{font-size:13px !important;}
.nav .mfg{margin-bottom:5px;}
.nav .extra{margin-bottom:5px;}
#content-container{padding:0px 0px !important;}
#content-center-container{padding:0px 0px !important;}
.content-product-listing-div{margin-left:10px;margin-right:10px;}
.banner-slider{padding-left:0px;margin-left:-10px;margin-right:-10px;}
}
.content-product-listing-div{clear:both;}
@media (max-width:570px){
.prod-desc .nav li a{padding:4px 6px 4px 5px !important;margin:0px 0px 4px 2px !important; font-size:12px !important;}
}
.alert-warning{color:#ff0000;background-color:#FAEAA5;}
.messageStackError{font-size:15px;}
.messageStackError img{width:13px;height:13px;}
@media (max-width:768px){
#content-center-container .row{margin-left:0px;margin-right:0px;}
.category_desc table{
	overflow-x: auto;
	display: block;
	width:300px;
}
}
@media (max-width:325px){
.pro_desc{
width: 86px;
display: block;
word-wrap: break-word;}
}
.topnav-cont {
    background: #fc8b36;
    border-bottom: 5px solid #1b1a19;
    padding: 5px;
}
.topnav-cont h3{font-size:28px;letter-spacing: 1px;margin-top:0px;}
.topnav-cont a:hover{text-decoration:none;}
.no-margin-bottom .nav > li > a{font-size:18.5px !important;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{color: #0000FF;}
.navbar-inverse .navbar-nav > li > a{color:#7c3e00 !important;}
.col-lg-5 .text-right .disabled{color:#000;font-weight:600;}
.breadcrumb li a,  .breadcrumb > .active{color: #8B8B8B  !important;}
.box_content_well span{color:#000000 !important;font-size: 18px;font-weight: bold;}
#box_shooping_cart span{color:#7c3e00 !important;}
.box_content_well a, s{color:#929293;font-family:Inter;font-size:14px;font-style:italic;font-weight:400;line-height: 143.4%;margin-left: 10px;}
.standart-h4title span {
   /* color: #7c3e00 !important;*/
}
.breadcrumb{margin-left: -15px !important;border:1px solid #E8EEF2 !important;background: #E8EEF2 !important;border-radius: 0px !important;padding: 5px 0px !important;}
.breadcrumb li a:last-child {color: #1E1E1E !important;font-size: 14px !important;font-style:normal !important;font-weight: 400 !important;line-height: 26px !important;text-transform: capitalize !important;}
.btn-primary{color:#ffffff;background-color:#0069c3;border-color:#0069c3;}
.pd{display:none;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{color:#ffffff;}
select option{color:#000000;}

.pagination > li > a, .pagination > li > span{color:#3174AF;}
.nav-responsive span, .main-menu > ul > li > a{color:#fff !important;}
.specialsearchtop{border:none;border-left:none;background-color:transparent;color:#000000;padding:0px;border-top-right-radius: 5px;left:4px;top:0px;border-bottom-right-radius: 5px}
.footerheading,.productsnamecart{font-size:18px;margin:0;}
.contachsection .auto-style3, .contachsection .auto-style1{
    background:#fff;
}
.search-filter{
	background-color:#F1F1F0 !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	border:0 !important;
	border-left: 1px solid #ccc !important;
	color:#666666 !important;
	padding-left:4px !important;
	padding-right:4px !important;
	width:100%;
	text-align:left;
}
.new-search-dropdown-menu li{
	text-align:left;
	padding:8px;
	cursor: pointer;
}
.my-input-group{
	background-color:#F1F1F0;
	border: 1px solid #ccc !important;
    width: 30%;
    display: inline-block;
}
.customcarrt{
     float: right;
    top: 8px;
    position: relative;
}
.filterbold{
    position: relative;
    top: -10px;
    padding-left: 5px;
}
.gobtn{
    display: inline;
    width: 5% !important;
    position: relative;
    top: -13px;
}
.createacclegend{border: 0;margin:0}

select option:checked {
  background-image: url('https://cs55.biz/images/phone.gif');
}
.account-menu li{list-style:none;position: relative;cursor:pointer;z-index: 101 !important;position: relative;cursor:pointer;z-index: 101 !important;}
.cart-menu li{list-style:none;position: relative;cursor:pointer;z-index: 101 !important;}
.account-menu{font-size: 17px;margin-top: 8px;padding-left: 0px !important;display: block ruby;float:right;margin-bottom: 0;}
.cart-menu{margin-top:8px !important;padding-left: 0px !important;display: block ruby;text-align: right;float:right;margin-right:8px !important;}
.checkout-menu li{list-style:none;font-size:17px;}
.checkout-menu{padding: 0px;margin-top: 8px;margin-left:22px !important;float: right;margin-right:8px !important;}
.checkout-menu li a{font-size: 20px;}
#header-cart{margin-left: 10px;margin-right:5px;}
.account-menu li a:hover{text-decoration: none;}
.cart-menu li a:hover{text-decoration: none;}
.checkout-menu li a:hover{text-decoration: none;}
@media(max-width:767px){
    
    .new-product-slider-btn{padding-left:10px !important;padding-right:10px !important;} 
    .bsp-grid-box{grid-column-gap: 0px !important;}
    .my-input-group{width: 70% !important;}
    .gobtn {width: 10% !important;}
    .account-menua{
      float: left;
      margin-top: 11px;
      padding-left: 0px;
      margin-right: 7px;margin-bottom: 0;
    }
    .promotional-text{font-size: 12px !important;font-weight: 600 !important; padding: 0px !important; margin-top:3px !important; margin-left:-5px !important;}
    .openBtn {
       background: #f1f1f1;
       background-color: rgb(241, 241, 241);
       border: none;
       padding: 0px 10px;padding-right:0px;
       font-size: 22px;
       cursor: pointer;
       background-color: transparent;
    }
}
.row-full-footer{background-color: #000029;}
#footer{padding:20px 15px 20px 15px;}
.footer-links li a{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important; font-size: 16px !important; font-weight: 300 !important; line-height: 26px !important; text-align: left !important; color:#ffffff !important;}
.footer-links li a:hover{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;font-size: 16px !important; font-weight: 300 !important; line-height: 26px !important; text-align: left !important; color:#ffffff !important;}
.footer_list li a {color: #999999;}
.banner-slider{padding-right:0px !important;}
.account-related-part{/*display: flex; justify-content: flex-end;*/ padding-right:0px;}
.page-header{background-color: #ffffff;/*margin-top: 0px !important;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/}
.logo-section{margin-top:-10px !important;}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 101 !important;
  display: block;
  animation: smoothScroll 1s forwards;
  background-color: #f9950a;;
}
iconify-icon.send-icon {
  cursor: pointer;
  font-size: 1.125rem;
  padding: 0.75rem;
  border-radius: 4.375rem;
  color: #FFF;
  border: 1px solid #DEAD6F;
  background: #DEAD6F;
}
.home_cms_service.service .service-icon {
  background: rgba(0, 0, 0, 0) url("../../images/icon-new.png") no-repeat scroll 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
  border-radius: 0;
}
.service .style-1 .service-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 60px;
  margin: 0;
}
.home_cms_service.service .service-icon.icon1 {
  background-position: -100px 7px;
}
.home_cms_service.service .service-icon.icon2 {
  background-position: -100px -130px;
}
.home_cms_service.service .service-icon.icon3 {
  background-position: -100px -265px;
}
.home_cms_service.service .service-icon.icon4 {
  background-position: -100px -403px;
}
.home_cms_service.service .service-icon.icon5 {
  background-position: -100px -540px;
}
.home_cms_service.service .service-icon.icon6 {
  background-position: -100px -676px;
}
.home_cms_service.service:hover .service-icon.icon1 {
  background-position: -100px -61px;
}
.home_cms_service.service:hover .service-icon.icon2 {
  background-position: -100px -198px;
}
.home_cms_service.service:hover .service-icon.icon3 {
  background-position: -100px -333px;
}
.home_cms_service.service:hover .service-icon.icon4 {
  background-position: -100px -471px;
}
.home_cms_service.service:hover .service-icon.icon5 {
  background-position: -100px -609px;
}
.home_cms_service.service:hover .service-icon.icon6 {
  background-position: -100px -744px;
}
.home_cms_service.service .description {
  color: #626262;
  font-weight: 300;
  text-align: center;
  width: 300px;
  line-height: 24px;
  display: table;
  margin: 0px auto;
}
.service {
  text-align: center;
}
.home_cms_service.service .service-text {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}
.home_cms_service.service:hover .service-text {
  color: #989797;
}
.center {
  text-align: center;
  position: relative;
}
.shortcode-title h1{
  color: #000;
  font-family: "Anton",sans-serif;
  font-size: 32px;
  font-weight: bold !important;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px !important;
}
.home .services .simple-type.small-title::before {background-color: #fafafa;}
#owl-latestblog .fa-angle-right{color: #C6C6C6 !important;}
#owl-latestblog .fa-angle-left{color: #C6C6C6 !important;}
#owl-latestblog .owl-prev{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-latestblog .owl-next{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-latestblog .owl-prev:hover{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-latestblog .owl-next:hover{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-categoryproducts .fa-angle-right{color: #C6C6C6 !important;}
#owl-categoryproducts .fa-angle-left{color: #C6C6C6 !important;}
#owl-categoryproducts .owl-prev{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-categoryproducts .owl-next{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-categoryproducts .owl-prev:hover{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-categoryproducts .owl-next:hover{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-categoryproducts .btn-success{background-color: #344955 !important;border-color:#344955 !important;border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;padding-top:10px !important;}
#owl-categoryproducts .product-listing-module-quickview-button{background-color: #B6B6B6 !important;border-color:#B6B6B6 !important;border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
#owl-categoryproducts .product-listing-module-compare-button{background-color: #9CCC65 !important;border-color:#9CCC65 !important;border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
#owl-featuredproduct .fa-angle-right{color: #C6C6C6 !important;}
#owl-featuredproduct .fa-angle-left{color: #C6C6C6 !important;}
#owl-featuredproduct .owl-prev{font-size:32px !important;top: 38% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-featuredproduct .owl-next{font-size:32px !important;top: 38% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-featuredproduct .owl-prev:hover{font-size:32px !important;top: 38% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-featuredproduct .owl-next:hover{font-size:32px !important;top: 38% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-featuredproduct .btn-success{display: inline-block; border: 0; color: #ffffff; padding: 8px 30px; line-height: 25px; height: auto; width: auto; border: 2px solid #00a1ea; background: #00a1ea;font-weight: 600; text-transform: uppercase; text-align: center; vertical-align: middle; border-radius: 50px; -webkit-border-radius: 50px; -khtml-border-radius: 50px; -moz-border-radius: 50px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
#owl-featuredproduct .btn-success:hover{display: inline-block; border: 0; color: #ffffff; padding: 8px 30px; line-height: 25px; height: auto; width: auto; border: 2px solid #f9950a; background-color: #f9950a; font-weight: 600; text-transform: uppercase; text-align: center; vertical-align: middle; border-radius: 50px; -webkit-border-radius: 50px; -khtml-border-radius: 50px; -moz-border-radius: 50px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
#owl-featuredproduct .product-listing-module-quickview-button{background-color: #B6B6B6 !important;border-color:#B6B6B6 !important;border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
#owl-featuredproduct .product-listing-module-compare-button{background-color: #9CCC65 !important;border-color:#9CCC65 !important;border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.pageHeading{padding:0px !important;margin-bottom: 20px !important;}
.pageHeading a:hover{text-decoration:none;}
.pageHeading  a{
   color: #000000;
   font-weight: bold;
   font-size: 18px;
   text-transform: uppercase;
   margin: 10px 0;
}
#banner-2{
  background-color: #00a1ea;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
.customaction_title1 {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 30px;
}
#banner-2 .customaction {padding: 80px 0 !important;}
.customaction_title1 {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 30px;
}
.cms-block .customaction .calloutarea_button a {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.customaction .calloutarea_button a {
  border-radius: 50px;
  border: 2px solid #000;
  font-weight: bold;
  padding: 12px 42px;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  background-color: transparent;
}
.customaction .calloutarea_button a:hover{text-decoration:none !important;}
.banner-portion {
  width: 99.225vw;
  position: relative;
  left: 50%;
  margin-left: -49.59vw;
  margin-right: -49.59vw;
}

.tab-panel-left{float: left;text-align: right;}
.tab-panel-right{display: flex;justify-content: center;align-items: center;margin-top:30px;}
.gadgettab-common{float:left;}
.style-2 .accordion-content a h3 p{
  display: block;
  padding: 0;
  color: #626262;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  overflow: hidden;
  font-size:15px;
}
.style-2 .accordion-content a:hover{
  text-decoration:none !important;
}
.style-2 .accordion-toggle a:hover{
  text-decoration:none !important;
}
.style-2 .accordion-toggle a h3{
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
}
 .fixerl{margin-top: 20px;}
.home-feature_cms .resp-tabs-list li .tab-title {  
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
}
.new-product-common{margin-top: 15px;margin-bottom: 15px;}
.new-product-common h1{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important; font-style: normal !important; font-size: 30px !important; font-weight: 600 !important; line-height: 50px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;color: #1E2832 !important;}
.new-product-slider{background-color:#f7f7f7;padding: 40px 0 50px; margin: 0; overflow: hidden; background-repeat: no-repeat;}
.row-full{width: 100vw; position: relative; margin-left: -50vw; margin-right: -50vw;margin-top: 100px; left: 50%;}
.spacer{clear:both;}
.gadget-htabs{display: table; margin: 0px auto;}
.style-2 .accordion-content a{
  color: #626262;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 15px !important;
}
.tab-picture .gadgettab-fig{height: 250px !important;position: absolute !important;bottom:40% !important;}
#owl-newproducts .owl-prev{
	display: none;
}
#owl-newproducts .owl-next{
	display: none;
}
#owl-newproducts:hover .owl-prev, #owl-newproducts:hover .owl-next {
    display: unset;
}
#owl-newproducts .owl-prev{
    left: 0px;
    top: 45%;
    position: absolute !important;
}
#owl-newproducts .owl-next{
    right: 7px;
    top: 45%;
    position: absolute !important;
}
#owl-newproducts .product_hover_block{
    position: absolute !important;
    right: 30% !important;
	display: none !important;
}
#owl-newproducts .thumbnail-featured:hover .product_hover_block {
    bottom: 62% !important;
    position: absolute !important;
    right: 10% !important;
	display: block !important;
}
 .name-box{margin-top:20px !important;}
 .name-box a{color: #000000 !important;font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important; font-style: normal !important; font-size: 18px !important; font-weight: 500 !important; line-height: 20px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;}
 .name-box a:hover{color: #000000 !important;font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important; font-style: normal !important; font-size: 18px !important; font-weight: 500 !important; line-height: 20px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;}
 .name-box-sp{margin-left:30px !important;margin-top: 20px !important;}
 .name-box-sp a{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;  font-style: normal !important;font-size: 30px !important; font-weight: 700 !important; line-height: 36.31px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;color:#ffffff !important;}
 .name-box-sp a:hover{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;  font-style: normal !important;font-size: 30px !important; font-weight: 700 !important; line-height: 36.31px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;color:#ffffff !important;}
 .newproducts-section .name-box {
  height: 70px;
}
.price_mainpage_gridlist{
  display: inline-block !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 300 !important;
  font-family: roboto slab,serif !important;
  color: #000000 !important;
}
.listing-specific {width: calc(100%) !important;margin-left: 5px !important;}
.new-product-slider-btn a, .btn-success{
  display: inline-block;
  border: 0;
  color: #0A78BA !important;
  padding: 10px 30px;
  line-height: 20px;
  height: auto;
  width: auto;
  border: 1px solid #0A78BA;
  background: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 0px !important;
}
.new-product-slider-btn a, .btn-success:hover{
  display: inline-block;
  color: #0A78BA !important;
  padding: 10px 30px;
  border: 1px solid #0A78BA !important;
  background-color: #ffffff !important;
  text-align: center;
  vertical-align: middle;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 0px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.new-product-slider .fa-angle-right{color: #C6C6C6 !important;}
.new-product-slider .fa-angle-left{color: #C6C6C6 !important;}
#owl-newproducts .owl-prev{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-newproducts .owl-next{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-newproducts .owl-prev:hover{font-size:32px !important;top: 30% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-newproducts .owl-next:hover{font-size:32px !important;top: 30% !important;position: absolute !important;right: 20px !important;color:#41403E !important;font-weight:bold;}
#owl-testimonial .fa-angle-right{color: #C6C6C6 !important;}
#owl-testimonial .fa-angle-left{color: #C6C6C6 !important;}
#owl-testimonial .owl-prev {
  font-size: 32px !important;
  top: 2% !important;
  position: absolute !important;
  color: #C4C4C4 !important;
  right: 9%;
}
#owl-testimonial .owl-next {
  font-size: 32px !important;
  top: 2% !important;
  position: absolute !important;
  right: 61px !important;
  color: #000000 !important;
  }
#owl-partners .fa-angle-right{color: #C6C6C6 !important;}
#owl-partners .fa-angle-left{color: #C6C6C6 !important;}
#owl-partners .owl-prev{font-size:32px !important;top:20% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;display: none;}
#owl-partners .owl-next{font-size:32px !important;top:20% !important;position: absolute !important;right: 40px !important;color:#41403E !important;font-weight:bold;display: none;}
#owl-partners .owl-prev:hover{font-size:32px !important;top: 20% !important;position: absolute !important;left: 20px !important;color:#41403E !important;font-weight:bold;display: none;}
.pd-description{color: #626262; font-family: "Open Sans",sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0.5px; line-height:17px;}
.pd-description a{color: #00a1ea;font-style:italic;font-size:14px;font-weight: bold;}
.pd-description a:hover{color: #000000;font-style:italic;font-size:14px;font-weight: bold;text-decoration: none;}
.article-section .article-description {
  text-transform: initial;
  color: #626262;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-size: 17px;
  margin-top: 15px;
}
.article-section .article-name:hover {
  color: #989797;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-section .article-name {
  color: #161c1e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-description .readmore {
  float: right;
  position: relative;
  top: -30px;
  color: #007bff;
  font-weight: bold;
}
.article-description a:hover {
  text-decoration: none;
}
.extendmore{position:relative;top: -10px;}
.rd-parallax-layer {
  transform: translate3d(0px, 4.2px, 0px);
  transition: none 0s ease 0s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #242424;
  margin-top: -4px !important;
}
#tm-newsletter .static-text {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  text-align: center !important;
}
.newsletter-description {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .3px;
  font-weight: 300;
  margin-bottom: 21px;
  color: #ffffff;
  text-align: center !important;
}
.newsletter input[type="text"] {
  height: 50px;
  border: none;
  margin-bottom: 5px;
  color: #b0b0b0;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 20px;
  background: #fff;
  font-weight: 300;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 50px;
  width: 100%;
}
.newsletter .btn-primary {
  margin-left: 16px;
  min-width: 170px;
  text-align: center;
  position: absolute;
  top: 107px;
  right: 2% !important;
  font-family: roboto slab,serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0 50px 50px 0;
  min-height: 52px;
}
#tm-newsletter-button {
  background-color: #00a1ea !important;
}
.tm-newslette-section{display: flex;justify-content: center;align-items: center;}
.subscribe-newsletter{text-align: center;}
.since-request{background-color:#bbc3d3;color:#3D3D3D;font-weight:bold;margin:0px;}
.since-left{padding-top: 15px !important;padding-bottom: 15px !important;}
.since-right{padding-top: 15px !important;padding-bottom: 15px !important;}
.mobile-section-top{margin-bottom:0px !important;}
.mobile-section-bottom{margin-top:20px !important;}
.featured-padding-left{padding-left:25px !important;}
.copyright-part{text-align:left;padding-left: 0px !important;}
.all-fn{padding-left:0px !important;}
.all-cds-heading h1{color: #17212B !important;text-transform: uppercase !important;font-size: 22px !important;font-weight: 600 !important;margin:0;}
.cds_category_description{padding:7px;}
.categories-figure-box{background-color:#EBF0F3;}
.categoriespanel-section .thumbnail{margin-bottom:0px !important;}
.categories-name-box{padding:15px !important;height:70px;}
.advancedsearch-heading h1{color: #17212B !important;text-transform:uppercase !important;font-size: 22px !important;font-weight: 600 !important;}
.advancedsearchresult-heading h1{color: #17212B !important;text-transform:uppercase !important;font-size: 22px !important;font-weight: 600 !important;}
.categoriespage-heading h1{color: #1E2832;font-family: Inter;font-size: 30px;font-style: normal;font-weight: 600 !important;line-height: 50px;text-transform: uppercase;}
.listing-product-figre-box{background-color: #EBF0F3;}
.qty-left{top:-10px;margin:20px 0px;left:-25px;}
.quantity_box_down:hover{background-color: #F9970E;color:#ffffff;-webkit-transition: all 0.3s ease 0s;}
.quantity_box_up:hover{background-color: #F9970E;color:#ffffff;-webkit-transition: all 0.3s ease 0s;}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .review{margin-left: 20px;}
}
/*@media(min-width:991) and (orientation : portrait){*/
/*    .add_to_cart .btn-primary{margin-left: 25px;width: 50%;}*/
/*}*/
@media screen and (max-width: 380px) {
    .add_to_cart .btn-primary{margin-left: 10px;}
    .qty-left .quantity_box_down{margin-left: 15px;}
}
@media(max-width:768px){
 .pageHeading {margin-left: 10px;}
 .qty-left {top: -10px;margin: 20px 0px;left:0px;}
 .cart-coupon-box{margin-bottom: 15px !important;}
 .module-heading{padding-left:0px !important;}
 .topic-device{padding-right: 0px !important;}
 .firstname-device{padding-right: 0px !important;}
 .telephone-device{padding-left: 0px !important;}
 .contact-address{padding-left: 0px !important;}
 #contact_head_title{margin-left:0px !important;font-size: 25px !important;}
 .createaccount-heading{margin-left:15px !important;}
 .ca-password-section{padding-left: 0px !important;padding-right: 0px !important;}
 .all-fn{padding-left:12px !important;}
 .createaccount-page-panel{padding-right: 0px !important;}
 .account-menu{float:right;}
 .page-header {padding: 10px 0px 15px !important;background-color: #F5F8FA !important;z-index: 101 !important;}
 .headsetop-left{margin-top:0px !important;}
 .headsetop-right{margin-top:0px !important;}
 .quick_view{margin-left:28px !important;}
 .featured-product-slider-btn{margin-left:25px !important;}
 .fix-flag-right {margin-left:0px !important;}
 .cart-menu {
    margin-top: 8px !important;
    padding-left: 0px !important;
    display: block ruby !important;
    float: right !important;margin-bottom: 0;
 }
 .gadget-htabs{text-align: center;}
 .gadget-htabs li{float:none;display:inline-block;zoom:1;}
  #owl-testimonial .owl-prev {
      font-size: 32px !important;
      top: 20% !important;
      position: absolute !important;
      left: 0px !important;
      color: #41403E !important;
      font-weight: bold;
  }
  #owl-testimonial .owl-next {
      font-size: 32px !important;
      top: 19% !important;
      position: absolute !important;
      right: 0px !important;
      color: #41403E !important;
      font-weight: bold;
  }
  #owl-partners .owl-prev {
      font-size: 32px !important;
      top: 20% !important;
      position: absolute !important;
      left: 0px !important;
      color: #41403E !important;
      font-weight: bold;
  }
  #owl-partners .owl-next {
      font-size: 32px !important;
      top: 19% !important;
      position: absolute !important;
      right: 0px !important;
      color: #41403E !important;
      font-weight: bold;
  }
  .search-device-fix button{margin-left: 10px !important;}
  .serchfix-device{padding-right: 0px !important;}
  .extra-iconic {height:35px;border-radius: 10px !important;}
  .specialsearchtop {
      border: none;
      border-left: none;
      background-color: transparent;
      color: #000000;
      padding: 0px;
      border-top-right-radius: 5px;
      left: 39%;
      top: 8px;
      border-bottom-right-radius: 5px;
      position: absolute !important;
   }
  .fp-bttn{margin-left: -15px !important;margin-right: -15px !important;}
  .newsletter .btn-primary{margin-top:0px !important;}
  #banner-2{margin-top:20px !important;}
  .banner-left-disc {margin-top: 30px !important;}
  #banner-2 .customaction {padding: 50px 0 !important;}
  .newsletter-part{padding-left: 0px !important;padding-right: 0px !important;}
  .row-full{margin-top:0px !important;}
  .menu-navbar-inverse{border-color: #BBC3D3;margin-right:-7px !important;}
  .menu-navbar-inverse .navbar-toggle {border-color: #333;}
  .menu-navbar-inverse .navbar-toggle .icon-bar {background-color: #fff;}
  #banner-2 .customaction {padding: 50px 0 !important;}
  .logo-section a img{width:200px !important;}
  .account-related-part{position:absolute;right:10%;top:-20px;}
  .branding-sps{padding:0px;}
  .mobile-section-top{margin-bottom:0px !important;}
  .mobile-section-bottom{margin-top: 0px !important;}
  #owl-featuredproduct .btn-success:hover {
      display: inline-block;
      border: 0;
      color: #ffffff;
      padding: 8px 30px;
      line-height: 20px;
      height: auto;
      width: auto;
      border: 2px solid #00a1ea;
      background-color: #00a1ea;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      -moz-border-radius: 50px;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
  }
  .sticky {
      position: fixed;
      top: 0px;
      width: 103% !important;
      z-index: 999;
      display: block;
      animation: smoothScroll 1s forwards;
  }
  .logo-section {margin-top:0px !important;margin-bottom: 10px !important;}
  .mobile-section-left{margin-bottom:0px !important;}
  .branding-sps .navbar{margin-bottom:0px !important;}
   #owl-featuredproduct .owl-prev {
      font-size: 32px !important;
      top: 25% !important;
      position: absolute !important;
      left:16px !important;
      color: #41403E !important;
      font-weight: bold;
   }
   #owl-featuredproduct .owl-next {
      font-size: 32px !important;
      top: 24% !important;
      position: absolute !important;
      right: 12px !important;
      color: #41403E !important;
      font-weight: bold;
    }
    #owl-featuredproduct .owl-prev:hover{font-size:32px !important;top: 24% !important;position: absolute !important;left:16px !important;color:#41403E !important;font-weight:bold;}
    #owl-featuredproduct .owl-next:hover{font-size:32px !important;top: 24% !important;position: absolute !important;right:12px !important;color:#41403E !important;font-weight:bold;}
    #owl-newproducts .owl-prev {
      font-size: 32px !important;
      top: 26% !important;
      position: absolute !important;
      left: 17px !important;
      color: #41403E !important;
      font-weight: bold;
   }
   #owl-newproducts .owl-next {
      font-size: 32px !important;
      top: 24% !important;
      position: absolute !important;
      right: 8px !important;
      color: #41403E !important;
      font-weight: bold;
    }
    #owl-newproducts .owl-prev:hover{font-size:32px !important;top: 26% !important;position: absolute !important;left: 17px !important;color:#41403E !important;font-weight:bold;}
    #owl-newproducts .owl-next:hover{font-size:32px !important;top: 24% !important;position: absolute !important;right: 8px !important;color:#41403E !important;font-weight:bold;}
    #owl-newproducts .owl-prev{
	  display: block;
    }
    #owl-newproducts .owl-next{
	  display: block;
    }
    .featured-padding-left{padding-left:0px !important;}
    .gadgettab-common{padding-left: 0px !important;padding-right: 0px !important;}
    .post-content-inner{padding-left: 0px !important;padding-right: 0px !important;}
    .article-section{padding-left: 0px !important;padding-right: 0px !important;}
    .article-section .article-description{font-size: 16px;}
    #owl-latestblog .owl-prev {
      font-size: 32px !important;
      top: 34% !important;
      position: absolute !important;
      left: -37px !important;
      color: #41403E !important;
      font-weight: bold;
   }
   #owl-latestblog .owl-next {
      font-size: 32px !important;
      top: 32% !important;
      position: absolute !important;
      right: -42px !important;
      color: #41403E !important;
      font-weight: bold;
    }
    #owl-latestblog .owl-prev:hover{font-size:32px !important;top: 34% !important;position: absolute !important;left: -37px !important;color:#41403E !important;font-weight:bold;}
    #owl-latestblog .owl-next:hover{font-size:32px !important;top: 32% !important;position: absolute !important;right: -42px !important;color:#41403E !important;font-weight:bold;}
    .copyright-part{text-align:center;}
    .navportion ul > :first-child{padding: 0px 0px !important;background-color: transparent !important;}
    .fa-angle-up-scroll {background-color: rgba(194, 194, 194, 0.5);
      text-align: center;
      line-height: 34px;
      bottom:23px !important;
      color: #fff;
      display: none;
      height: 34px;
      position: fixed !important;
      right: 45px !important;
      width: 34px;
      z-index: 999;
      border-radius: 50px;
      font-size: 29px;
    }
    .responsive-menu{margin-left:0px !important;margin-right:0px !important;}
    .search-hide-device{display:none;}
     #loaded7 input.navbar-search {
    background: #FCFCFC;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #444444;
    width: fit-content;
    padding: 7px 15px 7px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #ccc;
  }

  .account-dropdown{margin-left:-163px !important;margin-top: 10px !important;}
  .cart-dropdown{margin-left: -172px !important;margin-top: 10px !important;}
  .navportion {padding-left: 20px !important;}
  .pinfotab-section .details-tab-portion{
    border-bottom: none !important;
    display: inline-block !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top:20px !important;
    padding-left:0px !important;
  }
  .recomended-section{margin-bottom: 10px;}
  .stickymobile {
      position: fixed;
      top: 0px;
      width: 103% !important;
      z-index: 101 !important;
      display: block;
      animation: smoothScroll 1s forwards;
      /*background-color: #D1D1D1;*/
  }
  .sticky{position: unset !important;}
  .add_to_cart .btn-primary{ height: 42px !important; }
  .review{margin-left: 20px;}
}
.nav{padding-right:0px;}
.navportion .nav > li > a {
   padding-left: 0px;
   color: #000;
   font-weight: 600;
   padding: 5px 8px !important;
   font-size: 13px !important;
}
.navportion .nav > li {border-right: 1px solid #808384;}
.navportion .nav > li > a:hover{background-color: #ffffff;}
.navportion .nav > li > a:hover, .nav > li > a:focus{
  text-decoration: none;
}
.nav-section-desktop .navbar{margin-bottom:0px !important;}
.account-menu li a{color:#000000;font-weight: normal;font-size:19px;}
.cart-menu li a{color:#000000;font-weight: normal;}
.checkout-menu li a{color:#000000;font-weight: normal;}
.featured-product-slider-btn {padding:0px;}
#footer address {
  font-family: Inter !important; font-size: 16px !important; font-weight: 300 !important; line-height: 26px !important; text-align: left !important; color:#ffffff !important;
}
#footer .list-unstyled{
    line-height: 2.5;
}
.tm-login-form #input-newsletter{
      background: #333333;
}
.newsletter-description {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .3px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #999999;
    text-align: center !important;  
}
.post-content-inner{border-left: 1px solid #e5e5e5;
  padding: 0 0 0 20px;
  margin-top: 15px;
}
.article-date{margin-top:15px;}
.article-date .articled{ font-size: 45px; font-weight: bold; line-height: 52px; width: 100%; color: #00a1ea;}
.article-date .articlemy{text-transform: capitalize; color: #626262; font-size: 13px; font-weight: 300;}
.fa-angle-up-scroll {background-color: rgba(194, 194, 194, 0.5);
  text-align: center;
  line-height: 34px;
  bottom: 80px;
  color: #fff;
  display: none;
  height: 34px;
  position: fixed;
  right: 35px;
  width: 34px;
  z-index: 999;
  border-radius: 50px;
  font-size: 29px !important;
}
.nav-section-desktop{background-color:#f9950a;padding-left: 0px;border-bottom: 1px solid #f9950a;}
.navportion{padding:0px;}
.main-nav{padding:0px;}
.menu-section{padding:0px;}
.cart-dropdown{margin-left:-85px;margin-top:10px;}
.product-listing-module-name span a{color: #000;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:18px;text-transform:capitalize;display:flex !important;justify-content: left !important;margin-left:15px !important;;}
.product-listing-module-name span a:hover{color: #000;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:18px;text-transform:capitalize;text-decoration:none;display:flex !important;justify-content: left !important;margin-left:15px !important;;}
.box_content_well a{color: #626262 !important;font-size: 14px;}
.box_content_well a:hover{color: #000000 !important;text-decoration:none;font-size: 14px;}
.common-heading h1{font-size: 30px;font-weight: bold !important;margin-left:10px !important;}
.top-right-contact{color: #000 !important;font-feature-settings:'liga' off, 'clig' off !important;font-family: Inter !important;font-size:16px !important;font-style: normal !important;font-weight: 600 !important;line-height: normal !important;text-transform: uppercase !important;border-radius: 0px !important;}
.top-right-contact a:hover{font-size: 14px !important;text-transform: uppercase;font-weight: 600 !important;color:#000000 !important;}
.btn-contact{background-color: #F9980F !important;border-color: #F9980F !important;}
.categoriespage-heading{margin-top:0px !important;}
#content-product-listing-category-description p span font{color: #1E2832;font-family:Inter;font-size:14px !important;font-style: normal;font-weight: 400 !important;line-height: 18px;}
#content-product-listing-category-description p span font a{color:#1E2832;font-family:Inter;font-size: 12px !important;font-style: normal;font-weight: 400 !important; line-height: 18px;text-decoration-line:underline;}
.categories-figure-box a, .thumbnail{box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) !important;}
.recomended-fig-box{padding-left: 15px !important;padding-right: 15px !important;}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:landscape) {    
 .responsive-menu{margin-left:0px !important;margin-right:10px !important;}
 #owl-specials .owl-stage .owl-item {width: 311px !important;}  
 .testimonial-wrapper{margin-left:0px !important;}
 .overlay input[type="text"] {width: 82% !important;}  
 .createaccount-page-panel .already-have-account h3{padding-left: 10px !important;}
 .click-here-to{padding-left: 10px !important;}  
 .cart-dropdown {margin-left: -128px; margin-top: 15px;}
 .stickymobile{position: sticky !important;top: 0 !important;z-index: 1000 !important;width: 100% !important;}
 .bsp-grid-box{display:unset !important;}
 .newsletter .btn-primary {
    min-width: auto !important;
    position: absolute !important;
    right: 2% !important;
    top:65% !important;
    font-family: roboto slab,serif !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    border-radius: 0 50px 50px 0 !important;
  }
  .testimonial-row-full {
   width: 100vw;
   position: relative;
   margin-left: -56vw;
   margin-right: -50vw;
   margin-top:0px !important;
   left: 56%;
  }
  .account-related-part {
    position: absolute;
    right: -30%;
    top:-15px;
  }
  .serchfix-device{position: absolute;right:2%;}
  .fix-flag-right {margin-left:0px !important;}
  .accountlpart{padding: 0 !important;margin-top: 5px !important;}
  .promotional-text {display: unset !important; color: #f9950a !important; font-weight: 600 !important; font-size: 13px !important; margin-left: 0px !important;}
  .quick_view{position: relative;left: -16%;}
  .featured-product-slider-btn{margin-left: 50px !important;}  
}
@media screen and (max-width: 1200px) {
  .product-title{padding-top:40px;padding-bottom:10px;}
  .second-product-title h1{padding-top:20px;}
  .price-section{margin-top:-20px;}
  .add_to_wish{background-color: transparent;color:#000000; margin-bottom:30px;}
  .description_all_tabs button{border-radius: 50px;background-color:#00A1EA;border: none;}
}
.openBtn .fa{font-size:20px;-webkit-text-stroke: 1px #ffffff;}
@media screen and (min-width: 768px) {
    .shiping-estimate-reload{font-size:22px !important;font-weight:600 !important;color:#666666;text-align: right;float: right;margin-left: 13px;margin-top:8px;cursor:pointer;}
    .estimate-cost span{font-size: 18px !important;color:#000000;} 
    .calculate-shipping span{font-size: 16px !important;color:#000000;}
    .redme-heading  b{font-size: 18px !important;color:#000000;font-weight: 600;}
   .calculate-shipping span b{font-size: 18px !important;color:#000000;font-weight: 600;}
   .redme-heading{padding-right:0px !important;margin-top: 10px !important;}
   .redme-input{padding-right:0px !important;padding-left: 0px !important;}
   .checkout-heading{padding-left:0px !important;}
   .bill-address-select{transform: translate(23%, 0%);}
  .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment { text-align: center; border-bottom: 2px solid #ccc; position: relative; padding-bottom: 8px; font-size: 14px; } 
  .checkout-right{border: 1px solid #ccc; padding-left: 25px; padding-right: 25px; padding-top: 10px; padding-bottom: 10px; }
  .checkout-right .active {font-weight: bold;}
  .acount-edit-left{padding-left: 0px !important;}  
  .acount-edit-right{padding-right: 0px !important;} 
  .account-edit-section{padding-right: 0px !important;} 
  .tella-friend .btn-sm{padding: 10px 16px !important;font-size: 18px !important;line-height:1.33 !important;border-radius: 6px !important;background-color: #0069c3 !important;border-color: #0069c3 !important;}
  .tella-friend-input{display:inline;width:50%;}
  .ct-cart{flex:1;text-align:center;margin-left:12px !important;}
  .wishlist-all-btn .btn-sm{padding: 10px 16px !important;font-size: 18px !important;line-height:1.33 !important;border-radius: 6px !important;background-color: #0069c3 !important;border-color: #0069c3 !important;}
  .ct-shoping{flex:1;text-align:left;}
  .large-padding-details{padding-left: 28px !important;}
  .banner-margin-top{margin-top: 20px !important;}
  .carousel-inner > .item > a > img{height: 475px;object-fit: fill;}
  .zip_code_cart {display: inline; width: 14% !important; border-radius: 0; margin-right: 9px;}
  .country_id_cart {width:20% !important;display: inline;border-radius: 0;}
  .createaccount-page-panel .already-have-account h3{padding-left:0px !important;}
  .move-delete-part font{padding-left: 20px;}
  .prd-name b{padding-left: 25px;}
  .prd-price b{margin-left: -2px !important;}
  .openBtn {
      background: #f1f1f1;
      border: none;
      padding: 0px 10px;padding-right:0px;
      font-size: 22px;
      cursor: pointer;
      background-color: transparent;
  }
  .footer_accordian_mobile_show{display:none !important;}
  .extra-iconic {height:40px;border-radius: 10px !important;}
  .testimonial-row-full {
     width: 99.225vw;
	 position: relative;
	 margin-left: -49.59vw;
	 left: 50%;
  }
  #showcard-modal .modal-dialog{width: 65%}
  #LC_Quickview .modal-dialog{width:70%}
  .account-dropdown{margin-top: 10px !important;}
}
@media screen and (max-width: 768px) {
.tella-friend .btn-primary{margin-top:20px !important;padding: 10px 16px !important;font-size: 15px !important;line-height:1.33 !important;border-radius: 6px !important;background-color: #0069c3 !important;border-color: #0069c3 !important;}
.tella-friend-input{display:inline;width:100%;} 
.ct-cart{flex:1;text-align:left;margin-left:0px !important;}
.ct-shoping{flex:1;text-align:center;margin-left:-2px !important;}
.wishlist-all-btn .btn-sm{font-size:15px !important;}
.prd-price{margin-left: -30px !important;margin-top: 10px !important;}
.new-product-common h1 {font-family:Inter !important;font-size: 22px !important;font-weight: 600 !important;line-height: 28px !important;text-align: left !important;text-transform: uppercase !important;color: #1E2832 !important;}
.login-sections #head_title{font-size:25px !important;margin-left: 15px !important;}
.shipingcontent{margin-bottom: 25px;}
.featured .shopnow_btn {margin-left: -25px !important;}
.featured .productname_mainpage {height: 140px !important;padding: 10px 30px 10px 30px !important;}
.openBtn {background: #f1f1f1; background-color: rgb(241, 241, 241); border: none; padding: 0px 10px;padding-right:0px; font-size: 22px; cursor: pointer; background-color: transparent; position: relative;}
.overlay-content { position: relative !important; top: 0% !important; width: 100% !important; right: -7% !important;}
.overlay input[type="text"]{width: 75% !important;}
.overlay .closebtn {position: absolute !important; top: -10px !important; right: 18px !important; font-size: 38px !important; cursor: pointer !important; color: white !important;}
.search-menu {font-size: 17px;margin-top: 10px;cursor: pointer;z-index: 101 !important;}
.category-tree{padding-right: 0px !important;}
.main-menu{display:none !important;}
.featured .price-section{padding-left: 0px !important;padding-right: 20px !important;margin-top: -10px !important;}
.checkout-menu li a {font-size: 20px;}
.accountlpart{padding: 0 !important;}
.footer_accordian_mobile_show{display:block;}
.product-title{padding-top:10px;}
.second-product-title h1{padding-top:20px;}
.price-section{margin-top:-20px;}
.add_to_wish{background-color: transparent;color:#000000; margin-bottom:30px;}
}
.product-title h1{ color:#000000 !important;}
.product-title{padding-top:0px;padding-bottom:10px;}
.second-product-title h1{ color:#000000 !important;}
.add_to_cart button{width:175px;height:41px;background-color:#15aee6;border:none;margin-top:15px;}
.price-section{margin-top:-30px !important;}
.price-tag{ color:#000000;}
.add_to_wish{background-color: transparent;color:#000000; margin-bottom:30px;}
.description_tab{font-size: 14px !important;font-weight: bold !important;text-transform: uppercase !important;}
.mfg_info_tab{font-size: 14px !important;font-weight: bold !important;text-transform: uppercase !important;}
.extra_info_tab{font-size: 14px !important;font-weight: bold !important;text-transform: uppercase !important;}
.review_tab{font-size: 14px !important;font-weight: bold !important;text-transform: uppercase !important;}
.description_paragraph{font-size: 100px !important;}
.description_paragraph_heading{font-weight: 600 !important;}
.model_and_manufacture{margin-bottom: 30px;margin-top: 5px;}
.background_color{background-color:#F5F8FA;}
.description_all_tabs button{border-radius: 50px !important;border: none !important; padding-left: 15px !important;padding-right: 15px !important;padding-top: 10px !important;padding-bottom: 10px !important;margin-left:10px !important;}
.description_all_tabs a{text-decoration: none;}
.description_all_tabs ul{list-style-type: none;}
.description_all_tabs{display: flex;justify-content: center;align-items: center;padding-left: 0px !important;}
.pinfotab-section  .details-tab-portion > li.active > a, .nav-tabs > li.active > a:focus{
  background-color: transparent !important;
  color: #0A78BA !important;font-family: Inter;font-size:18px; font-style: normal; font-weight: 500 !important;line-height: normal;
}
.pinfotab-section .details-tab-portion > li > a{color: #4F4F4F !important;font-family: Inter;font-size:18px; font-style: normal; font-weight: 500 !important;line-height: normal;}
.pinfotab-section .details-tab-portion > li > a:hover{color: #4F4F4F !important;}
.pinfotab-section .nav-tabs > li > a:hover{background-color: transparent !important;}
.pinfotab-section .details-tab-portion{
    /*border-bottom: none !important;*/
    display: flex;
    /*justify-content: center;align-items: center;*/
    margin-top:20px !important;
    margin-bottom:-26px;
}
.slider-tab-section .main-tab-portion > li.active > a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus{background-color: #00a1ea; border: 2px solid #00a1ea; border-radius: 50px; color: #ffffff; font-weight: 600; padding: 10px 33px !important; text-transform: uppercase; cursor: pointer; overflow: hidden; position: relative; vertical-align: top; z-index: 0; text-align: center; font-size: 14px;}
.slider-tab-section .main-tab-portion > li > a, .main-tab-portion > li > a:focus {background-color: #f2f2f2; border: 2px solid #f2f2f2; border-radius: 50px; color: #000000; font-weight: 600; padding: 10px 33px !important; text-transform: uppercase; cursor: pointer; overflow: hidden; position: relative; vertical-align: top; z-index: 0; text-align: center; margin: 8px !important; font-size: 14px;}
.slider-tab-section .tab-panel-right .htabs ul li a{background-color: #f2f2f2;border: 2px solid #f2f2f2;border-radius: 50px; color: #000000; font-weight: 600; padding: 10px 33px !important; text-transform: uppercase; cursor: pointer; overflow: hidden; position: relative; vertical-align: top; z-index: 0; text-align: center;margin: 8px !important;font-size: 14px;}
.slider-tab-section .main-tab-portion > li > a:hover {text-decoration: none;background-color: #00a1ea;color: #ffffff;}
.add_to_cart .btn-primary {
  display: inline-block;
  height: auto;
  width: 100%;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 30px;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #0A78BA !important;
  border-color:#0A78BA !important;
  line-height: 30px;
}
.add_to_cart .btn-primary:hover {
  display: inline-block;
  border: 0;
  color: #ffffff;
  padding: 8px 30px;
  line-height: 30px;
  height: auto;
  width: 100%;
  background-color: #f9950a !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}   
.review-margin-top{margin-top: 26px !important;}
.details-fix{padding-left: 0px !important;margin:20px 0px;}
.details-fix a{text-decoration: none; color: #000;font-size: 16px;font-style: normal;font-weight: 500 !important;line-height: normal;letter-spacing: 0.16px;text-transform: uppercase;}
  .details-fix i {
            transition: background-color 0.3s ease, color 0.3s ease;    
            border: none;
            cursor:pointer;
            font-size: 38px !important;
        }


.box-content-newletter{margin-top:10px;}
.thumbnail-special .name-box a {color:#ffffff !important;}
.thumbnail-special .price-section .price_mainpage {font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;   font-style: normal !important; font-size: 24px !important; font-weight: 600 !important; line-height: 34.42px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;color:#ffffff !important;}
.specialshopnow_btn a{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;  font-style: normal !important;background: #fff !important;padding: 12px !important;color: #000 !important;font-size: 14px !important;font-weight: 600 !important;line-height: 28px !important;text-align: left !important;}
.specialshopnow_btn{text-align:right;margin-top:15px;}
@media screen and (min-device-width: 644px) and (max-device-width: 1024px) and (orientation : portrait){
  .newsletter .btn-primary {
    min-width: auto !important;
    position: absolute !important;
    right: 2% !important;
    font-family: roboto slab,serif !important;
    font-weight: 700 !important;  
    font-size: 17px !important;
    border-radius: 0 50px 50px 0 !important;
    top: 67% !important;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait){
    .category-tree{display:none;}
    .hide-on-tab{display:none !important;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait){
  .footer_accordian_desktop_hide{display:none;}
  .testimonial-wrapper{margin-left:0px !important;}
  .new-product-slider{padding: 0px 0 0px !important;}
  .createaccount-page-panel .already-have-account h3{padding-left: 10px !important;}
  .click-here-to{padding-left: 10px !important;}
  .createacclegend h1{font-size: 22px !important;}
  .newsletter .btn-primary {
    min-width: auto !important;
    position: absolute !important;
    right: 4% !important;
    font-family: roboto slab,serif !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    border-radius: 0 50px 50px 0 !important;
    top:75%;
  }
  .accountlpart{padding: 0 !important;margin-top: 15px !important;}
  .fix-flag-right {margin-left:0px !important;}
  .quick_view{margin-left:28px !important;}
  .featured-product-slider-btn{margin-left:25px !important;}
}
.recomended-section a {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px; 
  text-transform: capitalize;
}
.recomended-section a:hover {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px; 
  text-transform: capitalize;
  text-decoration: none;
}
.recomended-section button {margin-left: 5px;}
.recomended-section .xshell-price{
  font-weight: bold;
  color: #000;
  font-size: 21px;
}
.recomended-section .pnamefix{height:85px;}
.recomended-section .pnamefix a{display: flex;justify-content: left;text-align: left;margin-left:20px;}
.product-listing-module-name{height: 55px !important;}
.product-listing-module-name{height: 55px !important;}
.pricesection{margin-left: 15px;color: #000 !important;font-family: Inter;font-size: 18px;font-style: normal;font-weight: 800 !important;line-height: 143.4%;text-transform: capitalize;text-align: left;}
.new-mega-menu{padding: 0px;}
.new-mega-menu li{
    background-color: #D1D1D1;
    margin-top: 2px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.new-mega-menu li:hover {
  background-color: #D1D1D1;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mega-dropdown-menu::after {
  content: "";
  border-bottom: rgba(0, 0, 0, 0);
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}
/*---------------------------------------------mega menu start----------------------------------*/
.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-default .navbar-nav>li>a {
    width: 200px;
    font-weight: bold;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 95px;
    z-index: 10;
    opacity:0;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: rgba(0, 0, 0, 0);
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
    opacity:0;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: nowarp;
    text-align: center;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.sub-menu-box{
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #666;
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 15px 15px;
    height: 200px;
}
/*---------------------------------------------mega menu end----------------------------------*/
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
      padding-left: 0px !important;
      background: #ffffff;
      z-index:0 !important;
      display: block !important;
      width:100% !important;
      z-index: 100 !important;
  }
  .main-navigations li:hover ul {
    transition: max-height 300ms ease-in-out;
    overflow-y: hidden;
 }
 .mega-dropdown:hover .sub-menus{
     -webkit-transition: height 1s linear 0s;
     -moz-transition: height 1s linear 0s;
     -ms-transition: height 1s linear 0s;
     -o-transition: height 1s linear 0s;
     transition: height 1s linear 0s;
     animation: growDown 600ms ease-in-out forwards;
     transform-origin: top center;
     transition-delay: 2s;
     transition-duration: 3s, 5s;
 }
 @keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
.social-list {display: inline-flex !important;}
.list-indent li {color: #cacaca;}
.social-list li a{padding:10px;color: #999999 !important;font-size:20px !important;}
.social-block-section{margin-left:-10px !important;}
/*************************************************************ACCORDIAN FOOTER CSS****************************************************/
.accordion {
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.accordion .item .heading {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  background-position: right 20px top -95px;  
  box-sizing: border-box;
}
.accordion .item.open .heading,
.accordion .item:last-child .heading { border: 0; }
.accordion .item.open .heading { background-position: right 20px top -5px; }
.accordion .item .content {
  display: none;
  padding: 22px;
  background: transparent;
  font-size: 16px;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 5px !important;
  padding-left:30px !important;
}
.accordion .item .heading .fa-chevron-circle-up{display:block;font-size:25px;}
.accordion .item .heading .fa-chevron-circle-down{display:none;font-size:25px;}
.accordion .item.open .heading .fa-chevron-circle-down{display:block;font-size:25px;}
.accordion .item.open .heading .fa-chevron-circle-up{display:none;font-size:25px;}
.fix-column{padding-left:0px !important;}
/*************************************************************ACCORDIAN FOOTER CSS****************************************************/
.search-menu{font-size: 17px;margin-top:5px;float: right;padding-left:0px;margin-right:8px !important;}
.search-menu li{list-style: none;}
.navbar-search-icn{font-size: 18px;}
.sub-menus li a:hover{background-color:transparent !important;padding-left:0px;}
.block-ellipsis-img{height:120px !important;display: flex;justify-content: center;align-items: center;}
.block-ellipsis-name a{
   font-size:14px !important;
   display: flex;justify-content: center;align-items: center;text-align:center;color:#000000 !important;margin-top:15px;
}
.block-ellipsis-name a:hover{
   font-size:14px !important;
   display: flex;justify-content: center;align-items: center;text-align:center;color:#989797 !important;text-decoration: none;margin-top:15px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 8%;
  z-index: 0;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}


  .responsive-menu1 {
      padding: 0;
      position: relative;
  }

  .responsive-menu1 .main-navigation ul {
      padding-left: 8px;
  }
  .nav-responsive1 div,
  .responsive-menu1 .hitarea {
      background: none;
      height: 9px;
      width: 9px;
      float: right;
      cursor: pointer;
      margin-right: 15px;
  }
  .responsive-menu1 .hitarea {
      margin-right: 0;
  }
  .responsive-menu1 .expandable .collapsable-hitarea {
      background: url("../../images/chevorlet-down.png") no-repeat 9px 12px;
      height: 33px;
      padding: 0;
      width: 30px;left: auto;right: 10px;top:3px;
      background-size: 50%;
  }
  .responsive-menu1 .expandable-hitarea {
      background: url("../../images/chevorlet-right.png") no-repeat 5px 12px;
      height: 33px;
      width: 30px;
      padding: 0px;left: auto;right: 0;top: -3px;
      background-size: 30%;
  }
  .responsive-menu1 .collapsable-hitarea {
      background: url("../../images/chevorlet-down.png") no-repeat 1px 12px;
      height: 33px;
      width: 30px;padding: 0px;left: auto;right: 0;top: -3px;
      background-size: 50%;
  }
  .expandable-hitarea , .collapsable-hitarea{display:block !important;z-index:999;} 
  .cat-tree-box{z-index: 0 !important;position: relative;}

.responsive-menu1 .dropmenu li{padding:7px 0px;}
#menu1 .main-navigation{display:block !important;}

.responsive-menu1 ul ul{position:unset;margin-left:0px;width: 100%;padding-left: 20px;}
.responsive-menu1 ul ul li{border:none;}
.responsive-menu1 ul ul li a{padding:2px 4px;}
.responsive-menu1 ul li:hover {
  background-color: transparent;
}

.box .box-content ul ul {
    background-color: #f5f5f5 !important;
    background: none repeat scroll 0 0 #f5f5f5;
    width: 100%;
    z-index: 99;
    border-left: 0 none;
    border-right: 0 none !important;
}
.box .box-content ul li ul li a {
    padding: 5px 0 5px 10px;
}

.testinmonial-main {
  
  padding: 10px 0px;
  margin: 0px;
 
}
.testinmonial-main:before{content:'';background-color: #1D1D1F;height: 280px;position: absolute;left: 0;right: 0;}
.testinmonial-heading{margin-top: 35px;margin-bottom: 35px;}
.testinmonial-heading h1{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important; font-size: 30px !important; font-weight: 600 !important; line-height: 50px !important; text-align: center !important;color:#ffffff !important;}
.testimonial-wrapper .testimonial-product img{object-fit: contain; height: 145px !important;width: 145px !important;margin: auto;  border: 3px solid #EFEFEF;  border-radius: 500px;}
.testimonial-product{padding-top: 30px;}
.testimonial-wrapper {
    background-color: #ffffff;
    border-bottom:8px solid #F9980F;
    padding:30px 0px 30px 0px;
    margin-left: 10px;
}
.testimonial-wrapper .testimonial-content .fa-quote-right{
 font-size:50px;
}
.testimonial-wrapper .testimonial-content .fa-stack{
 font-size:30px;
 width: unset !important;
 color: orange;
}
.testimonial-wrapper .testimonial-title{
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size:17px;
  font-weight:600;
  margin-top: 30px;
}
.article-name a{color: #161c1e;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-name a:hover {
  color: #989797;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.headsetop-logo img{height: 60px !important;object-fit: contain;}
.gadgettab-common .accordion-content a, h3 p span{font-size:14px !important;}
.store_phone {font-size:17px; color: #f9950a ;}
#myModalLabel{display:inline;color: #09b709;}
.call-tabview span a{color:#f9950a !important;text-decoration: none !important;}
.callusview  a:hover{color:#f9950a;text-decoration: none !important;}
.productSpecialPrice{color:#B7122C;float: left;color:#000;font-family:Inter;font-size:18px;font-style:normal;font-weight: 800;line-height:143.4%;text-transform: capitalize;}
.callusview{/*display: table;margin: 0px auto;padding-left: 15px;*/}
.fa-flag-part{font-size:20px !important;}
.fix-flag-globe{font-size:15px !important;margin-right: 5px;color:#00a1ea;} 
.call-tabview{margin-top:5px;}
.tab-right-chamber{margin-top:0px;}
.accountlpart{margin-top:0px;}
.logo-text a{display: flex;justify-content:center;align-items:center;margin-bottom: 10px;color:#444444;}
.logo-text a:hover{display: flex;justify-content:center;align-items:center;margin-bottom: 10px;text-decoration: none;color:#444444;} 
.modal-header-new {
  min-height: 16.42857143px;
  padding: 15px;
}
.partner-main{background:#ffffff !important;margin-top: 30px;}
#owl-partners{margin:10px auto;}
.promotional-text{display: flex;justify-content: right;margin-left:-15px;margin-top:-5px;color: #f9950a;font-weight: 600;}
.card-accepted{margin-top:10px;}
.text-subscribe{color: #00a1ea;}
.text-newsletter{color: #ffffff;}
.newsletter-common p{font-size: 17px !important;}
.headsetop-left{margin-top:15px;}
.headsetop-right{margin-top:4px;}
.headsetop-logo{display: flex;justify-content: center;align-items: center;}
.openBtn:hover {
  background-color: transparent;
}
.fa-heart-grid{color:#8F8F8F !important;position: relative;top:1px;}
.product_hover_block button {position: absolute;top:15%;right:10%;transform: translate(-50%,-50%);height: 40px;width: 40px;border-radius:50%;border:2px solid #EBF0F3 !important;background-color: #fff !important;}
.overlay {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 23px;
  padding-bottom: 23px;
}
.overlay-content {
  position: relative;
  top: 23%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 90px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 95%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
.ctl-submit{position: absolute;right:30%;}
.search-label .fa-search{font-size:20px;color:#000000;}
.search-label .fa-times{font-size:20px;color:#000000;}
.contachsection .well{border: 1px solid #929293 !important;}
.contact-formBox {border: 1px solid #929293 !important;}
.contactform-heading{color: #000;font-family:Inter;font-size:20px;font-style:normal;font-weight:500 !important; line-height: 20px;}
.contact-label label{color: #000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400 !important;line-height:normal;}
.contact-label h3{color: #000;font-family:Inter;font-size:22px;font-style:normal;font-weight:400 !important;line-height:normal;}
.contact-btn .btn-primary{border: 1px #0A78BA !important;background: #0A78BA !important;text-transform:uppercase;border-radius: 0px !important;font-family:Inter;font-size: 16px !important;font-style:normal;font-weight:600;line-height: normal;}
.contachsection{padding-left: 0px !important;padding-right: 0px !important;}
.btn-login{padding-left:25px;padding-right:25px;color: #fff !important;font-family: Inter !important;font-size: 16px !important;font-style: normal !important;font-weight: 600 !important;line-height: normal !important;text-transform: uppercase !important;}
.login-page-section h3{font-weight:500 !important;color:#000000 !important;font-size:20px !important;line-height:20px !important;margin-top: 5px !important;}
.createaccount-page-section h3{color: #000 !important;font-family: Inter !important;font-size: 20px !important;font-style: normal !important;font-weight: 500 !important;line-height: 20px;}
.createacclegend h1{color: #1E2832;font-family: Inter;font-size: 30px;font-style: normal;font-weight: 600 !important;line-height: 50px;text-transform: uppercase;}
.login-page-panel{background-color: #fff !important;}
.form-control{border-radius:0;height: 40px;}
.contact-formBox{padding: 15px 20px !important;background-color:#ffffff !important;}
.createaccount-page-panel{background-color:#ffffff !important;padding-left: 20px !important;border: 1px solid #929293 !important;}
.createaccount-page-panel label {color: #000;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize !important;}
.createaccount-page-panel .already-have-account h3{color: #000 !important;font-family:Inter !important;font-size: 20px !important;font-style:normal !important;font-weight:500 !important;line-height:20px;margin-top:10px !important;}
.click-here-to{color: #929293;font-family:Inter;font-size: 14px;font-style:normal;font-weight:600;line-height: 26px;text-transform: capitalize;}
.login-your-account{color:#0A78BA;text-transform: capitalize;margin-left: 5px;}
.login-your-account:hover{color:#0A78BA;text-decoration: none !important;margin-left: 5px;}
.login-your-account span{color: #0A78BA;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 600;line-height: 26px;text-transform: capitalize;}
#loaded7 form .well{background-color:#ffffff;}
.create-account-div .btn-primary{height: 50px;padding: 15px 24px;justify-content: center;align-items: center;gap: 10px; flex-shrink: 0;margin-left: 15px !important;border-radius: 0px !important;margin-bottom:25px !important;background-color: #fff !important;color: #0A78BA !important;font-size: 16px !important; line-height: 19.36px !important; border-color: #0A78BA !important;text-transform: uppercase !important;font-weight: 600 !important;}
.fix-top-box{margin-top:-22px;}
.createaccount-heading{margin-left:-15px;}
.category_desc p span font a{color: #1E2832;font-family:Inter; font-size: 14px !important;font-style: normal;font-weight: 400; line-height:18px;text-decoration-line:underline;}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait){
   .account-menu{margin-left: 0px;}
    #mobile-search {margin: 0px -52px 0px 0px !important;}
    .tab-left-chamber{padding-right: 0px !important;margin-top:-5px !important;}
    .tab-right-chamber{padding-left: 0px !important;}
    .tab-right-inner{padding-left: 0px !important;}
    .mega-dropdown-menu{width:100% !important;}
    .sub-menu-box{height: 230px !important;}
    .store_phone{display: inline-block !important;}
    .call-tabview{position:relative;right: -28%;}
    .navbar-nav li:hover > ul.dropdown-menu {
          display: block !important;
          padding-left: 0px !important;
          background: #e7e7e7;
          z-index:0 !important;
          display: block !important;
          width:100% !important;
          z-index: 100 !important;
      }
      .main-navigations li:hover ul {
        transition: max-height 300ms ease-in-out !important;
        overflow-y: hidden !important;
     }
     .mega-dropdown:hover .sub-menus{
         -webkit-transition: height 1s linear 0s !important;
         -moz-transition: height 1s linear 0s !important;
         -ms-transition: height 1s linear 0s !important;
         -o-transition: height 1s linear 0s !important;
         transition: height 1s linear 0s !important;
         animation: growDown 600ms ease-in-out forwards !important;
         transform-origin: top center !important;
         transition-delay: 2s !important;
         transition-duration: 3s, 5s !important;  }
        .navportion .nav > li > a {font-size: 11px !important;}
        .navportion .nav > li > a{padding: 5px 5px !important;}
        .account-related-part{padding: 0 !important;}
        .accountlpart{padding: 0 !important;}
        .search-menu{padding: 0 !important;}
        .banner-left-disc{margin-top: 25px;}
        .quick_view{display: inline-table;position: relative;right: -26%;} 
        .tab-details-right a{margin-left: 15px;}
}
@media only screen and (max-device-width: 1080px) and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape){
     .store_phone{display: inline-block !important;}
     .navportion .nav > li > a{font-size: 11px !important;}
     .navportion .nav > li > a{padding: 5px 5px !important;}
     .quick_view{display: inline-table;position: relative;right: -10%;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait){
    .add_to_cart .btn-primary{margin-left: 25px;}
}
.shipingcontent{margin-top: 25px;background: #f8f8f8;height: auto !important;}
.content-section{text-align:center;font-size:18px;margin: 40px auto;}
.content-section .fa{color: #0A78BA;font-size: 40px;}
.content-section p {
  margin: 10px 0px 10px 0px !important;
  color: #000 !important;
  text-align: center !important;
  font-family: Inter !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}
.about-row-full{width: 99.225vw;
    position: relative;
    margin-left: -49.59vw;
    left: 50%;
  }
.featured .productname_mainpage a{color:#000000 !important;} 
.productname_mainpage a{font-family: Inter !important;font-size: 18px !important;font-weight: 500 !important;line-height: 20px !important;text-align: left !important;}
.featured {border:none !important;}
.featured .shopnow_btn{text-align: right; margin-top: 10px;margin-bottom: 25px;}
.featured .price-section{height:70px;padding:10px 30px 10px 30px;padding-left: 0px !important;padding-right:0px !important;margin-top:15px !important;}
.featured .productname_mainpage{height:100px;padding:10px 10px 10px 10px;}
.thumbnail-featured .name-box{height:80px;padding:10px 30px 10px 30px;}
.thumbnail-featured .lead{height:70px;padding:10px 30px 10px 45px;}
.thumbnail-special .name-box{height:100px;padding:10px 30px 10px 30px;}
.thumbnail-special .price-section{height:70px;padding:10px 30px 10px 30px;margin-top: 20px !important;}
.shopnow_btn a{font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #0A78BA;
}
.continue_btn{
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
        text-transform: uppercase;
        background-color: #0A78BA !important;
        border: 1px #0A78BA !important;
        display: inline-flex;
        height: 50px;
        padding: 15px 97px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 0px !important;
}
@media (max-width: 320px) {
    .continue_btn{padding: 10px 45px;}
}
@media (min-width: 321px) and (max-width: 768px){
    .continue_btn{padding: 13px 75px;}
}
@media (max-width: 768px){
    .footer_list{text-align:center !important;}
    .redme-heading  b{font-size:16px !important;color:#000000;font-weight: 600;}
    .shiping-estimate-reload{font-size:22px !important;font-weight:600 !important;color:#666666;text-align: right;float: right;margin-left: 13px;margin-top:18px;cursor:pointer;}
    .estimate-cost span {font-size: 18px !important;color: #000000; }
   .calculate-shipping span{font-size: 15px;}
   .calculate-shipping span b{font-size: 15px;}
   .shipping-estimate-cartbox{padding-left: 0px !important;padding-right: 0px !important;}
   .login-well{margin-left:15px !important;margin-right: 15px !important;}
   .pwd-forgotton{margin-top:0px !important;}
   .createaccount-page-panel{padding-left: 0px !important;}
   .carousel-inner > .item > a > img {min-height: auto !important;}
   .new-product-common .small-title{font-size:25px;}
   .featured .price-section{height:auto !important;padding:10px 30px 10px 30px;}
   .featured .shopnow_btn {text-align:right;}
   .thumbnail-featured .name-box{padding: 10px 0px 10px 10px !important;}
   .thumbnail-featured .lead{padding: 10px 10px 10px 25px !important;}
   #owl-specials .item{width:100% !important;}
   #owl-testimonial .owl-prev {top: 0% !important;left: 73% !important;}
   #owl-testimonial .owl-next {top: 0% !important;}
   .state-section{padding-right: 10px !important;}
   .label-password{padding-right: 10px !important;}
   .label-password-confirm{padding-right: 10px !important;}
   .view-link{font-size: 15px !important;}
   .small-title{font-size:19px !important;}
   .product-name-seller a {font-size:15px !important;}
}
.view-link{font-size: 23px; text-transform: uppercase;}
.small-title{margin-top:0px !important;}
.carousel-indicators li{width: 45px; height: 5px;background-color:#595975;border:none;margin:0;margin-right:5px !important;border-radius:0px;}
.carousel-control:hover, .carousel-control:focus{background-image: unset;}
.carousel-indicators .active { width: 45px; height: 5px; background-color: #F9950A;border-radius:0px;}
.nav-tabs.details-tab-portion {
  border-bottom: 2px solid #f1f1f1;
}
.details-tab-portion > li.active > a{border-bottom: 2px solid #0A78BA !important;}
.create-account-btn .btn-primary{border-radius: 0px !important;color: #FFF;font-family: Inter !important;font-size: 16px !important;font-style: normal !important;font-weight:500 !important;line-height: normal !important;text-transform: uppercase;border: 1px #0A78BA;background: #0A78BA;height:50px;}
.login-pages .btn-primary{border-radius: 0px !important;text-transform: uppercase;padding-top: 10px !important;padding-bottom: 10px !important;}
#head_title_login {
  color:#929293 !important;
  font-size:18px;font-weight:400 !important;
  line-height:20px !important;
  font-family:'Inter';
}
.dfds{margin-left:10px;}
 .button-set .btn-primary{background:#0A78BA !important;color:#ffffff !important;font-size: 16px !important; line-height: 19.36px !important; border-color: #0A78BA !important;margin-bottom:30px !important;font-weight: 600 !important;text-transform: uppercase;}
 .create-account-div p{color: #4F4F4F !important;font-family: Inter;font-size: 16px !important;font-style: normal;font-weight: 400 !important; line-height: 26px;  text-transform: capitalize;margin-left: 15px !important;}
 .featured .productname_mainpage .shopnow_btn a{font-size: 18px !important; font-weight:600 !important; line-height: 27px !important; text-align: center !important; color: #0A78BA !important;}
 .fa-truck-text{margin-left: 17px;color: #000; text-align: left; font-family: Inter; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase;}
 .fa-money-text{margin-left: 17px;color: #000; text-align: left; font-family: Inter; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase;}
 .fa-tax{margin-left: 17px;color: #000; text-align: left; font-family: Inter; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase;}
 /*.no-sale-tax{text-align: center;margin-bottom: 5px !important;color: #000;text-align: center;font-family: Inter;font-size: 14px;font-style: normal; font-weight: 500 !important;line-height: normal;text-transform: uppercase;}*/
 .footer-horizontal{border-top: 1px solid #333333;width:100%;margin-bottom:20px;position:absolute;right: 0;left: 0;}
 .copyright-section{margin-top: 22px !important;padding-left: 0px !important;padding-right: 0px !important;}
 .listing-product-figre-box{padding-top: 20px !important; padding-bottom: 20px !important;}
 .xshell-price-section{font-size: 17px;font-weight: 600;color: #000000;margin-top: -5px;font-family: sans-serif;text-align: end !important;}
 .xshell-price-slider{font-size: 17px;font-weight: 600;color: #000000;margin-top: 17px;font-family: sans-serif;margin-left: -14px;}
 .recommend-shop-now {margin-top: -7px;}
 .recommend-shop-now a{color:#0A78BA !important;font-size: 17px !important;font-weight:700;}
 .recommend-shop-slider {margin-top: 17px;text-align: end ;}
 .recommend-shop-slider a{color:#0A78BA !important;font-size: 17px !important;font-weight:700 !important;}
 .heading{text-transform:uppercase;font-size: 30px;font-weight: 600 !important;color:#1E2832;margin-left: 18px;}
 .headings{color: #1E2832;font-family:Inter;font-size:30px;font-style:normal;font-weight: 600 !important;line-height:50px; text-transform: uppercase;margin-left: 5px;}
 .label-login{color:#000 !important;font-weight:400 !important;font-size:14px !important;line-height:16.94px !important;}
 .help-block a{color:#0A78BA !important;font-size:14px !important;font-weight:400 !important;line-height:26px !important;}
 .help-block a:hover{color:#0A78BA !important;font-size:14px !important;font-weight:400 !important;line-height:26px !important;text-decoration: none !important;}
 .category_desc p span font{color: #1E2832;font-family:Inter;font-size:14px !important;font-style: normal;font-weight: 400;line-height: 18px;}
@media (min-width: 769px) and (max-width: 991px) {
    .xshell-price-section{font-size: 18px;font-weight: 600;color: #000000;margin-top: 31px;}
    .recommend-shop-now {margin-top: 18px;}
    .recommend-shop-now a{color:#0A78BA !important;font-size: 17px !important;font-weight:700;} 
     .xshell-price-slider{font-size: 18px;font-weight: 600;color: #000000;margin-top: 31px;}
    .recommend-shop-slider {margin-top: 30px;}
    .recommend-shop-slider a{color:#0A78BA !important;font-size: 17px !important;font-weight:700 !important;}
}
@media (max-width: 768px){
  .estimate-cost span{font-size: 16px !important;}
  .bill-address-select{transform: translate(0%, 0%);}
  #head_title{font-size: 25px !important;}
  .banner-text-section {position: absolute;}
  .banner-text-section .bannertext-first {position:relative;bottom:170px;left:20px;}
  .banner-text-section .bannertext-second{position:relative;bottom:170px;left:20px;}
  .banner_text_1 .bannertext-second{left: unset;right:0px;float:right;color: #FFA500 !important;}
  .bannertext-first {font-family: Inter !important;font-size: 20px !important;font-weight: 600 !important;line-height: 38.72px !important;text-align: left !important;color: #F9980F !important;text-transform: uppercase !important;}
  .bannertext-second {font-family: Inter !important;font-size: 18px !important;font-weight: 700 !important;line-height: 25px !important;text-align: left !important;color: #FFA500 !important;text-transform: uppercase !important;width: 55%;}
  .account-dashboard #head_title{font-size: 25px !important;margin-left: 15px !important;}
  .country_id_cart {width: 35% !important;display: inline;border-radius:0;}
  .zip_code_cart {display: inline; width: 32% !important; border-radius: 0; margin-right: 9px;}
  #content-shopping-cart-order-totals-left{padding-right: 0px;}
 .shipping-estimate-cartbox-inner {padding-left: 0px !important;text-align: left;} 
 .shipping-estimate-cartbox-inner {padding-left: 0px !important;text-align: left;}        
 .zip_code_cart {width: 31% !important;margin-top: 10px !important;}
 .shipping-estimate-cartbox-inner {text-align: left;}
 .country_id_cart {width:52% !important;}
 .calculate-shipping {padding-left: 0px;}
 .shipping-estimate-cartbox-inner {text-align: left;}
 .mob-crtname{color: #929293; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal;}
 .btn-continue-shopping-div .btn-primary{padding: 12px 3px;}
 .btn-updatecart-div{padding-right: 0px;}
 .heading{text-transform:uppercase;font-size: 20px;font-weight: 600 !important;color:#1E2832;margin-left: 18px;}
 .headings{text-transform:uppercase;font-size: 20px;font-weight: 600 !important;color:#1E2832;margin-left: 5px;}
 .thumbnail-seller{margin-bottom:20px !important;height:355px !important;}
 .btn-continue-shopping-div {padding-left: 0px !important;}
 .left-shop-cart{padding-left: 0px !important;padding-right: 0px !important;}
}
@media (max-width: 500px){.bannertext-second{width:62%;} }
@media (min-width: 444px) and (max-width: 594px) {
    .thumbnail a > img{height: 80%;}
    .recomended-section .pnamefix {height: 25px;margin-top: -30px;}
}
@media (min-width: 577px) and (max-width: 767px),(min-width: 769px) and (max-width: 1200px){
    .recommend-shop-slider{display: ruby;}
}
 #we_recommend .owl-prev, #we_recommend .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    padding: 10px;
    border-radius: 50%;
  }
  #we_recommend .owl-prev {
    left: -25px; 
  }
  #we_recommend .owl-next {
    right: -25px; 
  }
  #we_recommend.owl-prev:hover, #we_recommend.owl-next:hover {
    background: #333;
  }
  .aboutmudule{background: #fff; border-bottom: 1px solid #000; padding: 20px 0px 20px 0px; margin: 20px 0px 20px 0px;}
  .about-left h1{font-family: Montserrat; font-size: 38px;font-weight: 800 !important;line-height: 20px; text-underline-position: from-font; text-decoration-skip-ink: none;color: #1E2832 !important;}
  .ourstorybtn{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;  font-style: normal !important;padding: 12px 25px 12px 25px;border-radius: 0px;font-size: 14px !important;font-weight: 600 !important;line-height: 28px !important; text-align: left !important;background: #0A78BA !important;border-color: #0A78BA !important;}
  .contact-span{margin-left:10px;}
@media only screen and (min-device-width: 481px) and (max-device-width: 992px) and (orientation:landscape) {  
    #owl-specials .item{width: auto!important;}
    .top-right-contact{display:none;}
    .cat_well .box-header {
    padding-left: 10px !important;
    }
    .thumbnail-featured .name-box a {font-size:15px !important;}
    .product-name-seller a {font-size:15px !important;}
    .newsletter .btn-primary {top:71% !important;}
    .hide-on-tab{display:none !important;}
    .banner-slider {width:100% !important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait){
    .country_id_cart{width: 19% !important;}
    .zip_code_cart {width: 25% !important;margin-top: 10px !important;}
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .payment-method-list{width:100% !important;}
    .selectaddress {place-items: center;transform: translate(0%, 0%) !important;}
    .payment-method-form{padding-left:0px !important;padding-right:0px !important;}
    .custom-radio-container img{width:34px !important;}
    .btn-savecontinue{width:auto !important;}
    .payment-sectioncc .btn-grey{width:122% !important;}
    .payment-sectiondd .btn-grey{width:118% !important;}
    .payment-sectioncc{padding-left:0px !important;}
    .payment-sectiondd{padding-left:0px !important;}
    .social-block-section{position: absolute !important;right:-5% !important;margin-top:15px;}   
    .social-list li a{padding:5px !important;}
    .circle-icon{width:43px !important;height:43px !important;}
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;padding-right: 0px !important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape){
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .payment-method-list{width:100% !important;}
    .social-block-section{position: absolute !important;right:0% !important;}  
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;}
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait){
    #menu {display:none !important;}
    .cat-tree-box .treeview .collapsable a{font-family:Inter !important;font-size:12px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
    .cat-tree-box .treeview .expandable a{font-family:Inter !important;font-size:12px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
    .categories-tree-commonl{font-family:Inter !important;font-size:12px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
    .overlay input[type="text"]{width: 78%;}
    .cart-dropdown{position: absolute !important;right:-3% !important;left: unset !important;}
    .account-dropdown{position: absolute !important;right:-3% !important;left: unset !important;}
    .zip_code_cart {width: 22% !important;margin-top:0px !important;}
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;padding-right: 0px !important;}
    .social-block-section{position: absolute !important;right: -15% !important;}   
    .social-list li a{padding:5px !important;}
    .headsetop-logo{padding-right:0px !important;}
    .payment-sectiondd{padding-left: 20px !important;}
    .btn-savecontinue{width:100% !important;}
    .payment-sectioncc .btn-grey{width:100% !important;}
    .payment-sectiondd .btn-grey{width:100% !important;}
    .custom-radio-container img{width:42px !important;}
    .home-full-setion{padding-right: 0px !important;}
    .payment-method-list{width:100% !important;}
    .payment-method-form{padding-left: 0px !important;padding-right: 0px !important;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .selectaddress {place-items: center;transform: translate(0%, 0%) !important;}
    .headsetop-left{padding-left: 0px !important;}
    .headsetop-right{padding-right: 0px !important;}
    .newsletter .btn-primary {top: 71% !important;}
    #owl-specials .item {width: auto !important;}
    .top-right-contact{display:none;}
    .thumbnail-featured .name-box a {font-size:15px !important;}
    .checkout-menu{float: right !important;}
    .carousel-inner > .item > a > img {height:587px !important;object-fit: fill !important;}
    .cat_well .box-header{padding-left:15px !important;}
    .responsive-menu1 .collapsable-hitarea{right:-13px;}
    .responsive-menu1 .expandable-hitarea{right:-13px;}
    .responsive-menu1 .dropmenu li{padding: 5px 0px !important;}
    .carousel-inner > .item > a > img{height:547px !important;object-fit: fill !important;}
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape){
    .overlay input[type="text"]{width:91%;}
    .cart-dropdown{position: absolute !important;right:-3% !important;left: unset !important;}
    .account-dropdown{position: absolute !important;right:-3% !important;left: unset !important;}
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;padding-right: 0px !important;}
    .social-block-section{position: absolute !important;right: -15% !important;}   
    .social-list li a{padding:5px !important;}
    .headsetop-logo{padding-right:0px !important;}
    .payment-sectiondd{padding-left: 20px !important;}
    .btn-savecontinue{width:100% !important;}
    .payment-sectioncc .btn-grey{width:100% !important;}
    .payment-sectiondd .btn-grey{width:100% !important;}
    .custom-radio-container img{width:42px !important;}
    .home-full-setion{padding-right: 0px !important;}
    .payment-method-list{width:100% !important;}
    .payment-method-form{padding-left: 0px !important;padding-right: 0px !important;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .selectaddress {place-items: center;transform: translate(0%, 0%) !important;}
    .headsetop-left{padding-left: 0px !important;}
    .headsetop-right{padding-right: 0px !important;}
    #owl-specials .item {width: auto !important;}
    .featured .shopnow_btn {text-align: unset;}
    #owl-testimonial .owl-next {right: 40px !important;}
    .top-right-contact{display:none;}
    .newsletter .btn-primary {top:110px;}
    .carousel-inner > .item > a > img{height:477px !important;object-fit: fill !important;}
}
@media only screen and (min-width: 820px) and (max-width: 1180px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape){
    .overlay input[type="text"]{width:93%;}
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;padding-right: 0px !important;}
    .social-block-section{position: absolute !important;right: -15% !important;}   
    .social-list li a{padding:5px !important;}
    .headsetop-logo{padding-right:0px !important;}
    .payment-sectiondd{padding-left: 20px !important;}
    .btn-savecontinue{width:100% !important;}
    .payment-sectioncc .btn-grey{width:100% !important;}
    .payment-sectiondd .btn-grey{width:100% !important;}
    .custom-radio-container img{width:42px !important;}
    .home-full-setion{padding-right: 0px !important;}
    .payment-method-list{width:100% !important;}
    .payment-method-form{padding-left: 0px !important;padding-right: 0px !important;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .selectaddress {place-items: center;transform: translate(0%, 0%) !important;}
    .headsetop-left{padding-left: 0px !important;}
    .headsetop-right{padding-right: 0px !important;}
 }
@media only screen and (min-width: 834px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape){
    .overlay input[type="text"]{width:93%;}
    .qty-left{top:-10px;margin: 24px 0px;left: 15px;}
    .cat_name{font-size: 15px !important;}
    .categories-name-box{padding: 10px !important;padding-right: 0px !important;}
    .social-block-section{position: absolute !important;right: -15% !important;}   
    .social-list li a{padding:5px !important;}
    .headsetop-logo{padding-right:0px !important;}
    .payment-sectiondd{padding-left: 20px !important;}
    .btn-savecontinue{width:100% !important;}
    .payment-sectioncc .btn-grey{width:100% !important;}
    .payment-sectiondd .btn-grey{width:100% !important;}
    .custom-radio-container img{width:42px !important;}
    .home-full-setion{padding-right: 0px !important;}
    .payment-method-list{width:100% !important;}
    .payment-method-form{padding-left: 0px !important;padding-right: 0px !important;}
    .highlight {padding: 0px 7px; background:#1C76DF;border-radius:50%;top: 86% !important;left: 45%;position: absolute !important;height: 15px;width:10px;}
    .checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment{height: 55px;}
    .selectaddress {place-items: center;transform: translate(0%, 0%) !important;}
    .headsetop-left{padding-left: 0px !important;}
    .headsetop-right{padding-right: 0px !important;}
}   
.cat-tree-box .treeview .collapsable a{font-family:Inter !important;font-size:14px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
.cat-tree-box .treeview .expandable a{font-family:Inter !important;font-size:14px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
.categories-tree-commonl{font-family:Inter !important;font-size:14px !important;font-weight: 400 !important;text-align:left !important;color:#1D1D1F !important;padding-left:10px !important;}
.categories-tree-commonf{font-family: Inter !important; font-size: 14px !important; font-weight: 600 !important; line-height: 16.94px !important; text-align: left !important; color:#1D1D1F !important;background-color:#FDD69F !important;opacity: 9;padding: 6px !important;}
#tab-description span{
	font-family: Inter;
	font-size: 16px !important;
	line-height: 25px; 
	text-transform: capitalize;
}
#tab-description span font{
	font-family: Inter;  
	font-size: 16px !important;
	font-style: normal !important;
	line-height: 25px; 
	text-transform: capitalize;
}
#tab-description {color: #4F4F4F;}
.xshell-thumbnail{height: 450px !important;}
#we_recommend .owl-prev{font-size:35px !important;top:35% !important;position: absolute !important;left: -4% !important;display:flex;text-align: center;color: #010101;}   
#we_recommend .owl-next{font-size:35px !important;top: 35% !important;position: absolute !important;right: -4% !important;display:flex;text-align: center;color: #010101;}
.product-name-seller a{color: #000;font-family: Inter;font-size: 17px;font-style:normal;font-weight: 500;line-height: 20px;text-transform:capitalize;}
.product-name-seller{height:70px;margin-bottom: 15px;text-align: left;margin-top: 15px !important;}
.thumbnail-seller{height:340px;border: 0px none !important;background-color: #fff !important;}
.left-shop-cart {margin-bottom: 20px !important;margin-top: 0px !important;}
.left-shop-cart-inner {padding: 10px 15px !important;background-color: #ffffff !important;}
.shipping-estimate-cartbox-inner {padding: 15px;}
.gv_redeem_code {display: inline;margin-right: 10px;height: 45px;margin-left: 10px;border-radius: 0;} 
.cart-coupon-box {margin-top: 25px;}
.empty-my-cart-inner {box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);padding: 10px;}
.empty-my-cart{text-align:center;margin:0px auto;padding:15px;} 
.empty-cart-headingtext{font-size:19px;}
.empty-cart-subheadingtext{font-size:17px;}
.loader-cart{position: fixed; left: 0%; top: 0%; width: 100%; height: 100%; z-index: 9999; display:none; text-align:center;background: rgba(0, 0, 0, 0.4);}
#loaderimg{z-index: 10000;top: 40%; position: absolute; left: 50%;width:70px;}
.cartempty-box{display: flex;justify-content:center;}  
.content-shopping-cart-prodname-td a{color:#929293;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;}
.content-shopping-cart-prodname-td a:hover{color:#929293;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;}
.content-price-td span{color: #000029;font-family:Inter;font-size:14px;font-style: normal;font-weight: 600;line-height: normal;margin-right: 20px;}
#cart-attributes{color: #212529 !important;}
.btn-continue-shopping-div .btn-primary{border-color: #0A78BA !important;border-radius: 0px !important;background:#fff !important;color: #0A78BA; font-family: Inter;font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;text-transform: uppercase;}
.btn-updatecart-div .btn-primary{background: #0A78BA;padding:10px 10px 10px 10px;color: #FFF;font-family:Inter; font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;text-transform: uppercase;border-color:#0A78BA !important;border-radius: 0px !important;}
.btn-updatecart-div .btn-primary{background: #0A78BA;padding:10px 10px 10px 10px;color: #FFF;font-family:Inter; font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;text-transform: uppercase;border-color:#0A78BA !important;border-radius: 0px !important;}
@media (min-width: 480px) {.prodname-show-on-mobile-tr { display: none; }
   .content-shopping-cart-total-price-td{display:none}
}
@media (max-width: 479px) {
  .prodname-show-on-mobile {visibility: visible;}
  .total-label {color: #a30001;font-size: 18px;}
  .price{color: #000029;font-family:Inter; font-size:18px;font-style: normal;font-weight: 600;line-height: normal;}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
  .checkout-menu{padding: 0px !important;margin-top: 8px !important;margin-right: 8px !important;float: right !important;margin-left:0px !important;}
  .callusview {display: table !important;margin: 0px auto !important;padding-left: 0px !important;}
  .carousel-inner > .item > a > img {height: 595px;object-fit: fill;}
}
#shopping-cart-table td {border-top: none;}
.cart-coupon-box-inner .btn-success{padding: 10px 30px !important;font-size:18px;line-height: 20px;border-color: #0A78BA !important;color: #0A78BA;}
.cart-coupon-box-inner .btn-success:hover{padding: 10px 30px !important;font-size:18px;line-height: 20px;border-color: #0A78BA !important;color: #0A78BA;}
.to-checkout {text-align:center;font-weight:600;font-size: 19px;margin-bottom: 13px;}
.right-shop-cart-inner .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000000 !important;
  border-right: 0px solid transparent;
  border-left: transparent;
  border-top: 0px solid transparent;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 19px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
}
.right-shop-cart-inner .nav-tabs .nav-link {
  background-color: transparent !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.tab-content {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #d3d3d3;
  text-align: left;
}
.btn-checkout-cart .btn-success{color: #ffffff !important;background-color: #0A78BA !important; border-color: #0A78BA !important;color: #FFF; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase;width: 100% !important;}
.guest-cart-section{margin-left: 0px; border-top: 1px solid #ddd; margin-right: 0px; padding-top: 25px;}
.table-cart-total  .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{border-top:0px solid #dddddd !important;}
.table-cart-total{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding-top: 20px;padding-bottom: 20px;} 
.table-cart-total td {
  border-top: none;
  padding-bottom: 0px;
  padding-right: 0;
}
.appendedtabe tr td:first-child{color: #1C76DF;margin-left: 5px;}
.appendedtabe tr td:last-child b{margin-left: 5px;}
.edit-cart-btn{background-color: #3276b1 !important;border-color: #3276b1 !important;color:#fff !important;}
.edit-cart-btn:hover{background-color: #3276b1 !important;border-color: #3276b1 !important;color:#fff !important;}
.btn-checkout{background-color: #3276b1 !important;border-color: #3276b1 !important;color:#fff !important;}
.btn-checkout:hover{background-color: #3276b1 !important;border-color: #3276b1 !important;color:#fff !important;}
.sub-title-sub-total{padding-right: 20px !important;float: right !important;padding-bottom: 20px !important;}   
.sub-title-total{padding-right: 20px !important;float: right !important;color: #1C76DF !important;} 
.sub-title-sub-total-price{padding-bottom: 20px !important;}
.sub-title-total-price{color: #1C76DF !important;}
.cart-coupon-box{margin-bottom: 15px !important;text-align: right;}
.right-shop-cart{background-color: #ffffff !important;}   
.account-created-heading{color: #1E2832;font-family: Inter; font-size: 30px; font-style: normal;font-weight: 600 !important;line-height: 50px;text-transform: uppercase;} 
.wells p{color: #000;font-family: Inter;font-size: 20px;font-style: normal;font-weight: 600 !important; line-height: 20px; }   
.wells span{color: #5C5C5C;font-family: Inter;font-size:14px;font-style: normal;font-weight: 400 !important;line-height: normal;}
.cdn_well{border: 1px solid #929293 !important;background: #FFF !important;color: #000;font-family:Inter;font-size:16px;font-style: normal;font-weight:400 !important;line-height:26px;}
.cds_pages_body p span{color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px;}
.cds_pages_body p span a strong{color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 26px; text-decoration-line: underline;}
.note.note-danger { border-color: #986e6e;background: #fbd1d1;color: #a94442;}
.note {margin-bottom: 20px !important;padding: 15px;}
.login-well{border: 1px solid #929293 !important;background: #FFF;margin-left: 15px;margin-right: 0px;}  
.login-well h3{color: #000; font-family: Inter !important; font-size: 20px !important; font-style: normal !important; font-weight: 500 !important; line-height: 20px !important;}
.login-well h3{padding-left: 15px !important;}
.form-login-part label{color: #000 !important; font-family: Inter !important; font-size: 14px !important; font-style: normal !important; font-weight: 400 !important; line-height: normal !important;}
.pwd-forgotton span a{font-family: Inter;font-size: 14px !important;font-style: normal !important;font-weight: 600 !important; line-height: 26px !important;text-transform: capitalize;}
.pwd-forgotton span a:hover{font-family: Inter;font-size: 14px !important;font-style: normal !important;font-weight: 600 !important; line-height: 26px !important;text-transform: capitalize;}
.signin-button{display: flex;height: 50px;padding:12px 72px;justify-content: center;align-items: center;gap: 10px;background: #0A78BA !important;margin-left: 15px !important; border-radius: 0px !important;}
.create-account-div{padding-left: 10px !important;}
.pwd-forgotton .help-block a{margin-left:7px;}
.passwordforgottontext{color: #000 !important; font-family: Inter !important; font-size: 14px !important; font-style: normal !important; font-weight: 600 !important; line-height: 26px !important;  text-transform: capitalize !important;}
.breadcrumb-login{padding-left:0px !important;}
.login-sections h1{margin-left:15px !important;}   
.login-div{padding-left:10px !important;}
.divider-login{border-bottom: 1px solid #D4D4D4;}
.sart-sub-fix{margin-right:8px;}
.fa-bars-code{margin-right: 10px;}
.sub-open{opacity: 0.7;background-color:#FFFBF5 !important;opacity: 9;} 
.view-link a{text-transform: uppercase !important;font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;font-size: 18px !important; font-weight: 400 !important; line-height: 18px !important; text-align: right !important; color: #222 !important;}
.about-line{width: 37%; height: 100px; border: solid 7px #F9980F; border-color: #F9980F transparent transparent transparent; border-radius: 162%/ 45px 45px 0px 0px; padding-right: 66px !important; display: table; margin: 0px auto;}
.about-right span{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important;  font-style: normal !important;font-size: 14px !important; font-weight: 400 !important; line-height: 20px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important; color:#1E2832 !important; }
.testimonial-desc{font-family: Inter !important; font-size: 16px !important; font-weight: 300 !important; line-height: 23.6px !important; text-align: left !important; color: #000000 !important;}
.special-arrow-right{color:#0A78BA !important;-webkit-text-stroke: 1px #ffffff;font-size: 20px !important;} 
.new-arrow-right{color:#0A78BA !important;-webkit-text-stroke: 1px #ffffff;font-size: 20px !important;} 
.bestseller-arrow-right{color:#0A78BA !important;-webkit-text-stroke: 1px #ffffff;font-size: 20px !important;} 
.featuredproduct-arrow-right{color:#0A78BA !important;-webkit-text-stroke: 1px #ffffff;font-size: 20px !important;} 
.new-product-common{padding-right: 0px !important;padding-left: 0px !important;}
#owl-specials .item{padding-left: 0px !important;padding-right: 0px !important;}
.product-name-seller a{font-family: "Inter", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;font-size: 18px !important; font-weight: 500 !important; line-height: 20px !important; text-align: left !important; color:#000000 !important;} 
.footer-logo{margin-bottom: 25px;text-align: center;}
.headsetop-nav{background: #1D1D1F !important;text-transform: uppercase !important;text-align: center !important;padding: 10px !important;font-family: Inter !important;font-size:12px !important;font-weight:400 !important;line-height:19px !important;text-align: center !important;color:#ffffff !important;} 
.right-section-part{padding-left: 15px !important;}
.home-full-setion{padding-left: 0px !important;}
.headsetop-middle{padding-top: 10px !important; padding-bottom: 10px !important; height: 85px; margin-bottom: -15px !important;}
.start-middle-part{padding-left: 0px !important;padding-right: 0px !important;}
.cat-tree-box{padding-left: 0px !important;padding-right: 0px !important;}
.cat-tree-box ul{padding-left: 0px !important;padding-right: 0px !important;}
.circle-icon{background: #160E27;width: 45px;height: 45px;border-radius: 50%;text-align: center;line-height: 26px !important;vertical-align: middle;padding: 10px;color:#ffffff;}
.copyright-part span{font-family: "Inter", sans-serif !important; font-optical-sizing: auto !important; font-style: normal !important; font-size: 14px !important; font-weight: 400 !important; line-height: 16.94px !important; text-align: left !important; text-underline-position: from-font !important; text-decoration-skip-ink: none !important;color: #FFFFFF !important;}  
.bsp-grid{padding-right: 0px !important;padding-left: 0px !important;}
.bsp-grid-box{padding-right: 0px !important;padding-left: 0px !important;}
#owl-featuredproduct .owl-wrappere{padding-right: 0px !important;padding-left: 0px !important;}
.heading-special{padding-right: 0px !important;padding-left: 0px !important;} 
.special-box{padding-right: 0px !important;padding-left: 0px !important;}
#owl-specials .owl-stage{padding-left: 0px !important;padding-right: 0px !important;} 
.about-right{padding-right: 0px !important;}
.bsp-grid-box{
    display: grid;
    grid-column-gap: 6px;
    grid-template-columns: repeat(4, auto); 
    justify-content: space-between;
    margin-top: 20px;
    margin-right: 0px !important;
}
.checkout-menu li a:hover{color:#29A5FF;}
.account-menu li a .fa-user-o:hover{color:#29A5FF;}
.cart-menu li  a:hover{color:#29A5FF;} 
.openBtn .fa:hover{color:#29A5FF;}
.ementies-type{height:65px;}
.category-tree{padding-left: 0px !important;padding-right: 0px !important;}
.headsetop-left{padding-left: 0px !important;}
/**************new css added by PS on checkout changes******************/
.selectaddress .choaddr{margin:auto;}
#ccbox_authorizenet, #ccbox_loadedpayments{display:none;}
.bactive{ font-weight:bold; }
.checkctnr{margin:15px 0px 15px 0px !important;}
.isbillshipsame{margin:auto;margin-top:15px !important;}
.card-body .form-group{margin-bottom:unset;}
/*.card p{margin:0}*/
.modaleditaddress{padding:0px 5px 0px 5px;}
.modaleditaddress label{margin-bottom:1px;margin-top:6px;}
.modaleditaddress .form-control{padding: 5px !important; height: 30px;}
.modaleditaddressmodal{padding-top:0}
#redq{color:red;position: relative;float:right;top: -42px;right: -8px;}
#state_id #state{width:100% !important}
#x_card_code{width:50% !important;}
@media (max-width: 767px) {
    .checkoutbox-top{margin-top: 0px !important;}
    .createaccountbox-top{margin-top: 0px !important;}
	.cart-shipping-section{width:75%}
	.mega-popup{display:none;}
	.large-padding-details{padding-left:0px !important;}
}
@media (max-width: 992px) {
	.mega-popup{display:none;}
}  
/**************new css added by PS on checkout changes******************/
/**add by ps on checkout page**/
.btn-checkout{background:#fff;border-radius:0px;color:#428BCA;border-width:2px} 
.products-cart .products-price{float:right}
.products-cart .products-info{display:block;}
.cart-calculation-section{text-align:right;display: flex; justify-content: flex-end;} 
.carttotal{color:#1C76DF;}
.edit-cart-btn{margin-top:60px;}
@media (max-width: 992px) {
.redme-input{padding-left:0px !important;}
.cart-coupon-box-inner .btn-success{padding: 10px 20px !important;} 
.cart-coupon-box{padding-left: 0px !important;text-align: left;}
.checkout-heading{padding-left:15px !important;}
.btn-cart-coupon{margin-top:0px !important;}
.shoping-cart-fix .right-shop-cart{height: auto;max-height: 125vh;overflow: hidden;}
.selectaddress .choaddr{margin-top:30px !important;}
.no-padding-fleft{padding-left:0px !important;}   
.no-padding-fright{padding-right:0px !important;}   
.payment-method-form{position: relative;top:25px;}
.checkout-right .checkout-address{padding-right: 15px !important;}
.checkout-right .checkout-payment{padding-left: 15px !important;}
.checkout-right .checkout-address, .checkout-right .checkout-shipping, .checkout-right .checkout-payment { text-align: center; border-bottom: 2px solid #ccc; position: relative; padding-bottom:10px;font-size:14px !important;float:left !important;padding-left: 5px !important;padding-right: 5px !important;left: 15px !important;}  
.checkout-right{border: 1px solid #ccc;padding-top: 10px; padding-bottom: 10px;}
.checkout-right .active {font-weight: bold;}    
.selectaddress {place-items: center !important;transform: translate(0%, 0%) !important;}
.product_review_wishlist{margin-left: -15px;}
.prd-review-main{margin-left: 15px;margin-right: 15px;}    
.right-shop-cart-inner .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {font-size: 14px !important;}
.pinfotab-section .details-tab-portion > li > a{font-size: 14px !important;}
#loaded7 table {width:100% !important}
.text2 p{margin-bottom: 25px;} 
.testinmonial-main:before{content:'';background-color: #1D1D1F;height:310px;position: absolute;left: 0;right: 0;top:-30px;}
.acount-edit-left{padding-left:15px !important;}  
.acount-edit-right{padding-right:15px !important;}    
.account-edit-section {padding-right:15px !important;}  
.btn-partaccount-edit{margin-left:0px !important;margin-right:0px !important;}  
.wishlist-well{margin-left: 10px;margin-right: 10px;}   
.about-line{height:50px !important;}  
.wishlistmail-panel {background-color: #ffffff !important;padding-left: 10px !important;border: 1px solid #929293 !important; max-width:100% !important;margin-left:10px !important;margin-right:10px !important;} 
.btn-checkout{padding:5px 2px 5px 2px} #order-hr{margin-top:20px !important;margin-bottom:10px;} .cart-info-section label{width: 40% !important;} .shipping-method-list{width:100% !important;} .payment-method-list{width:100% !important;} .highlight{ top: 85% !important; } }
.products-title{display: inline-block;width:80%}
.highlight{ padding: 0px 7px; background: #1C76DF; border-radius: 50%; top: 79%; left:45%; position:absolute; height:15px; width:10px; }
.shipping-address-form label{ margin-bottom:0px; margin-top:8px; }
.btn-savecontinue{ width:100%; margin-top:10px; margin-bottom:10px; background-color:#2B78E5; border-radius:0px;}
.btn-grey{width:100%; margin-top:10px; margin-bottom:30px; background-color:#666666; color:#fff; border-radius:0px; }
.btn-grey:hover{color:#fff;}
.reqdfields{ color:#ff0000; text-align:center; }
.shipping-price{float:right;padding-right: 60px;}
.shipping-method-list{width:100%;margin:auto}
.chooseshipping{margin-left:40px;}
.payment-method-list{width:80%;margin:auto}
.payment-method-list label{margin-bottom:0;margin-top:15px;}
.choosepayementspan{float:right;}
.products-info{padding:7px 0px 0px 0px}
.cart-calculation-section div{padding:5px 0px 5px 0px;}
.cart-info-section label{width:25%;margin:0}
#checkout-hr{margin-top:7px;margin-bottom:10px}
#order-hr{margin-top:7px;margin-bottom:10px;}
.edit-cart-btn-mobile{width:25%;display:inline;float:right}
.custom-dropdown-address{width:100%;}
.custom-dropdown-address li{padding:8px;border-bottom:1px solid #ccc}
.dropdown-toggle-custom{border:1px solid #ccc}

/**********add by ps on checkout page***********/

/**********add by ps on checkout page***********/
.success-order label{width:100%}
.products-title-success{width:80%;display:inline-block}
.checkout-success-div{margin:auto;}
.products-price-success{float:right}
.total-success label{width:100% !important;text-align:right}
.totprice{padding-left:10px;width:15%;display:inline-block;}
.redeempointcheck{display: inline; margin-right: 5px;}
/**********add by ps on checkout page***********/
.custom-radio-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkctnr {
  margin: 15px 0px 15px 0px !important;
}
.selectaddress{place-items: center;transform: translate(15%, 0%);}
.new-billing{display: grid; place-items: center;}
.check_shiping_address{text-align: center;} 
.custom-radio-container .checkmark::after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0; 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-shopping-cart-remove-td .checkmark {     
  border-radius: 0;
  height: 22px;
  width: 22px;
}  
.checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  right: 0px;
  border: 2px solid #d3d3d3;
}
.custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;   
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio-container input:checked ~ .checkmark {   
  background-color: #01A014;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px !important;
}
.select2-selection {
  height: 35px !important;
}
.btn-grey:hover{background-color: #666666;border-color: #666666;padding: 6px 12px;font-size: 14px;}
.products-cart hr{border-top: 1px solid rgba(0,0,0,.1) !important;} 
.custom-radio-container input:checked ~ .checkmark::after{display: block !important;}  

.prd-name a{
  color: #929293 !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-decoration: none !important;
}
.move-cart{display: inline-flex;float: left;padding-left: 5px !important;}
.prd-name{margin-top: 20px;}
.accountpassword-page-panel label {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize !important;
}   
.addressbook-process-detail label {   
  color: #000;
  font-family: Inter;
  font-size: 14px;  
  font-style: normal;  
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize !important;     
}
.title{ 
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;  
    vertical-align: top;   
}  
.title a{color:inherit;}   
.title{text-decoration:none;}
.price{color: #000029;font-family: Inter;font-size: 16px;font-style: normal;font-weight: 600 !important;line-height: normal;margin-right: 20px;}      
.footer_list .vbar{color: #5F5F5F !important;}
.footer_list .vbar:last-child{display:none !important;}
.f-light-link{padding-left: 0px !important;padding-right: 0px !important;}  
.new-product-common h1{text-transform: uppercase;}
.pageHeading h1{font-family: Inter !important;font-size: 30px !important; margin: 0; margin-top: 0px; margin-bottom: 0px; vertical-align: top; color: #1E2832 !important; margin-bottom: 15px !important; text-transform: uppercase !important; font-weight: 600 !important;}
.wishlistmail-panel {
  background-color: #ffffff !important;
  padding-left: 20px !important;
  border: 1px solid #929293 !important;    
}
.wmail-process .btn-primary{padding: 10px 16px !important;font-size: 18px !important;line-height: 1.33 !important;border-radius: 6px !important;}
.btn-partaccount-edit{margin-left: -15px !important;margin-right:-15px !important;}
.addressbook-process-detail .well{border: 1px solid #929293 !important;border: 1px solid #929293 !important;}
.account-edit-section .well{border: 1px solid #929293 !important;}  
.account_cards h1{font-family: Inter !important;font-size: 30px !important;vertical-align: top;color: #1E2832 !important;margin-bottom: 15px !important;text-transform: uppercase !important;font-weight: 600 !important;}
.prv-back .btn-primary{padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; background-color: #fff; border-color: #adadad; color: #333;}
.product_reviewss .btn-back{padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; background-color: #fff; border-color: #adadad; color: #333;}
.product_reviewss .btn-primary{padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px;}
.checkout-tab  li.active  a {border-bottom: 5px solid #0A78BA !important;}
.right-shop-cart-inner .checkout-tab{border-bottom: 2px solid #d3d3d3 !important;}
.checkout-heading h1{font-family: Inter !important; font-size: 30px !important; margin: 0; vertical-align: top; color: #1E2832 !important; margin-bottom: 15px !important; text-transform: uppercase !important; font-weight: 600 !important;}
.logof-heading h1{font-family: Inter !important; font-size: 30px !important; margin: 0; vertical-align: top; color: #1E2832 !important; margin-bottom: 15px !important; text-transform: uppercase !important; font-weight: 600 !important;}
.breadcrumb-login .breadcrumb {margin-left:0px !important;}
.account-dashboard h1{margin-left: 15px !important;}
.estimate-cost{padding-top: 10px !important;}
.checkout-left {padding-right: 25px;}
.toggle-section {display: none;}
.checkoutbox-top{margin-top:20px;}
.createaccountbox-top{margin-top:20px;}
.captcha-label{margin-top:15px;}
.ck-panel .ck-guest{font-size:15px !important;}
.ck-panel .ck-account{font-size:15px !important;}
.table-cart-total td.shippingtitletotal, .table-cart-total td.shippingpricetotal{padding:3px;}
