@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
}
html, body {
  background-color: #716E6A !important;
  height: 100% !important;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

h2{ font-size: 36px !important; line-height: 1.2 !important; }

h3{ font-size: 32px; line-height: 1.2; }

.max-width {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.live .img-responsive {
  margin-top: 0 !important;
}

header {
  background: #DC4405;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  height: 80px;
  position: relative;
}
header .max-width {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.uppercase {
  color: white;
  text-transform: uppercase;
}

#logo-container {
  padding: 0 30px;
  width: 240px;
}
#logo-container img {
  max-width: 34vw;
}
#store-title {
  align-items: center;
  color: white;
  display: flex;
  font-size: 36px;
  line-height: 43px;
}
#store-title a {
  color: white;
  display: flex;
}
#store-icon {
  margin-right: 12px;
}
@media only screen and (max-width: 899px) {
  /* #store-title {
    display: none;
  } */
}
#welcome-bg {
  background: #FFA300;
  height: 80px;
  margin-left: 870px;
  position: absolute;
  width: 1000px;
}
#welcome {
  align-items: center;
  background: #FFA300;
  border-left: 1px solid white;
  display: flex;
  height: 100%;
  padding: 0 30px;
  position: relative;
  width: 301px;
}
#smiley-icon {
  margin-right: 8px;
}
#welcome-text {
  color: white;
  text-transform: uppercase;
}
#greeting {
  font-size: 12px;
  line-height: 14px;
}
#username {
  font-size: 18px;
  line-height: 19px;
}
#username a {
  color: white;
  text-decoration: none;
}
#welcome > a.btn {
  background: #DC4405;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  margin: 0 0 0 20px;
  padding: 6px 20px;
}

#search-bar {
  background: url(images/search-bar.png) center center no-repeat;
  background-size: cover !important; /*Alternative fix: remove <- this line and change above from "no-repeat" to "repeat" */
  height: 60px;
  padding: 0;
}
#search-bar .max-width {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
#search-placeholder {
  width: 300px;
}
#search-form {
  display: flex;
}
#search-form button {
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  color: #0092BC;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-family: 'Roboto', 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  height: 36px;
  line-height: 22px;
  margin-left: 10px;
  mix-blend-mode: normal;
  outline: none;
  padding: 0;
  text-align: center;
  width: 60px;
}
#search-box {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
  height: 36px;
  max-width: 40vw;
  mix-blend-mode: normal;
  width: 367px;
}
#search-box img {
  display: block;
  margin: 6px 6px 0 6px !important;
}
#search-box input {
  background: transparent;
  border: none;
  color: white;
  flex: 1;
  font-family: 'Roboto', 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  outline: none;
  padding: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#search-box input::placeholder {
  color: white;
  opacity: 1;
}
#search-buttons {
  align-items: center;
  display: flex;
  margin-top: 6px;
  padding: 0 30px;
  width: 295px;
}
#search-buttons a {
  display: inline-block;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  line-height: 0;
}

#search-buttons a:last-child{ 
  margin-right: 0;
  margin-bottom: 12px;
  width: 27px;
  height: 27px;
}

#search-buttons img {
  width: 100%;
}
@media only screen and (max-width: 419px) {
  #search-buttons {
    padding-left: 15px;
  }
}
#cart {
  position: relative;
}
#cart #cart-count {
  background: #DC4405;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  left: 13px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 14px;
}

#body {
  background-color: white;
}
#body .max-width {
  background: #FFFFFF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  min-height: 50vh;
  padding-bottom: 50px;
}
#body .bootstrap-designer .bootstrap-designer-widget {
  border: none;
}

#billboard {
  border-bottom: 10px solid #0092BC;
  position: relative;
  margin: 0 -15px 15px -15px;
}
#billboard img {
  display: block;
  margin-top: 0 !important;
  max-width: 100%;
  height: auto !important;
}
/*
#billboard h2 {
  color: #0092BC;
  font-size: clamp(24px, 4vw, 48px) !important;
  font-weight: normal;
  margin: min(5vw, 35px) 15% 0 15%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70%;
  font-weight: normal;
}
#billboard a {
  background: #DC4405;
  border-radius: 6px;
  bottom: 0;
  box-sizing: border-box;
  color: white;
  display: block;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 20px);
  margin: 0 32.5% min(5vw, 36px) 37.5%;
  mix-blend-mode: normal;
  padding: 20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
*/

#Container_1 #question {
  display: none;
}
#question {
  text-align: center;
}
#question img {
  display: inline !important;
  margin-top: 0 !important;
  max-height: 68px;
  max-width: 90vw;
}

#Category_Grid_1 {
  margin-bottom: 15px;
}
#categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.category {
  margin-top: 15px;
}
/* .category:hover h3 {
  text-decoration: underline;
} */
.category h3 {
  color: #DC4405;
  font-size: 24px;
  font-weight: 600;
  margin: 90px 0 20px 0;
  padding: 0;
}
/* .category p {
  color: #3D3935;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  width: 200px;
} */

.category .catagory-card .catagory-head{ 
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

.category .catagory-card .catagory-head h3{ 
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 20px;
  background: #716E6A;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.category .catagory-card .CutArt{ 
  background: #E1E1E1;
  padding: 10px 5px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.category .catagory-card .CutArt p{
  color: #716E6A;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  min-height: 46px;
}

.category .catagory-card .catagory-image img{ 
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 46px !important;
  width: 100%;
}

/*TEST (NOT WORKING) 
.category .category-card a {
  transition: background-image 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.category .category-card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(180deg, rgba(255, 163, 0, 0.75) 0%, rgba(255, 163, 0, 0) 100%);
  transition: background-image 0.5s ease-in-out;
}

.category .catagory-card a:hover .catagory-image {
  background-image: linear-gradient(180deg, rgba(255, 163, 0, 0.75) 0%, rgba(255, 163, 0, 0) 100%);
  transition: background-image 0.5s ease-in-out;
  z-index: 1;
}

TEST*/ 

.category .catagory-card .catagory-image{ margin-top: -45px; padding: 0 8px; }

.category .catagory-card .catagory-image a{ display: inline-block;  width: 100%; border-radius: 8px; overflow: hidden; }

.category:hover .catagory-card .catagory-head h3{ background: #DC4405;   transition: 0.5s ease-in-out; }

.category:hover .catagory-card .CutArt{ background: #FFA300;   transition: 0.5s ease-in-out; }

.category:hover .catagory-card .CutArt p{ color: #3D3935;   transition: 0.5s ease-in-out; }

.category:nth-child(3) .catagory-card .catagory-image a{ background: #E1E1E1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
 
nav {
  background: #3D3935;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  color: white;
  padding: 13px 0;
  position: relative;
}
nav .max-width {
  align-items: center;
  display: flex;
  justify-content: center;
}
nav svg {
  cursor: pointer;
  display: block;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 24px;
  min-width: 29px;
  width: 29px;
}
nav svg path {
  fill: white;
  transition: all 0.3s;
}
nav svg:hover path {
  fill: #FFA300;
}
nav #links {
  font-size: 15px;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
}
nav a {
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
}
nav a:hover {
  color: #FFA300 !important;
  text-decoration: underline !important;
}

footer {
  background: #716E6A;
  padding: 45px 0;
}
#footer-logo {
  display: flex;
  justify-content: center;
}
#footer-logo img {
  width: 200.5px;
}
#newsletter {
  background: rgba(61, 57, 53, 0.5);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 980px;
  padding: 35px;
}
#newsletter h3 {
  color: #FFA300;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
#newsletter p {
  color: white;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
#newsletter-form {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#newsletter-form input {
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  color: black;
  font-family: 'Roboto', 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 8px 0 8px;
  outline: none;
  padding: 12px;
}
#newsletter-form button {
  background: #FFA300;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  height: 46px;
  line-height: 22px;
  margin: 15px 8px 0 8px;
  outline: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
#newsletter small {
  color: white;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 35px;
  text-align: center;
}
#copyright {
  color: white;
  font-size: 12px;
  margin-top: 35px;
  padding: 0 35px;
  text-align: center;
}
#copyright a {
  color: white;
  text-decoration: underline;
}

.body-sec .breadcrumbs{
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  margin: 0;
  position: relative;
  z-index: 1;
}

.body-sec .breadcrumbs ul{ 
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.body-sec .breadcrumbs > :not(ul) {
  display: none;
}

.body-sec .breadcrumbs ul li span:not(#ucContentMiddleCenter_lblForgotpassword) { 
  display: inline-block;
  position: relative;
  color: #DC4405;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding-right: 12px;
  text-transform: uppercase;
}

.body-sec .breadcrumbs ul li span:not(#ucContentMiddleCenter_lblForgotpassword)::before{
  content: "»";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #DC4405;
  font-weight: bold;
}

.body-sec .breadcrumbs ul li a{ 
  display: inline-block;
  color: #716E6A;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-right: 12px;
}
.body-sec .breadcrumbs ul li a:hover {
  color: #FFA300;
  text-decoration: underline;
}

.body-sec .breadcrumbs ul li a::before { 
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  color: #716E6A;
  font-weight: normal;
  font-size: 14px;
}

.body-sec .breadcrumbs ul li{
  line-height: 1;
  margin-right: 8px;
}

.body-sec .breadcrumbs ul li:last-child{ margin-right: 0; }

.body-sec .breadcrumbs ul li:last-child a::before{ display: none; }

.body-sec .breadcrumbs ul li:last-child a{ padding-right: 0; }

.heading-section h2{ color: #DC4405; font-weight: 300; }

.heading-section p{ color: #716E6A; font-size: 24px; font-weight: 300; }

.heading-section{ text-align: center; margin-bottom: 32px; }

.product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist) { 
  display: inline-block;
  border-radius: 8px;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  background: #fff;
  z-index: 2;
}

 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist)::before{ 
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 0;
   background: linear-gradient(180deg, rgba(255, 163, 0, 0.75) 0%, rgba(255, 163, 0, 0) 100%);
   transition: 0.5s ease-in-out;
 }  
 
 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist) span{ 
   display: inline-block;
   color: #716E6A;
   font-size: 24px;
   line-height: 1;
   background: #FFFFFF;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   padding: 16px;
   text-align: center;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: 0.5s ease-in-out;
   min-height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .product-catagory-sec .product-card img{ margin-top: 80px !important; width: 100%; }

 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist):hover span{ 
  background: #DC4405;
  color: #fff;
 }

 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist) .new{ 
   position: absolute;
   bottom: 28px;
   left: 65px;
   width: 100%;
   background: #FFA300;
   padding: 15px;
   display: inline-block;
   text-align: center;
   color: #DC4405;
   height: auto;
   top: auto;
   border-radius: 0;
   font-size: 18px;
   transform: rotate(-45deg);
   text-transform: uppercase;
   font-weight: 700;
   min-height: inherit;
 }

 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist):hover{ border-color: #DC4405; }

 .product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist):hover:before{ height: 100%; }

 .product-catagory-sec .product-row .product-col{ margin-bottom: 30px; }

 .product-catagory-sec .product-row{ margin-bottom: -30px; }

 .product-catagory-sec{ padding-bottom: 40px; }

 .product-list .form-wrapper{ display: flex; align-items: flex-end; justify-content: space-between; }

 .product-list .form-wrapper .form-input label{ 
   color: #716E6A;
   font-size: 14px;
   margin-bottom: 5px;
 }

 .product-list .form-wrapper .form-input{ width: 100%; }

 .product-list{ max-width: 502px; margin: 0 auto 32px auto; }

 .product-list .form-wrapper span{ 
   display: inline-block;
   color: #DC4405;
   font-size: 18px;
   font-weight: 600;
   width: 53%;
 }

 select{
 border: 1px solid #E1E1E1; 
 width: 100%; padding: 0 11px;
 background: url(images/download-arrow.svg) no-repeat calc(100% - 16px) center #fff;
 background-size: 18px; 
 padding-right: 40px ; outline: none ; -webkit-appearance: none; 
 -moz-appearance: none; -ms-appearance: none; -o-appearance: none; 
 appearance: none;
 height: 48px;
 font-size: 18px;
 font-weight: 500;
 color: #C4C4C4;
}

