@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Rozer – Electronics eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Template Spacing CSS
    03. Header CSS
      3.1. Header Nav CSS
      3.2. Header Tools CSS
      3.3. Header Top CSS
      3.4. Header Menu CSS
    04. Minicart CSS
    05. Offcanvas CSS
    06. Search Category CSS
    07. Category Nav CSS
    08. Category Tab CSS
    09. Slider CSS
      9.1. Slider CSS
      9.2. Slider Nav CSS
    10. Banner CSS
    11. Static CSS
    12. Popular Category CSS
    13. Feature Product CSS
    14. Deal Product CSS
    15. Recent Product CSS
    16. Breadcrumb CSS
    17. About CSS
    18. Shop CSS
    	18.1. Shop Category CSS
    	18.2. Single Product CSS
    	18.3. Single Product Gallery CSS
    	18.4. Single Product Group CSS
    	18.5. Single Product Variable CSS
    	18.6. Single Product Tab CSS
    19. Pages CSS
    	19.1. About CSS
    	19.2. Account CSS
    	19.3. Cart CSS
    	19.4. Checkout CSS
    	19.5.Compare CSS
    	19.6. Wishlist CSS
    	19.7. Login / Register CSS
    	19.8. Contact CSS
    20. Blog CSS
    21. Footer CSS

-----------------------------------------------------------------------------------*/
@import "../css/bootstrap-select.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #888;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-image: none !important;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
  text-decoration: none;
}

a {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li {
  display: inline-block;
}

p {
  margin: 0;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.ptb-30px {
  padding: 30px 0;
}

.mtb-60px {
  margin: 60px 0;
}

.ptb-60px {
  padding: 60px 0;
}

.ptb-40px {
  padding: 40px 0;
}

.ptb-10px {
  padding: 10px 0;
}

.mt-30px {
  margin-top: 30px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-60px {
  margin-top: 60px;
}

.pt-60px {
  padding-top: 60px;
}

.pb-30px {
  padding-bottom: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.bg-blue {
  background-color: #146cda;
}

.bg-blue-deep {
  background-color: #0562d6;
}

.bg-blue-light {
  background-color: #146cda;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.bg-light-gray-2 {
  background-color: #f7f7f7;
}

.color-gray {
  color: #47494a;
}

.color-black {
  color: #1d1d1d;
}

.color-white {
  color: #fff;
}

.mr-30px {
  margin-right: 30px !important;
}

.custom-col {
  padding: 0;
}

.pl-60px {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .pl-60px {
    padding-left: 30px;
  }
}

.padding-30px {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-30px {
    padding: 20px;
  }
}

.mr-120px {
  margin-right: 120px;
}

.swiper-slide .slider-content-1 * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 span {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.swiper-pagination-bullet:hover {
  background-color: #146CDA;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #146CDA;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}

.section-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.section-title h2 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  color: #1d1d1d;
}
.section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: #146cda;
}

.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  padding: 10px 0;
}

.sticky-nav.menu_fixed.padding-0px {
  padding: 0px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #146cda;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  font-size: 32px;
  line-height: 50px;
}
#scrollUp:hover {
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20);
  }
}
@keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

.header-nav {
  padding: 15px 0;
  line-height: 12px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  color: #47494a;
}
.header-nav li {
  padding: 0 15px;
  border-right: 1px solid #47494a;
}
.header-nav li.pr-0 {
  padding-right: 0;
  border: 0;
}
.header-nav ul li ul.dropdown-menu {
  margin: 0;
  top: 29px;
  left: auto;
  right: 0;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
}
.header-nav ul li ul.dropdown-menu {
  top: 28px !important;
  right: 0px;
  left: auto !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.header-nav ul li ul.dropdown-menu li {
  display: block;
  padding: 0px 18px;
  border: 0;
}
.header-nav ul li ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #ebebeb;
}
.header-nav ul li ul.dropdown-menu li:hover > a {
  color: #146cda;
}
.header-nav ul li ul.dropdown-menu li:last-child a {
  border-bottom: 0px solid #ebebeb;
}
.header-nav ul li button:hover {
  color: #146cda;
}
@media only screen and (max-width: 575px) {
  .header-nav .header-static-nav {
    text-align: center;
    margin: 0 0 15px;
  }
  .header-nav .header-menu-nav {
    text-align: center;
  }
}

.header-nav-2 {
  border-bottom: 0px solid #ebebeb;
  color: #fff;
}
.header-nav-2 li {
  border-right: 1px solid #fff;
}
.header-nav-2 li button {
  color: #fff;
}
.header-nav-2 li button:hover {
  color: #1d1d1d !important;
}

.header-top .header-right-element .contact-link {
  float: right;
  padding-left: 45px;
  line-height: 17px;
  position: relative;
  color: #47494a;
  text-transform: capitalize;
  margin-top: 6px;
  margin-right: 50px;
  margin-left: 100px;
}
.header-top .header-right-element .contact-link a {
  color: #1d1d1d;
  font-weight: 700;
}
.header-top .header-right-element .contact-link a:hover {
  color: #146cda;
}
.header-top .header-right-element .contact-link:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-top .header-right-element .contact-link {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.header-menu .header-menu-vertical {
  position: relative;
  z-index: 2;
}
.header-menu .header-menu-vertical .menu-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  margin: 0;
  padding-right: 10px;
}
.header-menu .header-menu-vertical .menu-title:before {
  content: "\e067";
  display: inline-block;
  font-size: 18px;
  font-family: "simple-line-icons";
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #247cea;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
  vertical-align: -3px;
}
.header-menu .header-menu-vertical .menu-title:after {
  content: "\f3d0";
  display: inline-block;
  font-size: 12px;
  font-family: "Ionicons";
  font-weight: 400;
  margin-left: 7px;
  float: right;
}
.header-menu .header-menu-vertical .be-af-none {
  padding-left: 20px;
}
.header-menu .header-menu-vertical .be-af-none:after {
  display: none;
}
.header-menu .header-menu-vertical .be-af-none:before {
  display: none;
}
.header-menu .header-menu-vertical .display-block {
  display: block;
}
.header-menu .header-menu-vertical .display-none {
  display: none;
}
.header-menu .header-menu-vertical .menu-content {
  width: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
}
.header-menu .header-menu-vertical .menu-content.display-block {
  min-width: inherit;
}
.header-menu .header-menu-vertical .menu-content li.expand a {
  padding-left: 45px;
  font-weight: 700;
}
.header-menu .header-menu-vertical .menu-content li.expand a i {
  right: auto;
  left: 20px;
}
.header-menu .header-menu-vertical .menu-content li {
  display: block;
  position: relative;
}
.header-menu .header-menu-vertical .menu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  background: #fff;
  color: #47494a;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 15px 10px 15px 10px;
  display: inline-block;
  width: 900px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #eaeaea;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li {
  width: 33.33%;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a {
  margin: 5px 0px 5px 0px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover {
  background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li {
  width: 100%;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a {
  padding: 2px 20px 2px 20px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a:hover {
  padding-left: 30px;
  background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img {
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-top: 10px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img:hover {
  -webkit-transform: scale(1.05) rotate(0.05deg);
  transform: scale(1.05) rotate(0.05deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 {
  padding: 0;
  width: 240px;
  border: 1px solid #eaeaea;
  background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
  width: 100%;
  padding: 0;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: block;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a {
  padding: 3px 20px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li:last-child {
  border-bottom: 0;
}
.header-menu .header-menu-vertical .menu-content li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu .header-menu-vertical .menu-content li a {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-menu .header-menu-vertical .menu-content li a:hover {
  background: #f9f9f9;
}
.header-menu .header-menu-vertical .menu-content li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu .header-menu-vertical li:hover > a {
  color: #146cda;
}
.header-menu .header-horizontal-menu li {
  float: left;
  margin-left: 38px;
  padding: 15px 0;
  position: relative;
}
.header-menu .header-horizontal-menu li:first-child {
  margin-left: 0;
}
.header-menu .header-horizontal-menu li a {
  display: block;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.header-menu .header-horizontal-menu li.menu-dropdown {
  position: relative;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu {
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 205px;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  top: 54px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child {
  border: 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover > a {
  color: #146cda;
  padding-left: 10px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static {
  position: relative !important;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2 {
  -webkit-transform: translateY(-54px);
          transform: translateY(-54px);
  opacity: 1;
  visibility: visible;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 {
  left: 100% !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  padding: 0 !important;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
  background-color: #fff;
  display: block;
  left: -100px;
  padding: 30px 30px 30px 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 1010px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li {
  margin: 0;
  width: 25%;
  padding: 0px 0px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a {
  color: #47494a;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title {
  padding: 0px 0px;
  margin: 0 0 5px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a {
  color: #47494a;
  text-transform: uppercase;
  font-weight: 700;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a:hover {
  padding: 0px 0px;
  color: #146cda;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li {
  width: 100%;
  padding: 0px 0px;
  overflow: hidden;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
  margin: 3px 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a:hover {
  padding-left: 10px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li:hover > a {
  color: #146cda;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 {
  width: 100%;
  margin-top: 20px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a {
  display: inline;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a:hover {
  padding: 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img {
  max-width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img:hover {
  -webkit-transform: scale(1.05) rotate(0.05deg);
  transform: scale(1.05) rotate(0.05deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
    left: -200px;
    width: 920px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.left-0px {
    left: 0px;
  }
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.header-menu .free-ship {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  padding: 15px 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li {
  margin: 0px;
  padding: 15px 40px;
  border-left: 1px solid #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li:hover {
  background: #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li:first-child {
  margin-left: 0;
  border: 0;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li {
  border-bottom: 0px solid #ebebeb;
  border-left: 0px solid #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li:hover {
  background: none;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li li {
  border: 0;
}
.header-menu.header-menu-2 .header-horizontal-menu li a i.icon {
  margin-right: 5px;
  font-size: 16px;
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
  left: 0 !important;
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu-2 {
  left: 100% !important;
}

.header-menu-style-2 {
  padding: 21px 0;
  line-height: 12px;
  font-size: 13px;
}
.header-menu-style-2 li {
  padding: 0 15px;
  border-right: 1px solid #47494a;
}
.header-menu-style-2 li button {
  color: 1d1d1d;
}
.header-menu-style-2 li button:hover {
  color: #146cda;
}
.header-menu-style-2 .pr-0 {
  padding-right: 0;
  border: 0;
}
.header-menu-style-2 ul.dropdown-menu {
  margin: 0;
  top: 28px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
.header-menu-style-2 ul.dropdown-menu li {
  display: block;
  padding: 0px 18px;
  border: 0;
}
.header-menu-style-2 ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #ebebeb;
}
.header-menu-style-2 ul.dropdown-menu li a:hover {
  color: #146cda;
}
.header-menu-style-2 ul.dropdown-menu li:last-child a {
  border-bottom: 0px solid #ebebeb;
}

.header-menu-3 {
  -webkit-box-shadow: 0 3px 2.55px 0.45px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 2.55px 0.45px rgba(0, 0, 0, 0.06);
}
.header-menu-3 .header-menu-vertical .menu-title {
  color: #1d1d1d;
}
.header-menu-3 .header-menu-vertical .menu-title:before {
  background: #fff;
  width: auto;
}
.header-menu-3 .header-horizontal-menu li a {
  color: #1d1d1d;
}
.header-menu-3 .header-horizontal-menu li:hover a {
  color: #146cda;
}

.header-menu .col-lg-3.custom-col-2 {
  ms-flex: 0 0 16.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.7%;
          flex: 0 0 16.7%;
  max-width: 16.7%;
}
@media only screen and (min-width: 1200px) and (max-width: 1342px) {
  .header-menu .col-lg-3.custom-col-2 {
    ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.header-menu .col-lg-9.custom-col-2 {
  ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3%;
          flex: 0 0 83.3%;
  max-width: 83.3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1342px) {
  .header-menu .col-lg-9.custom-col-2 {
    ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

.header-menu .col-lg-2.custom-col-3 {
  ms-flex: 0 0 20.666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.666667%;
          flex: 0 0 20.666667%;
  max-width: 20.666667%;
}
.header-menu .col-lg-7.custom-col-3 {
  ms-flex: 0 0 54.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.3%;
          flex: 0 0 54.3%;
  max-width: 54.3%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slider-height-1 {
  height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-1 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-1 {
    height: 400px;
  }
}

.slider-height-2 {
  height: 437px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 300px;
  }
}

.slider-height-3 {
  height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-3 {
    height: 300px;
  }
}

.slider-height-4 {
  height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-4 {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-4 {
    height: 300px;
  }
}

.slider-area .bg-img {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #bebebe;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.slider-area .bg-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  opacity: 0.2;
}
.slider-area .bg-img .slider-content-1 span {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.slider-area .bg-img .slider-content-1 h1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1;
}
.slider-area .bg-img .slider-content-1 h1 strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .slider-area .bg-img .slider-content-1 h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.slider-area .bg-img .slider-content-1 a {
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: #146CDA;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 14px;
}
.slider-area .bg-img .slider-content-1 a:hover {
  background-color: #1d1d1d;
}

.slider-nav-style-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.slider-nav-style-1 .swiper-button-next:after, .slider-nav-style-1 .swiper-button-prev:after {
  font-family: "Ionicons";
  font-size: 32px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: none;
}
.slider-nav-style-1 .swiper-button-next {
  outline: none;
  right: -20px;
  left: auto;
}
.slider-nav-style-1 .swiper-button-prev {
  outline: none;
  right: auto;
  left: -20px;
}
.slider-nav-style-1 .swiper-button-next:after {
  content: "\f3d1";
}
.slider-nav-style-1 .swiper-button-next:after:hover {
  color: #146cda;
}
.slider-nav-style-1 .swiper-button-prev:after {
  content: "\f3cf";
}
.slider-nav-style-1 .swiper-button-prev:after:hover {
  color: #146cda;
}
.slider-nav-style-1:hover .swiper-button-next {
  right: 10px;
}
.slider-nav-style-1:hover .swiper-button-prev {
  left: 10px;
}
.slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev {
  color: #1d1d1d;
}
.slider-nav-style-1 .swiper-button-next:hover, .slider-nav-style-1 .swiper-button-prev:hover {
  color: #146cda;
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.slider-nav-style-1:hover .swiper-button-next, .slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.static-area .single-static {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.static-area .single-static img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  margin-right: 15px;
}
.static-area .single-static .single-static-meta h4 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .static-area .single-static .single-static-meta h4 {
    font-size: 15px;
  }
}
.static-area .single-static .single-static-meta p {
  line-height: 20px;
  color: #888;
  font-size: 13px;
  margin: 0;
}

.banner-area .banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-area .banner-wrapper img {
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.banner-area .banner-wrapper:hover img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1.035) rotate(0.05deg);
  transform: scale(1.035) rotate(0.05deg);
}

.banner-area.banner-area-2 .banner-wrapper {
  margin: 0;
}
.banner-area.banner-area-2 .banner-wrapper:first-child {
  margin-bottom: 15px;
}

.popular-categories-area .category-slider .category-slider-bg {
  background-color: #fff;
}
.popular-categories-area .category-slider .category-slider-bg .category-discript {
  padding: 30px 25px;
}
.popular-categories-area .category-slider .thumb-category {
  position: relative;
  overflow: hidden;
}
.popular-categories-area .category-slider .thumb-category img {
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popular-categories-area .category-slider .thumb-category:hover img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1.035) rotate(0.05deg);
  transform: scale(1.035) rotate(0.05deg);
}
.popular-categories-area .category-slider .category-discript {
  padding-top: 20px;
}
.popular-categories-area .category-slider .category-discript h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #47494a;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.popular-categories-area .category-slider .category-discript li {
  display: block;
}
.popular-categories-area .category-slider .category-discript a {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
}
.popular-categories-area .category-slider .category-discript a:hover {
  color: #146cda;
}
.popular-categories-area .category-slider .category-discript a.view-all-btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  color: #253237;
  background: #f5f5f5;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
.popular-categories-area .category-slider .category-discript a.view-all-btn:hover {
  background-color: #146cda;
  color: #fff;
}

.list-product {
  position: relative;
  background: #fff;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-product .img-block {
  position: relative;
}
.list-product .img-block img {
  width: 100%;
  margin: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-product .img-block .second-img {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}
.list-product .img-block .quick-view {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}
.list-product .img-block .quick-view a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #47494a;
  padding: 0;
  border: none;
  padding: 0;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.list-product:hover {
  border: 1px solid #ebebeb;
}
.list-product:hover .second-img {
  opacity: 1;
  visibility: visible;
}
.list-product:hover .quick-view a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.list-product:hover .pricing-meta {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-product:hover .add-to-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.list-product .new {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  background: #146cda;
}
.list-product .product-decs {
  padding: 15px;
}
.list-product .product-decs a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  color: #146cda;
}
.list-product .product-decs h2 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.list-product .product-decs h2 a {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #47494a;
  font-size: 14px;
  text-transform: capitalize;
}
.list-product .product-decs h2 a:hover {
  color: #146cda;
}
.list-product .product-decs .rating-product {
  margin-bottom: 10px;
}
.list-product .product-decs .rating-product i {
  overflow: hidden;
  margin: 0 1px 0px 0;
  display: inline-block;
  color: #fdd835;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  font-size: 18px;
}
.list-product .product-decs .pricing-meta {
  line-height: 20px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-product .product-decs .pricing-meta li {
  color: #9b9b9b;
  font-weight: 400;
  margin-right: 2px;
  font-size: 14px;
}
.list-product .product-decs .pricing-meta li.old-price {
  text-decoration: line-through;
}
.list-product .product-decs .pricing-meta li.old-price.not-cut {
  text-decoration: none;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
}
.list-product .product-decs .pricing-meta li.current-price {
  color: #eb2606;
  font-weight: 600;
  font-size: 16px;
}
.list-product .product-decs .pricing-meta li.discount-price {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #eb2606;
  padding: 0 4px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  z-index: 4;
  margin-left: 2px;
}
.list-product .add-to-link {
  margin-top: -30px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #fff;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ebebeb;
  border-top: transparent;
  border-radius: 0 0 5px 5px;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px) translateZ(0);
  -webkit-transform: translateY(15px) translateZ(0);
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.list-product .add-to-link li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-product .add-to-link a {
  display: inline-block;
  color: #fff;
  border: none;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  background: #146cda;
}
.list-product .add-to-link a:hover {
  background: #1d1d1d;
}
.list-product .add-to-link a.cart-btn {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  border: none;
  line-height: 40px;
  height: 40px;
  width: auto;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 105px;
}
@media only screen and (max-width: 575px) {
  .list-product .add-to-link a.cart-btn {
    padding: 0 7px;
  }
}

.feature-tab-area .nav-tabs {
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.feature-tab-area .nav-tabs li a {
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #888;
  cursor: pointer;
  margin-right: 35px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-tab-area .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: transparent;
}
.feature-tab-area .nav-tabs li a.active {
  color: #1d1d1d;
}
.feature-tab-area .nav-tabs li a.active:after {
  background: #146cda;
}
.feature-tab-area .nav-tabs li a:hover {
  color: #1d1d1d;
}
.feature-tab-area .nav-tabs li a:hover:after {
  background: #146cda;
}
@media only screen and (max-width: 767px) {
  .feature-tab-area .nav-tabs li a {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .feature-tab-area .nav-tabs li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1380px) {
  .single-product-responsive .list-product .add-to-link {
    padding: 0px 7px 15px 10px;
  }
}

.deal-slider .list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-slider .list-product {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-slider .list-product {
    display: block;
    padding-bottom: 20px;
  }
}
.deal-slider .list-product .img-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  margin-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-slider .list-product .img-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 243px;
            flex: 0 0 243px;
  }
}
.deal-slider .list-product .product-decs {
  padding-top: 20px;
}
.deal-slider .list-product .product-decs h2 a {
  font-size: 16px;
  line-height: 20px;
}
.deal-slider .list-product .product-decs .in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  line-height: 1;
  display: block;
  margin: 25px 0;
}
.deal-slider .list-product .product-decs .in-stock span {
  color: #146cda;
  margin-left: 5px;
}
.deal-slider .list-product .product-decs .clockdiv {
  background: #f9f9f9;
  border-radius: 5px;
  line-height: 1;
  padding: 10px 15px;
  font-size: 22px;
}
.deal-slider .list-product .product-decs .clockdiv span {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #47494a;
  position: relative;
}
.deal-slider .list-product .product-decs .clockdiv span p {
  font-size: 14px;
  margin: 5px 0 0;
}
.deal-slider .list-product .product-decs .clockdiv span:after {
  position: absolute;
  top: 0;
  left: -4px;
  content: ":";
}
.deal-slider .list-product .product-decs .clockdiv span:first-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .deal-slider .list-product .product-decs .clockdiv {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.deal-slider .list-product:hover .pricing-meta {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media only screen and (max-width: 767px) {
  .category-tab-area .section-title.d-flex {
    display: block !important;
    position: relative;
  }
  .category-tab-area .section-title.d-flex .justify-content-end {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    position: absolute;
    left: 0;
    padding: 30px 0;
  }
}
.category-tab-area .nav-tabs {
  border: 0;
}
.category-tab-area .nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 17px;
  cursor: pointer;
  color: #7e8081;
  line-height: 26px;
  border: 2px solid transparent;
  margin-right: 2px;
  margin-top: -2px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-tab-area .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .category-tab-area .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .category-tab-area .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}
.category-tab-area .nav-tabs .nav-link .active {
  border: 0;
  color: #146cda;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #146cda;
  background-color: #fff;
  border-color: #146cda;
}

.brand-slider {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 18px 0;
}
.brand-slider .brand-slider-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.brand-slider .brand-slider-item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.recent-add-area .multi-row .list-product {
  padding: 15px;
  margin-bottom: 30px;
  position: static;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  position: static;
}
.recent-add-area .multi-row .list-product .img-block {
  float: left;
  width: 210px;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .recent-add-area .multi-row .list-product .img-block {
    width: 130px;
  }
}
@media only screen and (max-width: 360px) {
  .recent-add-area .multi-row .list-product .img-block {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row .list-product .img-block {
    width: 180px;
  }
}
.recent-add-area .multi-row .list-product .product-decs {
  padding: 25px 0 0 0;
}
.recent-add-area .multi-row-2 .list-product {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row-2 .list-product .img-block {
    width: 110px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .multi-row-2 .list-product .img-block {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row-2 .list-product {
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .multi-row-2 .list-product {
    padding: 0 0 15px 0;
  }
}
.recent-add-area .list-product {
  border: 0px solid transparent;
  border-radius: 5px;
  padding: 0px 15px 15px 15px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.recent-add-area .list-product .img-block {
  float: left;
  width: 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 360px) {
  .recent-add-area .list-product .img-block {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .list-product .img-block {
    width: 110px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .list-product .img-block {
    width: 100px;
  }
}
.recent-add-area .list-product .product-decs {
  padding: 0px;
}
.recent-add-area .list-product:hover .pricing-meta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .list-product {
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .list-product {
    padding: 0 0 15px 0;
  }
}

.footer-area {
  background-color: #146cda;
  color: #FFFFFF;
}
.footer-area .footer-top {
  padding: 60px 0;
}
.footer-area .footer-top .single-wedge h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
}
.footer-area .footer-top .single-wedge p {
  line-height: 24px;
}
.footer-area .footer-top .single-wedge p.text-infor {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge p.text-infor {
    width: 100%;
  }
}
.footer-area .footer-top .single-wedge .need-help {
  margin-top: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEzNkUwREE2NjZCMTFFQTg4Mzk4RjVGMDAzMDU3RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEzNkUwREI2NjZCMTFFQTg4Mzk4RjVGMDAzMDU3RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTM2RTBEODY2NkIxMUVBODgzOThGNUYwMDMwNTdEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTM2RTBEOTY2NkIxMUVBODgzOThGNUYwMDMwNTdEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmeHKXQAAATkSURBVHjaxJpbbBVFHIeXUg8U2oLIScNFDiItUrRC4IEiCbcESI2YGDRoKVJCwIdCm8YmlaQQ4IEQwqORi5AQCDxwE2MLCRdRg2mDDRClApaqhQIpRSK3WoEeflN+m0yH3XN2duf0TPL1tLM7899vz851a0WjUcuFqaAOdIC/QAXoHeP8eIwEk8FbYGCAerrhdqAQPAW/gY3gMOgENaCvz2C10e7pFvgWlIJXTQrM5F0/AvpI+QvBE3DUp8RQMAvMAyvBV7xBnbxZx8HsoAJDeGdEOgRCyvFPAko4MQyUgybG/RHk+RU4AO6D1bwzPSUhSAWfghvgMVgFUnQEZvEOlPLvJR4kjhmWEGSAHbyW70B/rwI/gEbwkpRnSxx2kPhYU2IXuMqebS9YAUbFOH8x26Jo/APiCYyn8XKHk5awkQWVEI/HNvY8VxivkzeuwKXMXPAfOOkQu5vAZvCAX5+VQAm1V1opydS4dKfzWP+WWAINvLhYAb1IHPHS8BTE+cvAXdDGblw9p4qS850EsniwxEOwYkp84yBRzHo+9Nl4I+AcH5k5yjExA/gJtIBMVWAmA+d7DBRLQowh213KfQTW8ZvMdjknk432IXhbOTae3et6VWApBbI07lYxHxlZohfv0FaXMvtBuzSVqHUZecPgT3AJpCnH9vBRy5QFKlih7rOrSpSznvfjlHudXWgjz/+Sg5h8zjvsodYq+Xkss0wWqGSmn+fWlqhnwH38JryUFdIbWG6Xw/Hd4F+HmatoJ6dlgTIKpPmU2MLyB9z66jiUuHQiuS75q9gWMmyBIp4Y8RE8V5q5hgJMH0TXfA8MUvLrONCp65So3VOlWJZ1xXqexlj66XNwHxSB/y3/6QuQDgqV/GNgMkiT8s7zc5z4IQR+BY95om6aDqrBPStYugTOgneV/HoQAtlS3gNww84TAo9YeI6PwANAq2UmXQBjlbxmfg5X8u8wdpeASAdBPohoBhUBcg0JNNsXJaU2foYc8vt2/SZNrDq4/tVpfFUclScZWAeks1NQ8yc6jBMRruS6rQd2cjUW1ggqRsQ/wHWQY3hho72kHMWhfqdmJaMp0JIMCTVjDUfG9zQrykmWhJohlpM/gzs+LiQpEk6Zw8E1orvhlC1JjNEsm8UGO9jEzpzY/rvNRXiiJTI4cXvKKcITTsnTgghYXFDYEiN8SFzzICF6sTNchVVxEb+JkzWxU9cviIAt0WpA4g2H4wN58U5riPleJbxcSFCJv7mKquBAJbrrRRw/2vnIVDvMZj1JeL2QIBJDuGpT0y9stIs8SJxwk9C5EFuiyYeExc7gA7AAvKkc8y2hexF5ASViUUSJGh0JP4GSLXFSlvAbqKck+sSTCBJIlogYlljoQeJQUAF7xE6GhL2Tkm8iUCIlCl0kMilQZipQT0gclSQmUKDIZCBbQuxrvpZAiTD3i/4R+0im5+fj+JLuJl9qm6zbfi/3iBTYG1sm00UwBdwFp0ElSDVYv9gCeghmgxp5V8I06Vxbi3SRLz1SfNQjNopngO9Z1yl7NyLoQOaV6eA8g1/ly4mJHv7nYjS3639n2WZ2qy/sfHdlJDj1AgXgM371IW5FNoAmbhWKiwiDV7hRFmbeGfA12Oe299oTAnJ6GUwDU7mNKHYC+4HefL5bwGVQC07x75jpmQADAO3h2gZPouxlAAAAAElFTkSuQmCC) 0 5px no-repeat;
  padding-left: 60px;
  padding-bottom: 5px;
}
.footer-area .footer-top .single-wedge .need-help p {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-area .footer-top .single-wedge .need-help p span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: block;
  line-height: 30px;
}
.footer-area .footer-top .single-wedge .footer-links li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer-area .footer-top .single-wedge .footer-links a {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  display: block;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  display: block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .footer-links a:hover {
  padding-left: 10px;
  color: #fff;
  opacity: 0.8;
}
.footer-area .footer-top .single-wedge .subscribe-form {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate {
  height: 47px;
  background: #fff;
  border: 0;
  color: #b1b1b1;
  padding: 15px 120px 0px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate input.email {
  width: 100%;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #1d1d1d;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  line-height: 47px;
  height: 47px;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button:hover {
  background: #292929;
}
.footer-area .footer-top .single-wedge .social-info {
  margin-top: 30px;
}
.footer-area .footer-top .single-wedge .social-info li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}
.footer-area .footer-top .single-wedge .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #247cea;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .social-info a:hover {
  background: #fff;
  Color: #146cda;
}
.footer-area .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .footer-bottom p {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}
.footer-area .footer-bottom p a {
  color: #fff;
}
.footer-area .footer-bottom p a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    text-align: center;
  }
  .footer-area .footer-bottom .text-right {
    text-align: center !important;
  }
}

body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .head .title {
  color: #1d1d1d;
  font-weight: 700;
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #333;
}
.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-menu-search-form {
  margin-bottom: 30px;
}
.offcanvas .inner .offcanvas-menu-search-form form {
  position: relative;
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text] {
  width: 100%;
  padding: 12px 20px;
  padding-right: 50px;
  color: #1d1d1d;
  border: 1px solid #ebebeb;
  display: block;
  font-size: 16px;
  background: transparent;
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus {
  border-bottom-color: #146cda;
}
.offcanvas .inner .offcanvas-menu-search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  border: 0;
  background-color: transparent;
  outline: none;
}
.offcanvas .inner .offcanvas-menu-search-form form button i {
  font-size: 16px;
}
.offcanvas .inner .offcanvas-menu-search-form form button:hover {
  color: #146cda;
}
.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
  color: #7e7e7e;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #146cda;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #146cda;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #146cda;
}
.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}
.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #247cea;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
  background: #1d1d1d;
  Color: #fff;
}
.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: none;
  color: #47494a;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #ebebeb;
  border-radius: 5px;
}
.offcanvas .inner .foot .buttons a:hover {
  background-color: #146cda;
  color: #fff;
}
.offcanvas .inner .foot .buttons .current-btn {
  background-color: #146cda;
  color: #fff;
}
.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .foot .sub-total strong {
  font-weight: 600;
  color: #333;
}
.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}
.offcanvas .inner .foot .minicart-message {
  margin-top: 15px;
}

offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 50px 40px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (max-width: 479px) {
  .offcanvas.offcanvas-mobile-menu {
    padding: 50px 17px;
  }
}

.offcanvas-menu > ul > li .menu-expand::before, .offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #7e7e7e;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-toggle.home-2 svg {
  position: initial;
  -webkit-transform: translate3d(-29%, 0%, 0);
          transform: translate3d(-29%, 0%, 0);
}

.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: auto;
  width: 50px;
  height: 50px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  right: -90px;
}
.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #1d1d1d;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}
@media only screen and (max-width: 575px) {
  .mobile-menu-toggle svg {
    right: -80px;
  }
}

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.minicart-product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}
.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .image {
    -ms-flex: 1 0 50px;
    -webkit-box-flex: 1;
            flex: 1 0 50px;
  }
}
.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}
.minicart-product-list li .content .title {
  color: #1d1d1d;
  font-weight: 600;
}
.minicart-product-list li .content .title:hover {
  color: #146cda;
}
.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
  color: #1d1d1d;
  font-weight: 600;
}
.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #1d1d1d;
  font-size: 16px;
}
.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .content {
    -ms-flex: 1 0 calc(100% - 75px);
    -webkit-box-flex: 1;
            flex: 1 0 calc(100% - 75px);
  }
}
.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.header-tools {
  position: relative;
}
.header-tools .cart-info a {
  font-size: 24px;
  color: #1d1d1d;
  margin-right: 30px;
  position: relative;
}
.header-tools .cart-info a:before {
  position: absolute;
  bottom: -3px;
  left: 17px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #eb2606;
  line-height: 20px;
  font-size: 12px;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  content: attr(data-number);
}
@media only screen and (max-width: 479px) {
  .header-tools .cart-info a:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .header-tools .cart-info a {
    font-size: 18px;
    margin-right: 20px;
  }
}
.header-tools .cart-info a:hover {
  color: #146cda;
}
@media only screen and (max-width: 575px) {
  .header-tools .cart-info .shuffle {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-tools .cart-info .heart {
    display: none;
  }
}
.header-tools .cart-info a.bag {
  margin: 0;
}
.header-tools .cart-info a.bag span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 0px 15px;
}
@media only screen and (max-width: 575px) {
  .header-tools .cart-info a.bag span {
    margin: 0px 0px 0px 10px;
  }
}
.header-tools .cart-info a.user {
  margin-right: 15px;
}
.header-tools .cart-info a.user:before {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-tools {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-tools {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-tools {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .header-tools {
    margin-right: 40px;
  }
}
.header-tools .dropdown button {
  font-size: 24px;
  margin-right: 20px;
}
.header-tools .dropdown button:hover {
  color: #1d1d1d !important;
}
.header-tools .dropdown ul.dropdown-menu {
  margin: 0;
  top: 30px !important;
  right: 0px;
  left: auto !important;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
.header-tools .dropdown ul.dropdown-menu li {
  display: block;
  padding: 0px 18px;
  border: 0;
}
.header-tools .dropdown ul.dropdown-menu li:last-child a {
  border: 0;
}
.header-tools .dropdown ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #ebebeb;
}
.header-tools .dropdown ul.dropdown-menu li a:hover {
  color: #146cda;
}

.tools-style-2 .cart-info a {
  color: #fff;
}
.tools-style-2 .cart-info a:before {
  background: #fff;
  color: #1d1d1d;
}
.tools-style-2 .cart-info a:hover {
  color: #1d1d1d !important;
}

.search-element {
  position: relative;
}
.search-element .search-category {
  position: absolute;
  width: 160px;
}
.search-element .search-category:before {
  content: "\f3d0";
  display: inline-block;
  font-size: 12px;
  font-family: "Ionicons";
  font-weight: 400;
  float: right;
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .search-element .search-category:before {
    right: 50px;
  }
}
.search-element .search-category select {
  width: 170px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  border: 0;
  padding: 0 25px;
  color: #1d1d1d;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #F3F3F3;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .search-element .search-category select {
    padding: 0 10px;
    width: 118px;
  }
}
.search-element input {
  width: 100%;
  border: 2px solid #ebebeb;
  height: 46px;
  line-height: 42px;
  padding: 20px 20px 20px 200px;
}
@media only screen and (max-width: 575px) {
  .search-element input {
    padding-left: 125px;
    font-size: 12px;
    width: 88%;
  }
}
.search-element button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  line-height: 42px;
  text-align: center;
  width: 65px;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #146cda;
}
.search-element button i {
  font-size: 24px;
  display: block;
  line-height: 46px;
}
@media only screen and (max-width: 360px) {
  .search-element button i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .search-element button i {
    font-size: 16px;
  }
}
.search-element button:hover {
  background-color: #1d1d1d;
}
@media only screen and (max-width: 360px) {
  .search-element button {
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .search-element button {
    width: 45px;
  }
}

.header-top-2 .search-element input {
  background: #fff;
  border-radius: 5px;
}
.header-top-2 .search-element button {
  background: #1d1d1d;
  height: 46px;
}

.hero-side-category {
  width: 100%;
  position: relative;
}
.hero-side-category .category-toggle-wrap {
  width: 100%;
}
.hero-side-category .category-toggle-wrap .category-toggle {
  padding: 10px 25px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  text-align: left;
  outline: none;
  border: 2px solid #ebebeb;
  margin-bottom: 15px;
  margin-top: 15px;
}
.hero-side-category .category-toggle-wrap .category-toggle i {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  -webkit-transform: translate(0px, 2px);
          transform: translate(0px, 2px);
}
.hero-side-category .category-toggle-wrap .category-toggle:after {
  content: "\f3d0";
  display: inline-block;
  font-size: 14px;
  font-family: "Ionicons";
  font-weight: 400;
  margin-left: 7px;
  float: right;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.hero-side-category .category-menu {
  background-color: #fff;
  float: left;
  width: 100%;
  left: 0;
  top: 100%;
  border: 1px solid #ebebeb;
  position: absolute;
  display: none;
  z-index: 2;
  height: 500px;
  overflow-x: auto;
}
.hero-side-category .category-menu li {
  display: block;
}
.hero-side-category .category-menu li .menu-item-has-children {
  position: relative;
}
.hero-side-category .category-menu li a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #253237;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.hero-side-category .category-menu li a i {
  position: absolute;
  right: 30px;
}
.hero-side-category .category-menu li .category-mega-menu {
  display: none;
}
.hero-side-category .category-menu li .category-mega-menu a {
  padding: 10px 25px 10px 35px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #253237;
  position: relative;
  margin: 0;
  text-transform: inherit;
}
.hero-side-category .category-menu li #more-btn {
  font-weight: 700;
  padding-left: 45px;
}
.hero-side-category .category-menu li #more-btn i {
  right: auto;
  left: 30px;
}
.hero-side-category .category-menu li:hover > a {
  color: #146cda;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30px {
    margin-bottom: 30px;
  }
  .mb-md-60px {
    margin-bottom: 60px;
  }
  .mt-md-50px {
    margin-top: 50px;
  }
  .mt-md-30px {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }
  .mt-lm-55px {
    margin-top: 55px;
  }
  .mt-lm-50px {
    margin-top: 50px;
  }
  .mt-lm-30px {
    margin-top: 30px;
  }
  .mb-lm-60px {
    margin-bottom: 60px;
  }
  .mb-lm-100px {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .mb-sm-30px {
    margin-bottom: 30px;
  }
}
.breadcrumb-area {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.breadcrumb-area .breadcrumb-content .nav {
  background: transparent;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}
.breadcrumb-area .breadcrumb-content .nav li {
  color: #146cda;
  line-height: 20px;
}
.breadcrumb-area .breadcrumb-content .nav li:after {
  color: #47494a;
  margin: 0 10px;
  vertical-align: -1px;
  content: "\f3d3";
  font-family: "Ionicons";
}
.breadcrumb-area .breadcrumb-content .nav li a {
  display: inline-block;
  position: relative;
  color: #47494a;
}
.breadcrumb-area .breadcrumb-content .nav li a:hover {
  color: #146cda;
}
.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
  display: none;
}

.shop-category-area .shop-top-bar {
  padding: 12px 30px;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-category-area .shop-top-bar .shop-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
}
.shop-category-area .shop-top-bar .shop-tab a:first-child {
  margin-right: 20px;
}
.shop-category-area .shop-top-bar .shop-tab a.active i {
  color: #146cda;
}
.shop-category-area .shop-top-bar .shop-tab a:hover i {
  color: #146cda;
}
.shop-category-area .shop-top-bar .shop-tab i {
  font-size: 18px;
  line-height: 30px;
  color: #c1c1c1;
}
.shop-category-area .shop-top-bar .shop-tab p {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #888;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 50px;
}
@media only screen and (max-width: 575px) {
  .shop-category-area .shop-top-bar .shop-tab p {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .shop-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar .shop-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.shop-category-area .shop-top-bar .select-shoing-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #888;
  font-weight: 400;
  text-transform: capitalize;
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 30%;
    padding: 5px 0 0;
  }
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
  width: 85%;
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select select {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  background: #f7f7f7;
  border-radius: 30px;
  color: #47494a;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar {
    display: block !important;
  }
}

.pro-pagination-style a {
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 14px;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
.pro-pagination-style a.active {
  color: #fff;
  background-color: #146cda;
}
.pro-pagination-style a:hover {
  color: #fff;
  background-color: #146cda;
}

.shop-list-wrap .list-product {
  margin-left: 0;
  margin-right: 0;
}
.shop-list-wrap .list-product .box-inner {
  position: absolute;
  top: 15px;
  right: 25px;
  bottom: 15px;
  border-left: 1px solid #ebebeb;
  padding-left: 25px;
  padding-top: 20px;
}
.shop-list-wrap .list-product .box-inner .in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.shop-list-wrap .list-product .box-inner .in-stock span {
  color: #146cda;
}
.shop-list-wrap .list-product .box-inner .pricing-meta {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
  margin-bottom: 25px;
}
.shop-list-wrap .list-product .box-inner .pricing-meta li {
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 600;
}
.shop-list-wrap .list-product .box-inner .add-to-link {
  margin-top: 0;
  position: initial;
  left: -1px;
  right: -1px;
  width: 100%;
  background: #fff;
  padding: 0px;
  border: 0px solid #ebebeb;
  border-top: transparent;
  visibility: visible;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  perspective: 0px;
  -webkit-perspective: 0px;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shop-list-wrap .list-product .box-inner .add-to-link li {
  display: block;
  margin: 0;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a {
  display: block;
  border: none;
  border-radius: 0px;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  width: auto;
  border: none;
  background: transparent;
  line-height: 24px;
  height: auto;
  color: #888;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a i {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn {
  width: 100%;
  text-align: center;
  max-width: 210px;
  line-height: 44px;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  background: #146cda;
  margin-bottom: 15px;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn:hover {
  background: #1d1d1d;
  color: #fff;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a:hover {
  color: #146cda;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-list-wrap .list-product .box-inner {
    position: static;
    border: 0;
    padding-left: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .box-inner {
    position: static;
    border: 0;
    padding: 0;
  }
}
.shop-list-wrap .list-product .product-decs {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: left;
  margin: 0 !important;
  padding-right: 300px;
  position: static;
}
.shop-list-wrap .list-product .product-decs h2 a {
  min-height: auto;
  font-size: 16px;
  overflow: visible;
  white-space: normal;
  line-height: 20px;
  margin-bottom: 15px;
}
.shop-list-wrap .list-product .product-decs .product-intro-info {
  padding: 10px 0;
}
.shop-list-wrap .list-product .product-decs .product-intro-info P {
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-list-wrap .list-product .product-decs {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .product-decs {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .quick-view {
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-wrap.shop-list-page .list-product .product-decs {
    padding-right: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-list-wrap.shop-list-page .list-product .product-decs {
    padding-right: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-md-class .list-product .add-to-link a.cart-btn {
    padding: 0 4px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .responsive-xl-class .list-product .add-to-link a.cart-btn {
    padding: 0 5px;
    width: 91px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .responsive-xl-class .list-product .add-to-link a {
    width: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive-lg-class .list-product .add-to-link a.cart-btn {
    padding: 0 5px;
    width: 91px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive-lg-class .list-product .add-to-link a {
    width: 30px;
  }
}

.shop-sidebar-wrap h3 {
  font-size: 18px;
  line-height: 1;
  color: #1d1d1d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize !important;
}
.shop-sidebar-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #146cda;
}
.shop-sidebar-wrap .card {
  border: 0px;
}
.shop-sidebar-wrap .card .card-header {
  border: 0;
  padding-left: 0;
}
.shop-sidebar-wrap .card .card-header a {
  font-weight: 400;
  color: #47494a;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.shop-sidebar-wrap .card .card-header a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f3d8";
  font-family: "Ionicons";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.shop-sidebar-wrap .card .card-header a:hover {
  color: #146cda;
}
.shop-sidebar-wrap .card .card-header a.collapsed::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.shop-sidebar-wrap .card .card-body {
  padding: 0 0px 0px 15px;
  background: #f7f7f7;
}
.shop-sidebar-wrap .card .card-body li {
  display: block;
}
.shop-sidebar-wrap .card .card-body li a {
  font-weight: 400;
  color: #47494a;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border: none;
}
.shop-sidebar-wrap .card .card-body li a:hover {
  color: #146cda;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 15px;
  display: block;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left {
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
  top: 6px;
  left: 1px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #146cda;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.grey {
  background: #AAB2BD;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.white {
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.black {
  background: #434A54;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.camel {
  background: #C19A6B;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  margin-left: 25px;
  display: block;
  color: #555;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
  margin-left: 5px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
  border-color: #146cda;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
  color: #146cda;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
  color: #146cda;
}
.shop-sidebar-wrap .sidebar-widget-group {
  border: 2px solid #f7f7f7;
}
.shop-sidebar-wrap .sidebar-widget-group h4 {
  display: block;
  clear: both;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  border: none;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 24px;
  text-transform: capitalize !important;
}
.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount {
  color: #47494a;
  font-size: 14px;
  margin: 0 0 15px;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
  border: 1px solid #146cda;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
  height: 5px;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
  background: #146cda;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
  top: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  outline: none;
  margin-top: -7.5px;
}
.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #146cda;
  border-color: #146cda;
  color: #fff;
}
.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: block;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: none;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
  border: 0;
}

.product-details-img.product-details-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img.product-details-tab {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-img.product-details-tab {
    margin-bottom: 50px;
  }
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 .zoompro-border.zoompro-span img {
  width: 100%;
}

.product-dec-slider-2 {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-dec-slider-2 {
    margin: 30px 0px 0px 0px;
  }
}
.product-dec-slider-2 .swiper-slide {
  margin: auto;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: 0px none;
}
.product-dec-slider-2 .swiper-slide img {
  width: 90px;
  height: 90px;
  margin: auto;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid #fff;
}
@media only screen and (max-width: 479px) {
  .product-dec-slider-2 .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .product-dec-slider-2 .swiper-slide img {
    width: 40px;
    height: 40px;
  }
}
.product-dec-slider-2 .swiper-slide.swiper-slide .active img {
  border: 1px solid #146cda;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product-dec-slider-2 .swiper-slide:hover img {
  border: 1px solid #146cda;
}

.product-details-content h2 {
  color: #47494a;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.product-details-content p {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 700;
  margin: 0 0 12px;
}
.product-details-content p span {
  font-weight: 400;
}
.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 20px;
}
.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #fdd835;
  overflow: hidden;
  width: 16px;
  font-size: 18px;
}
.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #1d1d1d;
  position: relative;
  margin-left: 8px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #253237;
}
.product-details-content .pro-details-rating-wrap .read-review a:before {
  display: inline-block;
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  content: "\f3b2";
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #146cda;
}
.product-details-content .pricing-meta {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #888;
}
.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #888;
  line-height: 24px;
  margin: 0;
}
.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}
.product-details-content .pro-details-quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}
.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #8f8f8f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #8f8f8f;
  float: left;
  font-size: 14px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: none;
}
@media only screen and (max-width: 360px) {
  .product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    width: 65px;
  }
}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 48px;
  padding-top: 14px;
  right: 0;
  top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 48px;
  left: 0;
  padding-top: 14px;
  top: 0;
}
.product-details-content .pro-details-quality .pro-details-cart a {
  position: relative;
  padding: 0 55px;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  background: #146cda;
  color: #fff;
}
.product-details-content .pro-details-quality .pro-details-cart a:hover {
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart a {
    padding: 0 30px;
  }
}
.product-details-content .pro-details-wish-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-content .pro-details-wish-com a {
  line-height: 30px;
  padding: 0;
  border: none;
  color: #555;
  font-size: 14px;
  margin-right: 15px;
}
.product-details-content .pro-details-wish-com a i {
  margin-right: 10px;
}
.product-details-content .pro-details-wish-com a:hover {
  color: #146cda;
}
.product-details-content .pro-details-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-bottom: 12px;
}
.product-details-content .pro-details-social-info span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
  color: #47494a;
  font-size: 14px;
}
.product-details-content .pro-details-social-info .social-info a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #b4b4b4;
  margin-right: 0;
  white-space: normal;
  text-indent: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  width: 30px;
}
.product-details-content .pro-details-social-info .social-info a:hover {
  color: #146cda;
}
.product-details-content .pro-details-policy {
  margin: 25px 0 0;
}
.product-details-content .pro-details-policy li {
  margin-bottom: 20px;
  display: block;
}
.product-details-content .pro-details-policy li:last-child {
  margin: 0;
}
.product-details-content .pro-details-policy li span {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  font-weight: 400 !important;
}
.product-details-content .pro-details-policy img {
  margin-right: 15px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
}
.description-review-topbar.nav a {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #888;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
}
.description-review-topbar.nav a:hover {
  color: #1d1d1d;
}
.description-review-topbar.nav a:hover:after {
  background-color: #146cda;
}
.description-review-topbar.nav a.active {
  color: #1d1d1d;
}
.description-review-topbar.nav a.active:after {
  background-color: #146cda;
}
.description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (max-width: 767px) {
  .description-review-topbar.nav a {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .description-review-topbar.nav a {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .description-review-topbar.nav a {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .description-review-topbar.nav a {
    font-size: 13px;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 15px;
  background: #fff;
  line-height: 24px;
  text-align: left;
  padding: 40px 30px 30px 30px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 360px) {
  .description-review-bottom {
    padding: 40px 20px 30px 20px;
  }
}
.description-review-bottom .product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: #69696c;
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .product-description-wrapper p {
    width: 100%;
  }
}
.description-review-bottom .product-anotherinfo-wrapper li {
  color: #69696c;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}
.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #1d1d1d;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}
.description-review-bottom .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
.description-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review .review-img {
    margin: 0px 0px 20px 0px;
  }
}
.description-review-bottom .single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px;
}
@media only screen and (max-width: 360px) {
  .description-review-bottom .single-review .review-top-wrap .review-left .review-name {
    margin-right: 10px;
  }
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
  margin-bottom: 6px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #253237;
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #146cda;
}
.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%;
}
.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review {
    display: block;
  }
}
.description-review-bottom .ratting-form-wrapper {
  padding-left: 50px;
}
.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 20px;
}
.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #1d1d1d;
}
.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #1d1d1d;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
  padding: 2px 10px 2px 20px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.description-review-bottom .ratting-form-wrapper .form-submit input {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  background: #146cda !important;
  display: block;
  color: #fff !important;
  width: 200px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid #e6e6e6;
}
.description-review-bottom .ratting-form-wrapper .form-submit input:hover {
  background: #1d1d1d !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

.single-product-slider-item img {
  border: 1px solid #ebebeb;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: auto;
  width: 100%;
}
.single-product-slider-item:hover img {
  border-color: #146cda;
}

.pro-details-size-color {
  margin: 0 0 10px;
}
.pro-details-size-color .pro-details-color-wrap {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1d;
}
.pro-details-size-color .pro-details-color-wrap span {
  display: block;
  margin: 0 0 10px;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  background: #fff;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li.active {
  background-color: #434A54;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li:hover {
  border: 2px solid #434A54;
}
.pro-details-size-color .product-size {
  margin-left: 20px;
}
.pro-details-size-color .product-size span {
  display: block;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 20px 0;
}
.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.product-details-table .table tbody tr td a {
  color: #888;
}

.product-details-img.product-details-tab.product-details-tab-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-details-img.product-details-tab.product-details-tab-2 #gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoompro-wrap.zoompro-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
}

.product-dec-slider-3 {
  display: inline-block;
  float: left;
}
.product-dec-slider-3 .swiper-slide {
  margin: 10px 0;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: 0px none;
}
.product-dec-slider-3 .swiper-slide img {
  width: 90px;
  height: 90px;
  margin: auto;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid #fff;
}
@media only screen and (max-width: 479px) {
  .product-dec-slider-3 .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .product-dec-slider-3 .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}
.product-dec-slider-3 .swiper-slide.swiper-slide .active img {
  border: 1px solid #146cda;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product-dec-slider-3 .swiper-slide:hover img {
  border: 1px solid #146cda;
}

.single-product-gallery .single-product-slider-item {
  width: 50%;
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}

.product-details-content.sticky {
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%;
}

.cart-main-area h3.cart-page-title {
  color: #1d1d1d;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}
.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}
.cart-main-area .table-content table thead > tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 30px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.cart-main-area .table-content table tbody > tr td {
  color: #666;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}
.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #666;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #666;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #666;
  font-size: 16px;
  margin: 0 10px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #146cda;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #146cda;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #1d1d1d;
}
.cart-main-area .cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .cart-main-area .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover, .cart-shiping-update-wrapper .cart-clear > button:hover {
  background-color: #146cda;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #146cda;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #1d1d1d;
  color: #fff;
}

.cart-tax, .discount-code-wrapper, .grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}

.cart-tax .title-wrap, .discount-code-wrapper .title-wrap, .grand-totall .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before, .discount-code-wrapper .title-wrap::before, .grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title, .grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-right: 18px;
  background-color: #f8f9f9;
  position: relative;
  z-index: 1;
  color: #1d1d1d;
}

.cart-tax .tax-wrapper, .discount-code-wrapper .tax-wrapper, .grand-totall .tax-wrapper {
  margin-top: 22px;
}

.tax-select-wrapper {
  margin: 15px 0 0;
}
.tax-select-wrapper select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 5px;
}
.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 5px;
}
.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}
.tax-select-wrapper .tax-select label {
  color: #1d1d1d;
  font-size: 14px;
  margin: 0 0 10px;
}
.tax-select-wrapper button.cart-btn-2 {
  background: #146cda;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.tax-select-wrapper button.cart-btn-2:hover {
  color: #fff;
  background: #1d1d1d;
}

.discount-code-wrapper .title-wrap {
  margin-bottom: 22px;
}
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.discount-code-wrapper .discount-code input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  outline: none;
  width: 100%;
  border-radius: 5px;
}
.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: #146cda;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.discount-code-wrapper .discount-code button.cart-btn-2:hover {
  color: #fff;
  background: #1d1d1d;
}

.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
  font-weight: 400;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 700;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}
.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
  display: block;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall .grand-totall-title {
  color: #146cda;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
}
.grand-totall .grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #146cda;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.grand-totall a:hover {
  background-color: #1d1d1d;
}

.billing-info-wrap h3 {
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}
.billing-info-wrap .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-info .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px;
}
.billing-info-wrap .billing-info .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}
.billing-info-wrap .billing-select select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: #146cda;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #1d1d1d;
}
.billing-info-wrap .additional-info-wrap {
  margin: 30px 0;
}
.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 10px;
}
.billing-info-wrap .additional-info-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.your-order-area h3 {
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}
.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 16px;
  font-weight: 700;
  list-style: outside none none;
  color: #1d1d1d;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 16px;
  color: #253237;
  font-weight: 600;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-weight: 700;
  color: #146cda;
  font-size: 16px;
  list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-weight: 700;
  color: #212121;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 38px 30px 44px;
  }
}
.your-order-area .payment-accordion {
  margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}
.your-order-area .payment-accordion h4 a {
  color: #1d1d1d;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}
.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.your-order-area .Place-order {
  margin-top: 25px;
}
.your-order-area .Place-order a {
  background-color: #146cda;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9;
}
.your-order-area .Place-order a:hover {
  background-color: #1d1d1d;
}

.open-toggle, .open-toggle2 {
  display: none;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eee;
}
.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
  line-height: 1;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #1d1d1d;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 20px;
  margin-bottom: 10px;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  line-height: 24px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #146cda;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 170px;
  padding: 14px 25px 14px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  font-weight: 700;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 22px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #146cda;
}
.compare-table .table tbody tr td.pro-ratting i {
  font-size: 20px;
  color: #fdd835;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
  position: relative;
}
.login-register-wrapper .login-register-tab-list a:before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.login-register-wrapper .login-register-tab-list a:hover h4 {
  color: #146cda !important;
}
.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #1d1d1d;
}
.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}
.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}
.login-register-wrapper .login-form-container .login-register-form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
  color: #1d1d1d;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
  float: none !important;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
  color: #146cda;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button {
  background-color: #f2f2f2;
  border: medium none;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 5px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
  background-color: #146cda;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #146cda;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.single-my-account h3.panel-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}
.single-my-account h3.panel-title span {
  color: #1d1d1d;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}
.single-my-account h3.panel-title a {
  color: #1d1d1d;
  display: block;
  padding: 16px 55px;
  position: relative;
}
.single-my-account h3.panel-title a:before {
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.single-my-account h3.panel-title a:hover {
  color: #146cda;
}
.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #1d1d1d;
  font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #1d1d1d;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}
.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #888;
  font-size: 14px;
  text-transform: capitalize;
}
.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #888;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #146cda;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
  color: #146cda;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
  background-color: #f2f2f2;
  border: medium none;
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 35px 17px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 5px;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
  background-color: #146cda;
  color: #fff;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper {
    padding: 30px 10px;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    display: none;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 0 10px 30px;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #888;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
  background-color: #F32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
  background-color: #146cda;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
  background-color: #1d1d1d;
  font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
  background-color: #146cda;
}

.about-area .about-content h2 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 40px;
}
@media only screen and (max-width: 479px) {
  .about-area .about-content h2 {
    font-size: 24px;
  }
}
.about-area .about-content p {
  line-height: 24px;
  color: #1d1d1d;
}
.about-area .single-about h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0 0 15px;
}
@media only screen and (max-width: 479px) {
  .about-area .single-about h4 {
    font-size: 24px;
  }
}
.about-area .single-about p {
  line-height: 24px;
  color: #1d1d1d;
}

.left-sidebar .search-widget {
  position: relative;
}
.left-sidebar input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 45px;
  padding: 0 55px 0 20px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar input {
    font-size: 12px;
    padding-left: 10px;
  }
}
.left-sidebar button {
  position: absolute;
  width: 50px;
  height: 45px;
  left: auto;
  right: 0;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  background-color: #146cda;
  color: #fff;
}
.left-sidebar button:hover {
  background-color: #1d1d1d;
}
.left-sidebar .category-post li {
  margin-bottom: 5px;
  display: block;
}
.left-sidebar .category-post li a {
  color: #888;
  line-height: 24px;
}
.left-sidebar .category-post li a:hover {
  color: #146cda;
}
.left-sidebar .category-post li:last-child {
  margin: 0;
}
.left-sidebar .recent-post-widget .recent-single-post {
  margin: 0 0 30px;
}
.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side {
  margin: 0 0 0 18px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 600;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
  color: #146cda;
}

.single-blog-post {
  line-height: 24px;
}
.single-blog-post .blog-post-media {
  overflow: hidden;
}
.single-blog-post .blog-post-media .blog-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-blog-post .blog-post-media iframe {
  width: 100%;
  position: relative;
}
.single-blog-post .slick-slide:focus {
  outline: 0px none;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
  height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media iframe {
  width: 100%;
  position: relative;
  height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-post-content-inner .blog-title a {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1d;
}
.blog-post-content-inner .blog-title a:hover {
  color: #146cda;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}
.blog-post-content-inner .blog-page-meta {
  margin: 10px 0;
}
.blog-post-content-inner .blog-page-meta li {
  display: inline-block;
  position: relative;
}
.blog-post-content-inner .blog-page-meta li:first-child {
  margin-right: 15px;
}
.blog-post-content-inner .blog-page-meta li:first-child:after {
  position: absolute;
  top: 50%;
  right: -9px;
  left: auto;
  background: #555;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
}
.blog-post-content-inner .blog-page-meta li a {
  display: block;
  color: #1d1d1d;
}
.blog-post-content-inner .blog-page-meta li a:hover {
  color: #146cda;
}
.blog-post-content-inner p {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  color: #1d1d1d;
  line-height: 24px;
}
.blog-post-content-inner .read-more-btn {
  color: #1d1d1d;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.blog-post-content-inner .read-more-btn i {
  color: #146cda;
  font-size: 16px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  display: inline-block;
}
.blog-post-content-inner .read-more-btn:hover {
  padding-left: 10px;
  color: #146cda;
}

.single-post-content p {
  margin: 20px 0;
  color: #1d1d1d;
  line-height: 24px;
}
.single-post-content p.quate-speech {
  margin-left: 100px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  border-left: 3px solid #146cda;
}
@media only screen and (max-width: 767px) {
  .single-post-content p.quate-speech {
    margin-left: 50px;
  }
}

.blog-single-tags-share {
  margin-bottom: 35px;
  line-height: 24px;
}
.blog-single-tags-share span.title {
  font-weight: 700;
  color: #1d1d1d;
}
.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-left: 5px;
  color: #1d1d1d;
}
.blog-single-tags-share .tag-list li a {
  color: #1d1d1d;
}
.blog-single-tags-share .tag-list li a:hover {
  color: #146cda;
}
.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #1d1d1d;
}
.blog-single-tags-share .social li a {
  color: #1d1d1d;
}
.blog-single-tags-share .social li a:hover {
  color: #146cda;
}

.blog-related-post {
  padding: 40px 0 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-related-post .section-title {
  border-bottom: 0px solid #ebebeb;
  margin-bottom: 30px;
}
.blog-related-post .section-title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  bottom: -1px;
  background: #146cda;
  width: 50px;
}
.blog-related-post .blog-title a {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-related-post .blog-title a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-related-post .blog-title a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-related-post .blog-title a {
    font-size: 20px;
  }
}

.comment-area {
  line-height: 24px;
  margin-top: 35px;
}
.comment-area h2.comment-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 40px;
}
.comment-area .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review {
    display: block;
  }
}
.comment-area .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-img {
    margin: 0 0 20px 0;
  }
}
.comment-area .single-review .review-content {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.comment-area .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-area .single-review .review-content .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-area .single-review .review-content .review-top-wrap .review-left .review-name h4 {
  font-weight: 600;
  color: #1d1d1d;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a {
  color: #1d1d1d;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a:hover {
  color: #146cda;
}
.comment-area .single-review .review-content p {
  margin: 0;
  width: 93%;
}
@media only screen and (max-width: 479px) {
  .comment-area .single-review .review-content p {
    width: 100%;
  }
}
.comment-area .single-review.child-review {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review.child-review {
    margin-left: 0px;
  }
}

.blog-comment-form {
  line-height: 24px;
}
.blog-comment-form h2.comment-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.blog-comment-form p {
  margin: 0 0 30px;
}
.blog-comment-form .single-form input, .blog-comment-form .single-form textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
  border-radius: 5px;
}
.blog-comment-form .single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.blog-comment-form .single-form input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
.blog-comment-form .single-form input.submit {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  background: #146cda !important;
  display: block;
  color: #fff !important;
  width: 200px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: 20px 0px 0px 0px;
}
.blog-comment-form .single-form input.submit:hover {
  background-color: #1d1d1d !important;
}

.contact-area .contact-map {
  margin-bottom: 60px;
}
.contact-area .contact-map #map {
  height: 560px;
}
.contact-area .custom-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.contact-area .custom-row-2 div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-area .custom-row-2 .contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 112px 90px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon {
  margin-right: 20px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px;
  color: #1d1d1d;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #146cda;
  color: #fff;
  border-color: #146cda;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p {
  line-height: 1;
  color: #1d1d1d;
  margin: 0 0 9px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #1d1d1d;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #146cda;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social h3 {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info {
  margin-top: 30px;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 24px;
  padding: 0;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-right: 15px;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a:hover {
  color: #146cda;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 120px 20px 112px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 120px 20px 112px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 50px 30px 50px 30px;
  }
}
.contact-area .custom-row-2 .contact-form {
  background-color: #f3f3f3;
  padding: 50px 110px 50px 110px;
}
.contact-area .custom-row-2 .contact-form .contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1;
  margin-bottom: 36px;
  margin-left: -10px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style input, .contact-area .custom-row-2 .contact-form .contact-form-style textarea {
  background: transparent;
  border: 1px solid #c1c1c1;
  height: 40px;
  padding: 2px 14px;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  outline: none;
  border-radius: 5px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
  padding: 20px 14px;
  margin-bottom: 0;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-form .contact-form-style textarea {
    height: 130px;
  }
}
.contact-area .custom-row-2 .contact-form .contact-form-style button {
  border: none;
  background-color: #146cda;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 52px;
  margin-top: 33px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style button:hover {
  background: #1d1d1d;
}
.contact-area .custom-row-2 .contact-form p {
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-form {
    padding: 50px 30px 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .custom-row-2 .contact-form {
    padding: 50px 30px 50px 30px;
  }
}

.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
}
.modal-dialog .product-details-content p.quickview-para {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  margin: 0px 0px 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 98%;
    max-width: 100%;
    padding: 35px 0;
    margin: auto 2%;
  }
}
.modal-dialog .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog .swiper-slide {
  background-size: cover;
  background-position: center;
}
.modal-dialog .gallery-top {
  height: 80%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog .gallery-top {
    height: 50%;
  }
}
.modal-dialog .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.modal-dialog .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-dialog .gallery-thumbs .swiper-slide img {
    width: 90px;
    height: 90px;
  }
  .modal-dialog .gallery-thumbs .swiper-slide img:hover {
    border: 1px solid #146cda;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog .gallery-thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}
.modal-dialog .gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid #146cda;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog .gallery-thumbs {
    height: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog .gallery-thumbs {
    height: auto;
  }
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: "NHLChicagoBlackhawks";
  src: url("../fonts/NHLChicagoBlackhawks.eot");
  src: url("../fonts/NHLChicagoBlackhawks.woff2") format("woff2"), url("../fonts/NHLChicagoBlackhawks.woff") format("woff"), url("../fonts/NHLChicagoBlackhawks.ttf") format("truetype"), url("../fonts/NHLChicagoBlackhawks.svg#NHLChicagoBlackhawks") format("svg"), url("../fonts/NHLChicagoBlackhawks.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
svg .team-num {
  font-family: "NHLChicagoBlackhawks";
}

.ajaxAlertMessage {
  position: fixed;
  top: 15px;
  left: 0px;
  right: 0px;
  z-index: 99999999;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

body.loading::after {
  content: " ";
  position: fixed;
  top: 0px;
  top: 0rem;
  left: 0px;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
}

body.loading::before {
  content: " ";
  position: fixed;
  top: 0px;
  top: 0rem;
  left: 0px;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("loading.gif") 50% 50% no-repeat;
}

body.theme-1 {
  @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
  /* Chrome styles */
  /* Firefox styles */
}
body.theme-1 {
  background: #fff !important;
}
body.theme-1 .btn, body.theme-1 .list-product .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .view-all-btn {
  min-height: 45px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 15px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.theme-1 .btn.btn-primary, body.theme-1 .list-product .cta .btn-primary.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .btn-primary.view-all-btn {
  background-color: #ec2426;
  border-color: #ec2426;
  color: #fff;
}
body.theme-1 .btn.btn-primary:hover, body.theme-1 .list-product .cta .btn-primary.view-all-btn:hover, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .btn-primary.view-all-btn:hover {
  background-color: #231f20;
  border-color: #231f20;
}
body.theme-1 .btn.btn-hover-primary:hover, body.theme-1 .list-product .cta .btn-hover-primary.view-all-btn:hover, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .btn-hover-primary.view-all-btn:hover {
  background-color: #ec2426;
  border-color: #ec2426;
}
body.theme-1 .btn.btn-link, body.theme-1 .list-product .cta .btn-link.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .btn-link.view-all-btn {
  padding: 0;
}
body.theme-1 .text-primary {
  color: #ec2426 !important;
}
body.theme-1 .offcanvas .inner .foot .buttons a:hover {
  background-color: #ec2426;
  border-color: #ec2426;
}
body.theme-1 .offcanvas .inner .foot .buttons .current-btn {
  background-color: #ec2426;
  border-color: #ec2426;
}
body.theme-1 .offcanvas .inner .foot .buttons .current-btn:hover {
  background-color: #231f20;
  border-color: #231f20;
}
body.theme-1 .text-gray {
  color: #666;
}
@media (max-width: 767px) {
  body.theme-1 .cant-find-team {
    font-size: 14px;
    margin-top: 8px;
  }
}
body.theme-1 .section-title h2:before {
  background-color: #ec2426;
}
body.theme-1 .page-title h1,
body.theme-1 .page-title h2,
body.theme-1 .page-title h3,
body.theme-1 .page-title h4,
body.theme-1 .page-title h5,
body.theme-1 .page-title h6 {
  color: #ec2426;
  font-size: 30px;
}
body.theme-1 header .header-menu-nav .menu-nav .contact-link a {
  color: #333;
}
body.theme-1 header .header-menu-nav .menu-nav .contact-link a:hover {
  color: #ec2426;
}
body.theme-1 header .header-top .header-tools {
  padding-left: 20px;
}
body.theme-1 header .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.small {
  width: 480px;
}
body.theme-1 header .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.small > li {
  width: 50%;
}
body.theme-1 header .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.small .mega-menu-title {
  margin-top: 0;
}
body.theme-1 .shop-sidebar-wrap h3:before {
  background: #ec2426;
}
body.theme-1 .shop-sidebar-wrap .card .card-header a:hover {
  color: #ec2426;
}
body.theme-1 .shop-sidebar-wrap .card .card-body li a:hover {
  color: #ec2426;
}
body.theme-1 .breadcrumb-area {
  background-color: #ffffff;
}
body.theme-1 .breadcrumb-area .breadcrumb-content .nav li {
  color: #ec2426;
}
body.theme-1 .breadcrumb-area .breadcrumb-content .nav li a:hover {
  color: #ec2426;
}
body.theme-1 .breadcrumb-area.cart {
  background-color: #fff;
}
body.theme-1 .input-group.searchbar .btn, body.theme-1 .input-group.searchbar .list-product .cta .view-all-btn, body.theme-1 .list-product .cta .input-group.searchbar .view-all-btn, body.theme-1 .input-group.searchbar .popular-categories-area .categories-grid .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .input-group.searchbar .view-all-btn {
  padding: 6px 12px;
  height: 38px;
  background-color: #ec2426;
  color: #fff;
  border: none;
}
body.theme-1 .input-group.searchbar .btn:hover, body.theme-1 .input-group.searchbar .list-product .cta .view-all-btn:hover, body.theme-1 .list-product .cta .input-group.searchbar .view-all-btn:hover, body.theme-1 .input-group.searchbar .popular-categories-area .categories-grid .category-discript .cta .view-all-btn:hover, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .input-group.searchbar .view-all-btn:hover {
  background-color: #231f20;
}
body.theme-1 .form-control, body.theme-1 .form-control.bootstrap-select .dropdown-toggle {
  color: #333;
}
body.theme-1 .form-control::-moz-placeholder, body.theme-1 .form-control.bootstrap-select .dropdown-toggle::-moz-placeholder {
  color: #999;
}
body.theme-1 .form-control::-webkit-input-placeholder, body.theme-1 .form-control.bootstrap-select .dropdown-toggle::-webkit-input-placeholder {
  color: #999;
}
body.theme-1 .form-control.bootstrap-select li:first-child a {
  outline: none;
}
body.theme-1 .form-control.bootstrap-select li a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.dropdown-toggle li a {
  font-size: 18px;
}
body.theme-1 .form-control.bootstrap-select li a .media {
  padding: 3px 0;
}
body.theme-1 .form-control.bootstrap-select li a .media .media-body {
  padding-left: 15px;
}
body.theme-1 .form-control.bootstrap-select li a .media .media-body,
body.theme-1 .form-control.bootstrap-select li a .media .media-left {
  padding-top: 6px;
}
body.theme-1 .form-control.bootstrap-select li a.caption {
  display: none;
}
body.theme-1 .form-control.bootstrap-select .dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
}
body.theme-1 .form-control.bootstrap-select .dropdown-toggle:hover, body.theme-1 .form-control.bootstrap-select .dropdown-toggle:focus {
  background: none;
}
body.theme-1 .form-control.bootstrap-select .dropdown-toggle.error {
  border-color: red;
}
body.theme-1 .form-control.bootstrap-select .dropdown-toggle .filter-option {
  color: #999;
  min-width: 35px;
}
body.theme-1 .form-control.bootstrap-select .dropdown-toggle::after {
  position: relative;
  right: 15px;
}
body.theme-1 .form-control.bootstrap-select.selected .dropdown-toggle .filter-option, body.theme-1 .form-control.bootstrap-select .bootstrap-select.selected.dropdown-toggle .dropdown-toggle .filter-option {
  color: #333;
}
body.theme-1 .form-control.bootstrap-select.open .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .bootstrap-select.open.dropdown-toggle .dropdown-toggle {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.theme-1 .form-control.bootstrap-select .dropdown-menu.open > .dropdown-menu {
  display: block;
}
body.theme-1 .form-control.bootstrap-select .dropdown-menu li {
  position: relative;
  display: block;
  padding: 1px 10px;
  font-size: 14px;
  width: 100%;
}
body.theme-1 .form-control.bootstrap-select .dropdown-menu li a {
  display: block;
  color: #333;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu {
  overflow: hidden;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li {
  display: block;
  height: 26px;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a {
  padding: 0 0 0 140px;
  border: 8px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a .text, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a .text {
  background: #fff;
  width: 100%;
  padding-left: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  left: 150px;
  font-size: 14px;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a::before {
  content: " ";
  height: 24px;
  width: 140px;
  position: absolute;
  left: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #ccc;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.black::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.black::before {
  background: black;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.blue::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.blue::before {
  background: blue;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.yellow::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.yellow::before {
  background: yellow;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.white::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.white::before {
  background: white;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.red::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.red::before {
  background: red;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.green::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.green::before {
  background: green;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.orange::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.orange::before {
  background: #FF6600;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.pink::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.pink::before {
  background: #ff69b4;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.purple::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.purple::before {
  background: purple;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.teal::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.teal::before {
  background: #028482;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.maroon::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.maroon::before {
  background: #830300;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.brown::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.brown::before {
  background: #42280e;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.tan::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.tan::before {
  background: tan;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.gray::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.gray::before {
  background: gray;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.lime::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.lime::before {
  background: lime;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li a.navy::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li a.navy::before {
  background: navy;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li.selected a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li.selected a {
  outline: none;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li.selected a .text::after, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li.selected a .text::after {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: 6px;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li:first-child, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li:first-child {
  margin-bottom: 5px;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li:first-child a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li:first-child a {
  padding: 0;
  outline: none;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li:first-child a .text, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li:first-child a .text {
  padding: 0;
  left: 10px;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li:first-child a .text::after, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li:first-child a .text::after {
  display: none;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu li:first-child a::before, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu li:first-child a::before {
  display: none;
}
body.theme-1 .form-control.bootstrap-select.color-picker .dropdown-menu.open > .dropdown-menu, body.theme-1 .form-control.bootstrap-select .bootstrap-select.color-picker.dropdown-toggle .dropdown-menu.open > .dropdown-menu {
  display: block;
}
body.theme-1 .form-control.bootstrap-select.image-picker .dropdown-menu li.selected a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.image-picker.dropdown-toggle .dropdown-menu li.selected a {
  outline: none;
}
body.theme-1 .form-control.bootstrap-select.image-picker .dropdown-menu li.selected a .media-body::after, body.theme-1 .form-control.bootstrap-select .bootstrap-select.image-picker.dropdown-toggle .dropdown-menu li.selected a .media-body::after {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: 6px;
}
body.theme-1 .form-control.bootstrap-select.image-picker .dropdown-menu li:first-child a, body.theme-1 .form-control.bootstrap-select .bootstrap-select.image-picker.dropdown-toggle .dropdown-menu li:first-child a {
  outline: none;
}
body.theme-1 .form-control.bootstrap-select.image-picker .dropdown-menu li:first-child a .media-body::after, body.theme-1 .form-control.bootstrap-select .bootstrap-select.image-picker.dropdown-toggle .dropdown-menu li:first-child a .media-body::after {
  display: none;
}
body.theme-1 .form-control.bootstrap-select.error, body.theme-1 .form-control.bootstrap-select .bootstrap-select.error.dropdown-toggle {
  border-color: red;
}
body.theme-1 .form-control.red-big, body.theme-1 .form-control.bootstrap-select .red-big.dropdown-toggle {
  color: red;
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
body.theme-1 .form-control.red-big.min-70, body.theme-1 .form-control.bootstrap-select .red-big.min-70.dropdown-toggle {
  min-width: 70px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.theme-1 .form-control.inputfile, body.theme-1 .form-control.bootstrap-select .inputfile.dropdown-toggle {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
body.theme-1 .form-control.inputfile + label, body.theme-1 .form-control.bootstrap-select .inputfile.dropdown-toggle + label {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  /* "hand" cursor */
  border: 1px solid #ccc;
  border-radius: 6px;
}
body.theme-1 .form-control.inputfile:focus + label, body.theme-1 .form-control.bootstrap-select .inputfile.dropdown-toggle:focus + label, body.theme-1 .form-control.inputfile + label:hover, body.theme-1 .form-control.bootstrap-select .inputfile.dropdown-toggle + label:hover {
  background-color: #fff;
}
body.theme-1 .form-control.inputfile:focus + label, body.theme-1 .form-control.bootstrap-select .inputfile.dropdown-toggle:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
body.theme-1 .form-control.inputfile.error + label, body.theme-1 .form-control.bootstrap-select .inputfile.error.dropdown-toggle + label {
  border-color: red;
}
body.theme-1 .form-control.num-box, body.theme-1 .form-control.bootstrap-select .num-box.dropdown-toggle {
  text-align: center;
  height: 50px;
}
body.theme-1 .form-control.num-box h1, body.theme-1 .form-control.bootstrap-select .num-box.dropdown-toggle h1 {
  margin: 0;
}
body.theme-1 .form-control.error, body.theme-1 .form-control.bootstrap-select .error.dropdown-toggle {
  border-color: red;
}
body.theme-1 input[type=checkbox],
body.theme-1 input[type=radio] {
  position: relative;
  top: 2px;
  right: 5px;
}
body.theme-1 p {
  font-size: 13px;
  line-height: normal;
}
body.theme-1 .breadcrumb-area {
  padding: 15px 0;
}
body.theme-1 .form-group.playercount {
  margin-bottom: 10px;
}
body.theme-1 .form-group.playercount .input-group.team-name {
  position: relative;
  padding-right: 60px;
}
body.theme-1 .form-group.playercount .input-group.team-name .form-control, body.theme-1 .form-group.playercount .input-group.team-name .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name .dropdown-toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}
body.theme-1 .form-group.playercount .input-group.team-name .form-control.input-name, body.theme-1 .form-group.playercount .input-group.team-name .form-control.bootstrap-select .input-name.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name .input-name.dropdown-toggle {
  width: 100%;
}
body.theme-1 .form-group.playercount .input-group.team-name .form-control.input-num, body.theme-1 .form-group.playercount .input-group.team-name .form-control.bootstrap-select .input-num.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name .input-num.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  text-align: center;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut {
  position: relative;
  padding-right: 150px;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control, body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name.cut .dropdown-toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.input-name, body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.bootstrap-select .input-name.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name.cut .input-name.dropdown-toggle {
  width: 100%;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.input-num, body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.bootstrap-select .input-num.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name.cut .input-num.dropdown-toggle {
  position: absolute;
  right: 90px;
  top: 0;
  width: 60px;
  text-align: center;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.input-cut, body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.bootstrap-select .input-cut.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name.cut .input-cut.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  text-align: center;
}
body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.input-cut .caption, body.theme-1 .form-group.playercount .input-group.team-name.cut .form-control.bootstrap-select .input-cut.dropdown-toggle .caption, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name.cut .input-cut.dropdown-toggle .caption {
  color: #999;
}
body.theme-1 .form-group.playercount .input-group.team-name-num-design {
  position: relative;
  padding-right: 120px;
  margin-bottom: 15px;
}
body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control, body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name-num-design .dropdown-toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}
body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.input-name, body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.bootstrap-select .input-name.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name-num-design .input-name.dropdown-toggle {
  width: 100%;
}
body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.input-part, body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.bootstrap-select .input-part.dropdown-toggle, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name-num-design .input-part.dropdown-toggle {
  position: absolute;
  right: 70px;
  top: 0;
  width: 60px;
  text-align: center;
}
body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.input-part + .input-part, body.theme-1 .form-group.playercount .input-group.team-name-num-design .form-control.bootstrap-select .input-part.dropdown-toggle + .input-part, body.theme-1 .form-control.bootstrap-select .form-group.playercount .input-group.team-name-num-design .input-part.dropdown-toggle + .input-part {
  right: 0;
  width: 70px;
}
body.theme-1 textarea::-webkit-input-placeholder {
  font-size: 13px;
}
body.theme-1 textarea::-moz-placeholder {
  font-size: 13px;
}
body.theme-1 textarea:-ms-input-placeholder {
  font-size: 13px;
}
body.theme-1 textarea::-ms-input-placeholder {
  font-size: 13px;
}
body.theme-1 textarea::placeholder {
  font-size: 13px;
}
body.theme-1 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
}
body.theme-1 textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 13px;
}
body.theme-1 textarea.webURL {
  height: 60px;
}
body.theme-1 hr.devider {
  width: 100%;
  margin-bottom: 30px;
}
body.theme-1 .body-content-sec p + p {
  margin-top: 15px;
  font-size: 14px;
}
body.theme-1 .product-details-content .pro-details-list p {
  font-size: 14px;
}
body.theme-1 .product-details-content .pro-details-list li {
  font-size: 14px;
}
body.theme-1 .product-details-content .c-rte {
  max-width: 800px;
  margin: 0 auto;
}
body.theme-1 p {
  font-size: 14px;
}
body.theme-1 .row.row-5-box {
  margin: 0 -6px;
}
body.theme-1 .row.row-5-box .input-col {
  width: 20%;
  padding: 6px;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
body.theme-1 .form-control.red-big, body.theme-1 .form-control.bootstrap-select .red-big.dropdown-toggle {
  color: #ec2426 !important;
}
body.theme-1 .popular-categories-area .categories-grid .col {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
body.theme-1 .popular-categories-area .categories-grid .thumb-category a {
  width: 100%;
  display: block;
  text-align: center;
}
body.theme-1 .popular-categories-area .categories-grid .thumb-category a img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript {
  text-align: left;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .category-discript {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
body.theme-1 .popular-categories-area .categories-grid .category-discript .col-title {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ec2426;
  text-transform: uppercase;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript li {
  color: #1d1d1d;
  font-size: 14px;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript li.price {
  font-size: 24px;
  font-weight: 900;
  padding-top: 10px;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript li.price span {
  color: red;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  top: -3px;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript .cta {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .category-discript .cta {
    visibility: visible;
    margin-bottom: 15px;
  }
}
body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .view-all-btn {
  background-color: #ec2426;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 15px;
  font-size: 12px;
  display: inline-block;
  height: auto;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .view-all-btn:hover {
  background-color: #231f20;
  color: #fff;
}
body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .view-all-btn.btn-order {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  margin-left: 30px;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .icn-brand {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  color: #ec2426;
  font-weight: 600;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .icn-brand img {
  width: 30px;
  margin-right: 5px;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .quick-view {
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: none;
  z-index: 1;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .quick-view a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #47494a;
  padding: 0;
  border: none;
  padding: 0;
  font-size: 0;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .quick-view a:hover {
  color: #000;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide .new {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  background: #ec2426;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide:hover {
  border: 1px solid #ccc;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide:hover .icn-brand {
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px 0 0;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide:hover .category-discript .cta .btn-order {
  opacity: 1;
  margin-left: 0;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-slide:hover .quick-view a {
  font-size: 16px;
}
body.theme-1 .popular-categories-area .categories-grid .swiper-button-next:hover,
body.theme-1 .popular-categories-area .categories-grid .swiper-button-prev:hover {
  color: #ec2426;
}
body.theme-1 .bootstrap-select .dropdown-menu li a.opt {
  padding-left: 0;
}
body.theme-1 .bootstrap-select .dropdown-menu li.dropdown-header {
  background: #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.theme-1 .img-dash {
  border: 2px dashed #ccc;
  padding: 15px;
  background-color: #fff;
  max-height: 245px;
}
body.theme-1 .wrap-table {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  position: relative;
  padding-right: 150px;
}
body.theme-1 .wrap-table .form-control0 {
  width: 100%;
  margin-right: 5px;
  display: inline-block;
}
body.theme-1 .wrap-table .form-control1 {
  width: 60px;
  display: inline-block;
  position: absolute;
  right: 70px;
}
body.theme-1 .wrap-table .form-control2 {
  width: 70px;
  display: inline-block;
  position: absolute;
  right: 0;
}
body.theme-1 .img-in-text-row {
  margin: 30px -7px 40px -7px;
}
body.theme-1 .img-in-text-row img {
  float: left;
  margin: 0 7px 15px 7px;
  max-height: 180px;
  border: 1px solid #999;
}
body.theme-1 .img-in-text-row + * {
  clear: both;
}
body.theme-1 .custom-design-img-row .box {
  padding: 0 30px;
  margin-bottom: 30px;
}
body.theme-1 .static-page-sec ul li {
  position: relative;
  padding-left: 30px;
}
body.theme-1 .static-page-sec ul li::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
body.theme-1 .modal.modal-flash-box .modal-header {
  background-color: #ec2426;
  color: #fff !important;
}
body.theme-1 .modal.modal-flash-box .modal-header .modal-title {
  color: #fff;
}
body.theme-1 .modal.modal-flash-box .modal-body {
  background: #fef7f7 !important;
}
body.theme-1 .img-center-max-800 {
  text-align: center;
  width: 100%;
}
body.theme-1 .img-center-max-800 img {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 1199px) {
  body.theme-1 .img-center-max-800 img {
    max-width: 100%;
  }
}
body.theme-1 .radio-img {
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
body.theme-1 .radio-img .lbl-list-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.theme-1 .radio-img label {
  position: relative;
}
body.theme-1 .radio-img label.error [type=radio] + img,
body.theme-1 .radio-img label.error [type=radio] + span,
body.theme-1 .radio-img label.error [type=checkbox] + span {
  border: 1px solid red;
}
body.theme-1 .radio-img [type=radio],
body.theme-1 .radio-img [type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
body.theme-1 .radio-img [type=radio] + img {
  cursor: pointer;
  max-width: 100px;
  max-height: 100px;
  padding: 3px;
  outline: 1px solid #ccc;
  border-radius: 5px;
}
body.theme-1 .radio-img [type=radio]:checked + img {
  outline: 2px solid #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0px 5px #000;
          box-shadow: 0 0 0px 5px #000;
}
body.theme-1 .radio-img [type=radio] + img + span {
  position: absolute;
  left: 5px;
  right: 0;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.theme-1 .radio-img [type=radio]:checked + img + span {
  color: #000;
}
body.theme-1 .radio-img.no-img {
  /* CHECKED STYLES */
}
body.theme-1 .radio-img.no-img label {
  margin-right: 15px;
}
body.theme-1 .radio-img.no-img [type=radio] + span,
body.theme-1 .radio-img.no-img [type=checkbox] + span {
  left: 5px;
  right: 0;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  outline: 2px solid #ccc;
}
body.theme-1 .radio-img.no-img [type=radio]:checked + span,
body.theme-1 .radio-img.no-img [type=checkbox]:checked + span {
  outline: 2px solid #000;
  background: #eee;
  color: #000;
}
body.theme-1 .radio-img.no-img [type=radio]:not(.selected) + span {
  background: #eee !important;
  color: #000 !important;
}
body.theme-1 .radio-img.no-img.size {
  /* CHECKED STYLES */
}
body.theme-1 .radio-img.no-img.size [type=radio] + span,
body.theme-1 .radio-img.no-img.size [type=checkbox] + span {
  background: #eee;
  color: #000;
}
body.theme-1 .radio-img.no-img.size [type=radio]:checked + span,
body.theme-1 .radio-img.no-img.size [type=checkbox]:checked + span {
  outline: 2px solid #000;
  background: #000;
  color: #fff;
}
body.theme-1 .radio-img.no-img.no-pad [type=radio] + span,
body.theme-1 .radio-img.no-img.no-pad [type=checkbox] + span {
  height: 50px;
}
body.theme-1 .radio-img.no-img.no-pad label {
  margin-bottom: 0;
}
body.theme-1 .radio-img.img-btn [type=radio] + img {
  margin-right: 15px;
}
body.theme-1 .radio-img.img-btn [type=radio] + img + span {
  right: 14px;
}
body.theme-1 .radio-img.img-btn [type=radio]:checked + img {
  outline: 2px solid #000;
  border-radius: 5px;
}
body.theme-1 .btn-box {
  background: #ccc;
  color: #000;
  height: 60px;
}
body.theme-1 .box-border {
  border: 1px solid #ccc;
  padding: 10px;
}
body.theme-1 .uploadOuter strong {
  padding: 0 10px;
}
body.theme-1 .dragBox {
  width: 300px;
  height: 110px;
  background-image: url("../images/img-upload.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  padding-top: 30px;
  color: #999;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.theme-1 .dragBox input[type=file] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
body.theme-1 .draging {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.theme-1 #preview {
  text-align: center;
}
body.theme-1 #preview img {
  max-width: 100%;
}
@media (max-width: 991px) {
  body.theme-1 .section-title.tabs .section-heading {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  body.theme-1 .section-title.tabs .section-heading + .section-heading {
    margin-left: 30px;
  }
}
body.theme-1 .section-title.tabs .section-heading:not(.active)::before {
  background-color: #000;
}
body.theme-1 .section-title.tabs .section-heading:not(.active) a {
  color: #000;
}
body.theme-1 .chosen-select.error + .chosen-container .chosen-choices {
  border-color: red;
}
body.theme-1 .team-logo-preview-sec {
  margin-top: 15px;
  width: 300px;
}
body.theme-1 .team-logo-preview-sec img {
  max-width: 100%;
  border: 2px dashed #0dcbfe;
  padding: 10px;
}
body.theme-1 .team-logo-preview-sec img::before {
  content: "Preview";
}
body.theme-1 .plus-minus-sec .cart-plus-minus {
  display: inline-block;
  height: 30px;
  padding: 0;
  position: relative;
  width: 110px;
}
body.theme-1 .plus-minus-sec .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 30px;
  left: 0;
  padding-top: 4px;
  top: 0;
}
body.theme-1 .plus-minus-sec .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 30px;
  padding-top: 5px;
  right: 0;
  top: 0;
}
body.theme-1 .plus-minus-sec .cart-plus-minus .qtybutton {
  color: #666;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  text-align: center;
}
body.theme-1 .plus-minus-sec .cart-plus-minus input.cart-plus-minus-box {
  color: #666;
  float: left;
  font-size: 14px;
  height: 30px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
body.theme-1 .btn-secondary.btn-light {
  background: #e9ecef;
  border-color: #bcbcbc;
  color: #666;
}
body.theme-1 .btn-secondary.btn-light:hover {
  background: #a3a3a3;
  color: #000;
}
body.theme-1 .form-floating.with-icn {
  position: relative;
}
body.theme-1 .form-floating.with-icn input {
  padding-left: 40px;
}
body.theme-1 .form-floating.with-icn input:focus {
  z-index: 0;
}
body.theme-1 .form-floating.with-icn label {
  left: 30px;
}
body.theme-1 .form-floating.with-icn img {
  max-height: 30px;
  position: absolute;
  top: 14px;
  left: 10px;
}
body.theme-1 .contact-left-col {
  padding-right: 3rem;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  body.theme-1 .contact-left-col {
    border-right: none;
  }
}
body.theme-1 .contact-left-col h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.theme-1 .no-border {
  border: none !important;
}
body.theme-1 .product-details-content h2 {
  color: #38393a;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
body.theme-1 .product-gallery .col {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
body.theme-1 .product-gallery .col::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  content: " ";
  background: #ccc;
  z-index: -1;
}
body.theme-1 .product-gallery .col img {
  max-width: 100%;
  height: 245px;
  margin: 0 auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
body.theme-1 body.theme-1 .normal.form-control .bootstrap-select .dropdown-toggle, body.theme-1 body.theme-1 .form-control.bootstrap-select .normal.dropdown-toggle .bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select body.theme-1 .normal.dropdown-toggle .bootstrap-select .dropdown-toggle {
  padding: 12px 8px;
  height: 38px;
}
body.theme-1 .input-group-text.bg-none {
  background: none;
}
body.theme-1 .error-404-sec h1 {
  font-weight: 900;
  font-size: 50px;
}
body.theme-1 .error-404-sec h3 {
  color: red;
  font-size: 32px;
  margin-top: 15px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
body.theme-1 .error-404-sec h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}
body.theme-1 .uniform-thumb-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
body.theme-1 .uniform-thumb-sec ul li {
  display: inline-block;
}
body.theme-1 .uniform-thumb-sec ul li a {
  width: 150px;
  display: block;
  border: 1px solid #ccc;
  margin: 5px 5px 10px 5px;
}
body.theme-1 .uniform-thumb-sec ul li a img {
  width: 100%;
}
body.theme-1 .ask-bandit {
  position: fixed;
  bottom: 90px;
  right: 70px;
}
@media (max-width: 767px) {
  body.theme-1 .ask-bandit {
    display: none;
  }
}
body.theme-1 .ask-bandit a {
  padding-left: 140px;
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
body.theme-1 .ask-bandit a strong {
  color: red;
}
body.theme-1 .ask-bandit a .text {
  position: absolute;
  left: 0;
  right: 50px;
  top: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 0;
  border: 1px solid #ddd;
}
body.theme-1 .ask-bandit a img {
  max-width: 100px;
  position: relative;
  z-index: 1;
}
body.theme-1 .ask-bandit a:hover i {
  margin-left: 5px;
}
body.theme-1 #scrollUp {
  bottom: 108px;
}
@media (max-width: 767px) {
  body.theme-1 #scrollUp {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.theme-1 body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta .view-all-btn.btn-order {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.theme-1 .breadcrumb-area .breadcrumb-content .nav {
    font-size: 13px;
  }
}
body.theme-1 .from-backend ul {
  list-style-type: disc;
  padding-left: 30px;
}
body.theme-1 .from-backend ul li {
  display: list-item;
}
body.theme-1 .from-backend ol {
  list-style-type: decimal;
  padding-left: 30px;
}
body.theme-1 .from-backend ol li {
  display: list-item;
}
body.theme-1 .box-btn {
  padding: 17px 15px !important;
}
body.theme-1 .header-top .header-right-element .contact-link {
  margin-right: 30px;
  margin-left: 30px;
}
body.theme-1 .header-top .header-right-element .contact-link a:hover {
  color: #cb1214;
}
body.theme-1 .header-top .header-right-element .contact-link .phone {
  padding-top: 12px;
}
body.theme-1 .header-top .header-right-element .header-tools .cart-info a:hover {
  color: #cb1214;
}
body.theme-1 .header-top .header-right-element .search-element input {
  padding: 20px 20px 20px 20px;
}
body.theme-1 .header-top .header-right-element.logo-slider-sec .lbl {
  margin-right: 80px;
  margin-top: 20px;
}
body.theme-1 .header-top .header-right-element.logo-slider-sec .logo-slider {
  width: 350px;
  padding-right: 80px;
  border-right: 1px solid #ccc;
}
body.theme-1 .header-top .header-right-element.logo-slider-sec .logo-slider img {
  max-width: 100%;
}
body.theme-1 .search-element button {
  background-color: #ec2426;
}
body.theme-1 .search-element button:hover {
  background-color: #231f20;
}
@media (max-width: 991px) {
  body.theme-1 .header-wrapper .header-menu-nav li.payment-options {
    display: block;
    margin-bottom: 15px;
    border-right: none;
  }
}
body.theme-1 .header-wrapper .header-menu-nav li.payment-options img {
  max-height: 18px;
  margin-bottom: -1px;
  margin-top: -4px;
}
body.theme-1 .header-wrapper .header-menu {
  background-color: #808080;
}
@media (min-width: 1200px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-left {
    -ms-flex: 0 0 18%;
    -webkit-box-flex: 0;
            flex: 0 0 18%;
    max-width: 18%;
  }
}
@media (min-width: 1240px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-left {
    -ms-flex: 0 0 16%;
    -webkit-box-flex: 0;
            flex: 0 0 16%;
    max-width: 16%;
  }
}
@media (min-width: 1450px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-left {
    -ms-flex: 0 0 14%;
    -webkit-box-flex: 0;
            flex: 0 0 14%;
    max-width: 14%;
  }
}
body.theme-1 .header-wrapper .header-menu .menu-col-left .header-menu-vertical .menu-title:before {
  background-color: #808080;
}
@media (min-width: 1200px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-right {
    -ms-flex: 0 0 82%;
    -webkit-box-flex: 0;
            flex: 0 0 82%;
    max-width: 82%;
  }
}
@media (min-width: 1240px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-right {
    -ms-flex: 0 0 84%;
    -webkit-box-flex: 0;
            flex: 0 0 84%;
    max-width: 84%;
  }
}
@media (min-width: 1450px) {
  body.theme-1 .header-wrapper .header-menu .menu-col-right {
    -ms-flex: 0 0 86%;
    -webkit-box-flex: 0;
            flex: 0 0 86%;
    max-width: 86%;
  }
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu .header-logo {
  float: right;
  width: 200px;
  padding-top: 9px;
  display: none;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu .header-logo img {
  max-width: 100%;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li a:hover {
  color: #fff !important;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li ul {
  min-width: 235px;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li ul li a:hover {
  color: #cb1214 !important;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li .dropdown-menu {
  top: 12px !important;
  padding: 0;
  border-radius: 0;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li .dropdown-menu .dropdown-item {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  background: transparent;
  line-height: 24px;
  min-height: 45px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li .dropdown-menu .dropdown-item:hover {
  color: #cb1214 !important;
}
body.theme-1 .header-wrapper .header-menu .menu-col-right .header-horizontal-menu li .dropdown-menu .dropdown-list a {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  background: transparent;
  line-height: 24px;
  min-height: 45px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
body.theme-1 .header-wrapper .header-nav ul li button:hover {
  color: #cb1214;
}
body.theme-1 a {
  color: #ec2426;
}
body.theme-1 a:hover {
  color: #cb1214;
}
body.theme-1 .menu_fixed .header-horizontal-menu .header-logo {
  display: block !important;
}
body.theme-1 .offcanvas-menu {
  overflow-y: auto;
}
body.theme-1 .homepage-slider .swiper-slide .slider-content-1 {
  text-align: center;
}
body.theme-1 .homepage-slider .swiper-slide .slider-content-1 .slider-title {
  background-color: #ec2426;
  color: #fff;
  font-size: 32px;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
}
body.theme-1 .homepage-slider .swiper-slide .slider-content-1 .shop-btn {
  background-color: #ec2426;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  width: auto;
  line-height: normal;
}
body.theme-1 .homepage-slider .swiper-slide .slider-content-1 .shop-btn:hover {
  background-color: #231f20;
}
body.theme-1 .homepage-slider .swiper-pagination-bullet-active {
  background-color: #ec2426;
}
body.theme-1 .homepage-slider .swiper-pagination-bullet:hover {
  background-color: #ec2426;
}
body.theme-1 .popular-categories-area .categories-grid .col {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  body.theme-1 .popular-categories-area .categories-grid .col .section-title h2 {
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  body.theme-1 .popular-categories-area .categories-grid .col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .thumb-category a {
  width: 100%;
  height: 220px;
  display: block;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col .thumb-category a {
    height: 310px;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .thumb-category a img {
  margin: 0 auto;
  width: 100%;
  height: 220px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col .thumb-category a img {
    height: 310px;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .thumb-category a .fa-search {
  font-size: 140px;
  padding: 15px;
  color: #ec2426;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript {
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col .category-discript {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript .col-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ec2426;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.theme-1 .popular-categories-area .categories-grid .col .category-discript .col-title {
    padding-top: 0;
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript li {
  color: #1d1d1d;
  font-size: 14px;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript li.price {
  font-size: 24px;
  font-weight: 900;
  padding-top: 10px;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript li.price span {
  color: red;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  top: -3px;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta {
    visibility: visible;
    margin-bottom: 15px;
  }
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta .view-all-btn {
  background-color: #ec2426;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 12px;
  display: inline-block;
  height: auto;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta .view-all-btn:hover {
  background-color: #231f20;
}
body.theme-1 .popular-categories-area .categories-grid .col .category-discript .cta .view-all-btn.btn-order {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  margin-left: 30px;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .icn-brand {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  color: #ec2426;
  font-weight: 600;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .icn-brand img {
  width: 30px;
  margin-right: 5px;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .quick-view {
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: none;
  z-index: 1;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .quick-view a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #47494a;
  padding: 0;
  border: none;
  padding: 0;
  font-size: 0;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .quick-view a:hover {
  color: #000;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide .new {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  background: #ec2426;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide:hover {
  border: 1px solid #ec2426;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide:hover .thumb-category a {
  background-size: 110%;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide:hover .icn-brand {
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px 0 0;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide:hover .category-discript .cta .btn-order {
  opacity: 1;
  margin-left: 0;
}
body.theme-1 .popular-categories-area .categories-grid .col .swiper-slide:hover .quick-view a {
  font-size: 16px;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .thumb-category a img {
  display: block;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .thumb-category a img + img {
  display: none;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover {
  background: #ec2426;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover .thumb-category a img {
  display: none;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover .thumb-category a img + img {
  display: block;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover .col-title {
  color: #fff;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover.Orange {
  background: Orange;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover.Maroon {
  background: Maroon;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover.Green {
  background: green;
}
body.theme-1 .popular-categories-area.home-categories-grid .categories-grid .col .swiper-slide:hover.Blue {
  background: blue;
}
body.theme-1 .index-cat-grid .category-slider-item.baseball:hover {
  background: #fff;
}
body.theme-1 .index-cat-grid .category-slider-item.baseball:hover {
  background: #fff;
}
body.theme-1 .index-cat-grid .category-slider-item.baseball:hover {
  background: #fff;
}
body.theme-1 .index-cat-grid .category-slider-item.baseball:hover {
  background: #fff;
}
body.theme-1 .home-video-sec .category-slider .thumb-category iframe {
  width: 100%;
  height: 250px;
}
body.theme-1 .home-key-features-sec {
  background-color: #eee;
  padding: 30px 0;
  margin-bottom: 50px;
}
body.theme-1 .home-key-features-sec .team-col {
  border-right: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  padding-left: 135px;
}
@media (max-width: 991px) {
  body.theme-1 .home-key-features-sec .team-col {
    border-right: none;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body.theme-1 .home-key-features-sec .team-col {
    padding-left: 115px;
  }
}
body.theme-1 .home-key-features-sec .team-col .lbl {
  position: absolute;
  left: 15px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.theme-1 .home-key-features-sec .team-col .lbl {
    font-size: 14px;
  }
}
body.theme-1 .home-key-features-sec .team-col .btn-red-sm {
  height: 38px;
  min-height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body.theme-1 .home-key-features-sec .static-area-wrap {
    display: none;
  }
}
body.theme-1 .home-key-features-sec .static-area-wrap .col-icn {
  border-right: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn {
    margin-bottom: 15px;
  }
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn .single-static .single-static-meta h4 {
    max-width: 97px;
  }
}
@media (max-width: 767px) {
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn:nth-child(2) {
    border: none;
  }
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn .single-static img {
    max-height: 30px;
  }
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn .single-static .single-static-meta h4 {
    font-size: 14px;
  }
  body.theme-1 .home-key-features-sec .static-area-wrap .col-icn .single-static .single-static-meta h4 {
    max-width: 100%;
  }
}
body.theme-1 .home-key-features-sec .static-area-wrap .col-icn.no-border {
  border-right: 0;
}
body.theme-1 .home-key-features-sec .static-area-wrap .col-icn .single-static {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.theme-1 .list-product .new {
  background: #ec2426;
}
body.theme-1 .list-product .img-block .thumbnail i {
  color: #ec2426;
  font-size: 130px;
  margin: 30px;
}
body.theme-1 .list-product .product-decs a {
  color: #ec2426;
}
body.theme-1 .list-product .product-decs a:hover {
  color: #cb1214;
}
body.theme-1 .list-product .cta {
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  body.theme-1 .list-product .cta {
    visibility: visible;
    margin-bottom: 15px;
  }
}
body.theme-1 .list-product .cta .view-all-btn {
  background-color: #ec2426;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 12px;
  display: inline-block;
  height: auto;
}
body.theme-1 .list-product .cta .view-all-btn:hover {
  background-color: #231f20;
}
body.theme-1 .list-product .cta .view-all-btn.btn-order {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  margin-left: 30px;
}
body.theme-1 .installation-video-slider .swiper-wrapper .swiper-slide {
  padding: 0 5px;
}
body.theme-1 .search-element.text-left input {
  padding: 20px 20px 20px 20px;
}
body.theme-1 .footer-area {
  background-color: #808080;
}
body.theme-1 .footer-area .footer-top .single-wedge .social-info a {
  background-color: #1d1d1d;
}
body.theme-1 .footer-area .footer-top .single-wedge .social-info a:hover {
  background-color: #fff;
  color: #ec2426;
}
body.theme-1 .footer-area .footer-top .single-wedge .chosen-container-multi .chosen-choices {
  min-height: 38px;
  line-height: 36px;
}
body.theme-1 .footer-area .footer-top .single-wedge .btn, body.theme-1 .footer-area .footer-top .single-wedge .popular-categories-area .categories-grid .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .footer-area .footer-top .single-wedge .view-all-btn, body.theme-1 .footer-area .footer-top .single-wedge .list-product .cta .view-all-btn, body.theme-1 .list-product .cta .footer-area .footer-top .single-wedge .view-all-btn {
  padding: 3px 10px;
  height: 38px;
}
body.theme-1 .footer-area .footer-bottom {
  background-color: #000;
}
body.theme-1 #scrollUp {
  background-color: #f05355;
}
body.theme-1 .category-page-sec .list-product {
  min-height: 205px;
}
body.theme-1 .category-page-sec .list-product .new {
  background: #ec2426;
}
body.theme-1 .category-page-sec .list-product img {
  max-height: 200px;
  padding: 10px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
body.theme-1 .category-page-sec .list-product .product-decs h2 a {
  font-size: 20px;
  font-weight: 700;
}
body.theme-1 .category-page-sec .list-product .product-decs h2 a:hover {
  color: #ec2426;
}
body.theme-1 .category-page-sec .list-product .product-decs .product-intro-info p {
  font-size: 13px;
  line-height: normal;
}
body.theme-1 .category-page-sec .box-inner {
  text-align: center;
}
body.theme-1 .category-page-sec .box-inner .pricing-meta .old-price {
  font-size: 20px;
  font-weight: 700;
  color: #ec2426;
}
body.theme-1 .category-page-sec .box-inner .add-to-link li a:hover {
  color: #ec2426;
}
body.theme-1 .category-page-sec .box-inner .add-to-link li a.cart-btn {
  background-color: #ec2426;
}
body.theme-1 .landing-page-product-sec .product-display-sec {
  position: relative;
  padding-left: 135px;
}
@media (max-width: 991px) {
  body.theme-1 .landing-page-product-sec .product-display-sec {
    padding-left: 0;
  }
}
body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}
@media (max-width: 991px) {
  body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos {
    position: relative;
    width: 70px;
    float: left;
    margin-bottom: 30px;
  }
}
body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos a {
  display: block;
  border: 1px solid #ccc;
}
body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos a .title {
  text-align: center;
  padding: 5px;
}
body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos a + a {
  margin-top: 15px;
}
body.theme-1 .landing-page-product-sec .product-display-sec .left-side-logos a:hover {
  border-color: #ec2426;
}
body.theme-1 .landing-page-product-sec .product-display-sec .big-img-sec {
  width: 100%;
}
@media (max-width: 991px) {
  body.theme-1 .landing-page-product-sec .product-display-sec .big-img-sec {
    float: left;
    width: calc(100% - 70px);
    margin-bottom: 30px;
  }
}
body.theme-1 .landing-page-product-sec .product-details-content .title {
  font-size: 30px;
  font-weight: 700;
  color: #ec2426;
  margin-bottom: 15px;
}
body.theme-1 .landing-page-product-sec .product-details-content .total-cost-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
body.theme-1 .landing-page-product-sec .product-details-content .total-cost-value {
  color: #ec2426;
  font-size: 28px;
}
body.theme-1 .landing-page-product-sec .product-details-content .form-group p {
  font-size: 12px;
  font-weight: 400;
}
body.theme-1 .landing-page-product-sec .product-details-content .add-to-cart {
  font-size: 18px;
  height: 55px;
}
@media (max-width: 991px) {
  body.theme-1 .landing-page-product-sec .product-details-content .add-to-cart {
    margin-top: 15px;
  }
}
body.theme-1 .christmas-ornament-preview-sec {
  position: relative;
}
body.theme-1 .christmas-ornament-preview-sec .sticker-preview svg {
  width: 100%;
  max-height: 580px;
}
@media (max-width: 1199px) {
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview {
    position: relative;
    top: 0;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 !important;
  }
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview .title {
    font-size: 20px;
  }
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview img {
    max-height: 400px;
    margin: 0 auto 25px auto;
  }
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview svg {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview {
    width: 100%;
  }
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview svg {
    height: auto;
    max-height: 370px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview .title {
    font-size: 16px;
  }
  body.theme-1 .christmas-ornament-preview-sec .sticker-preview img {
    max-height: 300px;
  }
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val .main-color {
  fill: red;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val .main-text {
  fill: white;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val .main-number {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.black .main-color {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.blue .main-color {
  fill: blue;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.yellow .main-color {
  fill: yellow;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.yellow .main-text {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.white .main-color {
  fill: white;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.white .main-text {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.red .main-color {
  fill: red;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.green .main-color {
  fill: green;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.orange .main-color {
  fill: #FF6600;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.pink .main-color {
  fill: #ff69b4;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.purple .main-color {
  fill: purple;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.teal .main-color {
  fill: #028482;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.maroon .main-color {
  fill: #830300;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.brown .main-color {
  fill: #42280e;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.tan .main-color {
  fill: tan;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.gray .main-color {
  fill: gray;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.lime .main-color {
  fill: lime;
}
body.theme-1 .christmas-ornament-preview-sec.main-color-val.navy .main-color {
  fill: navy;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val .secondary-color {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val .secondary-text {
  fill: white;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.black .secondary-color {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.blue .secondary-color {
  fill: blue;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.yellow .secondary-color {
  fill: yellow;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.yellow .secondary-text {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.white .secondary-color {
  fill: white;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.white .secondary-text {
  fill: black;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.red .secondary-color {
  fill: red;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.green .secondary-color {
  fill: green;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.orange .secondary-color {
  fill: #FF6600;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.pink .secondary-color {
  fill: #ff69b4;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.purple .secondary-color {
  fill: purple;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.teal .secondary-color {
  fill: #028482;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.maroon .secondary-color {
  fill: #830300;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.brown .secondary-color {
  fill: #42280e;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.tan .secondary-color {
  fill: tan;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.gray .secondary-color {
  fill: gray;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.lime .secondary-color {
  fill: lime;
}
body.theme-1 .christmas-ornament-preview-sec .secondary-color-val.navy .secondary-color {
  fill: navy;
}
body.theme-1 .svg-lbl {
  fill: #ec2426;
}
body.theme-1 .color-round {
  width: 35px;
  height: 35px;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
}
body.theme-1 .color-round::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 50%;
}
body.theme-1 .color-round.grey::after {
  background: grey;
}
body.theme-1 .size-selection-sec ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
body.theme-1 .size-selection-sec ul li {
  float: left;
  padding-left: 5px;
  margin-right: 5px;
  position: relative;
}
body.theme-1 .size-selection-sec ul li input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 40px;
  height: 40px;
  border-width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
body.theme-1 .size-selection-sec ul li input[type=radio]::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid #333;
  z-index: 1;
}
body.theme-1 .size-selection-sec ul li input[type=radio] + label {
  font-size: 16px;
  color: #000;
  position: absolute;
  left: -3px;
  right: 0;
  text-align: center;
  top: 13px;
  z-index: 0;
}
body.theme-1 .size-selection-sec ul li input[type=radio]:checked {
  background-color: #000;
}
body.theme-1 .size-selection-sec ul li input[type=radio]:checked + label {
  color: #fff;
}
body.theme-1 .size-selection-sec ul li input[type=radio]:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.theme-1 .number-preview {
  width: 290px;
  height: 230px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
body.theme-1 .number-preview svg {
  position: absolute;
  left: 17px;
  bottom: 0;
  text-align: center;
}
body.theme-1 .number-preview svg text.outline {
  font-family: "NHLChicagoBlackhawks";
  font-size: 188px;
  stroke: #fff;
  stroke-width: 8px;
}
body.theme-1 .number-preview svg text.fill {
  font-family: "NHLChicagoBlackhawks";
  stroke: #000;
  stroke-width: 5px;
  font-size: 188px;
}
body.theme-1 .number-preview.bg-black {
  background: black;
}
body.theme-1 .number-preview.bg-blue {
  background: blue;
}
body.theme-1 .number-preview.bg-yellow {
  background: yellow;
}
body.theme-1 .number-preview.bg-white {
  background: white;
}
body.theme-1 .number-preview.bg-red {
  background: red;
}
body.theme-1 .number-preview.bg-green {
  background: green;
}
body.theme-1 .number-preview.bg-orange {
  background: orange;
}
body.theme-1 .number-preview.bg-pink {
  background: pink;
}
body.theme-1 .number-preview.bg-purple {
  background: purple;
}
body.theme-1 .number-preview.bg-teal {
  background: teal;
}
body.theme-1 .number-preview.bg-maroon {
  background: maroon;
}
body.theme-1 .number-preview.bg-brown {
  background: #42280e;
}
body.theme-1 .number-preview.bg-tan {
  background: tan;
}
body.theme-1 .number-preview.bg-gray {
  background: gray;
}
body.theme-1 .number-preview.bg-lime {
  background: lime;
}
body.theme-1 .number-preview.bg-navy {
  background: navy;
}
body.theme-1 .number-preview.color-black svg text.fill {
  fill: black;
}
body.theme-1 .number-preview.color-blue svg text.fill {
  fill: blue;
}
body.theme-1 .number-preview.color-yellow svg text.fill {
  fill: yellow;
}
body.theme-1 .number-preview.color-white svg text.fill {
  fill: white;
}
body.theme-1 .number-preview.color-red svg text.fill {
  fill: red;
}
body.theme-1 .number-preview.color-green svg text.fill {
  fill: green;
}
body.theme-1 .number-preview.color-orange svg text.fill {
  fill: orange;
}
body.theme-1 .number-preview.color-pink svg text.fill {
  fill: pink;
}
body.theme-1 .number-preview.color-purple svg text.fill {
  fill: purple;
}
body.theme-1 .number-preview.color-teal svg text.fill {
  fill: teal;
}
body.theme-1 .number-preview.color-maroon svg text.fill {
  fill: maroon;
}
body.theme-1 .number-preview.color-brown svg text.fill {
  fill: #42280e;
}
body.theme-1 .number-preview.color-tan svg text.fill {
  fill: tan;
}
body.theme-1 .number-preview.color-gray svg text.fill {
  fill: gray;
}
body.theme-1 .number-preview.color-lime svg text.fill {
  fill: lime;
}
body.theme-1 .number-preview.color-navy svg text.fill {
  fill: navy;
}
body.theme-1 .number-preview.keyline-black svg text.fill {
  stroke: black;
}
body.theme-1 .number-preview.keyline-blue svg text.fill {
  stroke: blue;
}
body.theme-1 .number-preview.keyline-yellow svg text.fill {
  stroke: yellow;
}
body.theme-1 .number-preview.keyline-white svg text.fill {
  stroke: white;
}
body.theme-1 .number-preview.keyline-red svg text.fill {
  stroke: red;
}
body.theme-1 .number-preview.keyline-green svg text.fill {
  stroke: green;
}
body.theme-1 .number-preview.keyline-orange svg text.fill {
  stroke: orange;
}
body.theme-1 .number-preview.keyline-pink svg text.fill {
  stroke: pink;
}
body.theme-1 .number-preview.keyline-purple svg text.fill {
  stroke: purple;
}
body.theme-1 .number-preview.keyline-teal svg text.fill {
  stroke: teal;
}
body.theme-1 .number-preview.keyline-maroon svg text.fill {
  stroke: maroon;
}
body.theme-1 .number-preview.keyline-brown svg text.fill {
  stroke: #42280e;
}
body.theme-1 .number-preview.keyline-tan svg text.fill {
  stroke: tan;
}
body.theme-1 .number-preview.keyline-gray svg text.fill {
  stroke: gray;
}
body.theme-1 .number-preview.keyline-lime svg text.fill {
  stroke: lime;
}
body.theme-1 .number-preview.keyline-navy svg text.fill {
  stroke: navy;
}
body.theme-1 .order-preview.watter-bottle-banner-sec img {
  display: none;
  max-height: 300px;
}
body.theme-1 .order-preview.watter-bottle-banner-sec.example1 img.example1 {
  display: block;
}
body.theme-1 .order-preview.watter-bottle-banner-sec.example2 img.example2 {
  display: block;
}
body.theme-1 .order-preview.bottle {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
body.theme-1 .order-preview.bottle.mt0 .tag-preview svg {
  margin-top: 0;
}
body.theme-1 .order-preview.bottle .tag-preview.noLogo .front .team-logo {
  display: none;
}
body.theme-1 .order-preview.bottle .tag-preview svg {
  width: 100%;
  margin-top: 20%;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-1 {
  fill: none;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-7 {
  fill: #fff;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-4 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path);
}
body.theme-1 .order-preview.bottle .tag-preview .cls-5 {
  fill: #231f20;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-6 {
  fill: #ccc;
  stroke: #231f20;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-6,
body.theme-1 .order-preview.bottle .tag-preview .cls-7 {
  stroke-miterlimit: 10;
}
body.theme-1 .order-preview.bottle .tag-preview .cls-7 {
  stroke: #1b1819;
  stroke-width: 4px;
}
body.theme-1 .order-preview.bottle .tag-preview .top-color {
  fill: red;
}
body.theme-1 .order-preview.bottle .tag-preview .bottom-color {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview .bottom-text {
  fill: white;
}
body.theme-1 .order-preview.bottle .tag-preview .back-lines {
  fill: white;
}
body.theme-1 .order-preview.bottle .tag-preview.blacktext .text-color {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.whitetext .text-color {
  fill: white;
}
body.theme-1 .order-preview.bottle .tag-preview.black .bottom-color {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.blue .bottom-color {
  fill: blue;
}
body.theme-1 .order-preview.bottle .tag-preview.yellow .bottom-color {
  fill: yellow;
}
body.theme-1 .order-preview.bottle .tag-preview.yellow .bottom-text {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.white .bottom-color {
  fill: white;
}
body.theme-1 .order-preview.bottle .tag-preview.white .bottom-text {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.red .bottom-color {
  fill: red;
}
body.theme-1 .order-preview.bottle .tag-preview.green .bottom-color {
  fill: green;
}
body.theme-1 .order-preview.bottle .tag-preview.orange .bottom-color {
  fill: #FF6600;
}
body.theme-1 .order-preview.bottle .tag-preview.pink .bottom-color {
  fill: #ff69b4;
}
body.theme-1 .order-preview.bottle .tag-preview.purple .bottom-color {
  fill: purple;
}
body.theme-1 .order-preview.bottle .tag-preview.teal .bottom-color {
  fill: #028482;
}
body.theme-1 .order-preview.bottle .tag-preview.maroon .bottom-color {
  fill: #830300;
}
body.theme-1 .order-preview.bottle .tag-preview.brown .bottom-color {
  fill: #42280e;
}
body.theme-1 .order-preview.bottle .tag-preview.tan .bottom-color {
  fill: tan;
}
body.theme-1 .order-preview.bottle .tag-preview.tan .bottom-text {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.gray .bottom-color {
  fill: gray;
}
body.theme-1 .order-preview.bottle .tag-preview.gray .bottom-text {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.lime .bottom-color {
  fill: lime;
}
body.theme-1 .order-preview.bottle .tag-preview.lime .bottom-text {
  fill: black;
}
body.theme-1 .order-preview.bottle .tag-preview.navy .bottom-color {
  fill: navy;
}
body.theme-1 .order-preview.bottle.black .tag-preview .top-color {
  fill: black;
}
body.theme-1 .order-preview.bottle.blue .tag-preview .top-color {
  fill: blue;
}
body.theme-1 .order-preview.bottle.yellow .tag-preview .top-color {
  fill: yellow;
}
body.theme-1 .order-preview.bottle.yellow .tag-preview .top-text {
  fill: black;
}
body.theme-1 .order-preview.bottle.white .tag-preview .top-color {
  fill: white;
}
body.theme-1 .order-preview.bottle.white .tag-preview .top-text {
  fill: black;
}
body.theme-1 .order-preview.bottle.red .tag-preview .top-color {
  fill: red;
}
body.theme-1 .order-preview.bottle.green .tag-preview .top-color {
  fill: green;
}
body.theme-1 .order-preview.bottle.orange .tag-preview .top-color {
  fill: #FF6600;
}
body.theme-1 .order-preview.bottle.pink .tag-preview .top-color {
  fill: #ff69b4;
}
body.theme-1 .order-preview.bottle.purple .tag-preview .top-color {
  fill: purple;
}
body.theme-1 .order-preview.bottle.teal .tag-preview .top-color {
  fill: #028482;
}
body.theme-1 .order-preview.bottle.maroon .tag-preview .top-color {
  fill: #830300;
}
body.theme-1 .order-preview.bottle.brown .tag-preview .top-color {
  fill: #42280e;
}
body.theme-1 .order-preview.bottle.tan .tag-preview .top-color {
  fill: tan;
}
body.theme-1 .order-preview.bottle.tan .tag-preview .top-text {
  fill: black;
}
body.theme-1 .order-preview.bottle.gray .tag-preview .top-color {
  fill: gray;
}
body.theme-1 .order-preview.bottle.gray .tag-preview .top-text {
  fill: black;
}
body.theme-1 .order-preview.bottle.lime .tag-preview .top-color {
  fill: lime;
}
body.theme-1 .order-preview.bottle.lime .tag-preview .top-text {
  fill: black;
}
body.theme-1 .order-preview.bottle.navy .tag-preview .top-color {
  fill: navy;
}
body.theme-1 .bag-tag-redio.water-bottle-pre {
  text-align: center;
}
body.theme-1 .bag-tag-redio.water-bottle-pre label > input {
  visibility: hidden;
  position: absolute;
}
body.theme-1 .bag-tag-redio.water-bottle-pre label > input + img {
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 6px;
  max-width: 50px;
  margin: 0px 10px 5px 10px;
}
body.theme-1 .bag-tag-redio.water-bottle-pre label > input:checked + img {
  border-color: red;
}
body.theme-1 .bag-tag-redio.water-bottle-pre label span.title {
  display: block;
  font-size: 11px;
  color: #666;
}
body.theme-1 .sticker-preview {
  position: relative;
}
body.theme-1 .sticker-preview.water-bottle .logo-on-top {
  position: absolute;
  z-index: 1;
  width: 100px;
  left: 41%;
  top: 53%;
}
body.theme-1 .compound-navigation {
  margin-bottom: 15px;
}
body.theme-1 .compound-navigation .list-by-comp {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
body.theme-1 .compound-navigation .list-by-comp li {
  float: left;
  padding: 5px 10px;
}
body.theme-1 .compound-navigation .list-by-comp li a {
  width: 40px;
  height: 39px;
  padding: 9px 0px;
  text-align: center;
  background: #fff;
  border: 1px solid #ec2426;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ec2426;
  display: block;
}
body.theme-1 .compound-navigation .list-by-comp li a:hover, body.theme-1 .compound-navigation .list-by-comp li a:focus {
  text-decoration: none;
  background: #ec2426;
  border-color: #ec2426;
  color: #fff;
}
body.theme-1 .compound-header {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 10px 0px;
}
body.theme-1 .compound-header .letter-text {
  padding-left: 15px;
  margin: 0;
  color: #231f20;
}
body.theme-1 .compound-header .letter-text a {
  color: #ccc;
}
body.theme-1 .compound-header .letter-text a:hover, body.theme-1 .compound-header .letter-text a:focus {
  color: #ec2426;
  text-decoration: none;
}
body.theme-1 .compound-header .link-to-top {
  padding-right: 15px;
  color: #ec2426;
}
body.theme-1 .compound-header .link-to-top:hover, body.theme-1 .compound-header .link-to-top:focus {
  color: #231f20;
  text-decoration: none;
}
body.theme-1 .compound-body {
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 1300px) {
  body.theme-1 .compound-body .categories-grid .swiper-slide .category-discript {
    padding-right: 20px;
  }
  body.theme-1 .compound-body .categories-grid .swiper-slide .category-discript .cta {
    padding: 0 30px 0 30px;
  }
  body.theme-1 .compound-body .categories-grid .swiper-slide .category-discript .cta .view-all-btn {
    font-size: 16px;
  }
}
body.theme-1 .team-grid-row {
  margin: 50px -50px 0 -50px;
}
body.theme-1 .team-grid-row [class*=col-] {
  text-align: center;
  padding: 0 50px;
}
body.theme-1 .team-grid-row [class*=col-] .order-title {
  color: #ec2426;
  margin-bottom: 30px;
  font-size: 22px;
}
body.theme-1 .team-grid-row [class*=col-] img {
  max-height: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.theme-1 .team-grid-row [class*=col-] .section-cost {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
body.theme-1 .team-grid-row hr.devider {
  border-bottom: 1px solid #999999;
}
body.theme-1 .team-grid-row.box-grid {
  margin: 50px -15px 0 -15px;
}
body.theme-1 .team-grid-row.box-grid hr.devider {
  display: none;
}
body.theme-1 .team-grid-row.box-grid > [class*=col-] {
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
}
body.theme-1 .team-grid-row.box-grid > [class*=col-]::before {
  position: absolute;
  z-index: -1;
  content: " ";
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
body.theme-1 .team-grid-row.box-grid > [class*=col-]:hover::before {
  border: 1px solid #ccc;
}
body.theme-1 table {
  width: 100%;
}
body.theme-1 table.shopping-cart td {
  line-height: 26px;
  padding-bottom: 10px;
}
body.theme-1 table.shopping-cart td.text-price {
  color: #ec2426;
  font-weight: 700;
  font-size: 16px;
}
body.theme-1 .devider-with-title {
  border-bottom: 1px solid #ec2426;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
body.theme-1 .devider-with-title span {
  background: #ec2426;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}
body.theme-1 .team-total-cost-sec .btn.btn-lg, body.theme-1 .team-total-cost-sec .popular-categories-area .categories-grid .category-discript .cta .btn-lg.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .team-total-cost-sec .btn-lg.view-all-btn, body.theme-1 .team-total-cost-sec .list-product .cta .btn-lg.view-all-btn, body.theme-1 .list-product .cta .team-total-cost-sec .btn-lg.view-all-btn {
  font-size: 22px;
  height: auto;
  padding: 15px 20px;
}
body.theme-1 .team-page-top-img-group img {
  display: inline-block;
  width: auto;
  max-height: 150px;
}
body.theme-1 .team-page-title-no-border .pro-details-list {
  border: none;
}
body.theme-1 .svg-pro-box {
  position: relative;
}
body.theme-1 .svg-pro-box .thumb-category a {
  padding-top: 10px;
  position: relative;
}
body.theme-1 .svg-pro-box .thumb-category a svg {
  max-height: 100%;
}
body.theme-1 .svg-pro-box .thumb-category a .logo-img-over-svg {
  position: absolute !important;
  z-index: 1;
  top: 53.3%;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
body.theme-1 .svg-pro-box .thumb-category a .logo-img-over-svg img {
  max-width: 100%;
  max-height: 100%;
}
body.theme-1 .svg-pro-box.water-bottle .thumb-category a .logo-img-over-svg {
  top: 54.3%;
  left: 0%;
  right: 0;
  width: 40px;
  height: 40px;
}
body.theme-1 .svg-pro-box.bag-tag .thumb-category a .logo-img-over-svg {
  top: 46.3%;
  left: 5%;
  right: 0;
  width: 80px;
  height: 80px;
}
body.theme-1 .svg-pro-box.Christmas-Ornaments .thumb-category a .logo-img-over-svg {
  top: 41.3%;
  left: 0%;
  right: 0;
  width: 50px;
  height: 50px;
}
body.theme-1 .ready-made-decals-sec .categories-grid .col .category-slider-item .category-discript {
  text-align: center;
}
body.theme-1 .ready-made-decals-sec .categories-grid .col .category-slider-item .category-discript .price {
  font-size: 20px;
  margin-bottom: 15px;
}
body.theme-1 .ready-made-decals-sec .categories-grid .col .category-slider-item .category-discript .price span {
  color: #333;
}
body.theme-1 .ready-made-decals-sec .categories-grid .col .category-slider-item .category-discript .thumb-category {
  text-align: center;
}
body.theme-1 .ready-made-decals-sec .categories-grid .col .category-slider-item .category-discript .thumb-category img {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 15px;
}
body.theme-1 .door-hanger-sticker-preview-sec {
  position: relative;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 30px;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview img {
  max-width: 100%;
  max-height: 550px;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview .title {
  color: #ec2426;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview svg {
  width: 100%;
  margin-bottom: 20px;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview.left {
  left: 0;
  width: 50%;
  padding: 0 10px;
}
body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview.right {
  right: 0;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview {
    position: relative;
    top: 0;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 !important;
  }
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview .title {
    font-size: 20px;
  }
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview img {
    max-height: 400px;
    margin: 0 auto 25px auto;
  }
}
@media (max-width: 991px) {
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview {
    width: 100%;
  }
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview svg {
    height: auto;
    max-height: 370px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview .title {
    font-size: 16px;
  }
  body.theme-1 .door-hanger-sticker-preview-sec .sticker-preview img {
    max-height: 300px;
  }
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val .main-color {
  fill: red;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val .main-text {
  fill: white;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.black .main-color {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.blue .main-color {
  fill: blue;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.yellow .main-color {
  fill: yellow;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.yellow .main-text {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.white .main-color {
  fill: white;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.white .main-text {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.red .main-color {
  fill: red;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.green .main-color {
  fill: green;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.orange .main-color {
  fill: #FF6600;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.pink .main-color {
  fill: #ff69b4;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.purple .main-color {
  fill: purple;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.teal .main-color {
  fill: #028482;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.maroon .main-color {
  fill: #830300;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.brown .main-color {
  fill: #42280e;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.tan .main-color {
  fill: tan;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.gray .main-color {
  fill: gray;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.lime .main-color {
  fill: lime;
}
body.theme-1 .door-hanger-sticker-preview-sec.main-color-val.navy .main-color {
  fill: navy;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .secondary-color {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .secondary-text {
  display: none;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.black .secondary-color {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.blue .secondary-color {
  fill: blue;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.yellow .secondary-color {
  fill: yellow;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.yellow .secondary-text {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.white .secondary-color {
  fill: white;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.white .secondary-text {
  fill: black;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.red .secondary-color {
  fill: red;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.green .secondary-color {
  fill: green;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.orange .secondary-color {
  fill: #FF6600;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.pink .secondary-color {
  fill: #ff69b4;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.purple .secondary-color {
  fill: purple;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.teal .secondary-color {
  fill: #028482;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.maroon .secondary-color {
  fill: #830300;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.brown .secondary-color {
  fill: #42280e;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.tan .secondary-color {
  fill: tan;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.gray .secondary-color {
  fill: gray;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.lime .secondary-color {
  fill: lime;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val.navy .secondary-color {
  fill: navy;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg {
  position: relative;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg .text {
  position: absolute;
  bottom: 36px;
  font-size: 62px;
  right: 60px;
  color: #ff0000;
  z-index: 9;
  left: 60px;
  font-weight: 900;
  font-family: "NHLChicagoBlackhawks";
  letter-spacing: 4px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg .text.sm {
  font-size: 50px;
}
body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg .text.xs {
  font-size: 30px;
}
@media (max-width: 1399px) {
  body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg .text {
    font-size: 52px;
  }
}
@media (max-width: 1299px) {
  body.theme-1 .door-hanger-sticker-preview-sec .secondary-color-val .text-on-svg .text {
    font-size: 45px;
  }
}
body.theme-1 .cart-main-area .cart-tax {
  padding-bottom: 20px;
}
body.theme-1 .cart-main-area .grand-totall {
  padding-bottom: 10px;
}
body.theme-1 .cart-main-area .cart-bottom-title {
  color: #ec2426;
}
body.theme-1 .cart-main-area .table-content table th.order-type {
  text-align: left;
  padding-left: 30px;
}
body.theme-1 .cart-main-area .table-content table tbody > tr td {
  padding: 10px 15px;
  width: 100px;
}
body.theme-1 .cart-main-area .table-content table tbody > tr td.product-name {
  width: auto;
  text-align: left;
  padding-left: 30px;
}
body.theme-1 .cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #ec2426;
}
body.theme-1 .cart-main-area .tax-select-wrapper .form-group .col-form-label {
  line-height: 28px;
}
body.theme-1 .cart-main-area #ship-to-form {
  display: none;
}
body.theme-1 .cart-main-area #ship-to-form.open {
  display: block;
}
body.theme-1 .cart-main-area .order-total-sec {
  padding-right: 15px;
}
body.theme-1 .cart-main-area .order-total-sec table {
  margin: 15px 0px;
}
@media (max-width: 767px) {
  body.theme-1 .cart-main-area .order-total-sec table {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.theme-1 .cart-main-area .order-total-sec table td {
  color: #555;
  width: 34%;
  text-align: right;
  padding: 2px 10px;
}
body.theme-1 .cart-main-area .order-total-sec table td.value {
  padding-right: 0px;
  width: 20%;
  text-align: right;
}
body.theme-1 .cart-main-area .order-total-sec table td.lbl-total {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
body.theme-1 .cart-main-area .order-total-sec table td.num-total {
  color: #ec2426;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.theme-1 .cart-main-area .order-total-sec table td.num-total {
    font-size: 18px;
  }
}
body.theme-1 .cart-main-area .order-total-sec table td.num-total .currency-type {
  color: #ec2426;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}
body.theme-1 .cart-main-area .btn-order a {
  background: none;
}
body.theme-1 .cart-main-area .shipping-method-img-sec {
  margin-bottom: 15px;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box {
  text-align: center;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box .form-check {
  padding-left: 5px;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box .form-check input[type=radio] {
  top: 2px;
  right: 0;
  left: 0;
  margin: 10px auto;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  cursor: pointer;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box .form-check .form-check-label img {
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
body.theme-1 .cart-main-area .shipping-method-img-sec .box .form-check.fedex .form-check-label img {
  max-width: 80%;
}
body.theme-1 .cart-main-area .cart-col-row .col-box {
  position: relative;
}
body.theme-1 .cart-main-area .cart-col-row .col-box .cart-box {
  position: relative;
  height: 100%;
}
body.theme-1 .cart-page-sec {
  min-height: 100vh;
  padding-top: 50px;
}
body.theme-1 .cart-page-sec .col-left-sec {
  padding-right: 60px;
}
@media (max-width: 991px) {
  body.theme-1 .cart-page-sec .col-left-sec {
    padding-right: 15px;
  }
}
body.theme-1 .cart-page-sec .col-left-sec .shipping-radio-sec .list-group-item {
  padding: 25px 20px 25px 10px;
}
body.theme-1 .cart-page-sec .col-right-sec {
  padding-left: 60px;
  padding-top: 0;
  border-left: 1px solid #eee;
}
@media (max-width: 991px) {
  body.theme-1 .cart-page-sec .col-right-sec {
    border: none;
    padding-left: 15px;
  }
}
body.theme-1 .cart-page-sec .col-right-sec .your-order-wrap {
  background-color: #fff;
  padding: 20px 0;
}
body.theme-1 .cart-page-sec .order-item {
  position: relative;
}
body.theme-1 .cart-page-sec .order-item .card-body .card-title {
  padding-right: 65px;
  margin: 10px 0 25px 0;
}
body.theme-1 .cart-page-sec .order-item .card-body .qty {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 3;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  color: red;
  background: #fff;
}
body.theme-1 .cart-page-sec .order-item .card-body .qty span {
  font-size: 16px;
  color: #000;
}
body.theme-1 .cart-page-sec .order-item .card-body .box .img {
  text-align: center;
}
body.theme-1 .cart-page-sec .order-item .card-body .box .img .title {
  margin-bottom: 10px;
}
body.theme-1 .cart-page-sec .order-item .card-body .box table td {
  padding: 5px;
}
body.theme-1 .cart-page-sec .order-item .card-body .box table td .color-box {
  width: 30px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ccc;
}
body.theme-1 .cart-page-sec .order-item .card-body .box table td .val {
  position: relative;
  top: -5px;
}
body.theme-1 .cart-page-sec .order-item .card-body .box table td.numbers {
  color: red;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
body.theme-1 .cart-page-sec .order-item .card-body .box table td.numbers span {
  margin-right: 10px;
  display: inline-block;
}
body.theme-1 .cart-page-sec .thumbs-up {
  width: 150px;
  margin: 30px auto;
}
body.theme-1 .title-right-underlineline {
  text-align: right;
  color: #ccc;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.theme-1 .title-right-underlineline {
    font-size: 22px;
  }
}
body.theme-1 .cartImg-box {
  border: 1px solid #ccc;
  position: relative;
}
body.theme-1 .cartImg-box span {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #000;
  color: #fff;
  border-radius: 10px;
  top: -10px;
  right: -10px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px;
}
body.theme-1 .your-order-total .total-cost {
  font-size: 26px !important;
  color: #000;
}
body.theme-1 .your-order-total .total-cost span {
  font-size: 14px;
  position: relative;
  top: -5px;
  right: -5px;
}
body.theme-1 .form-floating {
  position: relative;
}
body.theme-1 .form-floating > .form-control, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle,
body.theme-1 .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
body.theme-1 .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-1 .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
body.theme-1 .form-floating > .form-control, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle {
  padding: 1rem 0.75rem;
}
body.theme-1 .form-floating > .form-control::-moz-placeholder, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle::-moz-placeholder {
  color: transparent;
}
body.theme-1 .form-floating > .form-control::-webkit-input-placeholder, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle::-webkit-input-placeholder {
  color: transparent;
}
body.theme-1 .form-floating > .form-control:-ms-input-placeholder, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:-ms-input-placeholder {
  color: transparent;
}
body.theme-1 .form-floating > .form-control::-ms-input-placeholder, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle::-ms-input-placeholder {
  color: transparent;
}
body.theme-1 .form-floating > .form-control::placeholder, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle::placeholder {
  color: transparent;
}
body.theme-1 .form-floating > .form-control:not(:-moz-placeholder-shown), body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-1 .form-floating > .form-control:not(:-ms-input-placeholder), body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-1 .form-floating > .form-control:focus, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:focus,
body.theme-1 .form-floating > .form-control:not(:placeholder-shown),
body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-1 .form-floating > .form-control:-webkit-autofill, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-1 .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-1 .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-1 .form-floating > .form-control:not(:-ms-input-placeholder) ~ label, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-1 .form-floating > .form-control:focus ~ label, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:focus ~ label,
body.theme-1 .form-floating > .form-control:not(:placeholder-shown) ~ label,
body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:not(:placeholder-shown) ~ label,
body.theme-1 .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-1 .form-floating > .form-control:-webkit-autofill ~ label, body.theme-1 .form-control.bootstrap-select .form-floating > .dropdown-toggle:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-1 .text-50 {
  font-size: 50px;
}
body.theme-1 .btn-return {
  font-size: 18px;
  text-decoration: none;
}
body.theme-1 .btn-return i {
  font-size: 32px;
  position: relative;
  top: 5px;
  margin-right: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body.theme-1 .btn-return:hover i {
  margin-right: 5px;
}
body.theme-1 .btn-gray-list a {
  color: #999;
}
body.theme-1 .btn-gray-list a:hover {
  color: red;
}
body.theme-1 .promo-input::-webkit-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
body.theme-1 .promo-input::-moz-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
body.theme-1 .promo-input:-ms-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
body.theme-1 .promo-input::-ms-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
body.theme-1 .promo-input::placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
body.theme-1 .promo-input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}
body.theme-1 .pro-details-list p {
  margin-bottom: 15px;
}
body.theme-1 .thank-you-sec .confirmation h2 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}
body.theme-1 .thank-you-sec .confirmation h4 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
body.theme-1 .thank-you-sec .confirmation button {
  position: relative;
  top: -5px;
}
body.theme-1 .thank-you-sec .confirmation button i {
  font-size: 20px;
}
body.theme-1 .thank-you-sec .confirmation button:hover {
  color: red;
}
body.theme-1 .thank-you-sec .confirmation .order-confirmed {
  font-size: 20px;
}
body.theme-1 .thank-you-sec .confirmation p.title {
  margin-bottom: 10px;
  margin-top: 10px;
}
body.theme-1 .thank-you-sec .confirmation p.title strong {
  text-transform: uppercase;
}
body.theme-1 .order-info {
  width: 100%;
  margin-bottom: 10px;
}
body.theme-1 .order-info th,
body.theme-1 .order-info td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
body.theme-1 .order-notes {
  font-weight: bold;
  margin-bottom: 10px;
}
body.theme-1 .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
  font-weight: 700;
}
body.theme-1 .order-item img {
  max-width: 100px;
  margin-right: 10px;
}
body.theme-1 .order-item-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.theme-1 .order-item-details table {
  width: 100%;
  border-collapse: collapse;
}
body.theme-1 .order-item-details table,
body.theme-1 .order-item-details th,
body.theme-1 .order-item-details td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
body.theme-1 .order-item-details th {
  background-color: #f9f9f9;
}
body.theme-1 .quantity {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #ddd;
}
body.theme-1 .tbl-grid, body.theme-1 .tbl-grid .tbl-grid {
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
body.theme-1 .tbl-grid td, body.theme-1 .tbl-grid .no-border .tbl-grid td {
  border: 1px solid #ccc;
  padding: 5px;
}
body.theme-1 .tbl-grid .no-border td {
  border: none;
}
body.theme-1 .tbl-grid-2, body.theme-1 .tbl-grid-2 .tbl-grid-2 {
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
body.theme-1 .tbl-grid-2 th {
  padding: 0 0 10px 0;
}
body.theme-1 .tbl-grid-2 td, body.theme-1 .tbl-grid-2 .no-border .tbl-grid-2 td {
  border: 1px solid #ccc;
  padding: 10px;
}
body.theme-1 .box {
  border: 1px solid #ccc;
}
body.theme-1 .tblItems table,
body.theme-1 .tblItems th,
body.theme-1 .tblItems td {
  border: 1px solid #aaa;
  padding: 10px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
body.theme-1 .tblItems .num {
  color: red;
  margin-top: 10px;
}
body.theme-1 .tblItems .txt-red {
  color: red;
}
body.theme-1 .tblItems .text-x2 {
  font-size: 20px;
  font-weight: 900;
}
body.theme-1 .tblItems table {
  border-spacing: 10px;
  border: none;
}
body.theme-1 .tblItems table.no-space {
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
}
body.theme-1 .red {
  color: red;
}
@media (max-width: 767px) {
  body.theme-1 .td-sm {
    width: 100% !important;
    display: block;
  }
}
body.theme-1 .form-control.promo-input, body.theme-1 .form-control.bootstrap-select .promo-input.dropdown-toggle {
  height: 45px;
}
body.theme-1 .minicart-product-list li .content {
  padding-right: 20px;
}
body.theme-1 .order-preview.bag-tag {
  margin-left: auto;
  margin-right: auto;
}
body.theme-1 .order-preview.bag-tag.round .tag-preview.front svg {
  max-width: 210px;
}
body.theme-1 .order-preview.bag-tag .tag-preview .front {
  position: relative;
  text-align: center;
}
body.theme-1 .order-preview.bag-tag .tag-preview .front svg {
  max-height: 300px;
  max-width: 250px;
  margin: 0 auto;
}
body.theme-1 .order-preview.bag-tag .tag-preview .front .title {
  position: absolute;
  display: block;
  left: 20%;
  bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ec2426;
}
@media (max-width: 1199px) {
  body.theme-1 .order-preview.bag-tag .tag-preview .front .title {
    left: 0;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body.theme-1 .order-preview.bag-tag .tag-preview .front .title {
    left: 15px;
  }
}
body.theme-1 .order-preview.bag-tag .tag-preview.noLogo .front .team-logo {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview .back-side {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
body.theme-1 .order-preview.bag-tag .tag-preview .back-side img {
  max-height: 300px;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 470px) {
  body.theme-1 .order-preview.bag-tag .tag-preview .back-side img {
    max-width: 100%;
  }
}
body.theme-1 .order-preview.bag-tag .tag-preview .back-side .title {
  position: absolute;
  display: block;
  left: 20%;
  bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ec2426;
}
@media (max-width: 1199px) {
  body.theme-1 .order-preview.bag-tag .tag-preview .back-side .title {
    left: 0;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body.theme-1 .order-preview.bag-tag .tag-preview .back-side .title {
    left: 15px;
  }
}
body.theme-1 .order-preview.bag-tag .tag-preview .back {
  display: none;
  text-align: center;
}
body.theme-1 .order-preview.bag-tag .tag-preview .back.back-us img, body.theme-1 .order-preview.bag-tag .tag-preview .back.back-canada img {
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}
body.theme-1 .order-preview.bag-tag .tag-preview.back-us .front {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview.back-us .back-us {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.back-canada .front {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview.back-canada .back-canada {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.cool-logo .front {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview.cool-logo .cool-logo {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.example .front {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview.example .example {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview svg .tag-img {
  display: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview.hockey svg .tag-img.hockey {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.soccer svg .tag-img.soccer {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.baseball svg .tag-img.baseball {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.golf svg .tag-img.golf {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.lacrosse svg .tag-img.lacrosse {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.football svg .tag-img.football {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.tennis svg .tag-img.tennis {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.basketball svg .tag-img.basketball {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.bowling svg .tag-img.bowling {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview.volleyball svg .tag-img.volleyball {
  display: block;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-1 {
  fill: none;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-2 {
  opacity: 0.3;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-3 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path);
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-4 {
  -webkit-clip-path: url(#clip-path-2);
          clip-path: url(#clip-path-2);
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-5 {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-6 {
  fill: #ed1c24;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-7 {
  fill: #f9f9fa;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-8 {
  fill: #f8f7f8;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-9 {
  fill: #a7a9ac;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-10 {
  fill: #231f20;
}
body.theme-1 .order-preview.bag-tag .tag-preview .cls-11 {
  fill: #cf0a2c;
}
body.theme-1 .order-preview.bag-tag .tag-preview .primary-bg {
  fill: red;
}
body.theme-1 .order-preview.bag-tag .tag-preview .primary-text {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag .tag-preview .secondary-bg {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview .secondary-text {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag .tag-preview.black .secondary-bg {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.blue .secondary-bg {
  fill: blue;
}
body.theme-1 .order-preview.bag-tag .tag-preview.yellow .secondary-bg {
  fill: yellow;
}
body.theme-1 .order-preview.bag-tag .tag-preview.yellow .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.white .secondary-bg {
  fill: white;
}
body.theme-1 .order-preview.bag-tag .tag-preview.white .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.red .secondary-bg {
  fill: red;
}
body.theme-1 .order-preview.bag-tag .tag-preview.green .secondary-bg {
  fill: green;
}
body.theme-1 .order-preview.bag-tag .tag-preview.orange .secondary-bg {
  fill: #FF6600;
}
body.theme-1 .order-preview.bag-tag .tag-preview.pink .secondary-bg {
  fill: #ff69b4;
}
body.theme-1 .order-preview.bag-tag .tag-preview.purple .secondary-bg {
  fill: purple;
}
body.theme-1 .order-preview.bag-tag .tag-preview.teal .secondary-bg {
  fill: #028482;
}
body.theme-1 .order-preview.bag-tag .tag-preview.maroon .secondary-bg {
  fill: #830300;
}
body.theme-1 .order-preview.bag-tag .tag-preview.brown .secondary-bg {
  fill: #42280e;
}
body.theme-1 .order-preview.bag-tag .tag-preview.tan .secondary-bg {
  fill: tan;
}
body.theme-1 .order-preview.bag-tag .tag-preview.tan .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.gray .secondary-bg {
  fill: gray;
}
body.theme-1 .order-preview.bag-tag .tag-preview.gray .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.lime .secondary-bg {
  fill: lime;
}
body.theme-1 .order-preview.bag-tag .tag-preview.lime .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag .tag-preview.navy .secondary-bg {
  fill: navy;
}
body.theme-1 .order-preview.bag-tag.hockey-only.baseball .front svg {
  height: 280px;
  margin-top: 45px;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .cls-1 {
  fill: none;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .cls-2 {
  opacity: 0.3;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .cls-3 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path);
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .cls-4 {
  -webkit-clip-path: url(#clip-path-2);
          clip-path: url(#clip-path-2);
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .cls-5 {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-7 {
  fill: #ccc;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-7,
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-8 {
  stroke: #231f20;
  stroke-miterlimit: 10;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-12,
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-8 {
  fill: #231f20;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-11 {
  fill: #a7a9ac;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.hocky-css .cls-13 {
  fill: #cf0a2c;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .primary-bg {
  fill: red;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .primary-text {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .secondary-bg {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview .secondary-text {
  fill: #fff;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.black .secondary-bg {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.blue .secondary-bg {
  fill: blue;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.yellow .secondary-bg {
  fill: yellow;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.yellow .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.white .secondary-bg {
  fill: white;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.white .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.red .secondary-bg {
  fill: red;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.green .secondary-bg {
  fill: green;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.orange .secondary-bg {
  fill: #FF6600;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.pink .secondary-bg {
  fill: #ff69b4;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.purple .secondary-bg {
  fill: purple;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.teal .secondary-bg {
  fill: #028482;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.maroon .secondary-bg {
  fill: #830300;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.brown .secondary-bg {
  fill: #42280e;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.tan .secondary-bg {
  fill: tan;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.tan .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.gray .secondary-bg {
  fill: gray;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.gray .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.lime .secondary-bg {
  fill: lime;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.lime .secondary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.hockey-only .tag-preview.navy .secondary-bg {
  fill: navy;
}
body.theme-1 .order-preview.bag-tag.black .tag-preview .primary-bg {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.blue .tag-preview .primary-bg {
  fill: blue;
}
body.theme-1 .order-preview.bag-tag.yellow .tag-preview .primary-bg {
  fill: yellow;
}
body.theme-1 .order-preview.bag-tag.yellow .tag-preview .primary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.white .tag-preview .primary-bg {
  fill: white;
}
body.theme-1 .order-preview.bag-tag.white .tag-preview .primary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.red .tag-preview .primary-bg {
  fill: red;
}
body.theme-1 .order-preview.bag-tag.green .tag-preview .primary-bg {
  fill: green;
}
body.theme-1 .order-preview.bag-tag.orange .tag-preview .primary-bg {
  fill: #FF6600;
}
body.theme-1 .order-preview.bag-tag.pink .tag-preview .primary-bg {
  fill: #ff69b4;
}
body.theme-1 .order-preview.bag-tag.purple .tag-preview .primary-bg {
  fill: purple;
}
body.theme-1 .order-preview.bag-tag.teal .tag-preview .primary-bg {
  fill: #028482;
}
body.theme-1 .order-preview.bag-tag.maroon .tag-preview .primary-bg {
  fill: #830300;
}
body.theme-1 .order-preview.bag-tag.brown .tag-preview .primary-bg {
  fill: #42280e;
}
body.theme-1 .order-preview.bag-tag.tan .tag-preview .primary-bg {
  fill: tan;
}
body.theme-1 .order-preview.bag-tag.tan .tag-preview .primary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.gray .tag-preview .primary-bg {
  fill: gray;
}
body.theme-1 .order-preview.bag-tag.gray .tag-preview .primary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.lime .tag-preview .primary-bg {
  fill: lime;
}
body.theme-1 .order-preview.bag-tag.lime .tag-preview .primary-text {
  fill: black;
}
body.theme-1 .order-preview.bag-tag.navy .tag-preview .primary-bg {
  fill: navy;
}
body.theme-1 .order-preview.bat-knob {
  padding: 0 30px;
}
body.theme-1 .bag-tag-redio {
  text-align: center;
  margin-top: 30px;
}
body.theme-1 .bag-tag-redio label > input {
  visibility: hidden;
  position: absolute;
}
body.theme-1 .bag-tag-redio label > input + img {
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 6px;
  max-width: 50px;
  margin: 0px 10px 5px 10px;
}
body.theme-1 .bag-tag-redio label > input:checked + img {
  border-color: #ec2426;
}
body.theme-1 .bag-tag-redio label span.title {
  display: block;
  font-size: 11px;
  color: #666;
}
body.theme-1 .line-grid-sec {
  position: relative;
  margin-bottom: 15px;
}
body.theme-1 .line-grid-sec::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
body.theme-1 .line-grid-sec::after {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}
body.theme-1 .line-grid-sec .row {
  margin: 0;
}
body.theme-1 .line-grid-sec .row .box {
  padding: 0;
  margin: 0;
  border-right: 1px solid #ec2426;
  border-bottom: 1px solid #ec2426;
  text-align: center;
}
body.theme-1 .line-grid-sec .row .box img {
  max-width: 100%;
  margin: 0 auto;
}
body.theme-1 .line-grid-sec .row .box .title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ec2426;
  margin-bottom: 30px;
  padding: 0 30px;
}
body.theme-1 .row-bundle .bundle-col {
  position: relative;
}
@media (min-width: 1200px) {
  body.theme-1 .row-bundle .bundle-col + .bundle-col::before {
    content: " ";
    width: 1px;
    height: 650px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 0;
  }
}
body.theme-1 .bat-knob .number-preview {
  background: none;
  width: 100%;
  height: auto;
}
body.theme-1 .bat-knob .number-preview svg {
  max-width: 100%;
  position: relative;
}
body.theme-1 .bat-knob .number-preview.bg-black svg .body-color {
  fill: black;
}
body.theme-1 .bat-knob .number-preview.bg-blue svg .body-color {
  fill: blue;
}
body.theme-1 .bat-knob .number-preview.bg-yellow svg .body-color {
  fill: yellow;
}
body.theme-1 .bat-knob .number-preview.bg-white svg .body-color {
  fill: white;
}
body.theme-1 .bat-knob .number-preview.bg-red svg .body-color {
  fill: red;
}
body.theme-1 .bat-knob .number-preview.bg-green svg .body-color {
  fill: green;
}
body.theme-1 .bat-knob .number-preview.bg-orange svg .body-color {
  fill: orange;
}
body.theme-1 .bat-knob .number-preview.bg-pink svg .body-color {
  fill: pink;
}
body.theme-1 .bat-knob .number-preview.bg-purple svg .body-color {
  fill: purple;
}
body.theme-1 .bat-knob .number-preview.bg-teal svg .body-color {
  fill: teal;
}
body.theme-1 .bat-knob .number-preview.bg-maroon svg .body-color {
  fill: maroon;
}
body.theme-1 .bat-knob .number-preview.bg-brown svg .body-color {
  fill: #42280e;
}
body.theme-1 .bat-knob .number-preview.bg-tan svg .body-color {
  fill: tan;
}
body.theme-1 .bat-knob .number-preview.bg-gray svg .body-color {
  fill: gray;
}
body.theme-1 .bat-knob .number-preview.bg-lime svg .body-color {
  fill: lime;
}
body.theme-1 .bat-knob .number-preview.bg-navy svg .body-color {
  fill: navy;
}
body.theme-1 .bat-knob .number-preview.outline-black svg .secondary-color {
  fill: black;
}
body.theme-1 .bat-knob .number-preview.outline-blue svg .secondary-color {
  fill: blue;
}
body.theme-1 .bat-knob .number-preview.outline-yellow svg .secondary-color {
  fill: yellow;
}
body.theme-1 .bat-knob .number-preview.outline-yellow svg .secondary-number {
  fill: black;
}
body.theme-1 .bat-knob .number-preview.outline-white svg .secondary-color {
  fill: white;
}
body.theme-1 .bat-knob .number-preview.outline-white svg .secondary-number {
  fill: black;
}
body.theme-1 .bat-knob .number-preview.outline-red svg .secondary-color {
  fill: red;
}
body.theme-1 .bat-knob .number-preview.outline-green svg .secondary-color {
  fill: green;
}
body.theme-1 .bat-knob .number-preview.outline-orange svg .secondary-color {
  fill: orange;
}
body.theme-1 .bat-knob .number-preview.outline-pink svg .secondary-color {
  fill: pink;
}
body.theme-1 .bat-knob .number-preview.outline-purple svg .secondary-color {
  fill: purple;
}
body.theme-1 .bat-knob .number-preview.outline-teal svg .secondary-color {
  fill: teal;
}
body.theme-1 .bat-knob .number-preview.outline-maroon svg .secondary-color {
  fill: maroon;
}
body.theme-1 .bat-knob .number-preview.outline-brown svg .secondary-color {
  fill: #42280e;
}
body.theme-1 .bat-knob .number-preview.outline-tan svg .secondary-color {
  fill: tan;
}
body.theme-1 .bat-knob .number-preview.outline-gray svg .secondary-color {
  fill: gray;
}
body.theme-1 .bat-knob .number-preview.outline-lime svg .secondary-color {
  fill: lime;
}
body.theme-1 .bat-knob .number-preview.outline-navy svg .secondary-color {
  fill: navy;
}
body.theme-1 .order-preview {
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.theme-1 .order-preview.bg {
  height: 109px;
  background-image: url("../images/product-image/order-preview.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview.bg {
    background-image: url("../images/product-image/order-preview-xs-bg.png") !important;
    background-repeat: repeat-x;
    background-size: contain;
    background-color: #000;
    height: 50px;
    margin-bottom: 20px;
    overflow: visible;
    margin-top: 30px;
  }
}
body.theme-1 .order-preview.bg.ringette {
  background-image: url("../images/product-image/order-preview-ringette.png");
}
@media (max-width: 480px) {
  body.theme-1 .order-preview.bg.ringette {
    background-image: url("../images/product-image/order-preview-xs-bg-ringette.png") !important;
    background-color: #bf2784;
  }
}
body.theme-1 .order-preview img {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
body.theme-1 .order-preview img.img-bg {
  width: 100%;
}
@media (max-width: 991px) {
  body.theme-1 .order-preview img.img-bg {
    width: 150%;
    margin-left: -38%;
    max-width: 150%;
  }
}
@media (max-width: 767px) {
  body.theme-1 .order-preview img.img-bg {
    width: 150%;
    margin-left: -372px;
    max-width: 150%;
    min-width: 1196px;
  }
}
@media (max-width: 991px) {
  body.theme-1 .order-preview img.img-bg.short {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.theme-1 .order-preview img.img-bg.short {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
  }
}
body.theme-1 .order-preview .preview-input {
  position: absolute;
  top: 2px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-input {
    position: absolute;
    top: 7px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
}
body.theme-1 .order-preview .preview-input .form-control, body.theme-1 .order-preview .preview-input .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input .dropdown-toggle {
  max-width: 440px;
  height: 42px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  background: none;
  text-align: center;
  margin: 31px auto 0 auto;
  border: none;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-input .form-control, body.theme-1 .order-preview .preview-input .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input .dropdown-toggle {
    max-width: 100%;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin: 0;
  }
}
body.theme-1 .order-preview .preview-input .form-control:focus, body.theme-1 .order-preview .preview-input .form-control.bootstrap-select .dropdown-toggle:focus, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.theme-1 .order-preview .preview-input .btn-done {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 39px;
  right: 33px;
  z-index: 9;
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 2px;
  color: green;
  cursor: pointer;
}
body.theme-1 .order-preview .preview-input.black .form-control, body.theme-1 .order-preview .preview-input.black .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.black .dropdown-toggle, body.theme-1 .order-preview .preview-input.blue .form-control, body.theme-1 .order-preview .preview-input.blue .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.blue .dropdown-toggle, body.theme-1 .order-preview .preview-input.red .form-control, body.theme-1 .order-preview .preview-input.red .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.red .dropdown-toggle, body.theme-1 .order-preview .preview-input.green .form-control, body.theme-1 .order-preview .preview-input.green .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.green .dropdown-toggle, body.theme-1 .order-preview .preview-input.orange .form-control, body.theme-1 .order-preview .preview-input.orange .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.orange .dropdown-toggle, body.theme-1 .order-preview .preview-input.pink .form-control, body.theme-1 .order-preview .preview-input.pink .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.pink .dropdown-toggle, body.theme-1 .order-preview .preview-input.purple .form-control, body.theme-1 .order-preview .preview-input.purple .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.purple .dropdown-toggle, body.theme-1 .order-preview .preview-input.maroon .form-control, body.theme-1 .order-preview .preview-input.maroon .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.maroon .dropdown-toggle, body.theme-1 .order-preview .preview-input.brown .form-control, body.theme-1 .order-preview .preview-input.brown .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.brown .dropdown-toggle, body.theme-1 .order-preview .preview-input.navy .form-control, body.theme-1 .order-preview .preview-input.navy .form-control.bootstrap-select .dropdown-toggle, body.theme-1 .form-control.bootstrap-select .order-preview .preview-input.navy .dropdown-toggle {
  color: white;
}
body.theme-1 .order-preview .preview-lbl {
  position: absolute;
  top: 33px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  margin: 0 auto;
  width: 440px;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl {
    position: absolute;
    top: 6px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 414px) {
  body.theme-1 .order-preview .preview-lbl {
    left: -28px;
  }
}
@media (max-width: 375px) {
  body.theme-1 .order-preview .preview-lbl {
    left: -47px;
  }
}
@media (max-width: 320px) {
  body.theme-1 .order-preview .preview-lbl {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    left: -26%;
  }
}
body.theme-1 .order-preview .preview-lbl .svg-outer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .angle-svg {
  display: none;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .angle-svg svg.bg {
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .angle-svg svg.keyline {
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .pointed-svg {
  display: none;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .pointed-svg svg.bg {
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl .svg-outer .pointed-svg svg.keyline {
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl .center-part {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 22px;
  line-height: 39px;
  background: #fff;
  color: #000;
  width: 100%;
  margin: 0 auto;
  height: 42px;
  padding: 2px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
body.theme-1 .order-preview .preview-lbl.keyline.add .center-part {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.keyline.add .center-part::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-radius: 10px;
}
body.theme-1 .order-preview .preview-lbl.arial .center-part {
  font-family: "Arial", Helvetica, sans-serif;
}
body.theme-1 .order-preview .preview-lbl.times .center-part {
  font-family: "Times New Roman", Times, serif;
}
body.theme-1 .order-preview .preview-lbl.verdana .center-part {
  font-family: "Verdana", Geneva, Tahoma, sans-serif;
  font-size: 21px;
}
body.theme-1 .order-preview .preview-lbl.small .center-part {
  font-size: 24px;
}
body.theme-1 .order-preview .preview-lbl.medium .center-part {
  font-size: 28px;
}
body.theme-1 .order-preview .preview-lbl.large .center-part {
  font-size: 32px;
}
body.theme-1 .order-preview .preview-lbl.bold .center-part {
  font-weight: 700;
}
body.theme-1 .order-preview .preview-lbl.italic .center-part {
  font-style: italic;
}
body.theme-1 .order-preview .preview-lbl.vertical .center-part {
  font-size: 14px;
}
body.theme-1 .order-preview .preview-lbl.vertical .center-part .txt-wrapper {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: -182px;
  right: 0px;
  left: 0px;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.theme-1 .order-preview .preview-lbl.vertical .center-part .txt-wrapper .txt {
  width: 36px;
  word-break: break-all;
  display: block;
  line-height: 15px;
  margin: 0 auto;
  letter-spacing: 16px;
  text-align: center;
}
body.theme-1 .order-preview .preview-lbl.vertical .center-part .txt-wrapper .txt span {
  display: block;
  margin-bottom: 10px;
}
body.theme-1 .order-preview .preview-lbl.vertical.keyline.add .center-part .txt-wrapper {
  position: absolute;
  top: -182px;
  right: 0px;
  left: 0px;
}
body.theme-1 .order-preview .preview-lbl.pointed {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.pointed .svg-outer .pointed-svg {
  display: block;
}
body.theme-1 .order-preview .preview-lbl.pointed .svg-outer .pointed-svg svg {
  stroke-width: 0;
}
body.theme-1 .order-preview .preview-lbl.pointed .svg-outer .pointed-svg svg.bg {
  fill: white;
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl.pointed .svg-outer .pointed-svg svg.keyline {
  position: absolute;
  top: 3px;
  right: 5px;
  left: 5px;
  z-index: 6;
  height: 38px;
  width: 432px;
  stroke-width: 1;
}
body.theme-1 .order-preview .preview-lbl.pointed .left-part {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 25px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.pointed .left-part {
    left: 1px;
  }
}
body.theme-1 .order-preview .preview-lbl.pointed .center-part {
  width: calc(100% - 50px);
  border-radius: 0;
  position: relative;
  z-index: 7;
  background: none !important;
}
body.theme-1 .order-preview .preview-lbl.pointed .right-part {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.pointed .right-part {
    right: 1px;
  }
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .left-part::before {
  content: " ";
  position: absolute;
  top: -19px;
  left: 5px;
  width: 0;
  height: 0;
  border-right: 24px solid black;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  z-index: 2;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .left-part::after {
  content: " ";
  position: absolute;
  top: -18px;
  left: 7px;
  width: 0;
  height: 0;
  border-right: 22px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 3;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .left-part::after {
    border-right: 23px solid white;
  }
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .center-part {
  position: relative;
  border-radius: 0;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .center-part::before {
  display: none;
  position: absolute;
  top: 2px;
  right: 4px;
  bottom: 2px;
  left: 4px;
  content: " ";
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .right-part::before {
  content: " ";
  position: absolute;
  top: -19px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 24px solid black;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  z-index: 2;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .right-part::after {
  content: " ";
  position: absolute;
  top: -18px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 22px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 3;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .right-part::after {
    border-left: 23px solid white;
  }
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .svg-outer .pointed-svg {
  display: block;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .svg-outer .pointed-svg svg {
  stroke-width: 0;
}
body.theme-1 .order-preview .preview-lbl.pointed.keyline.add .svg-outer .pointed-svg svg.keyline {
  stroke-width: 1;
  stroke: black;
}
body.theme-1 .order-preview .preview-lbl.angle {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.angle .svg-outer .angle-svg {
  display: block;
}
body.theme-1 .order-preview .preview-lbl.angle .svg-outer .angle-svg svg {
  stroke-width: 0;
}
body.theme-1 .order-preview .preview-lbl.angle .svg-outer .angle-svg svg.bg {
  fill: white;
  height: 42px;
  width: 440px;
}
body.theme-1 .order-preview .preview-lbl.angle .svg-outer .angle-svg svg.keyline {
  position: absolute;
  top: 3px;
  right: 5px;
  left: 5px;
  z-index: 6;
  height: 38px;
  width: 432px;
  stroke-width: 1;
}
body.theme-1 .order-preview .preview-lbl.angle .left-part {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 25px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 43px solid transparent;
}
body.theme-1 .order-preview .preview-lbl.angle .center-part {
  width: calc(100% - 50px);
  border-radius: 0;
  position: relative;
  z-index: 7;
  background: none !important;
}
body.theme-1 .order-preview .preview-lbl.angle .right-part {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 42px solid transparent;
  border-bottom: 0px solid transparent;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .left-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .left-part::before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 0;
  height: 0;
  border-right: 25px solid black;
  border-top: 0px solid transparent;
  border-bottom: 39px solid transparent;
  z-index: 2;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.angle.keyline.add .left-part::before {
    border-right: 26px solid;
  }
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .left-part::after {
  content: " ";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 0;
  height: 0;
  border-right: 23px solid white;
  border-top: 0px solid transparent;
  border-bottom: 36px solid transparent;
  z-index: 3;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.angle.keyline.add .left-part::after {
    border-right: 24px solid;
  }
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .center-part {
  position: relative;
  border-radius: 0;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .center-part::before {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.angle.keyline.add .center-part::before {
    position: absolute;
    top: 2px;
    right: 5px;
    bottom: 2px;
    left: 5px;
  }
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .svg-outer .angle-svg {
  display: block;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .svg-outer .angle-svg svg {
  stroke-width: 0;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: black;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .right-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .right-part::before {
  content: " ";
  position: absolute;
  right: 4px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-left: 25px solid black;
  border-top: 39px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: 2;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.angle.keyline.add .right-part::before {
    border-left: 26px solid;
  }
}
body.theme-1 .order-preview .preview-lbl.angle.keyline.add .right-part::after {
  content: " ";
  position: absolute;
  right: 6px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-left: 23px solid white;
  border-top: 36px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: 3;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview .preview-lbl.angle.keyline.add .right-part::after {
    border-left: 24px solid;
  }
}
body.theme-1 .order-preview .preview-lbl.round .left-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.round .center-part {
  width: 100%;
  border-radius: 20px;
}
body.theme-1 .order-preview .preview-lbl.round .right-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.round.keyline.add .center-part {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.round.keyline.add .center-part::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-radius: 20px;
}
body.theme-1 .order-preview .preview-lbl.radius .left-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.radius .center-part {
  width: 100%;
  border-radius: 10px;
}
body.theme-1 .order-preview .preview-lbl.radius .right-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.radius.keyline.add .center-part {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.radius.keyline.add .center-part::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-radius: 10px;
}
body.theme-1 .order-preview .preview-lbl.square .left-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.square .center-part {
  width: 100%;
  border-radius: 0;
}
body.theme-1 .order-preview .preview-lbl.square .right-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.square.keyline.add .center-part {
  position: relative;
}
body.theme-1 .order-preview .preview-lbl.square.keyline.add .center-part::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-radius: 0;
}
body.theme-1 .order-preview .preview-lbl.black .left-part {
  border-right-color: black;
}
body.theme-1 .order-preview .preview-lbl.black .center-part {
  background: black;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.black .right-part {
  border-left-color: black;
}
body.theme-1 .order-preview .preview-lbl.black .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.black .svg-outer .angle-svg svg.bg {
  fill: black;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .left-part::after {
  border-right-color: black;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .right-part::after {
  border-left-color: black;
}
body.theme-1 .order-preview .preview-lbl.black.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.black.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.black.square .center-part, body.theme-1 .order-preview .preview-lbl.black.radius .center-part, body.theme-1 .order-preview .preview-lbl.black.round .center-part {
  border: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .left-part .bt {
  position: absolute;
  top: -15px;
  left: 8px;
  z-index: 3;
  width: 32px;
  height: 37px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  border-top: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .left-part .bb {
  position: absolute;
  top: -18px;
  left: 7px;
  z-index: 3;
  width: 32px;
  height: 33px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-left: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .center-part::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0px;
  left: 25px;
  border: none;
  z-index: 2;
  background: none;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .svg-outer .pointed-svg svg.bg {
  fill: black;
  stroke-width: 1;
  stroke: grey;
}
body.theme-1 .order-preview .preview-lbl.black.pointed.keyline .center-part::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body.theme-1 .order-preview .preview-lbl.black.pointed.keyline.add .svg-outer .pointed-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.black.pointed.no.keyline .center-part::after {
  display: none;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0px;
  left: 25px;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .right-part .bt {
  position: absolute;
  top: -15px;
  right: 8px;
  z-index: 3;
  width: 32px;
  height: 37px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-top: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.pointed .right-part .bb {
  position: absolute;
  top: 6px;
  right: -13px;
  z-index: 3;
  width: 32px;
  height: 33px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-left: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.angle .left-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.black.angle .left-part .bt {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 26px;
  height: 37px;
  border-top: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.angle .left-part .bb {
  position: absolute;
  top: -12px;
  left: 9px;
  z-index: 3;
  width: 32px;
  height: 48px;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  border-left: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.angle .center-part::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 26px;
  bottom: 0px;
  left: 26px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border: none;
  z-index: 2;
  background: none;
}
body.theme-1 .order-preview .preview-lbl.black.angle .svg-outer .angle-svg svg.bg {
  fill: black;
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.black.angle.keyline .center-part::after, body.theme-1 .order-preview .preview-lbl.black.angle.keyline .center-part::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
}
body.theme-1 .order-preview .preview-lbl.black.angle.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.black.angle.no.keyline .center-part::after {
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0px;
  left: 25px;
}
body.theme-1 .order-preview .preview-lbl.black.angle .right-part {
  display: none;
}
body.theme-1 .order-preview .preview-lbl.black.angle .right-part .bt {
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: 3;
  width: 26px;
  height: 37px;
  border-top: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.black.angle .right-part .bb {
  position: absolute;
  top: -53px;
  right: -17px;
  z-index: 3;
  width: 32px;
  height: 48px;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  border-left: 1px solid #ccc;
}
body.theme-1 .order-preview .preview-lbl.blue .left-part {
  border-right-color: blue;
}
body.theme-1 .order-preview .preview-lbl.blue .center-part {
  background: blue;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.blue .right-part {
  border-left-color: blue;
}
body.theme-1 .order-preview .preview-lbl.blue .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.blue .svg-outer .angle-svg svg.bg {
  fill: blue;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .left-part::after {
  border-right-color: blue;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .right-part::after {
  border-left-color: blue;
}
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.blue.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.yellow .left-part {
  border-right-color: yellow;
}
body.theme-1 .order-preview .preview-lbl.yellow .center-part {
  background: yellow;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.yellow .right-part {
  border-left-color: yellow;
}
body.theme-1 .order-preview .preview-lbl.yellow .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.yellow .svg-outer .angle-svg svg.bg {
  fill: yellow;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .left-part::before {
  border-right-color: black;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .left-part::after {
  border-right-color: yellow;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .center-part::before {
  border-color: black;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .right-part::before {
  border-left-color: black;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .right-part::after {
  border-left-color: yellow;
}
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.yellow.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: black;
}
body.theme-1 .order-preview .preview-lbl.white .left-part {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.white .center-part {
  background: white;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.white .right-part {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.white .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.white .svg-outer .angle-svg svg.bg {
  fill: white;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .left-part::before {
  border-right-color: black;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .left-part::after {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .center-part::before {
  border-color: black;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .right-part::before {
  border-left-color: black;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .right-part::after {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.white.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.white.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: black;
}
body.theme-1 .order-preview .preview-lbl.red .left-part {
  border-right-color: red;
}
body.theme-1 .order-preview .preview-lbl.red .center-part {
  background: red;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.red .right-part {
  border-left-color: red;
}
body.theme-1 .order-preview .preview-lbl.red .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.red .svg-outer .angle-svg svg.bg {
  fill: red;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .left-part::after {
  border-right-color: red;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .right-part::after {
  border-left-color: red;
}
body.theme-1 .order-preview .preview-lbl.red.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.red.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.green .left-part {
  border-right-color: green;
}
body.theme-1 .order-preview .preview-lbl.green .center-part {
  background: green;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.green .right-part {
  border-left-color: green;
}
body.theme-1 .order-preview .preview-lbl.green .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.green .svg-outer .angle-svg svg.bg {
  fill: green;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .left-part::after {
  border-right-color: green;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .right-part::after {
  border-left-color: green;
}
body.theme-1 .order-preview .preview-lbl.green.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.green.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.orange .left-part {
  border-right-color: #FF6600;
}
body.theme-1 .order-preview .preview-lbl.orange .center-part {
  background: #FF6600;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.orange .right-part {
  border-left-color: #FF6600;
}
body.theme-1 .order-preview .preview-lbl.orange .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.orange .svg-outer .angle-svg svg.bg {
  fill: #FF6600;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .left-part::after {
  border-right-color: #FF6600;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .right-part::after {
  border-left-color: #FF6600;
}
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.orange.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.pink .left-part {
  border-right-color: #ff69b4;
}
body.theme-1 .order-preview .preview-lbl.pink .center-part {
  background: #ff69b4;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.pink .right-part {
  border-left-color: #ff69b4;
}
body.theme-1 .order-preview .preview-lbl.pink .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.pink .svg-outer .angle-svg svg.bg {
  fill: #ff69b4;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .left-part::after {
  border-right-color: #ff69b4;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .right-part::after {
  border-left-color: #ff69b4;
}
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.pink.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.purple .left-part {
  border-right-color: purple;
}
body.theme-1 .order-preview .preview-lbl.purple .center-part {
  background: purple;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.purple .right-part {
  border-left-color: purple;
}
body.theme-1 .order-preview .preview-lbl.purple .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.purple .svg-outer .angle-svg svg.bg {
  fill: purple;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .left-part::after {
  border-right-color: purple;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .right-part::after {
  border-left-color: purple;
}
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.purple.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.teal .left-part {
  border-right-color: #028482;
}
body.theme-1 .order-preview .preview-lbl.teal .center-part {
  background: #028482;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.teal .right-part {
  border-left-color: #028482;
}
body.theme-1 .order-preview .preview-lbl.teal .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.teal .svg-outer .angle-svg svg.bg {
  fill: #028482;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .left-part::after {
  border-right-color: #028482;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .right-part::after {
  border-left-color: #028482;
}
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.teal.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.maroon .left-part {
  border-right-color: #830300;
}
body.theme-1 .order-preview .preview-lbl.maroon .center-part {
  background: #830300;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.maroon .right-part {
  border-left-color: #830300;
}
body.theme-1 .order-preview .preview-lbl.maroon .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.maroon .svg-outer .angle-svg svg.bg {
  fill: #830300;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .left-part::after {
  border-right-color: #830300;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .right-part::after {
  border-left-color: #830300;
}
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.maroon.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.brown .left-part {
  border-right-color: #42280e;
}
body.theme-1 .order-preview .preview-lbl.brown .center-part {
  background: #42280e;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.brown .right-part {
  border-left-color: #42280e;
}
body.theme-1 .order-preview .preview-lbl.brown .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.brown .svg-outer .angle-svg svg.bg {
  fill: #42280e;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .left-part::after {
  border-right-color: #42280e;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .right-part::after {
  border-left-color: #42280e;
}
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.brown.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.tan .left-part {
  border-right-color: tan;
}
body.theme-1 .order-preview .preview-lbl.tan .center-part {
  background: tan;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.tan .right-part {
  border-left-color: tan;
}
body.theme-1 .order-preview .preview-lbl.tan .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.tan .svg-outer .angle-svg svg.bg {
  fill: tan;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .left-part::after {
  border-right-color: tan;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .right-part::after {
  border-left-color: tan;
}
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.tan.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.gray .left-part {
  border-right-color: gray;
}
body.theme-1 .order-preview .preview-lbl.gray .center-part {
  background: gray;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.gray .right-part {
  border-left-color: gray;
}
body.theme-1 .order-preview .preview-lbl.gray .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.gray .svg-outer .angle-svg svg.bg {
  fill: gray;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .left-part::after {
  border-right-color: gray;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .right-part::after {
  border-left-color: gray;
}
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.gray.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.lime .left-part {
  border-right-color: lime;
}
body.theme-1 .order-preview .preview-lbl.lime .center-part {
  background: lime;
  color: black;
}
body.theme-1 .order-preview .preview-lbl.lime .right-part {
  border-left-color: lime;
}
body.theme-1 .order-preview .preview-lbl.lime .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.lime .svg-outer .angle-svg svg.bg {
  fill: lime;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .left-part::after {
  border-right-color: lime;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .right-part::after {
  border-left-color: lime;
}
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.lime.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview .preview-lbl.navy .left-part {
  border-right-color: navy;
}
body.theme-1 .order-preview .preview-lbl.navy .center-part {
  background: navy;
  color: white;
}
body.theme-1 .order-preview .preview-lbl.navy .right-part {
  border-left-color: navy;
}
body.theme-1 .order-preview .preview-lbl.navy .svg-outer .pointed-svg svg.bg,
body.theme-1 .order-preview .preview-lbl.navy .svg-outer .angle-svg svg.bg {
  fill: navy;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .left-part::before {
  border-right-color: white;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .left-part::after {
  border-right-color: navy;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .center-part::before {
  border-color: white;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .right-part::before {
  border-left-color: white;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .right-part::after {
  border-left-color: navy;
}
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .svg-outer .pointed-svg svg.keyline,
body.theme-1 .order-preview .preview-lbl.navy.keyline.add .svg-outer .angle-svg svg.keyline {
  stroke-width: 1;
  stroke: white;
}
body.theme-1 .order-preview-pro {
  margin-top: 30px;
}
body.theme-1 .order-preview-pro .lbl-box {
  width: 131px;
  height: 172px;
  background: #000;
  padding: 20px 0px 0px 0px;
  margin: 0 auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 42px;
}
body.theme-1 .order-preview-pro .lbl-box .val-flex.small-font {
  font-size: 18px;
}
body.theme-1 .order-preview-pro .lbl-box.black {
  background: black;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.blue {
  background: blue;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.yellow {
  background: yellow;
  color: black;
}
body.theme-1 .order-preview-pro .lbl-box.white {
  background: white;
  color: black;
  border: 1px solid #666;
}
body.theme-1 .order-preview-pro .lbl-box.red {
  background: red;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.green {
  background: green;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.orange {
  background: #FF6600;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.pink {
  background: #ff69b4;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.purple {
  background: purple;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.teal {
  background: #028482;
  color: black;
}
body.theme-1 .order-preview-pro .lbl-box.maroon {
  background: #830300;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.brown {
  background: #42280e;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.tan {
  background: tan;
  color: black;
}
body.theme-1 .order-preview-pro .lbl-box.gray {
  background: gray;
  color: black;
}
body.theme-1 .order-preview-pro .lbl-box.lime {
  background: lime;
  color: black;
}
body.theme-1 .order-preview-pro .lbl-box.navy {
  background: navy;
  color: white;
}
body.theme-1 .order-preview-pro .lbl-box.round {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bootm-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  background-clip: padding-box;
}
body.theme-1 .order-preview-pro .lbl-box.round.keyline.add {
  position: relative;
}
body.theme-1 .order-preview-pro .lbl-box.round.keyline.add::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bootm-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  background-clip: padding-box;
}
body.theme-1 .order-preview-pro .lbl-box.radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bootm-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-clip: padding-box;
}
body.theme-1 .order-preview-pro .lbl-box.radius.keyline.add {
  position: relative;
}
body.theme-1 .order-preview-pro .lbl-box.radius.keyline.add::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bootm-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-clip: padding-box;
}
body.theme-1 .order-preview-pro .lbl-box.square {
  border-radius: 0;
}
body.theme-1 .order-preview-pro .lbl-box.square.keyline.add {
  position: relative;
}
body.theme-1 .order-preview-pro .lbl-box.square.keyline.add::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  border: 1px solid black;
  border-radius: 0;
}
body.theme-1 .order-preview-pro.on-stick {
  position: absolute;
  top: 28px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 440px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview-pro.on-stick {
    position: absolute;
    top: 10px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 310px;
  }
}
@media (max-width: 340px) {
  body.theme-1 .order-preview-pro.on-stick {
    position: absolute;
    top: 12px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 268px;
  }
}
body.theme-1 .order-preview-pro.on-stick .scale-box {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  position: absolute;
  right: 30px;
  z-index: 10;
}
@media (max-width: 480px) {
  body.theme-1 .order-preview-pro.on-stick .scale-box {
    -webkit-transform: scale(0.19);
    transform: scale(0.19);
  }
}
@media (max-width: 340px) {
  body.theme-1 .order-preview-pro.on-stick .scale-box {
    -webkit-transform: scale(0.18);
    transform: scale(0.18);
  }
}
body.theme-1 .order-preview-pro.on-stick .scale-box .lbl-box {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  margin: 0;
  float: right;
}
body.theme-1 .order-preview-pro.on-stick .scale-box .lbl-box.white {
  border: none;
}
body.theme-1 .order-preview-pro.at-bottom .lbl-box {
  position: relative;
}
body.theme-1 .order-preview-pro.at-bottom .lbl-box::after {
  content: "Preview of the Endcap";
  position: absolute;
  top: 40px;
  right: -90px;
  height: 170px;
  width: 70px;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: #333;
  text-align: center;
}
body.theme-1 .content-section.single-col-sm .content-wrapper form hr {
  border-bottom: 1px solid #999999;
}
body.theme-1 .content-section.single-col-sm .content-wrapper form .total-cost-value {
  color: #ec2426;
}
body.theme-1 .content-section.single-col-sm .content-wrapper form .note-left {
  text-align: left;
  font-size: 13px;
}
@media (max-width: 480px) {
  body.theme-1 .content-section.single-col-sm .content-wrapper {
    padding: 0;
  }
}
body.theme-1 .product-preview-slider {
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.theme-1 .product-preview-slider .slider-for img {
  width: 100%;
}
body.theme-1 .product-preview-slider .slider-nav {
  margin-top: 2px;
}
body.theme-1 .product-preview-slider .slider-nav .slick-list {
  padding: 0 !important;
}
body.theme-1 .product-preview-slider .slider-nav .slick-list .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
body.theme-1 .product-preview-slider .slider-nav .slick-list .slick-track img {
  min-height: 105px;
  margin-right: 2px;
}
@media (max-width: 330px) {
  body.theme-1 .product-preview-slider .slider-nav .slick-list .slick-track img {
    min-height: 0px;
    height: 78px;
  }
}
body.theme-1 .characters-countdown {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  text-align: center;
}
@media (max-width: 480px) {
  body.theme-1 .characters-countdown {
    position: absolute;
    top: -23px;
    right: 0px;
    left: 0px;
  }
}
body.theme-1 .shinny-stickers-info-sec {
  position: relative;
  padding-right: 120px;
}
@media (max-width: 480px) {
  body.theme-1 .shinny-stickers-info-sec {
    padding-right: 0px;
  }
}
body.theme-1 .shinny-stickers-info-sec .page-subtitle {
  font-size: 19px;
  margin-bottom: 5px;
}
body.theme-1 .shinny-stickers-info-sec img {
  max-width: 90px;
  position: absolute;
  top: -8px;
  right: 0px;
}
@media (max-width: 480px) {
  body.theme-1 .shinny-stickers-info-sec img {
    position: relative;
    right: auto;
    top: 0;
  }
}
body.theme-1 .color-picker-sec {
  position: relative;
}
body.theme-1 .color-picker-sec label.color-picker + .icn {
  position: absolute;
  left: 136px;
  z-index: 1;
  top: 8px;
  font-size: 20px;
  color: #03a9f4;
}
body.theme-1 label.color-picker {
  width: 100%;
  /* Width of color picker */
  border: 1px solid #ced4da;
  /* Outer border */
  border-radius: 5px;
  /* Border radius of outer border */
  padding: 5px;
  /* Space between outer border and color picker */
  background: #fff;
  /* Color between outer border and color picker */
  padding-left: 160px;
  position: relative;
  display: block;
  /* Contain color picker within label */
}
body.theme-1 label.color-picker .lbl {
  position: absolute;
  left: 10px;
  top: 11px;
}
body.theme-1 label.color-picker.with-info {
  padding-left: 180px;
}
body.theme-1 label.color-picker.with-info .lbl {
  left: 40px;
}
body.theme-1 label.color-picker.with-info .info {
  position: absolute;
  left: 0;
  width: 30px;
  overflow: hidden;
}
body.theme-1 label.color-picker.with-info .info .btn, body.theme-1 label.color-picker.with-info .info .popular-categories-area .categories-grid .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta label.color-picker.with-info .info .view-all-btn, body.theme-1 label.color-picker.with-info .info .list-product .cta .view-all-btn, body.theme-1 .list-product .cta label.color-picker.with-info .info .view-all-btn {
  padding: 5px 2px;
  margin: 0;
  width: 20px;
  height: 27px;
  text-transform: lowercase;
  margin-left: 3px;
}
body.theme-1 label.color-picker > span {
  border: 1px solid #ced4da;
  /* Border around color in color picker */
  display: block;
  /* Contain color picker within span */
}
body.theme-1 label.color-picker > span > input[type=color] {
  height: 24px;
  /* Height of color picker */
  display: block;
  /* Avoids space above/below color picker */
  width: 100%;
  /* Fill available horizontal space */
  border: none;
  /* Remove browser's border */
  padding: 0px;
  /* Remove space around color picker in Chrome */
}
body.theme-1 label.color-picker > span > input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  /* Remove browser's padding around color picker */
}
body.theme-1 label.color-picker > span > input[type=color]::-webkit-color-swatch {
  border: none;
  /* Remove browser's border around color in color picker */
}
body.theme-1 label.color-picker > span > input[type=color]::-moz-color-swatch {
  border: none;
  /* Remove browser's border around color in color picker */
}
body.theme-1 label.color-picker > span > input[type=color]::-moz-focus-inner {
  border: none;
  /* Remove browser's padding around color in color picker */
  padding: 0;
  /* Remove browser's padding around color in color picker */
}
body.theme-1 .custom-file-input.drag {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
  height: 100%;
  max-width: 350px;
}
body.theme-1 .custom-file-input.drag + label {
  margin-bottom: 0;
}
body.theme-1 .custom-file-input.drag + label img {
  margin-bottom: 0 !important;
  margin: 0 auto;
}
body.theme-1 .number-preview.skate-sticker-preview {
  height: 182px;
  background: none;
}
body.theme-1 .number-preview.skate-sticker-preview svg {
  position: absolute;
  bottom: 0px;
  left: 20px;
  text-align: center;
  max-width: 250px;
}
body.theme-1 .number-preview.skate-sticker-preview svg .body-color {
  fill: red;
  stroke: #000;
  stroke-width: 4px;
}
body.theme-1 .number-preview.skate-sticker-preview svg .body-color, body.theme-1 .number-preview.skate-sticker-preview svg .number {
  stroke-miterlimit: 10;
}
body.theme-1 .number-preview.skate-sticker-preview svg .last-name {
  fill: #fff;
}
body.theme-1 .number-preview.skate-sticker-preview svg .number {
  font-size: 118px;
  stroke: #fff;
  stroke-width: 2px;
  font-family: NHLChicagoBlackhawks, NHLChicagoBlackhawks;
}
body.theme-1 .number-preview.skate-sticker-preview svg .number-bg {
  stroke-miterlimit: 10;
  fill: #000;
  stroke-width: 2px;
  stroke: #fff;
}
body.theme-1 .number-preview.skate-sticker-preview svg .team-number {
  font-size: 42px;
  stroke-miterlimit: 10;
  fill: red;
  stroke: #fff;
  font-family: NHLChicagoBlackhawks, NHLChicagoBlackhawks;
}
body.theme-1 .number-preview.skate-sticker-preview svg .cut {
  fill: #fff;
  stroke: #000;
  stroke-miterlimit: 10;
}
body.theme-1 .number-preview.skate-sticker-preview svg .team-cls-2 {
  fill: #231f20;
}
body.theme-1 .number-preview.skate-sticker-preview svg .team-cls-3 {
  fill: #fff;
}
body.theme-1 .number-preview.skate-sticker-preview svg .team-cls-4 {
  fill: red;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-black svg .body-color {
  fill: black;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-blue svg .body-color {
  fill: blue;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-yellow svg .body-color {
  fill: yellow;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-yellow svg .last-name {
  fill: #000;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-white svg .body-color {
  fill: white;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-white svg .last-name {
  fill: #000;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-red svg .body-color {
  fill: red;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-green svg .body-color {
  fill: green;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-orange svg .body-color {
  fill: orange;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-pink svg .body-color {
  fill: pink;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-pink svg .last-name {
  fill: #000;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-purple svg .body-color {
  fill: purple;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-teal svg .body-color {
  fill: teal;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-maroon svg .body-color {
  fill: maroon;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-brown svg .body-color {
  fill: brown;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-tan svg .body-color {
  fill: tan;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-gray svg .body-color {
  fill: gray;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-lime svg .body-color {
  fill: lime;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-lime svg .last-name {
  fill: #000;
}
body.theme-1 .number-preview.skate-sticker-preview.bg-navy svg .body-color {
  fill: navy;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .number-bg {
  stroke: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .number-bg {
  fill: gray;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .team-number {
  fill: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-black svg .secondary-color {
  fill: black;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-blue svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-blue svg .number-bg {
  stroke: blue;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-blue svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-blue svg .team-number {
  fill: blue;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-blue svg .secondary-color {
  fill: blue;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .number-bg {
  stroke: yellow;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .team-number {
  fill: yellow;
  stroke: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .cut-text {
  fill: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-yellow svg .secondary-color {
  fill: yellow;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .number-bg {
  stroke: white;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .team-number {
  fill: white;
  stroke: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .cut-text {
  fill: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-white svg .secondary-color {
  fill: white;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-red svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-red svg .number-bg {
  stroke: red;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-red svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-red svg .team-number {
  fill: red;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-red svg .secondary-color {
  fill: red;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-green svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-green svg .number-bg {
  stroke: green;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-green svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-green svg .team-number {
  fill: green;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-green svg .secondary-color {
  fill: green;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-orange svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-orange svg .number-bg {
  stroke: orange;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-orange svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-orange svg .team-number {
  fill: orange;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-orange svg .secondary-color {
  fill: orange;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-pink svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-pink svg .number-bg {
  stroke: pink;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-pink svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-pink svg .team-number {
  fill: pink;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-pink svg .secondary-color {
  fill: pink;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-purple svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-purple svg .number-bg {
  stroke: purple;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-purple svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-purple svg .team-number {
  fill: purple;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-purple svg .secondary-color {
  fill: purple;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-teal svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-teal svg .number-bg {
  stroke: teal;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-teal svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-teal svg .team-number {
  fill: teal;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-teal svg .secondary-color {
  fill: teal;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-maroon svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-maroon svg .number-bg {
  stroke: maroon;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-maroon svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-maroon svg .team-number {
  fill: maroon;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-maroon svg .secondary-color {
  fill: maroon;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-brown svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-brown svg .number-bg {
  stroke: brown;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-brown svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-brown svg .team-number {
  fill: brown;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-brown svg .secondary-color {
  fill: brown;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .number-bg {
  stroke: tan;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .team-number {
  fill: tan;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .cut-text {
  fill: black;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-tan svg .secondary-color {
  fill: tan;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-gray svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-gray svg .number-bg {
  stroke: gray;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-gray svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-gray svg .team-number {
  fill: gray;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-gray svg .secondary-color {
  fill: gray;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-lime svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-lime svg .number-bg {
  stroke: lime;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-lime svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-lime svg .team-number {
  fill: lime;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-lime svg .secondary-color {
  fill: lime;
  stroke: none;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-navy svg .body-color, body.theme-1 .number-preview.skate-sticker-preview.outline-navy svg .number-bg {
  stroke: navy;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-navy svg .number, body.theme-1 .number-preview.skate-sticker-preview.outline-navy svg .team-number {
  fill: navy;
}
body.theme-1 .number-preview.skate-sticker-preview.outline-navy svg .secondary-color {
  fill: navy;
  stroke: none;
}
body.theme-1 {
  background: #f5f5f5;
}
body.theme-1 .aff-pages .navbar-inverse {
  background-color: #37474F;
  border-color: #37474F;
}
body.theme-1 .aff-pages .navbar-inverse .navbar-header .navbar-nav {
  display: block;
}
body.theme-1 .aff-pages .navbar-inverse .navbar-header .navbar-nav li {
  display: inline-block;
  padding: 8px 0;
}
body.theme-1 .aff-pages .navbar-inverse .navbar-header .navbar-nav li a {
  color: #fff;
  padding: 15px 10px;
}
body.theme-1 .aff-pages .navbar-inverse .navbar-header .navbar-nav li a:hover {
  background: #26333a;
}
body.theme-1 .aff-pages .login-form {
  max-width: 350px;
  background-color: #fff;
  padding: 30px;
  margin-top: 60px;
}
body.theme-1.login {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  text-align: center;
}
body.theme-1.login .logo-img {
  max-width: 275px;
  margin-bottom: 10px;
}
body.theme-1.login .login-logo-title {
  max-width: 350px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}
body.theme-1.login .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 25px;
  margin: auto;
  border: 3px solid #ec2426;
  border-radius: 10px;
  background: #fff;
}
body.theme-1.login .form-signin .login-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  background: #ec2426;
  color: #fff;
  margin-top: -25px;
  margin-bottom: 15px;
  border-radius: 0 0 10px 10px;
}
body.theme-1.login .form-signin .checkbox {
  font-weight: 400;
}
body.theme-1.login .form-signin .form-control, body.theme-1.login .form-signin .form-control.bootstrap-select .dropdown-toggle, body.theme-1.login .form-control.bootstrap-select .form-signin .dropdown-toggle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
body.theme-1.login .form-signin .form-control:focus, body.theme-1.login .form-signin .form-control.bootstrap-select .dropdown-toggle:focus, body.theme-1.login .form-control.bootstrap-select .form-signin .dropdown-toggle:focus {
  z-index: 2;
}
body.theme-1.login .form-signin .form-control.input-1, body.theme-1.login .form-signin .form-control.bootstrap-select .input-1.dropdown-toggle, body.theme-1.login .form-control.bootstrap-select .form-signin .input-1.dropdown-toggle {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.theme-1.login .form-signin .form-control.input-2, body.theme-1.login .form-signin .form-control.bootstrap-select .input-2.dropdown-toggle, body.theme-1.login .form-control.bootstrap-select .form-signin .input-2.dropdown-toggle {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-1.login .form-signin .forgot-password-sec {
  padding-top: 5px;
}
body.theme-1.login .form-signin .forgot-password-sec .forgot-password {
  font-size: 13px;
}
body.theme-1.login .form-signin .form-note {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 10px;
}
body.theme-1.login .form-signin .alert-danger.field-validation-error {
  font-size: inherit;
  color: #721c24;
}
body.theme-1.login .powered-by-sec {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
body.theme-1.login .powered-by-sec img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
body.theme-1 .responsive-table {
  margin: 15px 0px;
  min-width: 280px;
}
body.theme-1 .responsive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body.theme-1 .responsive-table th {
  display: none;
}
body.theme-1 .responsive-table td {
  display: block;
}
body.theme-1 .responsive-table td:first-child {
  padding-top: 15px;
}
body.theme-1 .responsive-table td:last-child {
  padding-bottom: 15px;
}
body.theme-1 .responsive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 767px) {
  body.theme-1 .responsive-table td:before {
    display: none;
  }
}
body.theme-1 .responsive-table th, body.theme-1 .responsive-table td {
  text-align: left;
}
@media (min-width: 767px) {
  body.theme-1 .responsive-table th, body.theme-1 .responsive-table td {
    display: table-cell;
    padding: 6px 15px;
  }
  body.theme-1 .responsive-table th:first-child, body.theme-1 .responsive-table td:first-child {
    padding-left: 0;
  }
  body.theme-1 .responsive-table th.bdr-r, body.theme-1 .responsive-table td.bdr-r {
    border-right: 1px solid #999;
  }
  body.theme-1 .responsive-table th.bdr-l, body.theme-1 .responsive-table td.bdr-l {
    border-left: 1px solid #999;
  }
}
body.theme-1 .responsive-table tr {
  border-color: #999;
}
body.theme-1 .responsive-table th, body.theme-1 .responsive-table td {
  margin: 6px 15px;
  text-align: left;
  color: #999;
}
body.theme-1 .responsive-table th.text-left, body.theme-1 .responsive-table td.text-left {
  text-align: left;
}
body.theme-1 .responsive-table th.text-right, body.theme-1 .responsive-table td.text-right {
  text-align: right;
}
@media (min-width: 767px) {
  body.theme-1 .responsive-table th.text-center, body.theme-1 .responsive-table td.text-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  body.theme-1 .responsive-table th, body.theme-1 .responsive-table td {
    padding: 10px;
  }
}
body.theme-1 .responsive-table th .btn, body.theme-1 .responsive-table th .popular-categories-area .categories-grid .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table th .view-all-btn, body.theme-1 .responsive-table th .list-product .cta .view-all-btn, body.theme-1 .list-product .cta .responsive-table th .view-all-btn, body.theme-1 .responsive-table td .btn, body.theme-1 .responsive-table td .popular-categories-area .categories-grid .category-discript .cta .view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table td .view-all-btn, body.theme-1 .responsive-table td .list-product .cta .view-all-btn, body.theme-1 .list-product .cta .responsive-table td .view-all-btn {
  padding: 0;
}
body.theme-1 .responsive-table th .btn.black, body.theme-1 .responsive-table th .popular-categories-area .categories-grid .category-discript .cta .black.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table th .black.view-all-btn, body.theme-1 .responsive-table th .list-product .cta .black.view-all-btn, body.theme-1 .list-product .cta .responsive-table th .black.view-all-btn, body.theme-1 .responsive-table td .btn.black, body.theme-1 .responsive-table td .popular-categories-area .categories-grid .category-discript .cta .black.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table td .black.view-all-btn, body.theme-1 .responsive-table td .list-product .cta .black.view-all-btn, body.theme-1 .list-product .cta .responsive-table td .black.view-all-btn {
  color: #333;
}
body.theme-1 .responsive-table th .btn.red, body.theme-1 .responsive-table th .popular-categories-area .categories-grid .category-discript .cta .red.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table th .red.view-all-btn, body.theme-1 .responsive-table th .list-product .cta .red.view-all-btn, body.theme-1 .list-product .cta .responsive-table th .red.view-all-btn, body.theme-1 .responsive-table td .btn.red, body.theme-1 .responsive-table td .popular-categories-area .categories-grid .category-discript .cta .red.view-all-btn, body.theme-1 .popular-categories-area .categories-grid .category-discript .cta .responsive-table td .red.view-all-btn, body.theme-1 .responsive-table td .list-product .cta .red.view-all-btn, body.theme-1 .list-product .cta .responsive-table td .red.view-all-btn {
  color: #ffb300;
}
body.theme-1 .responsive-table th, body.theme-1 .responsive-table td:before {
  color: #333;
}/*# sourceMappingURL=style.css.map */