select::-ms-expand{ 
 display: none;
}

.body-sec .pagination-sec ul{ 
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.body-sec .pagination-sec ul li{ margin-right: 15px; }

.body-sec .pagination-sec ul li:last-child{ margin-right: 0; }

.body-sec .pagination-sec ul li.active a{ border-color: #FFA300; }

.body-sec .pagination-sec ul li a{ 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #716E6A;
  width: 32px;
  height: 32px;
  border: 2px solid #E1E1E1;
  border-radius: 4px;
  text-decoration: none;
}

.body-sec .pagination-sec ul li a:hover{
  background: #DC4405;
  color: #fff;
  border-color: #DC4405;
}

.body-sec .pagination-sec ul li a span{ 
  display: inline-block;
  line-height: 0;
}

.body-sec .pagination-sec ul li a:hover span{ 
  filter: brightness(0) invert(1);
}

.body-sec .pagination-sec ul li:last-child a{ 
  width: auto;
  height: auto;
  border: none;
  text-transform: uppercase;
}

.body-sec .pagination-sec ul li:last-child a:hover{ background: transparent; color: #DC4405; }

.body-sec .pagination-sec{ margin-bottom: 30px; }

.category-pg-pager { padding: 0 15px 15px 0; }

.product-list-sec .product-card,
.product-catagory-sec .product-card{ 
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  transition: 0.5s ease-in-out;
  background-clip: padding-box;
}

.product-catagory-sec .product-card{ line-height: 0; }

.product-list-sec .product-card::before,
.product-catagory-sec .product-card::before{
  content: "";
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to bottom, #E1E1E1, #fff);
  z-index: 1;
  margin: -1px;
}

.product-list-sec .product-card:hover::before,
.product-catagory-sec .product-card:hover::before{  background: #DC4405; }

.product-list-sec .product-card .product-name{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  text-align: center;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}

.product-list-sec .product-card .product-name span{ 
  display: inline-block;
  color: #716E6A;
  font-size: 18px;
  line-height: 1.428571429;
}

.product-list-sec .product-image{ position: relative; overflow: hidden; z-index: 2; }

.product-list-sec .product-image::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(255, 163, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.5s ease-in-out;
}

.product-list-sec .product-card:hover .product-image::before{ height: 100%; }

.product-list-sec .product-image img{ margin-top: 0 !important; width: 100%; }

.product-list-sec .content { 
  padding: 15px; 
  text-align: center; 
  position: relative; 
  z-index: 2; background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-list-sec .content p{ font-size: 16px; color: #716E6A; line-height: 23px; height: 69px; overflow: hidden; }

.product-list-col .content h2{ color: #716E6A; }

.product-list-sec .content h2{ /*color: #DC4405;*/ font-size: 36px; }

.product-list-sec .content h2 del{ color: #716E6A; }

.product-list-sec .content h2 .single-product-display-uom { display: none; }

.product-list-sec .wishlist{ 
  position: absolute;
  top: 5px;
  display: inline-block;
  right: 5px;
  z-index: 2;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.product-list-sec .wishlist img{ width: 100%; }

#ucContentMiddleCenter_CategoryPage_ctl00_pnlProductPlaceholder .product-list-sec .wishlist {
  display: none;
}

.purchase-btn{ 
  display: block;
  color: #0092BC;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 18px;
  background: transparent;
  padding: 12px 20px;
  padding-left: 26px;
  padding-right: 10px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #E1E1E1;
}

.purchase-btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background: url(images/Check-Circle.svg) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.cart-btn{ 
  display: block;
  color: #716E6A;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 18px;
  background: #E1E1E1;
  padding: 12px 20px;
  border-radius: 6px;
  position: relative;
  padding-left: 42px;
  line-height: 1.428571429;
}

.cart-btn::before{ 
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 12px !important;
  transform: translateY(-50%) !important;
  background: url(images/Shopping.svg) no-repeat center center !important;
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.product-list-sec .product-card:hover .product-name{ background: #DC4405; }

.product-list-sec .product-card:hover .product-name span{ color: #fff; }

.product-list-sec .product-card:hover .wishlist{ filter: brightness(0) invert(1); }

.product-list-sec .product-card:hover{ border: 1px solid #DC4405; }

.product-list-sec .product-card .cart-btn:hover { 
  background: #DC4405;
  color: #fff;
}

.product-list-sec .product-card:hover .product-name{ border-color: #DC4405; }

.product-list-sec .product-card .cart-btn:hover::before{ filter: brightness(0) invert(1); }

.product-list-sec .sale{ 
  position: absolute;
  top: 24px;
  left: -81px;
  width: 100%;
  background: #FFA300;
  padding: 10px;
  display: inline-block;
  text-align: center;
  color: #DC4405;
  height: auto;
  border-radius: 0;
  font-size: 18px;
  transform: rotate(
-45deg
);
  text-transform: uppercase;
  font-weight: 700;
  min-height: inherit;
}

.product-list-sec .product-card .purchase-btn:hover{ 
  background: #0092BC;
  border: 1px solid #0092BC;
  color: #fff;
}

.product-list-sec .product-card .purchase-btn:hover::before{ 
  filter: brightness(0) invert(1);
}

.product-list-sec .product-list-col{ margin-bottom: 30px; }

.product-list-sec .bg-color{ 
  padding: 30px 0;
  background: linear-gradient(180deg, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%); ;
  margin: 0 -15px;
}

.product-list-sec{ position: relative; padding-top: 40px; }

.product-list-sec::before{ 
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  background: linear-gradient(180deg, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%);
  mix-blend-mode: normal;
  height: 150px;
  margin: 0 auto;
}

/*
.product-slider1 .slick-slide.slick-current.slick-active {
  border: 1px solid #E1E1E1;
}
*/

.product-slider2 .small-image{ width: 66%; margin: 0 auto; }

.product-slider2 .small-image img{ width: 100%; border: 2px solid transparent; }

.product-slider2 .small-image img:hover{ border-color: #ffa300; }

.product-details{ padding: 40px 0; }

.product-details .slick-prev, .product-details .slick-next{ 
  z-index: 9;
  right: 0;
}

.product-details .slick-prev{ left: 0; }

/* .product-details .slick-next{ right: 0; } */

.product-details .product-slider2  .slick-slide.slick-current img{ border: 2px solid #DC4405;  }

.product-details .product-slider1 .slick-slide img{ width: 100%; }

.product-details .slick-prev::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/arrow-right.svg) no-repeat center center;
  background-size: 20px;
  height: 20px;
  width: 20px;
  z-index: 2;
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
  opacity: 0.6;
}

.product-details .slick-next::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/arrow-right.svg) no-repeat center center;
  background-size: 20px;
  height: 20px;
  width: 20px;
  z-index: 2;
  filter: brightness(0) invert(0);
  transform: rotate(120deg);
  opacity: 0.6;
}

.product-details .slick-next:hover::before,
.product-details .slick-prev:hover::before{ 
  opacity: 1;
  filter: inherit;
}

.product-details-cont h2{ color: #DC4405; }

.product-details-cont h2{ margin-bottom: 30px; font-weight: 300; }

.product-details-cont p{ font-size: 24px; color: #716E6A; font-weight: 300; line-height: 1.428571429; }

.product-details-cont .details-lable p{ font-size: 18px; color: #716E6A; }

.product-details-cont .details-lable p strong{ margin-bottom: 15px; display: inline-block; font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif; font-weight: bold; }

.product-details-cont .details-lable p span{ 
  font-size: 18px; 
  color: #716E6A; 
  display: block; 
  margin-bottom: 15px;
  padding-left: 15px;
}

.product-details-cont .details-lable p span:last-child{ margin-bottom: 0; }

.product-details-cont .sale-price{ color: #DC4405; font-size: 36px; margin-bottom: 15px; }

.product-details-cont .sale-price del{ color: #716E6A; }

.product-details-cont .form-input{ display: flex; align-items: center; }

.product-details-cont .form-input label{ color: #716E6A; font-size: 18px; width: 18.5%; margin-bottom: 0; }

.product-details-cont .form-input input[type="text"]{ 
  height: 32px;
  border: 1px solid #E1E1E1;
  outline: none;
  box-shadow: none;
  width: 48px;
  border-radius: 5px;
}

.product-details-cont .quanty{ margin-bottom: 15px; }

.product-details-cont .butn-sec a{ display: inline-block; }

.product-details-cont .butn-sec a{ padding-left: 40px; }

.product-details-cont .butn-sec a:last-child:before{ 
  content: "";
  position: absolute;
  top: 52%;
  left: 13px;
  transform: translateY(-50%);
  background: url(images/heart-grey.svg) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
}

.product-details-cont .butn-sec a{
  border: 2px solid #E1E1E1;
  border-radius: 6px;
  font-weight: 400;
  max-width: 208px;
  width: 100%;
  text-align: center;
}

.product-details-cont .butn-sec a:first-child{ background: #E1E1E1; }

.product-details-cont .butn-sec a:last-child:hover:before{ opacity: 1; }

.product-details-cont .butn-sec a::before{   left: 38px; }

.fav{ 
  color: #716E6A;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 18px;
  background: transparent;
  padding: 12px 20px;
  border-radius: 6px;
  position: relative;
  border: 2px solid #716E6A;
  border-radius: 8px;
}

.product-details-cont .butn-sec{ display: flex; }

.product-details-cont .butn-sec a{ margin-right: 20px; }

.product-details-cont .butn-sec a:last-child{ margin-right: 0; }

.product-details-cont .butn-sec a:hover{ background: #DC4405; color: #fff; border-color: #DC4405;  }

.product-details-cont .butn-sec a:hover::before{ filter: brightness(0) invert(1); }

.product-list-sec .product-card .shadow{ 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.product-list-sec h2{ font-size: 32px !important; color: #0092BC; margin-bottom: 30px; position: relative; }

.details .content h2{ color: #716E6A; }

.product-details .details-col:last-child{ padding-left: 40px; }

.my-account .account-col h3{ color: #0092BC; }

.my-account .account-col ul { padding-left: 0; list-style: none; }

.my-account .account-col ul li a{ 
  display: inline-block;
  color: #716E6A;
  font-size: 18px;
  text-decoration: none !important;
}

.sale-price{ position: relative;  display: inline-block; padding-right: 50px; }

.sale-price::before{ 
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: url(images/Sale-Tag.svg) no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: none;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-content {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #716e6a;
  background-color: rgba(255, 255, 255, 0.95);;
  display: none;
  position: absolute;
  min-width: 220px;
  overflow: auto;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  z-index: 100;
  padding: 15px;
}
.dropdown:hover {
  display: block;
}
.dropdown:hover .menu {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  border-radius: 4px;
  display: block;
  color: #716E6A;
  padding: 8px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #FFA300;
}

.login-frame { margin-left: 45px; margin-right: 45px; border: 1px solid #0092bc; border-radius: 8px; }

.login-frame-inner { margin-left: 30px; margin-right: 30px; }

.login-small-light { font-family: 'Roboto'; font-weight: 400; font-size: 14px; line-height: 1.0; color: #716e6a }

.login-small-med { font-family: 'Roboto'; font-weight: 500; font-size: 14px; color: #716e6a }

.login-med-light1 { font-family: 'Roboto'; font-weight: 400; font-size: 14px; color: #716e6a; text-decoration: underline; }

.login-med-light1:hover { color: #dc4405 }

.login-med-light2 { font-family: 'Roboto'; font-weight: 400; font-size: 14px; color: #dc4405 }

.login-med-med { font-family: 'Roboto'; font-weight: 500; font-size: 18px; color: #716e6a }

.login-med-bold1 { font-family: 'Roboto'; font-weight: 700; font-size: 14px; color: #716e6a }

.login-med-bold2 { font-family: 'Roboto'; font-weight: 700; font-size: 14px; color: #dc4405 }

.login-large-light { font-family: 'Roboto'; font-weight: 300; font-size: 32px; color: #0092bc }

.login-heading { font-family: 'Roboto'; font-weight: 300; font-size: 48px; color: #dc4405 }

.login-button { font-family: 'Roboto'; font-weight: bold; font-size: 18px; color: #ffffff !important; background-color: #dc4405; border-radius: 6px; margin-bottom: 20px; padding: 12px 24px; }

.login-checkbox { font-family: 'Roboto'; font-weight: 500; font-size: 16px; color: #716e6a; width: 48; height: 48; }

.justify-left { align-self: start; }

.grid-container1 { display: grid; grid-template-columns: 100% 30%; grid-template-rows: 48px; }

.grid-item-column1 { grid-column-start: 1; grid-column-end: 1;}

.grid-item-column2 { grid-column-start: 2; grid-column-end: 2;}

.my-account .account-col ul li.active a{ color: #DC4405; }

.my-account .account-col ul li a:hover{ color: #DC4405; }

.my-account .account-col ul li{ margin-bottom: 17px; }

.my-account .account-col ul li:last-child{ margin-bottom: 0; }

.pay-btn{ 
  display: inline-block;
  background: #DC4405;
  padding: 7px 15px;
  color: #fff !important;
  border-radius: 8px;
}


.my-account .account-col:last-child h2{ color: #DC4405; text-align: center; margin-bottom: 30px; }

.my-account .account-col table{ width: 100%; border-spacing: 0; border-collapse: separate; }

.my-account .account-col table td:first-child{ width: 25%; text-align: center; }

.my-account .account-col table td:nth-child(3) p{
  font-size: 16px;
  color: #716E6A;
}

.my-account .account-col table td:nth-child(3) h4{ color: #716E6A; font-size: 24px; position: relative; }

.my-account .account-col table td:nth-child(3) h4:nth-child(3){ color: #DC4405; display: inline-block; padding-right: 40px; }

.my-account .account-col table td:nth-child(3) h4:nth-child(3)::before{ 
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: url(images/Sale-Tag.svg) no-repeat center center;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.my-account .account-col table td:first-child p{ font-size: 18px; color: #716E6A; }

.my-account .account-col table td:last-child .button-sec{ display: flex; align-items: center; }

.my-account .account-col table td:last-child .button-sec a{ margin-right: 20px; }

.my-account .account-col table td:last-child .button-sec a:last-child{ margin-right: 0; }

.my-account .account-col table td:last-child .button-sec a::before{ 
  left: 13px;
}

.my-account .account-col table td:last-child .button-sec a:first-child{ padding-left: 40px; }

.my-account .account-col table td:last-child .button-sec a:hover{ border-color:#DC4405; background: #DC4405; color: #fff; }

.my-account .account-col table td:last-child .button-sec a:hover::before{ filter: brightness(0) invert(1); }

.my-account .account-col table td:last-child .button-sec a:last-child{ 
  padding: 15px;
  line-height: 0;
  border: 2px solid #E1E1E1;
  border-radius: 8px;
}


.my-account .account-col table td:last-child .button-sec a:last-child:hover img{ filter: brightness(0) invert(1); }

.my-account .account-col table tr{  border-bottom: 0;  padding: 20px 0;   }
 
.my-account .account-col table td{ 
  padding: 20px 0;
  border-top: 1px solid #E1E1E1;
}


.my-account .account-col table td:first-child{  border-left: 1px solid #E1E1E1; border-top-left-radius: 8px; }

.my-account .account-col table td:last-child{ border-top-right-radius: 8px; border-right: 1px solid #E1E1E1; width: 30%; }

.my-account{ position: relative; }

.my-account .account-col:first-child{ 
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(270deg, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%);
}

.my-account .account-col:last-child{ float: right; }



.my-account .account-details{ 
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
}



.cart-sec .heading h2{ color: #DC4405; font-size: 48px; margin-bottom: 5px; }

.cart-sec .heading { text-align: center;  margin: 38px 0; }

.cart-sec .heading p{ font-size: 18px; color: #716E6A; }

.cart-sec .heading p a{ font-weight: 700; color: #716E6A; text-decoration: underline; }

.cart-sec .heading p a:hover{ color: #DC4405; }

.cart-sec .heading{ position: relative; }

.item-section::before{ 
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  background: linear-gradient(
180deg
, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%);
  mix-blend-mode: normal;
  height: 150px;
  margin: 0 auto;
}

.item-section{ padding: 40px 0; position: relative; }

.item-section .table-sec table{  width: 100%; border-spacing: 0; border-collapse: separate; }

.item-section .table-sec table th:first-child{ 
  font-size: 32px;
  line-height: 1.2;
  color: #0092BC;
  font-weight: 400;
}

.item-section .table-sec table th{ padding: 16px 0; }

.item-section .table-sec table th:not(:first-child){ 
  color: #716E6A;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.item-section .table-sec{ position: relative; z-index: 2; }

.item-section td{ 
  padding: 10px;
  border-top: 1px solid #E1E1E1;
  background: #fff;
 }

 .item-section td:first-child{ border-left: 1px solid #E1E1E1; border-top-left-radius: 8px; width: 40%; }

 .item-section td:last-child{ border-right: 1px solid #E1E1E1; border-top-right-radius: 8px; }

 .item-section td .product-contnt{ display: flex; flex-wrap: wrap; margin: 0 -15px; align-items: center; }

 .item-section td .product-contnt .product-image{ width: 20%; padding: 0 15px; }

 .item-section td .product-contnt .product-image img{ width: 100%; }

 .item-section td .product-contnt .cart-cont{ width: 80%; padding: 0 15px; }

 .item-section td p{ color: #716E6A; font-size: 18px; margin-bottom: 0; }

 .item-section td .form-input input[type="text"]{ 
  border: 1px solid #E1E1E1;
  outline: none;
  box-shadow: none;
  height: 32px;
  width: 32px;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
  font-weight: 500;
  margin: 0 auto;
 }

 .item-section td:not(:first-child){ width: 13%; text-align: center; }

 .item-section th:not(:first-child){ text-align: center; }

 .item-section td .button-sec a{ 
  padding: 12px;
  line-height: 0;
  border: 2px solid #E1E1E1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48px;
  margin: 0 auto;
 }

 .item-section td .button-sec a:hover{ background: #DC4405; border-color: #DC4405; }

 .item-section td .button-sec a:hover img{ filter: brightness(0) invert(1); }

 .item-section td .button-sec a img{ width: 15px; }

 .item-section td:nth-child(4) .sell p:last-child{ position: relative; color: #DC4405; }
 
 .item-section td:nth-child(4) .sell{ display: inline-block; padding-right: 20px; }

 .item-section td:nth-child(4) .sell p:last-child:before{ 
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  background: url(images/Sale-Tag.svg) no-repeat center center;
  background-size: 100%;
  width: 32px;
  height: 32px;
 }

 .item-section .table-sec{ margin-bottom: 30px; }

 .item-section .offer-section{ 
   border: 1px solid #0092BC;
   border-radius: 8px;
   padding: 45px;
 }

 .item-section .offer-section .offer-wrap{ 
   display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
 }

 .item-section .offer-section .offer-col{ width: 33.33%; padding: 0 15px; }
 
 .offer-section .offer-col h4{ font-size: 24px; margin-bottom: 15px; color: #716E6A; }

 .offer-section .offer-col .form-input input[type="text"]{ 
  border: 1px solid #E1E1E1;
  height: 47.52px;
  color: #716E6A;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  padding: 13px;
  margin-right: 10px;
  outline: none;
  font-weight: 600;
 }

 .offer-section .offer-col .form-input input[type="submit"], .offer-section .offer-col .form-input a{ 
  background: #E1E1E1;
  font-size: 18px;
  color: #716E6A;
  padding: 9px 17px;
  border: none;
  border-radius: 6px;
  height: 47.52px;
  font-weight: 500;
 }

 .offer-section .offer-col .form-input input[type="submit"]:hover, .offer-section .offer-col .form-input a:hover
 { background: #DC4405; color: #fff; }

 .offer-section .offer-col .form-input{ display: flex; }

 .offer-section .offer-col:nth-child(2){ text-align: center; }

 .offer-section .offer-col .cart-btn::before{ 
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: url(images/Update-Icon.svg) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
 }

 .offer-section .offer-col .cart-btn:hover{ background: #DC4405; color: #fff; }

 .offer-section .offer-col .cart-btn:hover::before{ filter: brightness(0) invert(1); }

 .offer-section .offer-col:nth-child(2) a{ display: inline-block; }

 .offer-section .total h4:nth-child(2){ margin-bottom: 5px; }

 .offer-section .total p{ font-size: 14px; color: #716E6A; }

 .offer-section { margin-bottom: 30px; }

 .button-section{ display: flex; justify-content: flex-end; }

 .button-section a:first-child{ margin-right: 18px; }

 .button-section a{ 
   display: inline-block;
   background: #716E6A;
   color: #fff;
   font-size: 18px;
   padding: 11.5px 20px;
   text-decoration: none;
   text-transform: capitalize;
   position: relative;
   padding-left: 47px;
   border-radius: 6px;
   max-width: 200px;
   width: 100%;
 }

 .button-section a:hover{ background: #DC4405 !important; }

 .button-section a:last-child{ 
   background: #0092BC;
   text-align: center;
 }

 .button-section a:last-child::before{ 
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  background: url(images/Credit-Card.svg) no-repeat center center;
  background-size: 100%;
  width: 25.71px;
  height: 18px;
 }

 .button-section a:first-child::before{ 
   content: "";
   position: absolute;
   top: 50%;
   left: 15px;
   transform: translateY(-50%);
   background: url(images/arrow.svg) no-repeat center center;
   background-size: 100%;
   width: 20.57px;
   height: 18px;
 }

 .favorites-sec{ position: relative; }


 .favorites-sec h4{ font-size: 32px; font-weight: 300; color: #0092BC; margin-bottom: 15px; position: relative; }

 .favorites-sec .table-sec table td:last-child .button-sec a{ 
   display: inline-block; 
   width: auto; 
   height: auto;
   max-width: 100%;
   font-size: 14px;
   padding: 12px 20px;
   padding-left: 42px;
   line-height: 1.2;
  }

  .favorites-sec .table-sec table td:last-child .button-sec a:hover::before{ filter: brightness(0) invert(1); }

  .favorites-sec .table-sec table td:last-child .button-sec a:hover{ color: #fff; }

  .favorites-sec .table-sec table td:not(:first-child){ width: 15%; }

  .favorites-sec .table-sec table td .sell{ 
    display: flex;
    justify-content: center;
  }

  .favorites-sec .table-sec table td .sell p:first-child{ 
    margin-right: 10px;
  }
  
  .favorites-sec .table-sec table td .sell p:last-child{ 
    color: #DC4405;
    position: relative;
    padding-right: 37px;
  }

  .favorites-sec .table-sec table td .sell p:last-child::before{ 
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    background: url(images/Sale-Tag.svg) no-repeat center center;
    background-size: 100%;
    width: 32px;
    height: 32px
  }

  .favorites-sec td{ padding: 20px 10px; }

  .shipping-line { 
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
  }
  
  .shipping-line ul{ 
    list-style: none; 
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.5);
  }

  .shipping-line ul li{ max-width: 300px; width: 100%; position: relative; margin-right: 30px; }

  .shipping-line ul li.active a{ background: #ffa300; color: #fff; }

  .shipping-line ul li.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    background: url(images/progress-shape04.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 24px;
  }

  .shipping-line ul li.active::after{
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    background: url(images/progress-shape03.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 24px;
  }

  .shipping-line ul li::before{
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    background: url(images/progress-shape.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 24px;
  }

  .shipping-line ul li::after{
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    background: url(images/progress-shape02.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 24px;
  }

  .shipping-line ul li:first-child::before{ display: none; }

  .shipping-line ul li a{
    background: #C4C4C4;
    color: #716E6A;
    font-size: 18px;
    width: 100%;
    padding: 8px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
  }

  .item-section h3{ color: #0092BC; position: relative; font-weight: 300; padding: 0 30px; }

  .item-section .address-instructions { margin-bottom: 20px; padding: 0 30px; }

  .item-section .address-instructions + .form-input { padding: 0 30px; }

  .shipping-sec h3 { padding: 0; }

  .offer-section h3 { padding: 0; }

  .item-section .form-input label{position: relative; margin: 0; padding-left: 40px;}

  .item-section .form-input label span{ 
    margin: 0;
    padding: 0;
    color: #716E6A;
    font-size: 18px;
    font-weight: 500;
  }

  .item-section .form-input label input[type="checkbox"]{visibility: hidden; display: none;}

  .item-section .form-input label input[type="checkbox"] + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #d8dadb;
    background: #fff;
    border-radius: 3px;
  }

  .item-section .form-input label input[type="checkbox"] + span::after{
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/checked.svg) no-repeat center center;
    background-size: 15px;
  }
  .item-section .form-input label input[type="checkbox"]:not(:checked)  + span::after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .item-section .form-input label input[type="checkbox"]:checked + span::before {
    border: 2px solid #DC4405;
    background: #DC4405;
  }
  .item-section .form-input label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
   
  }

  .item-section .form-input{ margin-bottom: 23px; }

  .item-section .favorites-sec.item-section { padding: 40px 30px 0 30px; }

  .address-wrap{ 
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 30px;
  }

  .active .address-wrap{ border: 2px solid #DC4405; }

  .address-wrap .button-sec{ display: flex; margin-bottom: 19px; }

  .address-wrap .button-sec span{ display: inline-block; margin-right: 10.14px; }

  .address-wrap .button-sec a{ 
    background: #FFA300;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 16px;
    font-weight: 700;
  }

  .address-wrap .addresss-contnt p,
  .address-wrap .addresss-contnt a{
    font-size: 18px;
    line-height: 1.5;
    color: #716E6A;
    margin-bottom: 0;
    text-decoration: none;
  }

  .address-wrap .addresss-contnt a:hover{ color: #DC4405; }
  
  .address-wrap .addresss-contnt{ margin-bottom: 20px; }

  .address-wrap .addresss-contnt{ max-width: 198px; }

  .address-wrap  .shiping-add{ display: flex; }

  .shiping-add a{ 
    background: #E1E1E1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 11px 30px;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
   }

   .shiping-add a:first-child{ margin-right: 20px; }
   
   .shiping-add a i { width: 30px; line-height: 0; margin-right: 8px; }

   .shiping-add a span{ display: inline-block; font-size: 16px; color: #716E6A; }

   .shiping-add a:last-child{ background: transparent; border: 2px solid #E1E1E1; }

   .shiping-add a:hover{ background: #DC4405;  }

   .shiping-add a:hover span{ color: #fff; }
   
   .shiping-add a:hover i{ filter: brightness(0) invert(1); }

   .active .shiping-add a:first-child{margin-right: 20px; }

   .active .shiping-add a i { width: 30px; line-height: 0; margin-right: 8px;}

   .active .shiping-add a:first-child{ background: transparent; border: 2px solid #e1E1E1; }

   .active .shiping-add a:first-child span{ display: inline-block; font-size: 16px; color: #716e6a; }  
   
   .active .shiping-add a.is-shipping i, .active .shiping-add a:first-child a:hover i{ filter: brightness(0) invert(1); }
   
   .active .shiping-add a.is-shipping, .active .shiping-add a:hover{background: #DC4405;}

   .active .shiping-add a.is-shipping span, .active .shiping-add a:hover span {color: #fff;}

   .address-sec { padding: 0 30px 30px 30px; }

   .address-sec .address-row .address-col{ margin-bottom: 30px; }

   .address-sec .address-row:last-child .address-col{ margin-bottom: 0; }

   #add-new-address {
    background-color: white;
    border: 2px solid #E1E1E1;
    border-radius: 5px;
    color: #716E6A;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 21.6px;
    margin-left: 30px;
    padding: 10px 32px;
    text-align: center;
    transition: all 0.25s;
  }
  
  #add-new-address:hover {
    background-color: #DC4405;
    border-color: #DC4405;
    color: white;
  }
   
   #add-new-address + .favorites-sec { display: none; }

   .favorites-sec .add-address{ 
     border: 1px solid #0092BC;
     border-radius: 8px;
     padding: 29px;
     margin-bottom: 30px;
   }

   .favorites-sec .add-address .add-wrap{
     display: flex;
     flex-wrap: wrap;
     margin: 0 -15px;
    }

    .favorites-sec .add-address .add-left{ width: 50%; padding: 0 15px; }
    
    .favorites-sec .add-address .add-right{ width: 50%; padding: 0 15px; }

    .favorites-sec .add-address .add-left ul{ list-style: none; padding-left: 0; }

    .favorites-sec .add-address ul li .form-input label{ 
      font-size: 14px;
      color: #716E6A;
      display: inline-block;
      padding-left: 0;
      margin-bottom: 3px;
      font-weight: 500;
    }

.favorites-sec .add-address ul li .form-input input[type="text"],
.favorites-sec .add-address ul li .form-input select,
.favorites-sec .add-address ul li .form-input input[type="tel"]{
 height: 48px;
 border: 1px solid #C4C4C4;
 border-radius: 6px;
 padding: 11px 16px;
 width: 100% !important;
 outline: none;
 box-shadow: none;
 font-size: 18px;
}

.favorites-sec .add-address ul li .form-input input[type="text"]::placeholder,
.favorites-sec .add-address ul li .form-input select::placeholder,
.favorites-sec .add-address ul li .form-input input[type="tel"]::placeholder {
  color: #DC4405;
  opacity: 0.5;
}

.favorites-sec .add-address .add-left .input-wrap{ 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.favorites-sec .add-address .add-left{ padding-right: 50px; }

.favorites-sec .add-address .add-left .input-wrap .form-input:first-child{ width: 35%; padding: 0 7.5px; }

.favorites-sec .add-address .add-left .input-wrap .form-input:nth-child(2){ width: 16%; padding: 0 7.5px; }

.favorites-sec .add-address .add-left .input-wrap .form-input:last-child{ width: 49%; padding: 0 7.5px; }

.favorites-sec .add-address .add-left  ul li:first-child .form-input{ width: 75%; margin-bottom: 0; }

.favorites-sec .add-address .add-left  ul li .form-input{ margin-bottom: 0; }

.favorites-sec .add-address .add-left  ul li{ margin-bottom: 30px; }

.favorites-sec .add-address .add-left  ul li:last-child .form-input{ width: 50%; }

.favorites-sec .add-address .add-right ul{ padding-left: 0; list-style: none; }

.favorites-sec .add-address .add-right ul li{ margin-bottom: 30px; }

.favorites-sec .add-address .add-right ul li .form-input{ margin-bottom: 0; }

.favorites-sec .add-address .add-right ul li:first-child .form-input{ width: 70%; }

.favorites-sec .add-address .add-right ul li:nth-child(4){ width: 50%; }

.favorites-sec .add-address .add-right ul li .input-wrap{ display: flex; flex-wrap: wrap; margin: 0 -7.5px; }

.favorites-sec .add-address .add-right ul li .input-wrap .form-input:first-child{ width: 75%; padding: 0 7.5px; }

.favorites-sec .add-address .add-right ul li .input-wrap .form-input:last-child{ width: 25%; padding: 0 7.5px; }

::-webkit-input-placeholder{opacity:1; color: #C4C4C4;}

:-ms-input-placeholder{opacity:1;color: #C4C4C4;}

::-moz-placeholder{opacity:1;color: #C4C4C4;}

:-moz-placeholder{opacity:1;color: #C4C4C4;}

.save-btn input[type="submit"], .save-btn a{ 
  height: 48px;
  background: #0092BC;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
  padding: 10px 32px;
  border: 1px solid #0092BC;
  outline: none !important;
  box-shadow: none !important;
}

.save-btn input[type="submit"]:hover, .save-btn a:hover{ background: #DC4405; border-color: #DC4405; }

.shipping-sec .shipping-card{ 
  padding: 30px;
  background: linear-gradient(to bottom, #E1E1E1,rgba(0, 0, 0, 0));
  border-radius: 8px;
  position: relative;
}
.shipping-sec .shipping-card::before{ 
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc( 100% - 2px );
  height: calc( 100% - 2px );
  background: #fff;
  border-radius: 8px;
}

.shipping-sec .spacing-wrap{ position: relative; }

.shipping-sec .spacing-wrap h4{ font-size: 20px; font-weight: 700; color: #DC4405; margin-bottom: 20px; }

.shipping-sec .spacing-wrap ul{ list-style: none; padding-left: 0; }

.shipping-sec .spacing-wrap ul li label{position: relative; margin: 0; padding-left: 30px;}

.shipping-sec .spacing-wrap ul li label span{
  margin: 0;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  color: #716E6A;
  font-weight: 400;
}
.shipping-sec .spacing-wrap ul li label  input[type="radio"]{visibility: hidden; display: none;}

.shipping-sec .spacing-wrap ul li label input[type="radio"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #C4C4C4;
  border-radius: 100%;
  background: #fff;
}
.shipping-sec .spacing-wrap ul li label input[type="radio"] + span::after{
  content: '';
  width: 12px;
  height: 12px;
  background: #DC4405;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shipping-sec .spacing-wrap ul li label  input[type="radio"]:not(:checked)  + span::after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.shipping-sec .spacing-wrap ul li label input[type="radio"]:checked + span::before {
  border: 2px solid #DC4405;
}

.shipping-sec .spacing-wrap ul li label input[type="radio"]:checked + span{ 
  background: url(images/truck.svg) no-repeat right center;
  background-size: 29px;
  padding-right: 37px;
}

.payment .spacing-wrap ul li label input[type="radio"]:checked + span{ 
  padding-right: 0;
  background: transparent;
}

.shipping-sec .spacing-wrap ul li label  input[type="radio"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
 
}

.shipping-sec .spacing-wrap ul li{ margin-bottom: 12px; }

.shipping-sec .spacing-wrap a{ color: #716E6A; text-decoration: underline; }

.shipping-sec .spacing-wrap a:hover{ color: #DC4405; }

.shipping-sec .spacing-wrap ul li .carditcard{ display: flex; }

.shipping-sec .spacing-wrap ul li .carditcard label{ margin-right: 19px; }

.shipping-sec .spacing-wrap ul li .wallet-wrap{ display: flex; align-items: center; justify-content: space-between; }

.shipping-sec .spacing-wrap ul li .wallet label{ font-size: 16px; padding-left: 0; color: #716E6A; }

.shipping-sec .spacing-wrap ul li .wallet-wrap a{ 
  background: #E1E1E1;
  border-radius: 6px;
  padding: 13px;
  font-size: 18px;
  color: #716E6A;
  text-decoration: none;
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.shipping-sec .spacing-wrap ul li .wallet-wrap a:hover{ background: #DC4405; color: #fff; }

.shipping-sec .spacing-wrap ul li select{ 
  height: 48px;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding: 11px 16px;
  width: 60%;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  margin-right: 10px;
 }

.shipping-sec .spacing-wrap ul li .expiration label { color: #716E6A; font-size: 16px; padding-left: 0; }
.shipping-sec .spacing-wrap ul li .expiration-wrap { display: flex; }

.shipping-sec .spacing-wrap ul li .security-code label { color: #716E6A; font-size: 16px; padding-left: 0; }

.shipping-sec .spacing-wrap ul li .card-name label { color: #716E6A; font-size: 16px; padding-left: 0; }

 .payment .spacing-wrap ul li:first-child{ margin-bottom: 20px; }

 .payment .spacing-wrap ul li:not(:first-child){ margin-bottom: 30px; }

 .item-section .payment .offer-col{ width: 50% ; }

 .item-section .payment .offer-col input[type="text"]{ 
   color: #C4C4C4;
   font-size: 18px;
   font-weight: 400;
   width: 60%;
 }

 .item-section .payment .offer-col input[type="submit"]{ 
   max-width: 120px;
   text-align: center;
   width: 100%;
 }

 .item-section .payment .offer-col:nth-child(2){ text-align: left; }

 .item-section .payment .offer-col .total h3{ 
   font-size: 33px; 
   color: #0092BC; 
   font-weight: 300; 
   margin-top: 0;
   margin-bottom: 16px;
  }

  .item-section .payment .offer-col .total p{ color: #716E6A; }

  
  .item-section .payment .offer-col .total{ padding-left: 45px; }

 .item-section .payment  .offer-col .total h4{ color: #DC4405; }

 .shipping-sec .address-wrap{ padding: 0; border: none; position: relative; }

 .review .address-wrap{ 
   display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
 }

 .review .address-wrap .address,
 .review .address-wrap .address-content{ width: 50%; padding: 0 15px; } 

 .review .address-wrap  h4{ font-size: 20px; color: #DC4405; font-weight: 600; margin-bottom: 19px; }

 .review .address-wrap p{ 
  color: #716E6A;   
  font-size: 18px;
 }

 .review .address-wrap .address-content > p{ 
    display: flex;
    align-items: center;
  }

  .review .address-wrap .address-content > p > i{ width: 32px; height: 26px; line-height: 0; margin-right: 10px; }

 .review .address-wrap .address-content{ position: relative; }

 .review .address-wrap .edit{ 
   display: flex;
   align-items: center;
   border: 1px solid #C4C4C4;
   border-radius: 4px;
   padding: 3px 5px;
   font-size: 16px;
   color: #C4C4C4;
   max-width: 65px;
   width: 100%;
   text-decoration: none;
 }

 .review .address-wrap .edit:hover{ background: #DC4405; color: #fff; border-color: #DC4405;  }

 .review .address-wrap .edit:hover i{ filter: brightness(0) invert(1); opacity: 1; }

 .review .address-wrap .edit i{ 
   display: inline-block;
   width: 18px;
   height: 16px;
   opacity: 0.5;
   line-height: 0;
   margin-right: 4px;
 }

 .review  .address-wrap .addresss-contnt,
 .review .address-wrap .address-content > p {
  margin-bottom: 10px;
}

.payment .review-cont h4{ font-weight: 600; color: #DC4405; font-size: 20px; margin-bottom: 10px; }

.payment .review-cont p{ font-size: 18px;  color: #716E6A; margin-bottom: 30px; }

.payment .review-cont .form-input { display: block; }

.payment .review-cont .form-input label{ 
  padding-left: 0;
  color: #716E6A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.payment .review-cont .form-input textarea{ 
  width: 100%;
  height: 125.91px;
  border-radius: 6px;
  border: 1px solid #716E6A;
  outline: none;
  box-shadow: none;
  padding: 20px 15px;
}

.payment .order-cont{ padding-left: 45px; }

.payment .order-cont h4{ color: #0092BC; font-weight: 400; font-size: 32px; margin-bottom: 15px; }

.payment .order-cont ul{ 
  list-style: none; 
  padding-left: 0;
  max-width: 166px;
  width: 100%;
  margin-bottom: 26px;
}

.payment .order-cont ul li span{ display: inline-block; font-size: 18px; color: #716E6A; }

.payment .order-cont ul li{ margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; }

.payment .order-cont ul li:last-child span{ font-size: 22px; font-weight: 700; color: #DC4405; }

.payment .order-cont ul li:last-child{ margin-bottom: 0; }

.payment .order-cont .form-input label span{ font-size: 17px; color: #716E6A; }

.payment .order-cont .form-input label span a{ color: #716E6A; text-decoration: underline; }

.payment .order-cont .form-input label span a:hover{ color: #DC4405; }

.place-order  input[type="submit"]{ 
  background: #E1E1E1;
  border-color: #E1E1E1;
  color: #C4C4C4;
}

.place-order  input[type="submit"]:hover{ 
  opacity: 0.5;
  background: #DC4405;
  color: #fff;
}

.review .address-wrap .address-content a{ font-size: 18px; color: #716E6A; text-decoration: underline; }

.review .address-wrap .address-content a:hover{ color: #DC4405; }

.confirm .order-cont{ padding-left: 0; }

.confirm{ max-width: 541px; margin-left: auto; padding: 35px !important; }

.confirm .offer-col p{
  color: #716E6A;
  font-size: 18px;
 }

 .confirm h4{ margin-top: 0; margin-bottom: 18px; font-size: 32px; color: #0092BC; }

 .confirm  .order-cont ul { max-width: 195px; }

.confirm .order-cont ul{ margin-bottom: 0; }

.confirm .order-cont ul li:last-child span{ font-size: 25px; }

.receipt{ background: #fff; }

.receipt .logo-sec a{ display: inline-block; }

.receipt .item-section::before{ display: none; }

.receipt .max-width{ border: none !important; }

.receipt .shipping-sec .shipping-card::before{ display: none; }

.receipt .shipping-sec .shipping-card{ background: #fff; padding: 0; }

.receipt  .cmn-headig{ display: flex; justify-content: space-between; margin-bottom: 15px; }

.receipt  .cmn-headig h3{ margin-top: 0; margin-bottom: 0; color: #0092BC; }

.receipt .shipping-sec{ border: 1px solid #000; border-radius: 8px; padding: 30px; }

.receipt  .address-wrap .button-sec span,
.receipt .address-wrap .address-content > p > i{ filter: brightness(0) invert(0); }

.receipt .review .address-wrap p,
.receipt .address-wrap .addresss-contnt p, 
.receipt .address-wrap .addresss-contnt a,
.receipt .review .address-wrap .address-content a{ color: #000; }

.receipt .address-wrap .button-sec a{ background: #000; }

.receipt .item-section td{ 
  border-color: #000; 
  border-left: 0 !important; 
  border-right: 0 !important;
  border-radius: 0;
}

.receipt .item-section .table-sec table th:not(:first-child),
.receipt .item-section td p{ color: #000; }

.receipt .item-section .offer-section{ border-color: #000; }

.receipt .payment .order-cont ul li:not(:last-child) span,
.receipt .confirm .offer-col p{ color: #000; }

.bottom-sec h3{ color: #DC4405; margin-top: 0; margin-bottom: 18px; }

.bottom-sec p{ font-size: 25px; color: #000; font-weight: 700; }

.bottom-sec p a{ color: #000; text-decoration: none; }

.bottom-sec { text-align: center; margin-top: 136px; }

.item-section .table-sec h3{ display: none; }

.shipping-sec .oredr-id{ display: flex; justify-content: space-between; }

@media(max-width:1199px){
  .max-width{ max-width: 960px; }

  h2 { font-size: 35px; }

  .product-details-cont h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.product-details-cont .sale-price{  font-size: 30px; }

.sale-price::before{ 
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.product-details-cont .form-input label{ width: 17%; }

.product-list-sec .product-list-row{ display: flex; flex-wrap: wrap; }

.product-list-sec .product-list-row .product-list-col{ width: 33.33%; }

.my-account .account-col ul li a{ font-size: 16px; }

.my-account .account-col table td{ padding: 15px; }

.my-account .account-col table td:first-child p{ font-size: 16px; }

.my-account .account-col table td:nth-child(3) h4:nth-child(3){ padding-right: 36px; }

.my-account .account-col table td:nth-child(3) h4:nth-child(3)::before{ 
  background-size: 25px;
  width: 25px;
  height: 25px
}

.cart-btn{ font-size: 14px; padding: 11px 14px; }

.my-account .account-col table td:last-child {
  width: 40%;
}

.my-account .account-col table td:nth-child(3){ width: 20%; }

.cart-btn::before{ 
  background-size: 17px;
  width: 17px;
  height: 17px;
}

.my-account .account-col table td:last-child .button-sec a:last-child{ 
  padding: 10px;
}

.my-account .account-col table td:last-child .button-sec a:last-child img{ width: 15px; }

.item-section .offer-section .offer-col{ width: 50%; }

.item-section .offer-section .offer-col:first-child{ margin-bottom: 30px; }

.cart-btn{ padding-left: 40px; }

.item-section td p{ font-size: 16px; }

.item-section td .product-contnt{ margin: 0 -8px; }

.item-section td .product-contnt .cart-cont,
.item-section td .product-contnt .product-image{ padding: 0 8px; }

.item-section td:first-child{ width: 35%; }

.favorites-sec .table-sec table td:not(:first-child) { width: 16%; }

.item-section td:first-child{ width: 25%; }

.item-section td .product-contnt .product-image{ width: 25%; }

.item-section td .product-contnt .cart-cont{ width: 75%; }

.category h3{ font-size: 21px; }

.category .catagory-card .catagory-head h3{ padding: 18px; }

.shipping-line ul li a{ font-size: 16px; }

.shiping-add a span{ font-size: 16px; }

.favorites-sec .add-address .add-right ul li .input-wrap .form-input:last-child{ width: 30%; }

.favorites-sec .add-address .add-right ul li .input-wrap .form-input:first-child{ width: 70%; }

}

@media(max-width:991px){ 
  .product-catagory-sec .product-row{ 
    display: flex;
    flex-wrap: wrap;
  }

  .product-catagory-sec .product-row .product-col{ width: 33.33%; }

  #welcome{ position: absolute; right: 0; top: 0; }

  .max-width{ max-width: 720px; }

  .product-details .details-col:last-child{ padding-left: 15px; }

  .product-details .details-col:first-child{ margin-bottom: 30px; }

  .product-details-cont .form-input label { width: 12%; }

  .product-list-sec .product-list-row .product-list-col{ width: 50%; }

  .product-list-sec .sale{ 
    top: 34px;
    left: -108px;
  }

  .my-account .account-col:first-child{ position: static; padding-top: 15px; padding-bottom: 15px; }

  .item-section .offer-section .offer-col{ width: 100%; }

  .offer-section .offer-col:nth-child(2){text-align: left; }

  .item-section .offer-section{ padding: 30px; }

  .cart-sec .heading h2{ font-size: 35px; }

  .cart-sec .heading{ margin: 25px 0; }

  .category{ width: 33.33%; }

  .item-section td .button-sec a{  padding: 10px; max-width: 40px; }

  .item-section td .product-contnt .product-image{ width: 40%; }

  .item-section td .product-contnt .cart-cont{ width: 60%; }

  .item-section td:first-child{ width: 40%; }

  .item-section td p{ font-size: 15px; }

  .item-section td:not(:first-child){ width: 20%; }
  
  .item-section .offer-section .offer-col:not(:last-child){ margin-bottom: 30px; }

  .offer-section .offer-col h4{ font-size: 20px; }

  .favorites-sec .table-sec td{ width: 30%; }

  .favorites-sec .table-sec td .product-contnt .product-image{ width: 30%; }

  .favorites-sec .table-sec td .product-contnt .cart-cont{ width: 70%; }

  .favorites-sec .table-sec table td:nth-child(4){ width: 10%; }

  .favorites-sec .table-sec table td:last-child{ width: 25%; }

  .favorites-sec .table-sec table td:nth-child(2){ width: 17%; }

  .favorites-sec .add-address .add-left{ padding-right: 15px; }

  .favorites-sec .add-address ul li .form-input input[type="text"], 
  .favorites-sec .add-address ul li .form-input select, 
  .favorites-sec .add-address ul li .form-input input[type="tel"]{ height: 40px; font-size: 15px; padding: 5px 10px; }

  .favorites-sec .add-address .add-left ul li:first-child .form-input,
  .favorites-sec .add-address .add-left ul li:last-child .form-input,
  .favorites-sec .add-address .add-right ul li:first-child .form-input,
  .favorites-sec .add-address .add-right ul li:nth-child(4),
  .favorites-sec .add-address .add-right ul li .input-wrap .form-input:first-child,
  .favorites-sec .add-address .add-right ul li .input-wrap .form-input:last-child{ width: 100%; }

  .favorites-sec .add-address .add-right ul li .input-wrap .form-input:first-child,
  .favorites-sec .add-address .add-right ul li{ margin-bottom: 20px; }

  .favorites-sec .add-address .add-left ul li{ margin-bottom: 20px; }

  .favorites-sec .add-address{ padding: 20px; }

  .shipping-line ul li a { font-size: 15px; }

  .shipping-line ul{ flex-wrap: wrap; }

  h3{ font-size: 25px; }

  .item-section .form-input label{ padding-left: 34px; }

  .item-section .form-input label span{ font-size: 16px; }

  .item-section .form-input label input[type="checkbox"] + span::before{ width: 22px; height: 22px; }

  .item-section .form-input label input[type="checkbox"] + span::after{ top: 1px; left: 1px; width: 20px; height: 20px; }

  .shipping-sec .spacing-wrap ul li select{ width: 70%; }

  .item-section .payment .offer-col .total{ padding-left: 0; }

  .item-section .offer-section .offer-col .form-input{ margin-bottom: 0; }

  .shipping-line ul li::before,
  .shipping-line ul li.active::before{ width: 21px; }

  .shipping-line ul li::before, .shipping-line ul li::after{ 
    display: none;
  }

  .shipping-line ul{ padding-top: 10px; }

  .shipping-line ul li{ margin-bottom: 10px; max-width: 100%; }

  .shipping-line{ position: relative; left: auto; right: auto; }

  .shipping-line ul{ box-shadow: inherit; background: transparent; }

  .item-section .table-sec table th:first-child{ font-size: 24px; }

  .payment .order-cont{ padding-left: 0; }

  .bottom-sec{ margin-top: 80px; }

}

@media(max-width:767px){ 
  .max-width{ max-width: 540px; }

  h2 { font-size: 25px; }

  .product-details-cont p{ font-size: 16px; }

  .product-details-cont .sale-price { font-size: 25px; }

  .sale-price{ padding-right: 37px; }

  .heading-section p{ font-size: 18px; }

  .product-catagory-sec .product-row .product-col{ width: 50%; }
  
  #search-box img{ width: 20px; }

  #search-box input{ font-size: 14px; }

  #search-box{ height: 30px; }

  #search-form button{ font-size: 14px; height: 30px; }

  /* #search-buttons img{ width: 30px; } */

  #search-buttons a{ 
    margin-right: 10px;
    width: 27px;
    height: 27px;
  }

  #search-buttons a:last-child{
    margin-bottom: 11px;
    width: 22px;
    height: 22px;
  }

  #cart #cart-count{ 
    top: -4px;
    left: 18px;
  }

  .body-sec .breadcrumbs ul li span,
  .body-sec .breadcrumbs ul li a{ font-size: 12px; }
  
  .body-sec .breadcrumbs ul{ 
    flex-wrap: wrap;
    padding: 0 15px;
   }

   .product-details-cont .form-input label { width: 17%; }

   .product-list-sec h2{ margin-top: 0; }

   .cart-btn::before{  background-size: 17px; width: 17px; height: 17px; }

   .product-list-sec .product-list-row .product-list-col{ width: 100%; }

   .product-list-sec .sale { top: 55px; left: -143px; }

   .product-list .form-wrapper{ flex-wrap: wrap; }

   .product-list .form-wrapper span{ margin-bottom: 15px; }

   .body-sec .pagination-sec ul li a{ font-size: 13px; width: 25px; height: 25px; }

   .body-sec .pagination-sec ul li { margin-right: 9px; }

   .body-sec .pagination-sec ul li a span img{ width: 12px; }
   
   .product-list-sec .content h2{  font-size: 30px; margin-bottom: 20px; }

   .product-list-sec .wishlist{ top: 12px; right: 12px; }

   .heading-section { margin-bottom: 22px; }

   select{ height: 40px; background-size: 14px; background-size: 14px; }

   .my-account .account-col:last-child{ float: none; }
   
   .my-account .account-col table tr{ display: flex; flex-wrap: wrap; }

   .my-account .account-col table .title,
   .my-account .account-col table .product{ width: 50% !important; }

   .my-account .account-col table .product{ border-right: 0; }
    
   .my-account .account-col table .title{ 
     order: 2; 
     border-left: 0 !important;
     display: flex;
     align-items: center;
     justify-content: flex-end;
    }

   .my-account .account-col table .price{ width: 100% !important; order: 3; position: relative; text-align: right; }
  
   .my-account .account-col table .price::before{ 
     content: "Price:";
     display: inline-block;
     position: absolute;
     left: 15px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 20px;
     font-weight: 700;
   }

   .my-account .account-col table .add-to-card{ width: 100% !important; order: 4; }

   .my-account .account-col table .add-to-card .button-sec{ justify-content: space-between; }

   .my-account .account-col table td{ display: block; }

   .my-account .account-col table td{ 
     border: 1px solid #E1E1E1;
     border-radius: 0;
     border-bottom: 0;
   }

   .my-account .account-col table td:last-child{ border-bottom: 1px solid #E1E1E1; border-top-right-radius: 0; }

   .my-account .account-col table td:first-child{ text-align: left; border-top-left-radius: 0; }

   .my-account .account-col table td{ padding: 10px; }

   .my-account .account-col table td:first-child p,
   .my-account .account-col table td:nth-child(3) p{ font-size: 15px; }

   .my-account .account-col table td:nth-child(3) h4{ font-size: 20px; }

   .my-account .account-col table td:nth-child(3) h4:nth-child(3){ padding-right: 31px; } 

   .my-account .account-col table td:nth-child(3) h4:nth-child(3){ display: block; }

   .my-account .account-col:last-child h2{ margin-top: 20px; margin-bottom: 20px; }

   .category{ width: 50%; }

   /*
    #billboard h2{ font-size: clamp(25px, 2vw, 46px); }

    #billboard a{ width: 50%; }
   */
    #question img{ width: 100%; }

    .item-section td{ 
      display: block; 
      width: 100% !important; 
      border: 1px solid #E1E1E1 !important; 
      border-radius: 0 !important; 
    }

    .item-section td:not(:last-child){ border-bottom: 0 !important; }

    .item-section tr th{ display: none; }

    .item-section tr{ display: flex; flex-wrap: wrap; padding: 20px 0; }

    .item-section tr:first-child{ display: none; }

    .item-section td .item-number ,
    .item-section td .quantity,
    .item-section td .price-each,
    .item-section td .subtotal,
    .item-section td .remove-btn{ position: relative; text-align: right; }

    .item-section td .form-input{ margin-bottom: 0; }

    .item-section td .item-number::before{ 
      content: "Item Number:";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      color: #716E6A;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
    }

    .item-section td .quantity::before{ 
      content: "Quantity:";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      color: #716E6A;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
    }
    
    .item-section td .price-each::before{ 
      content: "Price Each:";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      color: #716E6A;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
    }

    .item-section td .subtotal::before{ 
      content: "Subtotal:";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      color: #716E6A;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
    }


    .item-section td:nth-child(4) .sell{ padding-right: 26px; }

    .item-section td:nth-child(4) .sell p:last-child:before{ 
      content: "";
      position: absolute;
      top: 4px;
      right: -30px;
      background: url(images/Sale-Tag.svg) no-repeat center center;
      background-size: 100%;
      width: 26px;
      height: 26px;
    }

    .item-section td .button-sec a{ margin-left: auto; margin-right: inherit; }

    .offer-section .offer-col h4 {
      font-size: 16px;
  }

  .offer-section .total p{ font-size: 12px; }

  .favorites-sec h4{ font-size: 25px; }

  .favorites-sec tr:first-child{ display: block; }

  .favorites-sec .table-sec table td .sell{ justify-content: flex-end; }

  .offer-section .offer-col .form-input input[type="text"]{ 
    height: 40.52px;
    font-size: 15px;
  }

  .offer-section .offer-col .form-input input[type="submit"] {
    height: 40.52px;
    font-size: 16px;
  }

  .button-section a {
    font-size: 16px;
    padding: 8.5px 18px;
    padding-left: 47px;
  }

  .button-section{ justify-content: center; }

  .favorites-sec .add-address .add-left{ width: 100%; margin-bottom: 20px; }

  .favorites-sec .add-address .add-right{ width: 100%; }

  .address-wrap .addresss-contnt{ max-width: 100%; }

  .shipping-line ul li{ margin-right: 0; }

  .shipping-sec .spacing-wrap ul li select{ 
    width: 100%; 
    margin-right: 0; 
    margin-bottom: 15px; 
    height: 40px; 
    font-size: 15px;
  }

  .shipping-sec .spacing-wrap ul li .wallet-wrap{ flex-wrap: wrap; }
  
  .shipping-sec .spacing-wrap h4{ font-size: 18px; }

  .shipping-sec .spacing-wrap ul li label span{ font-size: 16px; }

  .shipping-sec .spacing-wrap ul li .wallet-wrap a{ font-size: 15px; padding: 10px; }

  .payment .spacing-wrap ul li:not(:first-child) {
    margin-bottom: 20px;
}

.save-btn input[type="submit"]{ height: 40px; font-size: 15px; }

.item-section .table-sec h3{ display: block; }

.payment .order-cont .form-input label span,
.review .address-wrap p,
.address-wrap .addresss-contnt p, 
.address-wrap .addresss-contnt a{ font-size: 15px; }

.payment .review-cont p,
.payment .order-cont ul li span{ font-size: 16px; }

.payment .order-cont ul{ max-width: 100%; }

.cart-sec .heading p{ font-size: 15px; }

h3 {
  font-size: 20px;
}

.confirm .offer-col p{ font-size: 16px; }

.receipt .item-section td .subtotal::before,
.receipt .item-section td .price-each::before,
.receipt .item-section td .quantity::before,
.receipt .item-section td .item-number::before{ color: #000; }

.receipt .item-section{ padding-bottom: 0; }

.bottom-sec {
  margin-top: 45px;
}

.bottom-sec p{ font-size: 20px; }

.receipt .logo-sec a{ width: 200px; display: inline-block; }

.receipt .logo-sec img{ width: 100%; }

.confirm h4{ font-size: 30px; }

#store-title{
  font-size: 24px;
  line-height: 30px;
}

}

@media(max-width:550px){ 
  #welcome{ width: 236px; }
}

@media(max-width:479px){ 

  .max-width{ max-width: 100%; }

  .product-catagory-sec .product-row .product-col{ width: 100%; }

  h2 {
    font-size: 26px;
}

.heading-section p {
  font-size: 15px;
}

.product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist) span{ font-size: 20px }

.product-catagory-sec .product-card a:not(.product-link):not(.cart-btn):not(.wishlist) .new{ 
  bottom: 64px;
  left: 116px;
}

#newsletter-form input{ width: 100%; margin: 0 0 15px 0; }

.product-details-cont .butn-sec{ flex-wrap: wrap; }

.product-details-cont .butn-sec a:first-child{ margin-bottom: 15px; }

.category{ width: 100%; }

.offer-section .offer-col .form-input{ flex-wrap: wrap; }

.offer-section .offer-col .form-input input[type="text"]{ margin-right: 0; margin-bottom: 10px; }

.button-section{ flex-wrap: wrap; }

.button-section a:first-child{ margin-right: 0; margin-bottom: 18px; }

.address-wrap .addresss-contnt p, .address-wrap .addresss-contnt a{ font-size: 15px; }

.address-wrap .shiping-add{ flex-wrap: wrap; }

.shiping-add a:first-child{ margin-right: 0; margin-bottom: 15px; }

.favorites-sec .add-address .add-left .input-wrap .form-input:first-child,
.favorites-sec .add-address .add-left .input-wrap .form-input:nth-child(2),
.favorites-sec .add-address .add-left .input-wrap .form-input:last-child{ width: 100%; }

.favorites-sec .add-address .add-left .input-wrap .form-input:not(:last-child){ margin-bottom: 20px; }

.favorites-sec .add-address{ position: relative; }

.save-btn input[type="submit"]{ font-size: 16px; height: 40px; }

.shipping-sec .shipping-card{ padding: 20px; }

.shipping-sec .spacing-wrap ul li label span{ font-size: 15px; }

.shipping-sec .spacing-wrap ul li .carditcard{ flex-wrap: wrap; }

.shipping-sec .spacing-wrap ul li .carditcard label{ margin-right: 0; margin-bottom: 18px; width: 100%; }

.item-section .payment .offer-col input[type="text"]{ width: 100%; }

.review .address-wrap .address, 
.review .address-wrap .address-content{ width: 100%; }

.review .address-wrap .address{ margin-bottom: 20px; }

.review .address-wrap h4{ font-size: 18px; }

.item-section .offer-section .offer-col:not(:last-child) {
  margin-bottom: 20px;
}

.payment .review-cont .form-input textarea{ height: 101.91px; padding: 15px 10x; }

.payment .review-cont p{ margin-bottom: 20px; }

.item-section .offer-section { padding: 20px; }

#search-form{ width: 100%; padding: 15px; }

  #search-buttons{ 
    width: 100%;
    padding: 15px;
    margin-top: 0;
    justify-content: center;
  }

  #search-bar .max-width{ flex-wrap: wrap; }

  #search-bar{ 
    height: auto;
    background-size: cover !important;
  }

  #search-form{ justify-content: center; }

  header .max-width{ flex-wrap: wrap; padding: 0; }
  
    #store-title{ padding: 15px; width: 100%; font-size: 27px; line-height: 37px; }
  
    #welcome{ width: 100%; padding: 15px; }
  
    #store-title img{ max-width: 42vw; }
    
    #search-box{ max-width: 100%; }

  #search-form button{  width: 80px; }

  header{ height: auto; }

  #welcome{ border-left: none; position: static; }

}

@media(max-width:375px){
  .product-catagory-sec .product-card a .new{
    font-size: 14px;
    padding: 10px;
    bottom: 35px;
    left: 98px;
  }
  #newsletter{ padding: 20px; }

  .product-details-cont .form-input label { width: 30%; }

  .product-details-cont .form-input input[type="text"]{  width: 56px; }

}

.container.bootstrap-designer {
  padding: 0 !important;
  width: auto !important;
}

/* Nodus overrides */
.CartContent h1 {
  color: #DC4405;
  font-size: 48px;
  font-weight: 300;
  line-height: 67.5px;
  margin: 36px 0;
  text-align: center;
}

.CartContent #ucContentMiddleCenter_UpdatePanelCart {
  padding: 45px 30px 0 30px;
  position: relative;
}

.CartContent #ucContentMiddleCenter_UpdatePanelCart:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  background: linear-gradient(180deg, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%);
  mix-blend-mode: normal;
  height: 150px;
}

.CartContent #ucContentMiddleCenter_pnlDefaultButton {
  position: relative;
  z-index: 1
}

.CartContent #CartSubTitle h3 {
  color: #0092BC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  line-height: 38.4px;
}

.CartContent #CartSubTitle h3 span {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.CartContent #ucContentMiddleCenter_tblItems td.Header {
  border: none;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500px;
  line-height: 17px;
}

.CartContent #ucContentMiddleCenter_tblItems td,
.CartContent #ucContentMiddleCenter_tblItems td span {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 21.6px;
  vertical-align: middle;
}

.CartContent #ucContentMiddleCenter_tblItems td img.img-responsive {
  height: 75px;
  width: 75px;
}

.CartContent #ucContentMiddleCenter_tblItems td .form-control {
  background-color: white;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 21.6px;
  text-align: center;
  width: 75px;
}

.CartContent #ucContentMiddleCenter_tblItems td [id^="ucContentMiddleCenter_DeleteButton"] span {
  background-color: white;
  border: 2px solid #E1E1E1;
  border-radius: 5px;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 21.6px;
  padding: 4px 12px;
  text-align: center;
  transition: all 0.25s;
}

.CartContent #ucContentMiddleCenter_tblItems td [id^="ucContentMiddleCenter_DeleteButton"] span:hover {
  background-color: #DC4405;
  border-color: #DC4405;
  color: white;
}

.CartContent #CartCheckout {
  border: 1px solid #0092BC;
  border-radius: 8px;
  margin: 0;
  padding: 45px;
}

.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_lblTitle {
  color: #716E6A;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 28.8px;
  margin-bottom: 8px;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_lblMsg {
  font-weight: bold;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_lblMsg.ErrorMessage {
  color: #DC4405;
}
.CartContent #CartCheckout input#ucContentMiddleCenter_PromotionalCode1_inCouponCode {
  background-color: white;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 48px;
  line-height: 21.6px;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_dgCoupon {
  margin-top: 8px;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_dgCoupon .btn.btn-primary {
  background-color: white;
  border: 2px solid #E1E1E1;
  border-radius: 5px;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 21.6px;
  margin-top: 0;
  padding: 4px 12px;
  text-align: center;
  transition: all 0.25s;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_dgCoupon td {
  vertical-align: middle;
}
.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_dgCoupon .btn.btn-primary:hover {
  background-color: #DC4405;
  border-color: #DC4405;
  color: white;
}

.CartContent #CartCheckout #ucContentMiddleCenter_lblMakeChanges {
  color: #716E6A;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: 12px;
  visibility: hidden;
}

.CartContent #CartCheckout #ucContentMiddleCenter_btnUpdateTotals {
  visibility: hidden;
}

.CartContent #CartCheckout #ucContentMiddleCenter_PromotionalCode1_btnApply span,
.CartContent #CartCheckout #ucContentMiddleCenter_btnUpdateTotals span {
  background-color: #E1E1E1;
  border-radius: 6px;
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  padding: 15px 22px;
}

.CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblSubTotalHdr,
.CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblSubTotal {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblEstTotalHdr,
.CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblTotalBeforeTax {
  color: #716E6A;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 12px;
}

.CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblTaxNote span {
  color: #716E6A !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.CartContent #CartCheckout #divTotal .right-align {
  text-align: right;
}

.cartCheckout {
  margin: 0 15px 40px 0;
}

.cartCheckout #ucContentMiddleCenter_btnContinueShopping span,
.cartCheckout #ucContentMiddleCenter_btnCheckout span {
  border-radius: 6px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-top: 30px;
  padding: 15px 22px;
  width: 200px;
}

.cartCheckout #ucContentMiddleCenter_btnContinueShopping span {
  background-color: #716E6A;
  color: white;
}

.cartCheckout #ucContentMiddleCenter_btnCheckout span {
  background-color: #0092BC;
  color: white;
}

#favorites-cart {
  padding: 40px 30px;
}

#favorites-cart h4 {
  color: #0092BC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  line-height: 38.4px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#favorites-cart .table-sec table td {
  padding: 5px;
}

#favorites-cart .price-each {
  text-align: right;
}

@media(max-width:991px){
  .CartContent #CartCheckout {
    padding: 15px;
  }

  .CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblSubTotalHdr,
  .CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblSubTotal {
    font-size: 18px;
  }

  .CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblEstTotalHdr,
  .CartContent #CartCheckout #divTotal #ucContentMiddleCenter_lblTotalBeforeTax {
    font-size: 18px;
  }
}

#my-account-container {
  display: flex;
  margin-bottom: -50px;
  min-height: 45vh;
}

#my-account-menu {
  background: linear-gradient(270deg, #E1E1E1 0%, rgba(225, 225, 225, 0) 100%);
}
#my-account-menu h2.title {
  color: #0092BC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  line-height: 34px;
  margin: 45px 45px 15px 45px;
  text-align: left;
  text-transform: none;
}
#my-account-menu ul {
  margin: 0 45px 45px 45px;
  padding: 0;
}
#my-account-menu ul li {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 18px;
}
#my-account-menu ul li a {
  border-radius: 4px;
  color: #716E6A;
  display: block;
  padding: 4px 8px;
}
#my-account-menu ul li a:hover {
  background-color: #FFA300;
  color: white;
}
#my-account-menu ul li a.active {
  color: #DC4405;
}

#my-account-body {

}
#my-account-body.product-list-sec::before {
  background: none;
}
#my-account-body h2.title {
  color: #DC4405;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  text-transform: none;
}

#Product_Container {
  margin-top: 45px;
}

#Product_Container .ess-slider-container {
  max-width: 500px;
}

#Product_Container .ess-slider-container .lightbox-container {
  border: 1px solid #E1E1E1;
  height: 500px !important;
  max-width: 500px !important;
}

#Product_Container .ess-slider-container .lightbox-container img {
  height: 100%;
  max-height: 498px !important;
  max-width: 498px !important;
  object-fit: contain;
  width: 100%;
}

#Product_Container #ProductName h1, #Product_Container #ProductName h1 span {
  color: #DC4405;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  margin: 0;
}

#Product_Container #productSKU {
  margin-bottom: 5px;
}

#Product_Container #productSKU span {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 36px;
}

#Product_Container #productDescription span, #Product_Container #productDescription span p {
  color: #716E6A;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

#Product_Container #ProductProperties ul li, #Product_Container #ProductProperties ul li span {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 36px;
}

#Product_Container #ProductProperties ul li .productPropertyLabel {
  font-weight: bold;
}

#Product_Container #prices .col-xs-5 {
  display: none;
}

#Product_Container #prices .sitePrice {
  color: #DC4405;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 50px;
}

#Product_Container #prices #ucContentMiddleCenter_ProductPage_ctl00_divOrderQty #ucContentMiddleCenter_ProductPage_ctl00_lblQuantity {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_btnAddButton span {
  background-color: #E1E1E1;
  border: 2px solid #E1E1E1;
  border-radius: 6px;
  color: #716E6A;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 12px 40px;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_btnAddButton span:hover {
  background-color: #DC4405;
  border-color: #DC4405;
  color: #FFFFFF;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_btnAddButton span i {
  font-size: 18px;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_divWishList {
  display: inline-block;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_WishListButton span {
  background-color: #FFFFFF;
  border: 2px solid #E1E1E1;
  border-radius: 6px;
  color: #0092BC;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 12px 20px;
}

#Product_Container #ucContentMiddleCenter_ProductPage_ctl00_WishListButton span:hover {
  background-color: #0092BC;
  border-color: #0092BC;
  color: #FFFFFF;
}

#Product_Container #VolumeDiscounts {
  margin-top: 10px;
}

#Product_Container #VolumeDiscounts #ucContentMiddleCenter_ProductPage_ctl00_lblVolumeDiscounts {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

#Product_Container #VolumeDiscounts table tr.Header {
  display: none;
}

#Product_Container #VolumeDiscounts table tr.VolumePricingText td {
  border: none;
}

#Product_Container #VolumeDiscounts table tr.VolumePricingText td, #Product_Container #VolumeDiscounts table tr.VolumePricingText td span {
  color: #716E6A;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 20px;
}

#error-message .WebPageMessage, #error-message #ucContentMiddleCenter_ValidationSummary1, #error-message #ucContentMiddleCenter_valSummary {
  background-color: rgba(220, 68, 5, 0.25);
  color: #DC4405;
  padding: 15px;
}

#error-message #ucContentMiddleCenter_ValidationSummary1 ul, #error-message #ucContentMiddleCenter_valSummary ul {
  margin: 0;
  padding: 0;
}

#ucContentMiddleCenter_LoginControl1_valSummary ul {
  margin: 10px 0;
  padding: 0;
}

#ucContentMiddleCenter_LoginControl1_valSummary ul li {
  color: #DC4405;
}

#ucContentMiddleCenter_pnlSearchOrder #ucContentMiddleCenter_searchbox input[type="text"],
#ucContentMiddleCenter_pnlSearchOrder #ucContentMiddleCenter_searchbox select {
  appearance: none;
  border: 1px solid #E1E1E1;
  font-size: 18px;
  font-weight: 500;
  height: 36px;
  margin-bottom: 10px;
  outline: none;
  padding: 0 11px;
  width: 100%;
}
#ucContentMiddleCenter_pnlSearchOrder #ucContentMiddleCenter_searchbox label {
  display: block;
}

#addToCartModal .modal-body {
  text-align: center;
}

#addToCartModal .modal-body p {
  margin: 0;
}

#addToCartModal .modal-footer {
  text-align: center;
}

#addToCartModal .modal-footer button {
  margin: 0;
}

#addToCartContainer {
  display: none;
  font-size: 18px;
  margin-top: 16px;
}

#addToCartContainer span {
  color: #DC4405;
}

.cart-qty .cart-qty-textbox {
  display: inline-block;
}

.cart-qty .cart-qty-buttons {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.cart-qty button {
  background-color: white;
  background-image: url('data:image/svg+xml,<svg fill="%23716E6A" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="0 0 404.308 404.309" xml:space="preserve"><g><path d="M0,101.08h404.308L202.151,303.229L0,101.08z"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #E1E1E1;
  border-radius: 5px;
  color: #716E6A;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 16px;
  text-align: center;
  transition: all 0.25s;
}

.cart-qty button:hover {
  background-color: #DC4405;
  background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="0 0 404.308 404.309" xml:space="preserve"><g><path d="M0,101.08h404.308L202.151,303.229L0,101.08z"/></g></svg>');
  border-color: #DC4405;
  color: white;
}

.cart-qty .cart-qty-up {
  transform: rotate(180deg);
}

.cart-qty .cart-qty-down {
  margin-top: 2px;
}

input.has-error, select.has-error {
  background-color: rgba(220, 68, 5, 0.25);
  border: 1px solid #DC4405 !important;
  color: #DC4405;
}

#ucContentMiddleCenter_lnkbtnSubmit2 .btn-primary {
  background: transparent;
  border: 2px solid #e1E1E1;
  border-radius: 6px;
  color: #716E6A;
  font-size: 16px;
  position: relative;
  padding: 11px 30px;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
}

#ucContentMiddleCenter_lnkbtnSubmit2 .btn-primary:hover {
  background-color: #DC4405;
  color: white;  
}