/*
--------------------------
  Css Indexing
--------------------------
  Table of Css Content
  ------- *** -------
--------------------------
** 
--------------------------
**  
--------------------------
**
--------------------------
** 
--------------------------
** 
--------------------------
** 
--------------------------
** 
--------------------------

*/


/*-----------------
    @Typography
    -----------------*/

@import url("href="https: //fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap);
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham/GothamRounded-Light.woff2') format('woff2'), url('../fonts/gotham/GothamRounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham/GothamRounded-Bold.woff2') format('woff2'), url('../fonts/gotham/GothamRounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../fonts/gotham/GothamRounded-Book.woff2') format('woff2'), url('../fonts/gotham/GothamRounded-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gotham/GothamRounded-Medium.woff2') format('woff2'), url('../fonts/gotham/GothamRounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('../fonts/Material Icons'), local('../fonts/MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}


/*====================
** Normalize
====================*/

html {
  font-family: "Gotham Rounded", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0px !important;
  padding: 0px !important;
  color: #333333;
  overflow-x: hidden;
  line-height: normal;
}

body.modal-open {
  margin-right: 0px!important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #515151;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 500;
}

p {
  font-size: 18px;
  color: #515151;
  line-height: 26px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #4ec2bd;
  text-decoration: underline;
  font-size: 18px;
  font-family: 'Gotham Rounded';
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}


/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}


/**
 * 5.0 - Alignments
 */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}


/*---------------------------
** Global style
---------------------------*/

.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background: #ff5500;
  border: 1px solid #ff5500;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mybtn1 i {
  padding-left: 5px;
}

.mybtn1:hover {
  background: none;
  color: #ff5500;
}

.mfp-content,
.mfp-wrap,
.mfp-container,
.mfp-bg,
.mfp-auto-cursor .mfp-content {
  z-index: 99999999 !important;
}

.remove-padding {
  padding: 0px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border-radius: 0px;
}

.scrolldown a {
  position: absolute;
  width: 30px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 9;
}

.scrolldown a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #ff5500;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 80px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.br-10 {
  border-radius: 10px;
}

.section-top {
  margin-bottom: 12px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section-top .section-title {
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  color: #143250;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.section-top .section-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff5500;
  left: 0;
  bottom: -2px;
}

.section-top .link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #ff5500;
  border: 1px solid #ff5500;
  padding: 0px 12px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
  border-radius: 50px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.section-top .link:hover {
  background: none;
  color: #ff5500;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}

.has-icon {
  position: relative;
  display: block;
}

.has-icon.textarea .the-icon {
  top: 25px;
}

.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c7c90;
}

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #333333;
  margin-bottom: 15px;
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
}

.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.07);
}

.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.input-field.textarea {
  min-height: 137px;
  padding: 15px 20px;
  resize: none;
}

.input-field.error {
  border: 1px solid #ff5500;
}

.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff5500;
}

.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff5500;
}

.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff5500;
}

.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff5500;
}

.input-field.error:focus {
  border-color: #ff5500;
}

.video-play-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #f50;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-left: 5px;
}

.video-play-btn:hover {
  color: #fff;
}

.email-success {
  display: block;
  width: 100%;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs>[class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff5500;
  border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #ff5500;
}

.owl-carousel {
  z-index: 0 !important;
}


/*----------------------------------
Breadcrumb Area Start
------------------------------------*/

.breadcrumb-area {
  padding: 42px 0px 0px;
}

.breadcrumb-area .pages li {
  display: inline-block;
}

.breadcrumb-area .pages li a {
  position: relative;
  margin-right: 17px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: 'Gotham Rounded';
  color: #515151;
}

.breadcrumb-area .pages li a::after {
  position: absolute;
  content: "\eaa0";
  font-family: IcoFont;
  top: 2px;
  right: -18px;
}

.breadcrumb-area .pages li:last-child a {
  color: #EF3756;
}

.breadcrumb-area .pages li a:hover {
  color: #ff5500;
}

.breadcrumb-area .pages li:last-child a::after {
  display: none;
}

.breadcrumb-area .pages li:first-child a::after {
  display: none;
}


/*-------------------------
    Top Header Area Start
    --------------------------*/

.top-header {
  background: #143250;
  padding: 3px 0px 3px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.top-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header .content .left-content .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-header .content .left-content .list ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}

.top-header .content .left-content .list ul li a::after {
  position: absolute;
  content: "|";
  top: -2px;
  right: -15px;
}

.top-header .content .left-content .list ul li a i {
  margin-right: 5px;
}

.top-header .content .left-content .list ul li:last-child a::after {
  display: none;
}





.logo-header .search-box .categori-container {
  position: absolute;
  height: 40px;
  width: 160px;
  z-index: 2;
}

.logo-header .search-box .categori-container::before {
  position: absolute;
  content: "|";
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -3px;
  font-size: 14px;
  color: #fbfbfb;
}

.logo-header .search-box .categori-container .categoris {
  padding-left: 22px;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px 0px 0px 50px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 40px;
  padding-right: 10px;
  color: #515151;
}

.logo-header .search-box .categori-container .categoris option {
  background: #143250;
}

.logo-header .search-box .categori-container .categoris option:hover {
  background: #ff5500;
}











.logo-header .helpful-links ul li.my-dropdown .cart .icon {
  position: relative;
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon i {
  font-size: 14px;
  color: #143250;
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon span {
  width: 20px;
  height: 20px;
  background: #ff5500;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.logo-header .helpful-links ul li.compare .compare-product .icon {
  position: relative;
}

.logo-header .helpful-links ul li.compare .compare-product .icon span {
  width: 20px;
  height: 20px;
  background: #ff5500;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.logo-header .helpful-links ul li.my-dropdown .cart p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #525252;
  display: inline-block;
}

a.btn.free-consult {
  background: #5abaaf;
  color: #fff;
  padding: 7px 10px;
}

a.freeConsulting-btn {
  width: 200px;
}

.menu-search-box input::placeholder {
  opacity: 0.3;
  font-weight: 500;
  font-family: 'Gotham Rounded' !important;
}

.menu-search-box input:-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 500;
  font-family: 'Gotham Rounded' !important;
}

.menu-search-box input::-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 500;
  font-family: 'Gotham Rounded' !important;
}



.dropdown.loginUser-menu>a.btn {
  background: #f26959;
  color: #fff;
  padding: 5px 10px;
  font-size: 19px;
}

.dropdown.loginUser-menu>a.btn.dropdown-toggle::after {
  display: none;
}

.dropdown.loginUser-menu {
  margin-left: 10px;
}

.loginDropdown-menu.dropdown-menu>span {
  color: #fff;
  display: block;
  padding: 15px 10px;
  background: #0a3e73;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.loginDropdown-menu.dropdown-menu {
  padding: 0;
  background: #0b4f93;
  border: none;
}

.loginDropdown-menu.dropdown-menu.show {
  left: auto !important;
  right: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.loginDropdown-menu.dropdown-menu a {
  border-bottom: 1px solid rgb(7, 64, 121);
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loginDropdown-menu.dropdown-menu a:last-child {
  border-bottom: none;
}

.loginDropdown-menu.dropdown-menu a:hover {
  background: #f26959;
}

.w-26 {
  max-width: 726px;
  margin-right: 24px;
  padding: 0;
}

.w-20 {
  max-width: 200px;
}

.footer-logo {
  margin-bottom: 28px;
}


/*   tabs css start */

section.tabs-contant-section {
  background-image: linear-gradient(to bottom, #f3f3f3, #f6f6f6, #f9f9f9, #fcfcfc, #ffffff);
  padding: 140px 0;
}

.tab-content .card {
  padding: 20px;
  margin-bottom: 4px;
  border-radius: 0;
  background: #fdfdfd;
}

p.tab-title {
  margin: 0;
}

ul.nav.nav-tabs {
  border-bottom: 0;
}

.tabs-nav .nav li a {
  color: #515151;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}

.tabs-nav .nav li {
  min-width: 32%;
  text-align: center;
  cursor: pointer;
}

.category-tabs-wrap.tabs-nav .nav {
  display: flex;
  justify-content: center;
}

.category-tabs-wrap.tabs-nav .nav li {
  border-bottom: 3px solid #e1e1e1;
  position: relative;
}

.tabs-nav .nav li.active,
.tabs-nav .nav li:hover {
  border-bottom: 3px solid #0e4f92;
}

.category-tabs-wrap.tabs-nav .nav li.active:after {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0e4f92;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
}

.tab-content h3 {
  margin-bottom: 45px;
  font-size: 22px;
}

.tabs-contant-section ul li {
  list-style: inside;
}

.tabs-contant-section ul li {
  list-style: inside;
  font-size: 18px;
  line-height: 1.8;
}

.product-name span {
  line-height: 26px;
  padding: 5px 0;
  display: block;
}

.tab-content {
  color: #515151;
  font-family: "Gotham Rounded Book";
  line-height: 24px;
}

.tab-content p {
  color: #515151;
  font-family: "Gotham Rounded";
}

p.variant-tab-content {
  font-family: "Gotham Rounded Book";
  font-weight: 500;
  font-size: 16px;
}

.icon-box i {
  color: #4ec2bd;
}

ul.option {
  margin-top: 35px;
  margin-bottom: 20px;
}

.tab-content a {
  text-decoration: underline;
}

.tab-content h4 {
  margin-top: 85px;
  margin-bottom: 45px;
  font-size: 22px;
}

.video-slide {
  margin: 60px 0 120px;
}

.ratstar i {
  color: #f4795a;
  font-size: 24px;
}

.ratstar {
  color: #515151;
  font-size: 20px;
  line-height: 24px;
  display: block;
  padding: 10px 0;
}

.ratstar span.rat-counter {
  color: rgba(81, 81, 81, 0.5);
}

.price-box {
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}

.stars {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

h4.price {
  margin-bottom: 0;
}

.info {
  background: #fff;
  padding: 20px;
}


/*.owl-item {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    }*/

.info h5.name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

h3.header-card {
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
}

.header-card-section {
  padding: 20px;
  border-radius: 0;
}

.product-feature-right-tab-content .tab-content {
  border: solid 1px rgba(151, 151, 151, 0.5);
  background: #fff;
  border-bottom: 4px solid #f4795a;
}

.product-feature-right-tab-content .tab-content .card:last-child {
  margin-bottom: 0;
}

.price-label span.btn-head {
  font-family: 'Gotham Rounded';
  font-weight: bold;
  color: #515151;
  background: #fff;
  border-radius: 0;
  font-size: 18px;
}

.btn-primary {
  border: 1px solid #4ec2bd;
  background: #4ec2bd;
  padding: 0px 18px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary:hover {
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #4ec2bd;
  color: #515151;
}

.gray-border {
  border: 1px solid #ababab;
  color: #555555;
}

.gray-border:hover {
  border: 1px solid #4ec2bd;
}

.pricing-table {
  margin-top: 120px;
}

.price-label {
  margin-bottom: 70px;
}

a.btn {
  text-decoration: none;
}

.product-feature-left-tab .nav-link.active {
  background: #4ec2bd;
  position: relative;
  color: #fff;
}

.product-feature-left-tab .nav-link.active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #4ec2bd;
  right: -32px;
  position: absolute;
  top: 0;
}

.product-feature-left-tab .nav-link {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 14px 0 #e7e7e7;
  margin-bottom: 10px;
  line-height: 2.8;
  height: 64px;
  padding-left: 14px;
  font-size: 20px;
  cursor: pointer;
  color: #515151;
  text-decoration: none;
  font-family: 'Gotham Rounded book';
  width: 95%;
  border-radius: 0;
}


/*   tabs css end */

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu {
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0%;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 10;
  display: none;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu.show {
  display: block;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper {
  padding: 20px 25px 20px;
  max-height: 400px;
  overflow-y: auto;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no {
  font-size: 13px;
  font-weight: 600;
  color: #143250;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart {
  font-size: 12px;
  font-weight: 600;
  color: #143250;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover {
  text-decoration: underline;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products {
  padding-left: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 0px 15px;
  margin-right: 0px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title {
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
  color: #143250;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info {
  font-size: 12px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container {
  margin-bottom: 0px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span {
  font-size: 14px;
  font-weight: 600;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .mybtn1 {
  width: 100%;
  border-radius: 50px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #ff5500;
}

.logo-header .helpful-links ul li .wish i {
  font-size: 14px;
  color: #143250;
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}

.logo-header .helpful-links ul li .wish p {
  font-size: 12px;
  line-height: 22px;
  color: #143250;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #fff;
}

.logo-header .helpful-links ul li .sign-log i {
  font-size: 14px;
  color: #143250;
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}

.logo-header .helpful-links ul li .sign-log .links a {
  font-size: 12px;
  line-height: 22px;
  color: #143250;
  margin-bottom: 0px;
  color: #fff;
}

.logo-header .helpful-links ul li .sign-log .links span {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.mainmenu-area {
  background: #ff5500;
}

.mainmenu-area.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.mainmenu-area .categories_menu {
  position: relative;
}

.mainmenu-area .categories_menu .categories_menu_inner {
  position: absolute;
  border-left: 0;
  border-right: 0;
  display: none;
}

.mainmenu-area .categories_menu .categories_title h2 {
  padding: 12px 14px 12px;
}

.mainmenu-area .categories_menu .categories_title h2 i.arrow-down {
  float: right;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}


/* 04. categories area css here */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 45px;
    position: relative;
  }
}

.categories_title {
  background: #131313;
  cursor: pointer;
}

.categories_title h2 {
  font-size: 15px;
  font-weight: 600;
  /* line-height: 26px; */
  color: #ffffff;
  cursor: pointer;
  /* padding: 12px 0 12px 22px; */
  margin-bottom: 0px;
  /* display: block; */
}

.categories_title h2 i {
  font-size: 14px;
  margin-right: 10px;
}

.categories_menu_inner {
  padding: 7px 0 7px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #131313;
  width: 100%;
  top: 100%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
}

.categories_menu_inner>ul>li {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.categories_menu_inner>ul>li:hover {
  background: #02020c;
}

.categories_menu_inner>ul>li {
  line-height: 40px;
  padding: 0 20px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.categories_menu_inner>ul>li a {
  color: #fff;
}

.categories_menu_inner>ul>li img {
  width: 18px;
  margin-right: 10px;
}

.categories_menu_inner>ul>li.dropdown_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories_menu_inner>ul>li.dropdown_list .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categories_menu_inner>ul>li.dropdown_list .link-area>a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.categories_menu_inner>ul>li>a i {
  padding-right: 10px;
}

.categories_menu_inner>ul>li>ul.categories_mega_menu {
  position: absolute;
  left: 110%;
  width: 480px;
  padding: 16px 15px 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner>ul>li>ul.categories_mega_menu {
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 250px;
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner>ul>li>ul.categories_mega_menu {
    left: 0;
    top: 100%;
    max-height: 250px;
    overflow: auto;
  }
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li {
  width: 50%;
  float: left;
  padding: 0px 5px 20px 5px;
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner>ul>li>ul.categories_mega_menu>li {
    width: 100%;
  }
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li>a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 6px;
  line-height: 30px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li>a:hover {
  color: #7ecc13;
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 {
  width: 200px;
  padding: 10px 15px 0;
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li {
  width: 100%;
  padding: 0;
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li:last-child a {
  border-bottom: 0;
}

.categories_menu_inner ul li ul.categories_mega_menu.open {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0;
  }
}

.categorie_sub_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  text-transform: capitalize;
  line-height: 28px;
  display: block;
}

.categorie_sub_menu ul li a:hover {
  color: #ff5500;
}


/*home two categorie css here*/

@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99;
  }
}

@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99;
  }
}






/*
DROPDOWN STYLE
=========================== */

nav .menu>li.dropdown li.dropdown>a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #6a6a6a;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px;
}

nav .menu>li.dropdown>a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #6a6a6a;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px;
}

nav .menu li.dropdown.open>a {
  color: #e74c3c;
}

.sample-text {
  padding: 30px;
}

nav .menu>li.dropdown>.dropdown-menu {
  margin: 0;
  border: 0;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}


/* =========================== */

nav button {
  background: transparent;
  border: none;
  outline: none;
}

@media (max-width: 991px) {
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  nav .nav-header {
    min-height: 52px;
  }
  nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
  }
  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 15px;
    color: #f1f1f1;
  }
  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #efefef;
  }
  nav .menu li:last-child a {
    border-bottom: none;
  }
}


/*-----------------------------
** Hero Area Start
------------------------------*/

.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  color: #143250;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 35px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: #eeeeee;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #ff5500;
  color: #fff;
}

.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0%;
  border-radius: 0px 50px 50px 0px;
}

.hero-area .hero-area-slider .intro-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0%;
  border-radius: 50px 0px 0px 50px;
}

.hero-area .hero-area-slider .intro-carousel .intro-content {
  background-size: cover;
  height: calc(100vh - 154px);
  display: flex;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-one {
  text-align: left;
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-two {
  text-align: center;
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-three {
  text-align: right;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #143250;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .title {
  font-size: 36px;
  font-weight: 700;
  color: #ff5500;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-2 .text {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  max-width: 400px;
  display: inline-block;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a {
  margin-top: 15px;
  text-align: center;
  border: 1px solid #ff5500;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a:hover {
  background: #fff;
  color: #ff5500;
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a i {
  font-size: 13px;
}

.info-area .info-big-box {
  margin-top: 30px;
  left: 0;
  padding: 10px 0px 14px;
  background: #ff5500;
  position: relative;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, 0.1);
}

.info-area .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}

.info-area .info-box .icon img {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.info-area .info-box:hover .icon img {
  transform: scale(1.15);
}

.info-area .info-box .icon {
  line-height: 62px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-right: 20px;
}

.info-area .info-box .info .details {
  padding-top: 8px;
}

.info-area .info-box .info .details .title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

.info-area .info-box .info .details .text {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}

.info-area .info-box:hover {
  cursor: pointer;
}


/*-----------------------------
** Trending Item Area Start
------------------------------*/

.trending {
  padding: 50px 0px 0px;
}

.trending .ui-widget.ui-widget-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.trending .ui-tabs .ui-tabs-panel {
  padding: 0px;
}

.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
  color: #ff5500;
}

.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a i {
  opacity: 1;
  margin-left: 7px;
}

.trending .owl-carousel .owl-controls .owl-nav .owl-prev,
.trending .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  background: #ff5500;
  border: 1px solid #ff5500;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.trending .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.trending .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #fff!important;
  color: #ff5500;
}

.trending .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.trending .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}


/********* Banner **********/

.page-main-content-banner {
  background-color: #0a4f93;
  height: 308px;
  display: flex;
  align-items: center;
}

.categroylisting-banner-wrap {
  height: 453px;
  display: block;
  background: #fff
}

.categroylisting-banner-wrap .bannerContent-wrap {
  padding: 147.5px 0;
}

.categroylisting-banner-wrap .categroylisting-slider .item .addBanner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-main-content-banner .bannerContent-wrap h1.bannerTitle {
  /*color: #fff;
    font-size: 48px;
    margin-bottom: 31px;*/
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4ec2bd;
  margin-bottom: 25px;
}

.buyer-category-banner .bannerContent-wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #515151;
  font-family: "Gotham Rounded Book", sans-serif;
}

.bannerContent-wrap p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.44;
  margin: 0;
}

.page-main-content-banner.productlist-banner .banner-btn {
  margin-top: 74px;
  width: 240px;
}


/*img.img-fluid.add-banners {
    height: 100%;
    }*/

.page-main-content-banner.productlist-banner {
  height: 441px;
}

.page-main-content-banner.productlist-banner .bannerContent-wrap p {
  width: 718px;
}


/************ Addon Category ************/

.agency-seeOffer-btn.addon-category-button {
  margin-top: 48px;
}


/****** Single Product Page ***********/

.single-product-section {
  display: flex;
}

.single-pro-left-wrap {
  width: 275px;
}

.single-product-section .product-img-wrap {
  height: 240px;
  width: auto;
  background: #fff;
  /*padding: 15px 15px 0;*/
  border: 1px solid #eeeeee;
}

.product-img-wrap img {
  width: auto;
  max-height: 210px;
  margin: auto;
  display: block;
  /* object-fit: cover;*/
}

.product-right-info h4.product-name-block {
  font-size: 42px;
  vertical-align: top;
  margin-top: -11px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.product-price .price {
  font-size: 27px;
  color: #515151;
  font-weight: normal;
  line-height: normal;
  font-family: 'Gotham Rounded';
  margin: 20px 0;
}

.single-pro-right-area {
  padding: 25px 0 0 37px;
}

.addtocart a {
  font-size: 16px;
  color: #fcfcfc;
  display: block;
  border: 1px solid #4ec2bd;
  background: #4ec2bd;
  padding: 0px 18px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  text-transform: uppercase;
  width: 276px;
}

span.cat_title {
  font-size: 16px;
  font-family: 'Gotham Rounded';
  color: #515151;
}

.category_info p {
  color: #4ec2bd;
  /*font-family: 'Gotham Rounded Book';*/
  font-size: 16px;
  margin-bottom: 50px;
}

.distributor_info h3 {
  margin-bottom: 18px;
}

.cat-logo {
  align-items: center;
  margin: 0 0 34px;
}

.cat-logo-img {
  border-radius: 4px;
  background: #fff;
}

.cat-logo h4 {
  margin: 0 0 0 15px;
  font-size: 22px;
}

.t-primary {
  color: #f68465;
}

.distributor_info {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 29px;
}

.product-right-info .short-description p {
  margin-bottom: 33px;
  font-weight: 400;
  font-family: "Gotham Rounded Book";
}

.product-right-info .short-description a {
  text-decoration: underline;
}

.btn-border {
  border: 1px solid #4ec2bd;
  border-radius: 4px;
  line-height: 54px;
  vertical-align: middle;
  padding: 0;
  color: #4ec2bd;
}

a.btn.btn-block.btn-border.add-to-compare {
  margin-top: 12px;
}

a.btn.btn-block.btn-border.watch-demo {
  margin-bottom: 16px;
}

.btn-border:hover {
  background: #4ec2bd;
  color: #fff;
}

ul.product-side-link li a {
  width: 100%;
  margin-left: auto;
}

ul.product-side-link li hr {
  /* width: 100%; */
  /* margin-left: auto; */
  /* text-align: right; */
  /* float: right; */
  margin: 22px auto;
}


/****** Price Tab ****/

.productPrice-table-wrap .table thead th {
  border: none;
}

.productPrice-table-wrap table tbody tr {
  padding: 20px;
  margin-bottom: 14px;
  border-radius: 0;
  background: #fdfdfd;
  /*border: 1px solid rgba(0, 0, 0, .125);*/
}

.productPrice-table-wrap table tbody tr th,
.productPrice-table-wrap table tbody tr td {
  /*vertical-align: middle;*/
  /*border: none;*/
  padding: 20px 10px;
}

.productPrice-table-wrap table tbody tr td {
  text-align: center;
  width: 23.333%;
  padding: 20px 10px;
}

.productPrice-table-wrap table tbody tr th {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #515151;
  text-align: left;
  width: 30%;
}

tr.userSlab-accordion-head {
  cursor: pointer;
}

td.hiddenRow-table table tr {
  background: #f0f0f0;
}

td.hiddenRow-table table tr td,
td.hiddenRow-table table tr th {
  padding: 14px 10px;
  font-size: 14px;
}

td.hiddenRow-table table tr th {
  padding-left: 30px;
}

.productPrice-table-wrap table tbody tr.userSlab-accordion-head th {
  padding-left: 38px;
}

.userSlab-accordion-head::after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-size: 15px;
  color: #6e6e6e;
  font-weight: 300;
  line-height: 65px;
}

.userSlab-accordion-head[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


/****** porduct Listing page **********/


/*.item-img.product-listing-img img {
    height: 160px;
    width: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    }*/

.item-img.product-listing-img a {
  height: 180px;
  display: block;
  padding-top: 10px;
  overflow: hidden;
}

.item-img.product-listing-img a img {
  max-height: 160px;
  width: auto;
}

.product-listing-grid {
  border-radius: 4px;
  box-shadow: 0 2px 67px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(253, 253, 253, 0.98);
  overflow: hidden;
}

.product-listing-grid.agencyPro-grid-wrap {
  margin-bottom: 32px;
}

.info.prodct-grid-content {
  padding: 26px 24px 24px 24px;
}

.proVendor-name a {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 50px;
}

.agency-pro-grid-content .proVendor-name,
.agency-pro-grid-content .proVendor-name a {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #515151;
}

.agency-pro-grid-content .proVendor-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.agency-pro-grid-content .proVendor-name a {
  height: 54px;
}

.info.prodct-grid-content h5.name.productName {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #515151;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.info.prodct-grid-content h5.name.productName a {
  color: #515151;
}

.addToCompare-wrap .addToCompare-box {
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding: 8px 0;
  text-align: center;
  margin-top: 26px;
}

.addToCompare-wrap label.custom-control-label {
  font-size: 16px;
  color: #4ec2bd;
  margin-left: 38px;
}

.addToCompare-wrap .custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
  left: 18px;
  top: 50%;
  transform: translate(0px, -50%);
}

.product-search-box {
  margin-bottom: 48px;
}

.product-search-box .input-group-append button {
  background: #fff;
  border-left: none;
}

.product-search-box input {
  border-right: none;
}


/****** Agency Profile **********/

.agency-profile-left-wrapper {
  border: solid 1px #d2ddea;
  padding: 16px;
  height: 100%;
}

.agency-profile-img-rating-wrap {
  display: flex;
}

.agency-profile-rating {
  font-size: 20px;
  color: #f4795a;
  padding: 0 10px 0 31px;
}

.agency-profile-left-wrapper .agency-img-wrap {
  max-width: 209px;
}

.agency-rating-content {
  font-size: 20px;
  color: #515151;
}

.agency-fullProfile-content {
  padding: 0 7px;
}

.agency-name h2 {
  font-size: 28px;
  line-height: normal;
  color: #515151;
  padding: 40px 0 34px 0;
  border-bottom: solid 1px #d2ddea;
  margin: 0;
}

.agency-actionBtn-wrap {
  display: flex;
  justify-content: space-between;
  padding: 27px 0 21px 0;
  border-bottom: solid 1px #d2ddea;
}

.agency-profile-des h3.agency-des-title,
.agency-sameInfo h3.agency-someInfo-title,
.agency-sameInfo-about h3.agency-aboutInfo-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #515151;
  margin: 33px 0 16px 0;
}

.agency-profile-des p,
.agency-sameInfo p {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: solid 1px #d2ddea;
}

.page-main-title h2.seciton-head {
  font-size: 28px;
  font-weight: 500;
  color: #515151;
  margin-bottom: 32px;
}

.agency-sameInfo-about p,
.agency-sameInfo p {
  /*opacity: 0.5;*/
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #515151;
  font-family: "Gotham Rounded Book";
}

.agency-profile-des p,
.agency-sameInfo p {
  font-family: "Gotham Rounded Book";
  font-weight: 500;
}

.agency-rating-wrapper .rating-box span.rating-star {
  vertical-align: middle;
}

.info.prodct-grid-content.agency-pro-grid-content .agency-category-rating h5.agency-category {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #EF3756;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  white-space: nowrap;
}

.agency-pro-grid-content .agency-category-rating {
  display: flex;
  justify-content: space-between;
  margin: 19px 0;
}

.agency-pro-grid-content .rating-box {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #515151;
}

.agency-pro-grid-content span.rating-star i {
  color: #f4795a;
}

.agency-seeOffer-btn a.seeOfferBtn,
.agencyContact-btn,
.agencyQuote-btn {
  border-radius: 4px;
  border: solid 1px #4ec2bd;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #4ec2bd;
  padding: 9px 0;
}

.agencyContact-btn,
.agencyQuote-btn {
  width: 196px;
  padding: 13px 0;
  border-radius: 4px;
}

.agencyContact-btn {
  background-color: #4ec2bd;
  color: #fff;
}

.btn-hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.btn-hover:hover {
  background: #4ec2bd;
  color: #fff !important;
}

.freelancer-Fullprofile-content .freelancer-profile-name h2 {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
  margin: 0 0 8px 0;
}

.freelancer-Fullprofile-content .freelancer-profile-name h5 {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #f4795a;
  margin-bottom: 0;
}

.freelancer-sameInfo h3.freelancer-someInfo-title,
.freelancer-sameInfo-about h3.freelancer-aboutInfo-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #515151;
  margin: 33px 0 16px 0;
}

.freelancer-sameInfo-about p {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #adadad;
}

.freelancer-sameInfo p {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: solid 1px #d2ddea;
}

.freelancer-sameInfo.skils-tags-block {
  padding-bottom: 24px;
  border-bottom: solid 1px #d2ddea;
}

.skils-tags-block span {
  display: inline-block;
  border-radius: 4px;
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px 16px;
  margin-bottom: 8px;
}

.freelancer-profile-details-items span.leftSide-details,
.freelancer-profile-details-items span.rightSide-details {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #515151;
}

.freelancer-profile-details-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.freelancer-profile-details-items span.rightSide-details,
.freelancer-Fullprofile-content .freelancer-profile-name h5 {
  text-transform: uppercase;
}

.freelancer-profile-details-items:nth-child(2) span.leftSide-details,
.freelancer-profile-details-items:nth-child(3) span.leftSide-details {
  color: #adadad;
}

.freelancer-profile-details-wrap {
  margin-bottom: 0;
  padding: 24px 0;
  border-bottom: solid 1px #d2ddea;
}

span.freelancer-status-liveView {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4ec2bd;
  margin-top: 24px;
  display: block;
}

span.freelancer-status-liveView.online {
  color: #4ec2bd;
}

span.freelancer-status-liveView.offline {
  color: #9e9e9e;
}

.freelancer-Fullprofile-content {
  margin-top: 32px;
}


/*-----------------------------
** Phone and Accessories Area Start
------------------------------*/


/*.phone-and-accessories .aside {
  height: 100%; }
  .phone-and-accessories .aside .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/aside-img/accessories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.categori-item {
  padding: 20px 0px 30px; }
  .categori-item .section-top {
    margin-bottom: 22px; }

.item {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  }
.item:hover {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  .item .item-img {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .item .item-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      }
      .item:hover .item-img img{
        transform: scale(1.2);
      }
    .item .item-img .sell-area {
      position: absolute;
      top: 20px;
      right: 0px;
      height: 100%;
      display: block;
      z-index: 9;
      }
      .item .item-img .sell-area .sale {
        height: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        z-index: 1;
        padding: 0px 8px 0px 15px;
        border-radius: 50px 0px 0px 50px;
        display: block;
        margin-top: 5px; }
    .item .item-img .extra-list {
      position: absolute;
      top: 20px;
      left: 0px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .item .item-img .extra-list ul li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        font-size: 14px;
        margin-bottom: 7px;
        border: 1px solid #ff5500;
        display: inline-block;
        text-align: center;
        color: #fff;
        background: #ff5500;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .item .item-img .extra-list ul li span:hover {
          background: #ff5500;
          border-color: #ff5500;
          color: #fff; }
  .item .info {
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 2px 25px 0px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: rgba(255, 255, 255, 0.90);
   }
    .item .info .stars {
      display: block;
      text-align: center; }
      .item .info .stars ul {
        display: inline-block; }
        .item .info .stars ul li {
          display: inline-block; }
          .item .info .stars ul li i {
            font-size: 12px;
            color: #ff5500; }
    .item .info .price {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 0px;
     }
    .item .info .name {
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      color: #555;
      margin-bottom: 8px;
      height: 41px;
     }
  .item:hover .extra-list {
    left: 20px;
    opacity: 1; }
    .item .item-cart-area {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      left: 0px;
  }
  .item .add-to-cart-btn{
    font-size: 14px;
    font-weight: 600;
    background: #ff5500;
    color: #fff;
    border: 1px solid #ff5500;
    padding: 3px 0px;
    width: 140px;
    display: block;
    border-radius: 50px;
    margin-top: 0px;
    z-index: 9;
    margin: 5px auto;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
  }
    .item .add-to-cart-btn:hover {
      background: none;
      color: #ff5500;
  }
  .item:hover .add-to-cart-btn{
    opacity: 1;
  }

  .item:hover .info{
    top: -75px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    }*/


/*-----------------------------
** Electronics Area Start
------------------------------*/

.electronics-section {
  padding: 20px 0px 30px;
}

.electronics-section .aside {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e7eaed;
  position: relative;
}

.flash-deals {
  position: relative;
}

.flash-deals .heading-title {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 17px;
  margin-top: 22px;
}

.flash-deals .flas-deal-slider {
  position: relative;
}

.flash-deals .flas-deal-slider .item {
  text-align: center;
  margin: 10px 0px;
  border: 0px;
}

.flash-deals .flas-deal-slider .item .item-img {
  text-align: center;
  position: relative;
}

.flash-deals .flas-deal-slider .item .item-img .discount {
  top: 0;
  position: absolute;
  z-index: 9;
  right: 0px;
  font-size: 12px;
  padding: 1px 5px 1px 15px;
  border-radius: 50px 0px 0px 50px;
}

.flash-deals .flas-deal-slider .item .item-img img {
  width: auto;
  display: inline-block;
}

.flash-deals .flas-deal-slider .item .price .old-price {
  color: #143250;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.flash-deals .flas-deal-slider .item .price .old-price::after {
  position: absolute;
  content: " ";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #143250;
}

.flash-deals .flas-deal-slider .item .price .new-price {
  color: #ff5500;
  font-size: 20px;
  font-weight: 600;
}

.flash-deals .flas-deal-slider .item .deal-counter {
  border: 1px solid #d0d6dc;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  position: inherit;
  z-index: 100;
  margin-top: 10px;
}

.flash-deals .flas-deal-slider .item .deal-counter span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ff5500;
}

.flash-deals .flas-deal-slider .item .deal-counter span:last-child {
  margin-right: 0px;
}

.flash-deals .flas-deal-slider .item .deal-counter span small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #143250;
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev,
.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  background: #ff5500;
  border: 1px solid #ff5500;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #fff!important;
  color: #ff5500;
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 33px;
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}


/*-----------------------------
** Clothing and Apparel Area Start
------------------------------*/

.clothing-and-Apparel-Area .aside {
  height: 100%;
}

.clothing-and-Apparel-Area .aside .img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/aside-img/accessories.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/*-----------------------------
** hot-and-new-item Area Start
------------------------------*/

.hot-and-new-item {
  padding-top: 20px;
  padding-bottom: 40px;
}

.hot-and-new-item .categori .section-top {
  margin-bottom: 20px;
}

.hot-and-new-item .categori .item-list {
  display: block;
  width: 100%;
}

.hot-and-new-item .categori .item-list li .single-box {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hot-and-new-item .categori .item-list li .single-box .left-area {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  overflow: hidden;
}

.hot-and-new-item .categori .item-list li .single-box .left-area img {
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.hot-and-new-item .categori .item-list li .single-box:hover .left-area img {
  transform: scale(1.15);
}

.hot-and-new-item .categori .item-list li .single-box .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars {
  display: block;
  text-align: left;
  line-height: 12px;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul {
  display: inline-block;
  line-height: 12px;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li {
  line-height: 12px;
  display: inline-block;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li i {
  font-size: 12px;
  color: #ff5500;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .price {
  font-size: 16px;
  line-height: 26px;
  color: #143250;
  font-weight: 700;
  margin: 3px 0px 3px;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .price del {
  font-size: 12px;
  opacity: .8;
}

.hot-and-new-item .categori .item-list li .single-box .right-area .text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 13px;
  position: absolute;
  top: -37px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 19px;
  opacity: 1;
  background: #fff;
  border: 1px solid #ff5500;
  border-radius: 50%;
  color: #ff5500;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #ff5500!important;
  color: #fff;
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 26px;
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}


/*-----------------------------
** Banner Section Start
------------------------------*/

.banner-section {
  padding: 30px 0px 30px;
}

.banner-section img {
  width: 100%;
}

.banner-section .left {
  margin: 0px 5px;
}

.banner-section .right {
  margin-left: 15px;
}

.banner-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.banner-effect::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.banner-effect:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.banner-effect img {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.banner-effect:hover img {
  transform: scale(1.1);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}


/*-----------------------------
** Banner Section Start
------------------------------*/

.blog-area {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f4f4f4;
}

.blog-area .aside .slider-wrapper {
  background: #ffff;
  padding: 50px 60px 50px;
}

.blog-area .aside .slider-wrapper .slide-item {
  text-align: center;
}

.blog-area .aside .slider-wrapper .slide-item .top-area .left {
  display: inline-block;
}

.blog-area .aside .slider-wrapper .slide-item .top-area .left img {
  height: auto;
  border: 2px solid #ff5500;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18);
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right {
  margin-top: 10px;
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .dagenation {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
}

.blog-area .aside .slider-wrapper .slide-item .review-text {
  position: relative;
  margin-top: 15px;
  padding: 20px 30px 20px;
}

.blog-area .aside .slider-wrapper .slide-item .review-text::after {
  position: absolute;
  content: "\efcd";
  font-family: IcoFont;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #777;
}

.blog-area .aside .slider-wrapper .slide-item .review-text::before {
  position: absolute;
  content: "\efce";
  font-family: IcoFont;
  bottom: 0;
  right: 0;
  font-size: 20px;
  color: #666;
}

.blog-area .aside .slider-wrapper .slide-item .review-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots {
  display: block;
  text-align: center;
  margin-top: -1px;
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #c2c2c2;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 3px 0px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot.active {
  background: #ff5500;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-box {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #e7eaed;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.blog-area .blog-box .blog-images {
  width: 240px;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}

.blog-area .blog-box .blog-images .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-area .blog-box .blog-images .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  /* height: 206px; */
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-area .blog-box .blog-images .img .date {
  position: absolute;
  background: #ff5500;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.blog-area .blog-box .blog-images .img .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.blog-area .blog-box .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-area .blog-box .details .blog-title {
  font-size: 16px;
  font-weight: 600;
}

.blog-area .blog-box .details .blog-text {
  font-size: 13px;
}

.blog-area .blog-box .details .read-more-btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #ff5500;
  padding: 7px 20px;
  border: 1px solid #ff5500;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blog-area .blog-box .details .read-more-btn:hover {
  background: none;
  color: #ff5500;
}

.blog-area .blog-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-area .blog-box:hover .blog-images .img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}


/*-----------------------------
** Footer Area Start
------------------------------*/


/*.footer {
  overflow: hidden;
  position: relative;
  background: #143250;
  padding: 65px 0 63px 0;}
  .footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block; }
    .footer .footer-info-area .footer-logo .logo-link {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      text-transform: uppercase; }
    .footer .footer-info-area .footer-logo img {
      max-width: 180px; }
    .footer .footer-info-area .text p {
      color: #ffffff;
      font-size: 16px; margin-bottom: 0; }
      .footer h5 {
    color: #fff;
}
  .footer .fotter-social-links ul {
    padding-left: 0px;
    margin-left: 0px; }
    .footer .fotter-social-links ul li {
      display: inline-block;
      }
  .footer .copy-bg {
    background: #02020c;
    margin-top: 35px;
    padding: 20px 15px 20px; }
    .footer .copy-bg .content {
      text-align: center; }
      .footer .copy-bg .content .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color: #bac9e6; }
      .footer .copy-bg .content .content a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color: #ff5500; }
  .footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px; }
    .privacy-links {
    margin-top: 72px;
}
.privacy-links ul li a {
    font-family: 'Gotham Rounded Book';
}
.quick-links ul li a {
    font-family: 'Gotham Rounded Book';
    line-height: 20px;
}
  .footer .footer-widget ul {
    padding-left: 0px;
    margin-bottom: 0px; }
    .footer .footer-widget ul li {
      list-style: none; }
      .footer .footer-widget ul li a {
        color: #fff;}
        .footer .footer-widget ul li a:hover {
          color: #ff5500; }
.footer .footer-widget ul li i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.social-media-wrapper {
    margin-top: 30px;
}
  .info-link-widget .title {
    margin-bottom: 11px; }
  .info-link-widget .link-list li {
    padding: 4px 0;
    display: block; }
    .info-link-widget .link-list li a {
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .info-link-widget .link-list li a:hover {
        color: #ff5500; }
        .info-link-widget .link-list li a:hover i {
          color: #ff5500; }
    .info-link-widget .link-list li i.fas {
      font-size: 12px; }

.recent-post-widget .title {
  margin-bottom: 26px; }

.recent-post-widget .post-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .recent-post-widget .post-list li:last-child {
    border-bottom: 0px; }
  .recent-post-widget .post-list li .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .recent-post-widget .post-list li .post .post-img {
      margin-right: 15px; }
      .recent-post-widget .post-list li .post .post-img img {
        width: 60px;
        height: 60px; }
    .recent-post-widget .post-list li .post .post-details {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .recent-post-widget .post-list li .post .post-details .post-title {
        font-size: 14px;
        line-height: 20px;
        color: #f0f5ff;
        font-weight: 400;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .recent-post-widget .post-list li .post .post-details .date {
        font-size: 10px;
        line-height: 20px;
        color: #8798b8;
        font-weight: 400;
        margin-bottom: 0px; }
        .copyright-widget .content p {
    color: #fff;
    font-size: 16px;
}
.footer .footer-widget .fotter-social-links ul li a:hover{
  color: #fff;
  background: transparent;
}
.copyright-widget {
    margin-top: 23px;
    }*/

.footer {
  overflow: hidden;
  position: relative;
  background: #0e4f92;
  padding: 65px 0 20px 0;
}

.contactInfo-text span.conInfo-locationTitle {
  display: block;
  color: #ffff;
  margin-bottom: 7px;
}

.contactInfo-text span.conInfo-locationTitle.locTwo-text {
  margin-top: 20px;
}

.contactInfo-text span.conInfo-locationDes {
  color: #fff;
  font-family: "Gotham Rounded Book", sans-serif;
  line-height: 24px;
}

.footerNav-ulList-block {
  display: flex;
  justify-content: space-between;
}

.footer .footer-info-area .title,
.footer .footerNav-hyperLink-item .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.footerNav-hyperLink-item ul li a {
  color: #fff;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.footerNav-buttonLink-box a,
.footerNav-hyperLink-item ul li a,
.copyright-list-block ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footerNav-hyperLink-item ul li a:hover {
  color: #f26859;
}

.footerNav-buttonLink-box a.registerGo-link-btn {
  background: #f36c59;
  color: #fff;
  font-size: 15px;
  font-family: 'Gotham Rounded Book';
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #f36c59;
  margin-bottom: 15px;
  display: block;
  width: 104px;
}

.footerNav-buttonLink-box a.registerGo-link-btn:hover {
  color: #f36c59;
  background: transparent;
}

.footerNav-buttonLink-box a.loginGo-link-btn {
  background: #fff;
  color: #0e4f92;
  font-size: 15px;
  font-family: 'Gotham Rounded Book';
  padding: 8px 20px;
  border: 1px solid #fff;
  display: block;
  width: 104px;
}

.footerNav-buttonLink-box a.loginGo-link-btn:hover {
  color: #fff;
  background: transparent;
}

.copyright-row-wrap {
  border-top: 1px solid #fff;
  padding-top: 25px;
  margin-top: 40px;
}

.copyright-list-block ul,
.varselor-follow-block ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.copyright-list-block ul li {
  color: #fff;
  font-family: "Gotham Rounded Book", sans-serif;
  padding: 0 18px;
  position: relative;
}

.copyright-list-block ul li a,
.copyright-list-block ul li {
  font-size: 15px;
}

.copyright-list-block ul li:after {
  content: "";
  position: absolute;
  top:-2px;
  left: 0;
  background: #fff;
  width: 1px;
  height: 20px;
}

.copyright-list-block ul li:last-child {
  padding-right: 0px;
}

.copyright-list-block ul li:first-child {
  padding-left: 0;
}

.copyright-list-block ul li:first-child:after {
  display: none;
}

.copyright-list-block ul li a,
.varselor-follow-block ul li {
  color: #fff;
  font-family: "Gotham Rounded Book", sans-serif;
}

.copyright-list-block ul li a:hover {
  color: #f26859;
}

.varselor-follow-block ul {
  justify-content: flex-end;
}

.varselor-follow-block ul li a {
  color: #fff;
  font-size: 26px;
  margin: 0 12px;
}

.varselor-follow-block ul li a:hover {
  color: #f36c59;
}

.varselor-follow-block ul li:last-child a {
  margin-right: 0;
}


/*-----------------------------
** Product Details Area Start
------------------------------*/

.product-details-page {
  padding: 54px 0px 40px;
}

.product-details-page li.slick-slide {
  border: 1px solid red;
}

.product-details-page li.slick-slide {
  border: 1px solid transparent;
}

.product-details-page li.slick-slide:focus {
  outline: 0px;
}

.product-details-page .all-item {
  position: relative;
  cursor: pointer;
}

.product-details-page .all-item li {
  margin: 0px 0px;
}

.product-details-page .all-item .slidPrv4.slick-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background: #ff5500;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .7;
  cursor: pointer;
}

.product-details-page .all-item .slidPrv4.slick-arrow:hover {
  opacity: 1;
}

.product-details-page .all-item .slidNext4.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background: #ff5500;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.product-details-page .all-item .slidNext4.slick-arrow:hover {
  opacity: 1;
}

.product-details-page .all-item .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-details-page .one-item .item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.product-details-page .one-item .item img {
  display: inline-block !important;
}

.product-details-page .one-item .slick-slide:focus {
  outline: 0px;
}

.product-details-page .one-item .slick-prev:before,
.product-details-page .one-item .slick-next:before {
  color: fff;
}

.product-details-page .one-item li.slick-slide.slick-current.slick-active {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.product-details-page .right-area .product-info .product-name {
  font-size: 42px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 3px;
}

.product-details-page .right-area .product-info .info-meta-1 ul li {
  display: inline-block;
  margin-right: 10px;
}

.product-details-page .right-area .product-info .info-meta-1 ul li p {
  color: #143250;
  font-size: 14px;
  margin-bottom: 7px;
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-id .idno {
  font-weight: 600;
  color: #000000;
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-isstook p {
  color: #30bf61;
  font-weight: 600;
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-outstook p {
  color: #e51e31;
  font-weight: 600;
}

.product-details-page .right-area .product-info .info-meta-1 ul li .stars li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px;
}

.product-details-page .right-area .product-info .info-meta-1 ul li .stars li i {
  color: #ff5500;
  margin: 0px;
  padding: 0px;
}

.product-details-page .right-area .product-info .info-meta-1 ul li:last-child {
  margin-right: 0px;
}

.product-details-page .right-area .product-info .contact-seller {
  padding: 9px 0px 10px;
}

.product-details-page .right-area .product-info .contact-seller .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ff5500;
  display: inline-block;
  margin-right: 10px;
}

.product-details-page .right-area .product-info .contact-seller .list {
  display: inline-block;
}

.product-details-page .right-area .product-info .contact-seller .list li {
  display: inline-block;
  margin-right: 5px;
}

.product-details-page .right-area .product-info .contact-seller .list li a {
  font-size: 13px;
  color: #ff5500;
  display: inline-block;
  border: 1px solid #b8c1ca;
  padding: 4px 9px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-page .right-area .product-info .contact-seller .list li a i {
  font-size: 12px;
}

.product-details-page .right-area .product-info .contact-seller .list li a:hover {
  background: #ff5500;
  border-color: #ff5500;
  color: #fff;
}

.product-details-page .right-area .product-info .contact-seller .list li:last-child {
  margin-right: 0px;
}

.product-details-page .right-area .product-info .info-meta-2 {
  margin-top: 8px;
}

.product-details-page .right-area .product-info .info-meta-2 ul li p {
  font-size: 16px;
  margin-bottom: 0px;
}

.product-details-page .right-area .product-info .product-price {
  margin-bottom: 12px;
}

.product-details-page .right-area .product-info .product-price .title {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}

.product-details-page .right-area .product-info .product-price .price {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #ff5500;
  margin-bottom: 0px;
}

.product-details-page .right-area .product-info .product-price .price small {
  font-size: 18px;
  font-weight: 600;
  color: rgba(20, 50, 80, 0.6);
}

.product-details-page .right-area .product-info .product-size {
  padding: 20px 0px 0px;
}

.product-details-page .right-area .product-info .product-size .title {
  display: inline-block;
  margin-right: 20px;
}

.product-details-page .right-area .product-info .product-size .siz-list {
  display: inline-block;
}

.product-details-page .right-area .product-info .product-size .siz-list li {
  display: inline-block;
}

.product-details-page .right-area .product-info .product-size .siz-list li .box {
  width: 35px;
  height: 35px;
  border: 1px solid #b8c1ca;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}

.product-details-page .right-area .product-info .product-size .siz-list li.active .box {
  border: 1px solid #ff5500;
}

.product-details-page .right-area .product-info .mproduct-size {
  padding: 9px 0px 10px;
}

.product-details-page .right-area .product-info .mproduct-size .title {
  display: inline-block;
  margin-right: 20px;
}

.product-details-page .right-area .product-info .mproduct-size .siz-list {
  display: inline-block;
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li {
  display: inline-block;
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li .box {
  width: 35px;
  height: 35px;
  border: 1px solid #b8c1ca;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li.active .box {
  border: 1px solid #ff5500;
}

.product-details-page .right-area .product-info .product-color {
  margin-top: 10px;
  position: relative;
  margin-bottom: 4px;
}

.product-details-page .right-area .product-info .product-color .title {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-details-page .right-area .product-info .product-color .color-list {
  display: inline-block;
  padding-left: 70px;
}

.product-details-page .right-area .product-info .product-color .color-list li {
  display: inline-block;
  margin-right: 2px;
}

.product-details-page .right-area .product-info .product-color .color-list li .box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  /* font-size: 10px; */
}

.product-details-page .right-area .product-info .product-color .color-list li .box::after {
  position: absolute;
  content: "\eed8";
  font-family: IcoFont;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 17px;
  opacity: 0;
}

.product-details-page .right-area .product-info .product-color .color-list li.active .box::after {
  opacity: 1;
}

.product-details-page .right-area .product-info .product-color .color-list li:last-child {
  margin-right: 0px;
}

.product-details-page .right-area .product-info .mproduct-color {
  margin-top: 10px;
  position: relative;
}

.product-details-page .right-area .product-info .mproduct-color .title {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-details-page .right-area .product-info .mproduct-color .color-list {
  display: inline-block;
  padding-left: 70px;
}

.product-details-page .right-area .product-info .mproduct-color .color-list li {
  display: inline-block;
  margin-right: 2px;
}

.product-details-page .right-area .product-info .mproduct-color .color-list li .box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.product-details-page .right-area .product-info .mproduct-color .color-list li .box::after {
  position: absolute;
  content: "\eed8";
  font-family: IcoFont;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 20px;
  opacity: 0;
}

.product-details-page .right-area .product-info .mproduct-color .color-list li.active .box::after {
  opacity: 1;
}

.product-details-page .right-area .product-info .mproduct-color .color-list li:last-child {
  margin-right: 0px;
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  background: #ff5500;
  border: 1px solid #ff5500;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #fff!important;
  color: #ff5500;
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.product-details-page .right-area .product-info .info-meta-3 {
  padding: 10px 0px 12px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li {
  margin-right: 7px;
  /* display: block; */
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty {
  display: block;
  margin-bottom: 10px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li {
  margin-right: -4px;
  display: inline-block;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:first-child {
  margin-left: 0px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-plus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-total,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-minus {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus:focus {
  outline: 0px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal {
  width: 40px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:last-child {
  margin-right: 10px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart {
  display: inline-block;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid #ff5500;
  background: #ff5500;
  padding: 0px 18px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a i {
  font-size: 13px;
  margin-right: 4px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a:hover {
  background: #fff;
  color: #ff5500;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare {
  display: inline-block;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid #ff5500;
  background: #ff5500;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a:hover,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a:hover {
  background: #fff;
  color: #ff5500;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li:last-child {
  margin-right: 0px;
}

.product-details-page .right-area .product-info .social-links {
  margin-top: 4px;
}

.product-details-page .right-area .product-info .social-links .title {
  display: inline-block;
  margin-right: 20px;
}

.product-details-page .right-area .product-info .social-links .link-list {
  display: inline-block;
}

.product-details-page .right-area .product-info .social-links .link-list li {
  display: inline-block;
}

.product-details-page .right-area .product-info .social-links .link-list li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0px 2px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-page .right-area .product-info .social-links .link-list li a.facebook {
  background: #3b5999;
}

.product-details-page .right-area .product-info .social-links .link-list li a.twitter {
  background: #55acee;
}

.product-details-page .right-area .product-info .social-links .link-list li a.linkedin {
  background: #0077B5;
}

.product-details-page .right-area .product-info .social-links .link-list li a.pinterest {
  background: #bd081c;
}

.product-details-page .right-area .product-info .social-links .link-list li a:hover {
  color: #fff;
}

.product-details-page #product-details-tab {
  margin-top: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

.product-details-page #product-details-tab.ui-widget.ui-widget-content {
  border: 0px;
}

.product-details-page #product-details-tab .ui-widget.ui-widget-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel {
  padding: 0px;
  text-align: left;
  padding: 20px 20px 30px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel p {
  font-size: 16px;
  line-height: 26px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li {
  display: block;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li p {
  margin-bottom: 0px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
  margin-left: 30px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars {
  font-size: 12px;
  background: #ff5500;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars i {
  font-size: 10px;
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .reting-and-review {
  display: inline-block;
  font-size: 14px;
  color: #143250;
  margin-left: 10px;
}

.product-details-page #product-details-tab .top-menu-area {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
}

.product-details-page #product-details-tab .top-menu-area ul {
  border: 0px;
  display: inline-block;
  background: none;
  padding: 0px;
  margin: 0px;
}

.product-details-page #product-details-tab .top-menu-area ul li {
  border: 0px;
  background: none;
  display: inline-block;
}

.product-details-page #product-details-tab .top-menu-area ul li a {
  padding: 12px 10px 9px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #143250;
  display: block;
  font-family: "Gotham Rounded Book", sans-serif;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
}

.product-details-page #product-details-tab .top-menu-area ul li a::after {
  position: absolute;
  content: " ";
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #143250;
  opacity: 0;
}

.product-details-page #product-details-tab .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0px;
  background: #ff000f;
}

.product-details-page #product-details-tab li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a::after {
  opacity: 1;
}

.product-details-page #product-details-tab.ui-widget.ui-widget-content {
  background: #f3f5f6;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}

.quick-view-modal .product-details-page .all-item .slidPrv4.slick-arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.quick-view-modal .product-details-page .all-item .slidNext4.slick-arrow {
  position: absolute;
  bottom: auto;
  top: 50%;
  right: 0px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#product-details-tab #replay-area .all-replay {
  margin-top: 18px;
  width: 100%;
}

#product-details-tab #replay-area .all-replay li {
  margin-bottom: 30px;
  width: 100%;
}

#product-details-tab #replay-area .all-replay li .single-review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

#product-details-tab #replay-area .all-replay li .single-review .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

#product-details-tab #replay-area .all-replay li .single-review .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product-details-tab #replay-area .all-replay li .single-review .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ff5500;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

#product-details-tab #replay-area .all-replay li .single-review .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

#product-details-tab #replay-area .all-replay li .single-review .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area {
  margin-left: 0px;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars li {
  display: inline-block;
  width: auto;
  font-size: 12px;
  margin-right: -2px;
  color: #fc9715;
  margin-bottom: 0px;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .review-body p {
  font-size: 16px;
  line-height: 26px;
}

#product-details-tab #replay-area .review-area .star-area .star-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
}

#product-details-tab #replay-area .review-area .star-area .star-list li i {
  margin-right: -3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

#product-details-tab #replay-area .review-area .star-area .star-list li::after {
  position: absolute;
  content: "||";
  top: 0px;
  right: -18px;
}

#product-details-tab #replay-area .review-area .star-area .star-list li:last-child::after {
  display: none;
}

#product-details-tab #replay-area .review-area .star-area .star-list li.active i {
  color: #fc9715;
}

#product-details-tab #replay-area .review-area .star-area .star-list li:hover i {
  color: #fc9715;
}

#product-details-tab #replay-area .write-comment-area {
  padding-top: 30px;
}

#product-details-tab #replay-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

#product-details-tab #replay-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

#product-details-tab #replay-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

#product-details-tab #replay-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

#product-details-tab #replay-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

#product-details-tab #replay-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

#product-details-tab #replay-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

#product-details-tab #replay-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

#product-details-tab #replay-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

#product-details-tab #replay-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

#product-details-tab #replay-area .write-comment-area .submit-btn {
  background: #ff5500;
  border: 0px;
  color: #fff;
  padding: 14px 30px 11px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ff5500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#product-details-tab #replay-area .write-comment-area .submit-btn:hover {
  background: none;
  color: #ff5500;
}

#product-details-tab #replay-area .write-comment-area .submit-btn:focus {
  outline: 0px;
}

#product-details-tab #replay-area #product-details-tab.ui-widget.ui-widget-content {
  background: #fff;
}

#product-details-tab #comment-area .all-comment {
  margin-top: 18px;
  width: 100%;
}

#product-details-tab #comment-area .all-comment li {
  margin-bottom: 30px;
  width: 100%;
}

#product-details-tab #comment-area .all-comment li .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ff5500;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area {
  margin-left: 0px;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars li {
  display: inline-block;
  width: auto;
  font-size: 12px;
  margin-right: -2px;
  color: #fc9715;
  margin-bottom: 0px;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-body p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
  display: inline-block;
  font-size: 14px;
}

#product-details-tab #comment-area .all-comment li .replay-review {
  margin-left: 100px;
}

#product-details-tab #comment-area .all-comment li .replay-area {
  position: relative;
  padding-left: 127px;
  margin-bottom: 20px;
}

#product-details-tab #comment-area .all-comment li .replay-area textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#product-details-tab #comment-area .all-comment li .replay-area button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  background: #ff5500;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

#product-details-tab #comment-area .all-comment li .replay-area .remove {
  width: 120px;
  height: 40px;
  border: 0px;
  background: #143250;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
}

#product-details-tab #comment-area .review-area .title {
  margin-bottom: 0px;
}

#product-details-tab #comment-area .write-comment-area {
  padding-top: 20px;
}

#product-details-tab #comment-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

#product-details-tab #comment-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

#product-details-tab #comment-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

#product-details-tab #comment-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

#product-details-tab #comment-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

#product-details-tab #comment-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

#product-details-tab #comment-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

#product-details-tab #comment-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

#product-details-tab #comment-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

#product-details-tab #comment-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

#product-details-tab #comment-area .write-comment-area .submit-btn {
  background: #ff5500;
  border: 0px;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ff5500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#product-details-tab #comment-area .write-comment-area .submit-btn:hover {
  background: none;
  color: #ff5500;
}

#product-details-tab #comment-area .write-comment-area .submit-btn:focus {
  outline: 0px;
}

#product-details-tab #comment-area #product-details-tab.ui-widget.ui-widget-content {
  background: #fff;
}

.product-details-page .categori .section-top {
  margin-bottom: 20px;
}

.product-details-page .categori .item-list {
  display: block;
  width: 100%;
}

.product-details-page .categori .item-list li .single-box {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-page .categori .item-list li .single-box .left-area {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  overflow: hidden;
}

.product-details-page .categori .item-list li .single-box .left-area img {
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.product-details-page .categori .item-list li .single-box:hover .left-area img {
  transform: scale(1.15);
}

.product-details-page .categori .item-list li .single-box .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-details-page .categori .item-list li .single-box .right-area .stars {
  display: block;
  text-align: left;
  line-height: 12px;
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul {
  display: inline-block;
  line-height: 12px;
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul li {
  line-height: 12px;
  display: inline-block;
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul li i {
  font-size: 12px;
  color: #ff5500;
}

.product-details-page .categori .item-list li .single-box .right-area .price {
  font-size: 16px;
  line-height: 26px;
  color: #143250;
  font-weight: 700;
  margin: 3px 0px 3px;
}

.product-details-page .categori .item-list li .single-box .right-area .price del {
  font-size: 12px;
  opacity: .8;
}

.product-details-page .categori .item-list li .single-box .right-area .text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 13px;
  position: absolute;
  top: -37px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 19px;
  opacity: 1;
  background: #fff;
  border: 1px solid #ff5500;
  border-radius: 50%;
  color: #ff5500;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #ff5500!important;
  color: #fff;
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 25px;
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

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

.seller-info {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 10px;
}

.seller-info .content {
  padding: 23px 30px 6px;
  text-align: center;
}

.seller-info .content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ff5500;
}

.seller-info .content .stor-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}

.seller-info .content .cuntry {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.seller-info .content .total-product {
  width: 100%;
  padding: 18px 0px 18px;
}

.seller-info .content .total-product p {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #ff5500;
}

.seller-info .content .total-product span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.seller-info .content .time {
  margin-top: 5px;
  margin-bottom: 0px;
}

.seller-info .view-stor {
  background: #ff5500;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 6px 30px;
  border-radius: 50px;
  margin: 0 auto 30px;
  border: 1px solid #ff5500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.seller-info .view-stor:hover {
  background: #fff;
  color: #ff5500;
}


/*-----------------------------
** Sub Categori Area Start
------------------------------*/

.sliderText {
  margin-bottom: 30px;
  border-bottom: 2px solid red;
  padding: 10px 0 10px 0px;
  font-weight: bold;
}

.ui-slider-horizontal {
  height: 5px;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
}

.ui-widget-header {
  background: #ff5500;
}

.price-range-search {
  width: 70px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  display: inline-block;
  height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 70px;
  background-color: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
  height: 30px;
  text-align: center;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #ff5500;
  border-radius: 50%;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.ui-slider .ui-slider-handle:focus {
  outline: 0px;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  background: #d2d2d2;
}

.sub-categori {
  padding: 70px 0px 70px;
}

.sub-categori .left-area .filter-result-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-categori .left-area .filter-result-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .filter-result-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .filter-result-area .body-area {
  padding: 25px 30px 30px;
  display: block;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li {
  margin-bottom: 6px;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check {
  position: relative;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check label {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Gotham Rounded Book", sans-serif;
  margin-left: 30px;
  cursor: pointer;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark {
  background-color: transparent;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark:after {
  display: block;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #242424;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block {
  text-align: center;
  margin-top: 34px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block #slider-range {
  margin-bottom: 21px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount {
  margin-bottom: 30px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount span {
  font-size: 14px;
  margin: 0px 8px;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5500;
  border: 0px;
  border-radius: 50px;
  display: block;
  border: 1px solid #ff5500;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:hover {
  background: none;
  color: #ff5500;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:focus {
  outline: 0px;
}

.sub-categori .left-area .design-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.sub-categori .left-area .design-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .design-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .design-area .body-area {
  padding: 25px 30px 21px;
  display: block;
}

.sub-categori .left-area .design-area .body-area .filter-list li {
  margin-bottom: 6px;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check {
  position: relative;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check label {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Gotham Rounded Book", sans-serif;
  margin-left: 30px;
  cursor: pointer;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark {
  background-color: transparent;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark:after {
  display: block;
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #242424;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-categori .left-area .tags-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.sub-categori .left-area .tags-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .tags-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .tags-area .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.sub-categori .left-area .tags-area .body-area .taglist li {
  display: inline-block;
}

.sub-categori .left-area .tags-area .body-area .taglist li a {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
  padding: 7px 17px;
  margin: 5px 3px;
  font-size: 13px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #143250;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .left-area .tags-area .body-area .taglist li a:hover {
  background: #ff5500;
  color: #fff;
}

.sub-categori .left-area .all-categories-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.sub-categori .left-area .all-categories-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .all-categories-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .all-categories-area .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card {
  padding: 7px 0px 0px;
  border-radius: 0px;
  border: 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header {
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 0px;
  background: #fff;
  cursor: pointer;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button {
  font-size: 14px;
  font-weight: 600;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button i {
  font-weight: 600;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body {
  background: #fff;
  padding: 0px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a {
  font-size: 14px;
  font-weight: 600;
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a i {
  font-weight: 600;
}

.sub-categori .left-area .all-categories-area .body-area .cat-list li a {
  font-size: 14px;
  color: #143250;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .left-area .all-categories-area .body-area .cat-list li a i {
  font-weight: 600;
}

.sub-categori .left-area .service-center {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.sub-categori .left-area .service-center .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .service-center .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .service-center .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.sub-categori .left-area .service-center .body-area .list li {
  font-size: 15px;
  line-height: 30px;
}

.sub-categori .left-area .service-center .body-area .list li a {
  color: #333333;
}

.sub-categori .left-area .service-center .body-area .list li i {
  font-size: 25px;
  color: #ff5500;
  margin-right: 7px;
}

.sub-categori .left-area .service-center .footer-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 28px 21px;
}

.sub-categori .left-area .service-center .footer-area .title {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}

.sub-categori .left-area .service-center .footer-area .list li {
  display: inline-block;
  font-size: 14px;
  margin: 0px 4px;
}

.sub-categori .left-area .service-center .footer-area .list li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .left-area .service-center .footer-area .list li a:hover {
  color: #ff5500;
}

.sub-categori .right-area .item-filter {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 3px;
}

.sub-categori .right-area .item-filter .filter-list {
  display: inline-block;
}

.sub-categori .right-area .item-filter .filter-list li {
  display: inline-block;
}

.sub-categori .right-area .item-filter .filter-list li p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.sub-categori .right-area .item-filter .filter-list li select {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 15px;
}

.sub-categori .right-area .item-filter .filter-list li.viewitem-no-area {
  margin-right: -13px;
}

.sub-categori .right-area .pagination-area {
  margin-top: 30px;
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link {
  border: none;
  text-align: center;
  text-align: center;
  color: #ff5500;
  font-size: 14px;
  margin: 0px 4px 0px;
  border-radius: 3px;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  font-weight: 600;
  background: #fcfcfc;
  color: #143250;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link.active,
.sub-categori .right-area .pagination-area .pagination .page-item .page-link:hover {
  background: #ff5500;
  color: #fff;
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link:focus {
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: nonel;
}

.sub-categori .right-area .pagination-area .pagination .page-item p {
  margin: 0px 3px;
}
.sub-categori .right-area .pagination-area .pagination .page-item1 .page-link1 {
  border: none;
  text-align: center;
  text-align: center;
  color: #ff5500;
  font-size: 14px;
  margin: 0px 4px 0px;
  border-radius: 3px;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  font-weight: 600;
  background: #fcfcfc;
  color: #143250;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.sub-categori .right-area .pagination-area .pagination .page-item1 .page-link1.active,
.sub-categori .right-area .pagination-area .pagination .page-item1 .page-link1:hover {
  background: #ff5500;
  color: #fff;
}

.sub-categori .right-area .pagination-area .pagination .page-item1 .page-link1:focus {
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: nonel;
}

.sub-categori .right-area .pagination-area .pagination .page-item1 p {
  margin: 0px 3px;
}
.sub-categori .modal {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999999;
}

.message-modal .modal .modal-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 600px;
  margin: 0px;
}

.message-modal .modal .modal-dialog .modal-header {
  background: #ff5500;
}

.message-modal .modal .modal-dialog .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.message-modal .modal .modal-dialog .modal-header .close span {
  color: #fff;
}

.message-modal .modal .contact-form {
  margin-top: 12px;
  padding: 10px 10px 10px;
}

.message-modal .modal .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.message-modal .modal .contact-form ul li {
  list-style: none;
}

.message-modal .modal .contact-form ul li .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.message-modal .modal .contact-form ul li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #ff5500 !important;
}

.message-modal .modal .contact-form ul li .input-field.textarea {
  margin-bottom: 35px;
}

.message-modal .modal .contact-form .submit-btn {
  width: 100%;
  height: 50px;
  background: #ff5500;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.message-modal .modal .contact-form .submit-btn:hover {
  background: #333333;
}

.message-modal .modal-backdrop {
  background: none !important;
}


/*-----------------------------
** Cart Page CSS Start
------------------------------*/

.cartpage {
  padding: 70px 0px 54px;
}

.cartpage .left-area .table thead {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cartpage .left-area .table thead tr th {
  border-bottom: 0px;
}

.cartpage .left-area .table tbody tr {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cartpage .left-area .table tbody tr td {
  border-top: 0px;
  vertical-align: middle;
}

.cartpage .left-area .table tbody tr td.product-img {
  width: 190px;
  text-align: center;
}

.cartpage .left-area .table tbody tr td.product-img p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.cartpage .left-area .table tbody tr td.size .item-size {
  margin-bottom: 10px;
}

.cartpage .left-area .table tbody tr td.size .item-size select {
  width: 70px;
  height: 30px;
}

.cartpage .left-area .table tbody tr td.size .item-color select {
  width: 70px;
  height: 30px;
}

.cartpage .left-area .table tbody tr td.size .item-color select option {
  width: 70px;
  height: 30px;
  display: inline-block;
}

.cartpage .left-area .table tbody tr td.size .item-color select option.red {
  background: red;
}

.cartpage .left-area .table tbody tr td.size .item-color select option.blue {
  background: blue;
}

.cartpage .left-area .table tbody tr td.size .item-color select option.green {
  background: green;
}

.cartpage .left-area .table tbody tr td.quantity .qty {
  display: inline-block;
  float: left;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li {
  margin-right: -4px;
  display: inline-block;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li:first-child {
  margin-left: 0px;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:focus {
  outline: 0px;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:hover,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:hover {
  background: #ff5500;
  color: #fff;
  border-color: #ff5500;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal {
  width: 40px;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li:last-child {
  margin-right: 10px;
}

.cartpage .left-area .table tbody tr td.unit-price p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.cartpage .left-area .table tbody tr td.total-price p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}

.cartpage .left-area .table tbody tr td .removecart {
  cursor: pointer;
  font-size: 16px;
}

.order-box {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 25px 40px;
}

.order-box .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #143250;
  line-height: 28px;
  margin-bottom: 15px;
}

.order-box .order-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.order-box .order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-box .order-list li p {
  font-size: 14px;
  font-weight: 600;
}

.order-box .order-list li p b {
  font-weight: 700;
}

.order-box .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  padding-top: 5px;
}

.cupon-box {
  text-align: center;
  margin-bottom: 30px;
}

.cupon-box #coupon-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  text-decoration: underline;
  cursor: pointer;
}

.cupon-box #coupon-form {
  display: none;
}

.cupon-box #coupon-form.show {
  display: block !important;
}

.cupon-box #coupon-form input {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.cupon-box #coupon-form button {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cupon-box #coupon-form button:hover {
  background: #ff5500;
  color: #fff;
  border-color: #ff5500;
}

.cupon-box #check-coupon-form {
  display: none;
}

.cupon-box #check-coupon-form.show {
  display: block;
}

.cupon-box #check-coupon-form input {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.cupon-box #check-coupon-form button {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cupon-box #check-coupon-form button:hover {
  background: #ff5500;
  color: #fff;
  border-color: #ff5500;
}

.order-box .order-btn {
  width: 190px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff5500;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.order-box .order-btn:hover {
  background: #143250;
}


/*-----------------------------
** Blog Page Area Start
------------------------------*/

.blogpagearea {
  padding: 70px 0px 70px;
}

.blogpagearea .blog-box {
  position: relative;
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blogpagearea .blog-box .blog-images {
  width: 100%;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}

.blogpagearea .blog-box .blog-images .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blogpagearea .blog-box .blog-images .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blogpagearea .blog-box .blog-images .img .date {
  position: absolute;
  background: #ff5500;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.blogpagearea .blog-box .blog-images .img .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.blogpagearea .blog-box .details {
  padding: 5px 0px 5px;
}

.blogpagearea .blog-box .details .blog-title {
  font-size: 16px;
  font-weight: 600;
}

.blogpagearea .blog-box .details .blog-text {
  font-size: 13px;
}

.blogpagearea .blog-box .details .read-more-btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #ff5500;
  padding: 7px 20px;
  border: solid;
  border: 1px solid #ff5500;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blogpagearea .blog-box .details .read-more-btn:hover {
  background: none;
  color: #ff5500;
}

.blogpagearea .blog-box:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.blogpagearea .blog-box:hover .blog-images .img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}


/*-----------------------------
** Blog Details Area Start
------------------------------*/

.blog-details {
  padding: 60px 0px 60px;
}

.blog-details .blog-content .content {
  border: 1px solid #e5e9f4;
  padding: 20px 30px 30px;
}

.blog-details .blog-content .content .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.blog-details .blog-content .content .post-meta {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.blog-details .blog-content .content .post-meta li {
  list-style: none;
  display: inline-block;
}

.blog-details .blog-content .content .post-meta li a {
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .post-meta li a:hover {
  color: #ff5500;
}

.blog-details .blog-content .content p {
  color: #2f3744;
  font-size: 16px;
}

.blog-details .blog-content .content .heading {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 20px;
  display: inline-block;
}

.blog-details .blog-content .content .img {
  margin: 30px 0px 30px;
  display: block;
}

.blog-details .blog-content .content blockquote {
  margin-top: 50px;
  background: #f3f6ff;
  border-left: 5px solid #ff5500;
  padding: 25px 30px 28px;
  font-size: 16px;
  color: #ff5500;
  font-weight: 600;
  display: block;
}

.blog-details .blog-content .content blockquote p {
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link {
  background: #f3f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px;
}

.blog-details .blog-content .content .tag-social-link .tag .title {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  line-height: inherit;
}

.blog-details .blog-content .content .tag-social-link .tag a {
  color: #545558;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details .blog-content .content .tag-social-link .social-links li {
  display: inline-block;
}

.blog-details .blog-content .content .tag-social-link .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  background: #ff5500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3);
}

.blog-details .comments {
  margin-top: 90px;
}

.blog-details .comments .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #252a32;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.blog-details .comments .comment-box-area {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details .comments .comment-box-area li {
  list-style: none;
  margin-bottom: 30px;
}

.blog-details .comments .comment-box-area li .comment-box {
  position: relative;
}

.blog-details .comments .comment-box-area li .comment-box .left {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.blog-details .comments .comment-box-area li .comment-box .left .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #ff5500;
  overflow: hidden;
  margin-bottom: 19px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
}

.blog-details .comments .comment-box-area li .comment-box .left .img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details .comments .comment-box-area li .comment-box .left .replay {
  width: 55px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  background: #ff5500;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
  background: #ff5500;
}

.blog-details .comments .comment-box-area li .comment-box .right {
  margin-left: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-details .comments .comment-box-area li .comment-box .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-details .comments .comment-box-area li .comment-box .right .date {
  font-size: 14px;
  font-weight: 24px;
  color: #474747;
}

.blog-details .comments .comment-box-area li .comment-box .right .text p {
  color: #505b6d;
  font-size: 14px;
  line-height: 26px;
}

.blog-details .comments .comment-box-area li .replay-form {
  margin-left: 100px;
  padding: 58px 0px 10px;
  position: relative;
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
  background: #ff5500;
  border-color: #ff5500;
  color: #fff;
}

.blog-details .comments .comment-box-area li .replay-form .input-field {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 60px;
  font-size: 14px;
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #ff5500;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn:hover {
  background: #ff5500;
}

.blog-details .comments .comment-box-area li:last-child {
  margin-bottom: 0px;
}

.blog-details .comments .comment-box-area li:last-child .comment-box .right {
  border-bottom: 0px;
}

.blog-details .write-comment {
  margin-top: 55px;
}

.blog-details .write-comment .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #252a32;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.blog-details .write-comment .input-field {
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  margin-bottom: 30px;
}

.blog-details .write-comment .submit-btn {
  width: 225px;
  height: 60px;
  background: #ff5500;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .write-comment .submit-btn:hover {
  background: #ff5500;
}

.blog-details .blog-aside .serch-form {
  position: relative;
}

.blog-details .blog-aside .serch-form input {
  width: 100%;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #f7f8fc;
  padding: 0px 50px 0px 20px;
}

.blog-details .blog-aside .serch-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  cursor: pointer;
}

.blog-details .blog-aside .serch-form button:focus {
  outline: 0;
}

.blog-details .blog-aside .categori {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 22px;
  margin-top: 30px;
}

.blog-details .blog-aside .categori .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .categori .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .categori .categori-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 17px;
}

.blog-details .blog-aside .categori .categori-list li {
  list-style: none;
  line-height: 36px;
}

.blog-details .blog-aside .categori .categori-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .categori .categori-list li a:hover,
.blog-details .blog-aside .categori .categori-list li a.active {
  color: #ff5500;
  padding-left: 5px;
}

.blog-details .blog-aside .recent-post-widget {
  border: 1px solid #e5e9f4;
  padding: 20px 30px 28px;
  margin-top: 30px;
}

.blog-details .blog-aside .recent-post-widget .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .recent-post-widget .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .recent-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.blog-details .blog-aside .recent-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-img {
  margin-right: 20px;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 14px;
  color: #2f3744;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #ff5500;
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .date {
  color: #7b8698;
  font-size: 12px;
  margin-bottom: 0px;
}

.blog-details .blog-aside .recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-details .blog-aside .archives {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 22px;
  margin-top: 30px;
}

.blog-details .blog-aside .archives .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .archives .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .archives .archives-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 17px;
}

.blog-details .blog-aside .archives .archives-list li {
  list-style: none;
  line-height: 36px;
}

.blog-details .blog-aside .archives .archives-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .blog-aside .archives .archives-list li a:hover {
  color: #ff5500;
}

.blog-details .blog-aside .tags {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 15px;
  margin-top: 30px;
}

.blog-details .blog-aside .tags .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}

.blog-details .blog-aside .tags .separator {
  background: #eeeeee;
  width: 195px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.blog-details .blog-aside .tags .tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 29px;
}

.blog-details .blog-aside .tags .tags-list li {
  list-style: none;
  display: inline-block;
}

.blog-details .blog-aside .tags .tags-list li a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 22px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  color: #505b6d;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  margin-right: 9px;
}

.blog-details .blog-aside .tags .tags-list li a:hover {
  background: #ff5500;
  border-color: #ff5500;
  color: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3);
}


/*---------------------------
** Contact Us  Area Start
---------------------------*/

.contact-us {
  padding: 65px 0px 70px;
}

.contact-us .contact-section-title .subtitle {
  color: #143250;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-us .contact-section-title .title {
  color: #ff5500;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 13px;
}

.contact-us .contact-section-title .text {
  color: #777;
}

.contact-us .left-area {
  background: #fff;
}

.contact-us .left-area .contact-form {
  margin-top: 12px;
  padding: 30px 20px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
}

.contact-us .left-area .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .left-area .contact-form ul li {
  list-style: none;
}

.contact-us .left-area .contact-form .form-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-us .left-area .contact-form .form-input input {
  width: 100%;
  height: 60px;
  background: #f3f8fc;
  padding: 0px 30px 0px 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 0px;
}

.contact-us .left-area .contact-form .form-input textarea {
  width: 100%;
  height: 150px;
  background: #f3f8fc;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 0px;
}

.contact-us .left-area .contact-form .form-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #ff5500;
}

.contact-us .left-area .contact-form ul li .input-field.textarea {
  margin-bottom: 35px;
}

.contact-us .left-area .contact-form .captcha-area li img {
  max-width: 225px;
  display: inline-block;
}

.contact-us .left-area .contact-form .captcha-area li i {
  display: inline-block;
  margin-left: 15px;
  font-size: 22px;
  color: #777;
}

.contact-us .left-area .contact-form .captcha-area li .input-field {
  margin-bottom: 20px;
  background: none;
  max-width: 225px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .left-area .contact-form .captcha-area li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #ff5500 !important;
}

.contact-us .left-area .contact-form .submit-btn {
  width: 213px;
  height: 50px;
  background: #ff5500;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  border: 1px solid #ff5500;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-us .left-area .contact-form .submit-btn:hover {
  background: none;
  color: #ff5500;
}

.contact-us .right-area .top-content {
  margin-bottom: 23px;
}

.contact-us .right-area .top-content .title {
  font-size: 28px;
  line-height: 28px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-us .right-area .top-content .text {
  color: #333333;
}

.contact-us .right-area .contact-info {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  border-bottom: 2px solid #ff5500;
  padding: 30px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us .right-area .contact-info .left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-us .right-area .contact-info .left .icon {
  width: 70px;
  height: 70px;
  background: #ff5500;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-us .right-area .contact-info .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-us .right-area .contact-info .content a {
  display: block;
  margin-bottom: 0px;
}

.contact-us .right-area .contact-info .content p {
  margin-bottom: 0px;
}

.contact-us .right-area .contact-info:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-us .right-area .contact-info:hover .icon {
  font-size: 32px;
}

.contact-us .right-area .social-links .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #143250;
  margin-top: -5px;
  margin-bottom: 18px;
}

.contact-us .right-area .social-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .right-area .social-links ul li {
  display: inline-block;
}

.contact-us .right-area .social-links ul li a {
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: 0px 3px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}


/*---------------------------
** LOgin Signup  Area Start
---------------------------*/

.login-signup {
  background: #f2f2f2;
  padding:130px 0px 60px;
}

.login-area {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
  box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
}

.login-area .header-area {
  text-align: center;
  margin-bottom: 40px;
}

.login-area .header-area .text {
  font-size: 18px;
  color: #919191;
}

.login-area .form-input {
  position: relative;
  margin-bottom: 15px;
}

.login-area .form-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #ff5500;
}

.login-area .form-forgot-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.login-area .to-login-page {
  text-align: right;
}

.login-area .submit-btn {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #ff5500;
  border: 0px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.login-area .submit-btn:hover {
  background: #143250;
}

.login-area .social-area {
  text-align: center;
  padding-top: 26px;
}

.login-area .social-area .title {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #ff5500;
  position: relative;
}

.login-area .social-area .title::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 7px;
}

.login-area .social-area .title::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 7px;
}

.login-area .social-area .text {
  font-size: 20px;
  font-weight: 300;
  color: #143250;
}

.login-area .social-area .social-links {
  padding-left: 0px;
}

.login-area .social-area .social-links li {
  display: inline-block;
}

.login-area .header-area .title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  line-height: 40px;
  color: #0b4f93 !important;
}

.login-area .social-area .social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.login-area .social-area .social-links li a i.fa-facebook-f {
  background: #0069f7;
}

.login-area .social-area .social-links li a i.fa-twitter {
  background: #00c6f7;
}

.login-area .social-area .social-links li a i.fa-google-plus-g {
  background: #d1062c;
}

.comment-log-reg-tabmenu .full-container {
  padding: 0px !important;
}

.comment-log-reg-tabmenu .nav-tabs {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  background: #ff5500;
  border-radius: 0px;
  color: #fff;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
  background: #143250;
}

.login-area.main-login-authcard {
  width: 510px;
  margin: auto;
}

.login-area .form-input input {
  width: 100%;
  height: 50px;
  background: #f3f8fc;
  padding: 0px 30px 0px 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: "Gotham Rounded Book", sans-serif;
}

.login-area.main-login-authcard .login-form.signin-form {
  padding: 0 40px;
}

.middleLine-login-sep {
  text-align: center;
  padding-bottom: 10px;
  margin: 40px 0 20px;
  font-size: 14px;
  position: relative;
  color: #7d7d7d;
}

.middleLine-login-sep:after,
.middleLine-login-sep:before {
  background-color: #8f8e8e;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  vertical-align: middle;
  width: 27%;
  top: 8px;
}

.middleLine-login-sep:before {
  right: 0px;
}

.middleLine-login-sep:after {
  left: 0px;
}

.twoType-loginGo-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.twoType-loginGo-block a {
  background: #f9f9f9;
  display: block;
  padding: 11px 6px;
  font-size: 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
  width: 170px;
  text-align: center;
  color: #4ec2bd;
  transition: all 0.3 ease-in-out;
}

.twoType-loginGo-block a:hover {
  background: #bf1277;
  color: #fff;
}

.forGotPass-textblock a {
  font-size: 14px;
  font-family: 'Gotham Rounded Book';
}

.rememberMe-textBlock label {
  margin-top: 0;
}

.rememberMe-textBlock label {
  margin-top: 0 !important;
  font-family: "Gotham Rounded Book", sans-serif;
}

.login-area .header-area span {
  font-size: 14px;
  font-family: "Gotham Rounded Book", sans-serif;
  margin-top: 10px;
  display: inline-block;
}

.login-area .header-area span a {
  font-size: 14px;
  font-family: "Gotham Rounded Book", sans-serif;
}

.upfield-group span#error_show,
.downfield-group span#error_pass_show {
  font-size: 12px;
  color: #f70303;
  margin-top: -10px;
  display: block;
}

.downfield-group span#error_pass_show span {
  display: block;
  margin-top: 6px;
}

.downfield-group span#error_pass_show span a {
  color: #4ac2bd;
  font-size: 14px;
}

.login-area .form-forgot-pass {
  padding-top: 12px;
}

select.chosen-countrycode,
select.chosen-countrylist {
  height: 50px;
  background: #f3f8fc;
  background: #f3f8fc;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}

span#welcome_login {
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

.faq-section {
  padding: 50px 0px 70px;
}

.ui-accordion .ui-accordion-header {
  padding: 16px 40px 16px;
  margin-top: 20px !important;
  background: #ff5500;
  color: #fff;
  font-weight: 600;
  border: 0px;
  font-size: 16px;
  line-height: 23px;
}

.ui-accordion .ui-accordion-header:focus {
  outline: 0px;
  border: 0px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-header::before {
  position: absolute;
  content: "\efca";
  font-family: "IcoFont";
  left: 15px;
}

.ui-accordion .ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}

.vendor-banner {
  background: url(../images/Vendor-pages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 66px 0px 60px;
}

.vendor-banner .title {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}

.vendor-banner .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.vendor-top-header {
  margin-top: 50px;
}

.vendor-top-header .content {
  padding: 25px 0px 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.vendor-top-header .content .single-box.mymedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-top-header .content .single-box.mymedia .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.vendor-top-header .content .single-box .icon {
  font-size: 38px;
  color: #ff5500;
  margin-right: 10px;
}

.vendor-top-header .content .single-box .info .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.vendor-top-header .content .single-box .info .text {
  font-size: 14px;
  margin-top: 7px;
}


/*-----------------------------
** About Area Start
------------------------------*/

.about {
  padding: 60px 0px 60px;
}

.about .about-info .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about .about-info p {
  font-size: 14px;
}

.about .about-info .readmore-link {
  text-align: center;
  margin-top: 22px;
}


/*-----------------------------
** Compare Area Start
------------------------------*/

.compareInner-product-wrapper {
  padding: 0 0 100px 0;
}

a.compareInner-proTitle {
  font-size: 20px;
  color: #222;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

a.compareInner-proImage img {
  max-width: 150px;
  border-radius: 4px;
}

.compareInner-proContent-title {
  width: 100%;
  border: 1px solid #DDD;
  margin-bottom: 20px;
}

.compareInner-proContent-title h4,
.feature-compareInner-title>h5 {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  margin: 0;
  background: #F5F5F5;
  padding: 18px 10px;
}

.feature-compareInner-title>h5 {
  background: #ffffff;
  padding-left: 20px;
  border-bottom: 1px solid #DDD;
  font-size: 18px;
}

.feature-compareInner-title>h5.closed {
  border-bottom: 1px solid transparent;
}

.compareInner-proContent-title h4::before,
.feature-compareInner-title>h5::before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-size: 18px;
  color: #6e6e6e;
  font-weight: 300;
}

.compareInner-proContent-title h4.closed::before,
.feature-compareInner-title>h5.closed::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.compareInner-mainTitle h2.title {
  font-size: 30px;
  margin: 40px 0;
}

.compareInner-proImg-title {
  text-align: center;
  border-left: 1px solid #dbdbdb;
  position: relative;
}

.compareinner-pro-remove.pro-remove {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 21px;
  color: #909090;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.compareInner-proImg-title:hover .compareinner-pro-remove.pro-remove {
  opacity: 1;
}

.compareinner-product-img-wrap .col-lg-4:last-child .compareInner-proImg-title {
  border-right: none;
}

.feature-compareInner-content-wrapper {
  padding: 0 15px;
}

.compareInner-proContent.feature-compareInner-subTitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 26px;
}

.feature-compareInner-sub-content-td {
  margin-left: 15px;
}

.compareinner-product-img-wrap {
  width: 100%;
  /*border-bottom: 1px solid #dbdbdb;*/
  padding: 15px 10px 26px;
}

.compareInner-product-content-row {
  font-family: "Gotham Rounded Book", sans-serif;
  padding: 0 15px;
}

.compareInner-product-content-row>div,
.feature-compareInner-content-wrapper .compare-pro-column {
  border-bottom: 1px solid #DDD;
}


/*.compareInner-product-content-row .compare-pro-column:last-child{
  border-bottom: none;
  }*/

.compareInner-proContent {
  padding: 15px 10px;
  font-size: 15px;
}

.compareInner-proContent p,
.compareInner-proContent h5 {
  margin: 0;
  font-size: 15px;
  word-break: break-all;
}

a.compareInner-proBtn {
  border-radius: 4px;
  border: solid 1px #4ec2bd;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #4ec2bd;
  padding: 9px 20px;
  transition: all 0.3s ease-in-out;
}

a.compareInner-proBtn.compareInner-pro-addToCart {
  background: #4ec2bd;
  color: #fff;
}

a.compareInner-proBtn.compareInner-pro-addToCart:hover {
  background: transparent;
  color: #4ec2bd;
}

a.compareInner-proBtn.compareInner-pro-buyNow:hover {
  background: #4ec2bd;
  color: #fff;
}

.compare-page {
  padding: 64px 0px 70px;
}

.compare-page .com-heading .title {
  font-size: 28px;
  font-weight: 600;
  color: #143250;
  margin-bottom: 30px;
}


/*.compare-page-content-wrap {
  max-width: 1110px; }*/


/*.compare-page-content-wrap table.table {
    width: 1199px; }*/

.compare-page-content-wrap table.table tr td {
  min-width: 260px;
}

.compare-page-content-wrap .first-column {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  vertical-align: middle;
}

.compare-page-content-wrap .first-column.top {
  vertical-align: bottom;
}

.compare-page-content-wrap .product-image-title {
  text-align: center;
}

.compare-page-content-wrap .title {
  text-align: left;
  display: block;
  font-size: 14px;
  margin: 17px 0px 8px;
}

.compare-page-content-wrap .pro-price,
.compare-page-content-wrap .pro-ratting i,
.compare-page-content-wrap .pro-stock,
.compare-page-content-wrap .pro-desc p {
  font-size: 14px;
}

.compare-page-content-wrap .pro-price {
  font-weight: 600;
}

.compare-page-content-wrap .pro-ratting i {
  color: #ff5500;
}

.compare-page-content-wrap .table-bordered td,
.compare-page-content-wrap .table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.compare-page-content-wrap .btn__bg {
  background: #ff5500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 2px 0px 2px;
  display: inline-block;
}

.user-dashbord {
  padding: 70px 0px 70px;
}

.user-dashbord .user-profile-info-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.user-dashbord .user-profile-info-area .img {
  text-align: center;
  padding: 40px 30px 10px;
}

.user-dashbord .user-profile-info-area .mail {
  font-size: 14px;
  color: #29293a;
}

.user-dashbord .user-profile-info-area .name {
  color: #29293a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
}

.user-dashbord .user-profile-info-area .links {
  padding: 12px 30px 25px;
}

.user-dashbord .user-profile-info-area .links li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.342);
}

.user-dashbord .user-profile-info-area .links li:last-child {
  border: 0px;
}

.user-dashbord .user-profile-info-area .links li.active a,
.user-dashbord .user-profile-info-area .links li:hover a {
  color: #ff5500;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.user-dashbord .user-profile-info-area .links li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.user-dashbord .user-profile-details .mycard {
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  padding: 25px 40px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #ff5500;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5500), to(#fac0a2));
  background-image: -webkit-linear-gradient(left, #ff5500, #fac0a2);
  background-image: -o-linear-gradient(left, #ff5500, #fac0a2);
  background-image: linear-gradient(to right, #ff5500, #fac0a2);
}

.user-dashbord .user-profile-details .mycard .left {
  position: inherit;
  z-index: 9;
}

.user-dashbord .user-profile-details .mycard .left .title {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 2px;
}

.user-dashbord .user-profile-details .mycard .left .number {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  display: block;
  color: #fff;
  margin-bottom: 20px;
}

.user-dashbord .user-profile-details .mycard .left .link {
  width: 80px;
  height: 30px;
  background: #fff;
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .mycard .left .link:hover {
  background: #000;
  color: #fff;
}

.user-dashbord .user-profile-details .mycard .right .icon {
  font-size: 80px;
  color: #fff;
  position: inherit;
  z-index: 9;
}

.user-dashbord .user-profile-details .mycard::after {
  position: absolute;
  content: " ";
  width: 268px;
  height: 500px;
  top: -100px;
  right: -100px;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  background: #143250;
}

.user-dashbord .user-profile-details .account-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .account-info .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}

.user-dashbord .user-profile-details .account-info .header-area .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .account-info .edit-info-area {
  margin-top: 15px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .title {
  font-size: 16px;
  font-weight: 600;
  color: #29293a;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .edit-link {
  font-size: 14px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border: 0px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #ff5500 !important;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field.textarea {
  margin-bottom: 35px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .form-links {
  margin-top: 20px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back {
  width: 120px;
  height: 50px;
  background: #143250;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back:hover {
  background: #ff5500;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn {
  width: 120px;
  height: 50px;
  background: #ff5500;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn:hover {
  background: #143250;
}

.user-dashbord .user-profile-details .account-info .main-info {
  margin-top: 15px;
}

.user-dashbord .user-profile-details .account-info .main-info .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.user-dashbord .user-profile-details .account-info .main-info .list li p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.user-profile-details .header-area .mybtn1 {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  margin-left: 10px;
}

.user-dashbord .user-profile-details .order-history {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .order-history .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.user-dashbord .user-profile-details .order-history .header-area .title {
  font-size: 20px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .order-history .table th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #29293a;
}

.user-dashbord .user-profile-details .order-history .table td {
  border-top: 0px;
  font-size: 14px;
  font-weight: 4600;
}

.user-dashbord .user-profile-details .order-history .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.user-dashbord .user-profile-details .order-details {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .order-details .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.user-dashbord .user-profile-details .order-details .header-area .title {
  font-size: 20px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .order-details .view-order-page .order-code {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
  background: #ff5500;
  color: #fff;
  padding: 10px 20px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
  font-size: 18px;
  font-weight: 600;
}

.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
  margin-bottom: 10px;
}

.user-dashbord .user-profile-details .order-details .view-order-page address,
.user-dashbord .user-profile-details .order-details .view-order-page p {
  font-size: 14px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
  font-size: 14px;
}

.user-dashbord .user-profile-details .order-details .back-btn {
  background: #143250;
  color: #fff;
  padding: 8px 25px;
  margin-top: 15px;
  display: inline-block;
}

.upload-img {
  padding: 18px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-img .img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.upload-img .file-upload-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.upload-img .file-upload-area .upload-file {
  width: 150px !important;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.upload-img .file-upload-area .upload-file .upload {
  width: 150px !important;
  height: 40px;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.upload-img .file-upload-area .upload-file span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px !important;
  height: 40px;
  background: #ff5500;
  z-index: -1;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none;
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*====================
 404 Area Start
 =====================*/

.fourzerofour {
  padding: 100px 0px 100px;
  text-align: center;
}

.fourzerofour .content {
  text-align: center;
}

.fourzerofour .content .heading {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #28384f;
  margin: 40px 0px 25px;
}

.fourzerofour .content .text {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.fourzerofour .content .mybtn1 {
  margin-top: 28px;
  height: 50px;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
}


/*====================
 Thank you Area Start
 =====================*/

.thankyou {
  padding: 100px 0px 100px;
}

.thankyou .content {
  background: #143250;
  padding: 20px 30px 50px;
  text-align: center;
}

.thankyou .content .icon {
  font-size: 90px;
  color: #ff5500;
}

.thankyou .content .heading {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.thankyou .content .text {
  color: #fff;
  margin-bottom: 0px;
}

.thankyou .content a.link {
  color: #fff;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.wish-list {
  margin-bottom: -30px;
}

.wish-list .item-filter {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wish-list .item-filter p {
  margin-bottom: 0px;
}

.wish-list .item-filter .pagination-area {
  margin-top: 0px;
}

.wish-list-area {
  margin-top: 30px;
}

.single-wish {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.single-wish .remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  width: 25px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #888;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.single-wish .remove:hover {
  color: #fff;
  background: #ff5500;
}

.single-wish .left {
  margin-right: 20px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.single-wish .left img {
  width: 100%;
}

.single-wish .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-wish .right .title {
  font-weight: 600;
  font-size: 16px;
}

.single-wish .right .stars li {
  display: inline-block;
}

.single-wish .right .stars li i {
  font-size: 14px;
  color: #ff5500;
}

.single-wish .right .price {
  font-size: 25px;
  font-weight: 700;
  color: #143250;
  margin-bottom: 10px;
  margin-top: 10px;
}

.single-wish .right .price small {
  font-size: 16px;
  color: #8d8d8d;
}

.single-wish .right .store-name {
  font-size: 14px;
}

.single-wish .right .store-name i {
  color: #ff5500;
  margin-right: 2px;
}

tfoot td.total-price p {
  font-size: 16px;
  font-weight: 700;
}

ul.pm-list li {
  border: 1px solid #0000;
}

ul.pm-list li.active {
  border: 1px solid #000;
}

ul.pm-list li img {
  height: 75px;
  width: 120px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none;
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

li#example_previous {
  margin-right: 55px;
}

.dataTables_paginate .pagination li#example_previous {
  margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus a {
  background: none;
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: unset;
}

.allproduct.message-area .table .link {
  color: #fff;
  margin: 0px 1px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
}

.allproduct.message-area .table .link.view {
  background: #2d3274;
}

.allproduct.message-area .table .link.remove {
  background: #d9534f;
}


/*  support Area CSS  */

.support-ticket-wrapper .panel-body img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.support-ticket-wrapper .panel-heading {
  font-size: 16px;
}

.support-ticket-wrapper button {
  border: 0px;
}

.support-ticket-wrapper .panel-footer {
  background-color: #ffffff;
  padding: 20px 0px 0px;
}

.support-ticket-wrapper table tr>td {
  width: 100%;
  border-top: none;
}

.support-ticket-wrapper .panel {
  border-color: #dddddd;
}

.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper textarea,
.support-ticket-wrapper button {
  border-radius: 0;
}

.support-ticket-wrapper .ticket-date {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0px;
}

.single-reply-area.user {
  background-color: #ddd;
  padding: 10px;
}

.support-ticket-wrapper .panel-body img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.support-ticket-wrapper .single-reply-area.user {
  padding: 20px 30px;
}

.support-ticket-wrapper .single-reply-area.user .reply-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-ticket-wrapper .single-reply-area.user .reply-area .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.support-ticket-wrapper .single-reply-area.user .reply-area .right {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.support-ticket-wrapper .single-reply-area.admin {
  padding: 20px 30px;
  background: #f1f1f1;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.blog-area .blog-box .blog-images .img img {
  width: 240px;
  height: 160px;
}

.blog-area .aside .slider-wrapper {
  background: #ffff;
  padding: 50px 60px 50px;
  height: 394px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}


/* Partners Area Start */

.partners {
  padding: 50px 0px 60px;
}

.partners .item {
  border: none !important;
}

.partners .section-top {
  text-align: center;
  width: 100%;
}

.partners .section-top .section-title {
  display: inline-block;
}

.partners .partner-slider .item a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.partners .partner-slider .item a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/* Partners Area End */


/* Category Area Start */

.category-page {
  padding: 70px 0px 70px;
}

.category-page .bg-white {
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px;
}

.category-page .bg-white .sub-category-menu .category-name a {
  font-size: 20px;
  font-weight: 700;
  color: #ff5500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  display: block;
}

.category-page .bg-white .sub-category-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.category-page .bg-white .sub-category-menu ul li {
  flex: 33.333%;
  max-width: 33.333%;
}

.category-page .bg-white .sub-category-menu ul li a {
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-page .bg-white .sub-category-menu ul li a:hover {
  color: #ff5500;
}

.category-page .bg-white .sub-category-menu {
  margin-bottom: 47px;
}

.category-page .bg-white .sub-category-menu:last-child {
  margin-bottom: 0px;
}

.category-page .bg-white .sub-category-menu .category-name {
  margin-bottom: 23px;
}


/* Category Area End */


/*-----------------------------
** Check Out Area Start
------------------------------*/

.checkout {
  overflow: hidden;
}

.checkout-area .checkout-process {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.checkout-area .checkout-process ul {
  display: inline-block;
}

.checkout-area .checkout-process li {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.checkout-area .checkout-process li a {
  background: #e9ecef;
  padding: 0px;
  margin: 0px;
  line-height: 70px;
  padding-left: 35px;
  font-weight: 600;
  width: 200px;
  height: 70px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border-top: 35px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 35px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 0px;
  border-top: 35px solid transparent;
  border-left: 20px solid #e9ecef;
  border-bottom: 35px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a:hover {
  background: #ff5500;
  color: #fff;
}

.checkout-area .checkout-process li a:hover::before {
  border-left: 20px solid #ff5500;
}

.checkout-area .checkout-process li a.active {
  background: #ff5500;
  color: #fff;
}

.checkout-area .checkout-process li a.active::before {
  border-left: 20px solid #ff5500;
}

.checkout-area .checkout-process li a span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #666;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  opacity: 0.1;
  right: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
  opacity: .7;
  right: 0px;
  font-size: 34px;
}

.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
  background: #333;
}

.checkout-area .tab-content {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-area .content-box .heading-area {
  background: #e9ecef;
  padding: 21px 20px 12px;
}

.checkout-area .content-box .heading-area .title {
  font-size: 20px;
  font-weight: 600;
}

.checkout-area .content-box .content {
  padding: 20px 20px 20px;
}

.checkout-area .content-box .content .title {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.checkout-area .content-box .content label {
  font-size: 16px;
  font-weight: 600;
}

.checkout-area .content-box .content label sup {
  color: red;
}

.checkout-area .content-box .content .form-control {
  height: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}

.form-control:focus {
  border-color: unset!important;
  outline: 0!important;
  box-shadow: unset!important;
}

.nice-select.open .list {
  max-height: 240px;
  overflow-y: auto;
  width: auto;
}

.checkout-area .content-box .content.form-control {
  font-size: 14px!important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout-area .content-box .content .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .set-account-pass {
  margin-top: 10px;
}

.checkout-area .content-box .content .billing-address {
  margin-top: 25px;
}

.checkout-area .content-box .content .ship-diff-addres-area {
  margin-top: 20px;
}

.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
  margin-bottom: 10px;
}

.checkout-area .content-box .content .order-area .order-item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}


/* .checkout-area  .content-box .content .order-area .order-item:last-child{
  border-bottom: 0px;
  } */

.checkout-area .content-box .content .order-area .order-item .product-img img {
  width: 135px;
  height: auto;
  margin-right: 20px;
}

.checkout-area .content-box .content .order-area .order-item .product-content {
  flex: 1;
}

.checkout-area .content-box .content .order-area .order-item .product-content .name {
  margin-bottom: 5px;
}

.checkout-area .content-box .content .order-area .order-item .product-content .name a {
  font-size: 17px;
  line-height: 24px!important;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price {
  display: flex;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price .label,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .label,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price .label {
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 0px;
  color: #666;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price p,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .qttotal,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  color: #777;
}

.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color,
.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color span {
  width: 30px;
  height: 20px;
  display: block;
  margin-bottom: 0px;
}

.checkout-area .content-box .content .billing-info-area .info-list li p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.checkout-area .content-box .content .billing-info-area .info-list li p i {
  position: absolute;
  left: 0px;
  top: -1px;
  color: #ff5500;
  line-height: 30px;
  font-size: 14px;
}

.checkout-area .content-box .content .payment-information {
  margin-top: 15px;
}

.checkout-area .content-box .content .payment-information .nav a img {
  width: 80px;
  height: 40px;
}

.checkout-area .content-box .content .payment-information .nav a {
  padding: 6px 0px 0px 30px;
  position: relative;
}

.checkout-area .content-box .content .payment-information .nav a .icon {
  position: absolute;
  left: 0px;
  margin-top: 1px;
}

.checkout-area .content-box .content .payment-information .nav a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.20);
}

.checkout-area .content-box .content .payment-information .nav a p small {
  display: block;
}

.checkout-area .content-box .content .payment-information .nav a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff5500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .content-box .content .payment-information .nav a.active span:after {
  width: 80%;
  height: 80%;
}

.checkout-area .content-box .content .payment-information .nav a p {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: -5px;
  left: 5px;
  font-weight: 600;
}

.checkout-area .content-box .content .payment-information .tab-content {
  margin-top: 20px;
  box-shadow: unset;
  padding: 20px 20px 20px 20px;
}

.checkout-area .content-box .content .payment-information .tab-content input {
  margin-bottom: 15px;
}

.order-box .final-price {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

input[type=checkbox]+label {
  display: block;
  cursor: pointer;
  font-size: 14px!important;
  margin-top: 4px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label:before {
  content: "\2714";
  border: 01px solid #d3dee3;
  border-radius: 0.2em;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  margin-right: 10px;
}

input[type=checkbox]+label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked+label:before {
  background-color: #ff5500;
  border-color: #ff5500;
  color: #fff;
}

input[type=checkbox]:disabled+label:before {
  transform: scale(1);
}

input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.checkout {
  padding: 70px 0px 70px;
}

.radio-design {
  display: block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 7px;
  ;
}

.radio-design label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  top: -4px;
  left: 35px;
}

.radio-design label small {
  display: block;
}


/* Hide the browser's default radio button */

.radio-design input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.cupon-box #coupon-link img {
  width: 25px;
  margin-right: 5px;
}


/* Create a custom radio button */

.radio-design .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.20);
  top: -2px;
}

.radio-design .checkmark::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  background: #ff5500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


/* On mouse-over, add a grey background color */


/* When the radio button is checked, add a blue background */

.radio-design input:checked~.checkmark::after {
  width: 80%;
  height: 80%;
}

.tempcart {
  background: #e9ecef;
  padding: 70px 0px 70px;
}

.tempcart .content-box {
  background: #fff;
  padding: 50px 50px 50px;
  box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.10);
}

#tempview {
  margin-left: 0px!important;
}

.tempcart .view-order-page h5 {
  font-weight: 600;
  font-size: 16px;
}

.tempcart .view-order-page h4 {
  font-weight: 600;
  font-size: 20x;
}


/*-----------------------------
** Check Out Area Start
------------------------------*/


/*-----------------------------
** User Panel Area start
------------------------------*/

.user-profile-details .allproduct .order-status {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 1px 15px;
}

.user-profile-details .allproduct .order-status.pending {
  background: orange;
}

.user-profile-details .allproduct .order-status.decline {
  background: red;
}

.user-profile-details .allproduct .order-status.completed {
  background: green;
}

.user-profile-details .allproduct .order-status.processing {
  background: #02abff;
}

.user-profile-details .allproduct .order-status.on.delivery {
  background: #9b14dc;
}

.user-profile-details .allproduct .view-order {
  background: #2d3274;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
}

.process-steps-area {
  margin-bottom: 50px;
  display: block;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.user-dashbord .user-profile-details .order-details .header-area {
  display: block;
  margin-top: 80px;
}

.process-steps li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.process-steps li .title {
  font-weight: 600;
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

.process-steps li .icon {
  height: 30px;
  width: 30px;
  margin: auto;
  background: #efefef;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.process-steps li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: calc(100% - 30px);
  background: #efefef;
  top: 14px;
  z-index: 0;
  right: calc(50% + 15px);
}

.process-steps li:first-child::after {
  display: none;
}

.process-steps li.done .icon {
  color: transparent;
}

.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
  color: #fff;
  background: #ff5500;
}

.process-steps li.done .icon:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.order-tracking-content .tracking-form {
  display: flex;
  margin-top: 100px;
  margin-bottom: 70px;
}

.order-tracking-content .tracking-form input {
  flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
}

.order-tracking-content .tracking-form .mybtn1 {
  border: 1px solid #ff5500;
  margin-left: 30px;
}

.order-tracking-content .track-form {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.order-tracking-content .track-form input {
  flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
}

.order-tracking-content .track-form .mybtn1 {
  border: 1px solid #ff5500;
  margin-left: 30px;
}

.tracking-steps-area {
  margin-bottom: 100px;
  display: block;
}

.tracking-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: left;
}

.tracking-steps li {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  display: flex;
  padding-bottom: 50px;
}

.tracking-steps li .icon {
  margin-right: 20px;
}

.tracking-steps li .content {
  flex: 1;
}

.tracking-steps li .icon {
  height: 30px;
  width: 30px;
  text-align: center;
  background: #efefef;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.tracking-steps li:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 30px;
  height: calc(100% - 30px);
  width: 3px;
  background: #efefef;
  z-index: 0;
}

.tracking-steps li.done .icon {
  color: transparent;
}

.tracking-steps li.done:after,
.tracking-steps li.active:after,
.tracking-steps li.active .icon {
  color: #fff;
  background: #ff5500;
}

.tracking-steps li:last-child {
  padding-bottom: 0px;
}

.tracking-steps li:last-child::after {
  display: none;
}

.tracking-steps li.done .icon:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tracking-steps li .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.tracking-steps li .content .date {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.tracking-steps li .content .date b {
  font-weight: 600;
}

.tracking-steps li .content .details {
  font-size: 16px;
}


/*-----------------------------
  ** User Panel Area End
  ------------------------------*/


/* offer area page css start */

.offer-name-block {
  font-size: 42px;
}

.offer-name-block span {
  color: #EF3756;
}

.offer-logo {
  align-items: center;
  margin: 10px 0 30px 0;
  color: #ea7858;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
}

.offer-logo h4 i {
  color: #ea7858;
  font-size: 24px;
  vertical-align: bottom;
}

.offer-right-info .short-description p,
div#about-seller .card p {
  font-weight: 500;
  font-family: "Gotham Rounded Book";
}

.offer-logo h4 {
  margin: 0 10px 0 10px;
  font-size: 20px;
}

.about-seller .offer-logo-img {
  width: 210px;
}

.primary {
  color: #EF3756;
}

.about-seller span.primary {
  color: #4ec2bd;
}

.offer-logo-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.offer_info h3 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
}

.offer-video-slide {
  margin: 60px 0 60px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 50px;
}

.offer-area-page .card {
  padding: 25px;
  border-radius: 0;
}

.about-seller {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.reating-box-top li {
  display: inline-grid;
  margin-right: 40px;
}

section.offer-page-tab .nav a {
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #515151;
  border: none;
  position: relative;
}

section.offer-page-tab .nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f4795a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 0;
}

section.offer-page-tab .nav a.active:after,
section.offer-page-tab .nav a:hover:after {
  width: 78px;
  height: 4px;
}

section.offer-page-tab .nav a:hover,
section.offer-page-tab .nav a.active {
  background: transparent;
  border: none;
  color: #515151;
}

section.offer-page-tab .nav-tabs {
  border-bottom: none;
}

section.offer-area-page {
  margin-top: 25px;
}

section.offer-page-tab {
  background: #f4f4f4;
}

section.offer-area-page .breadcrumb-area {
  padding: 0 0 30px;
}


/*side tab bar */

.side-tabbar {
  border: 1px solid #4ec2bd;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.side-tabbar .tab-content {
  padding: 30px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5abaaf;
  border-color: #5abaaf;
  border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #5abaaf #5abaaf #5abaaf;
  border-radius: 0;
  color: #fff;
  background: #5abaaf;
}

.side-tabbar .nav-tabs {
  border-bottom: 1px solid #5abaaf;
}

.side-tabbar ul.product-side-link li a {
  width: initial;
  margin: 0px auto;
}

.side-tabbar h5 {
  color: #ea7858;
  margin-bottom: 35px;
}

.side-tabbar h3 {
  font-size: 42px;
  color: #ea7858;
}

.about-seller h3 {
  font-size: 28px;
}

.about-seller h4 {
  font-size: 24px;
  color: #EF3756;
}

.offer_info {
  display: flex;
  align-items: center;
}

.about-seller .reating,
.offer_info .reating {
  font-size: 20px;
  color: #515151;
}

.about-seller .reating i,
.offer_info .reating i {
  vertical-align: bottom;
  font-size: 24px;
  color: #f4795a;
}

.btn-contact {
  padding: 0 50px;
  margin-top: 40px;
}

.about-seller h5 {
  font-size: 16px;
  line-height: 1.5;
}

.from {
  font-size: 16px;
  color: #515151;
  opacity: 0.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.offer-table td {
  border-right: 1px solid #dee2e6;
  padding: 20px;
  width: 25%;
}


/*.offer-compare-packages-table td {
    word-break: break-all;
    }*/

.offer-table .btn-success {
  height: 48px;
  line-height: 2;
  background: #4ec2bd;
  border: 1px solid #4ec2bd;
}

.offer-table .btn-success:hover {
  background: transparent;
  border: 1px solid #4ec2bd;
  color: #4ec2bd;
}

.offer-table h2 {
  font-size: 28px;
  color: #EF3756;
  line-height: 26px;
  margin-bottom: 20px;
}

.offer-table h3 {
  font-size: 24px;
  color: #515151;
  line-height: 26px;
  margin-bottom: 40px;
  font-weight: bold;
}

.offer-table h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #515151;
  margin-bottom: 25px;
}

.offer-table p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #515151;
  font-family: "Gotham Rounded Book", sans-serif;
}

ul.reating-box-top h5 i {
  font-size: 24px;
  /* font-weight: normal; */
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f4795a;
}

ul.reating-box-top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.time {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #5b5b5b;
  opacity: 0.5;
}

.review-list {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.offer-table {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
  margin-bottom: 40px;
  margin-top: 17px;
}

.about-seller .offer_info h3 {
  margin-bottom: 50px;
}


/****** Recommended Addons Slider ********/

.recom-addonPro-content a {
  text-decoration: none;
}

.recom-addonPro-content h3.recom-addonPro-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #515151;
  margin-bottom: 3px;
}

.recom-addonPro-content span.recom-addonPro-type {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #EF3756;
}

.recom-addonPro-content p {
  font-size: 18px;
  line-height: 1.44;
  color: #515151;
  margin: 24px 0 16px 0;
  font-weight: 500;
  font-family: "Gotham Rounded Book";
  text-align: left;
  min-height: 75px;
}

.recom-addonPro-rating h4 {
  margin: 0 0 20px 0;
}

.recommended-addons-slider-wrap h2.recommended-title {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
  margin-bottom: 0;
}

.recom-addonPro-rating h4 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
}

.recom-addonPro-rating h4 i {
  font-size: 24px;
  line-height: normal;
  color: #f4795a;
  vertical-align: text-bottom;
}

.recom-addonPro-rating h4 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #515151;
}

.recom-addonPro-content {
  padding: 24px 16px 20px 16px;
  border-radius: 0 4px 4px 0;
}

.recommended-addon-pro-wrapper {
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(253, 253, 253, 0.98);
  margin: 40px 20px;
}

.recom-addonPro-rating h4 span.rating-count {
  color: rgba(81, 81, 81, 0.5);
}

.recom-addonPro-price span.addonPro-price-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #515151;
}

.recom-addonPro-price span.addonPro-final-price {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #EF3756;
}

.recom-addonPro-price {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

.recommended-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  z-index: 999999999999999999999999;
}

.productSingle-gallery-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 999999999999999999999999;
}

.recommended-carousel.owl-carousel .owl-nav button.owl-next,
.recommended-carousel.owl-carousel .owl-nav button.owl-prev,
.productSingle-gallery-carousel .owl-nav button.owl-next,
.productSingle-gallery-carousel .owl-nav button.owl-prev {
  width: 65px;
  height: 65px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #fcfcfc;
  border-radius: 100%;
  color: #515151;
  font-size: 18px;
}

.productSingle-gallery-slider-wrap {
  margin: 50px 0 97px 0;
}

.recommended-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
  position: absolute;
}

.recommended-carousel.owl-carousel .owl-nav button.owl-next {
  right: -10px;
  position: absolute;
}

.productSingle-gallery-carousel .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
}

.productSingle-gallery-carousel .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
}

.recommended-addon-pro-wrapper .recom-addonPro-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.recom-addonPro-img img {
  max-height: 210px;
  margin: auto;
}

@media (max-width: 1440px) {
  .recom-addonPro-content p,
  .product-right-info .short-description p {
    font-size: 16px;
  }
  .product-right-info h4.product-name-block {
    font-size: 34px;
  }
  .cat-logo h4 {
    margin: 0 0 0 10px;
    font-size: 20px;
  }
  .distributor_info h3 {
    font-size: 18px;
  }
  .pricing-table {
    margin: 0;
  }
}

@media (max-width: 991px) {
  section.product-details-page ul.product-side-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.product-details-page ul.product-side-link li {
    margin: 0 10px;
  }
  section.product-details-page ul.product-side-link li:nth-child(2) {
    display: none;
  }
  section.product-details-page ul.product-side-link li a.btn {
    margin: 0 !important;
    width: 190px;
  }
  /*.product-right-info h4.product-name-block {
    font-size: 28px;
    }*/
  .recommended-addon-pro-wrapper {
    box-shadow: none;
    margin: 40px 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  section.tabs-contant-section .tab-content h3 {
    font-size: 18px;
  }
  .pricing-table .price-label {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single-product-section {
    display: block;
  }
  .single-pro-left-wrap,
  section.product-details-page ul.product-side-link li a.btn {
    width: 100%;
  }
  .addtocart a {
    width: 100%;
    clear: both;
    display: block;
  }
  .single-pro-right-area {
    padding: 0;
    display: block;
    margin-top: 40px;
  }
  section.product-details-page ul.product-side-link {
    flex-direction: column;
  }
  section.product-details-page ul.product-side-link li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .product-feature-left-tab .nav-link.active:before {
    display: none;
  }
}


/*****  custom Tab Block *********/

.product-feature-right-tab-content .tab-content {
  display: none;
}

.product-feature-right-tab-content .tab_drawer_heading {
  display: none;
}

.otherServices-slider {
  margin-top: 100px;
}

.service-product-review-wrap h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  color: #515151;
}

.service-product-review-wrap h3 i {
  font-size: 28px;
  color: #f4795a;
  vertical-align: sub;
}

.service-product-review-wrap span {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #515151;
}

span.service-product-review-count {
  color: rgba(81, 81, 81, 0.5);
}

.service-pro-rating-type {
  display: flex;
  justify-content: space-between;
}

.service-pro-rating-type .rating-type-item h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #515151;
  opacity: 0.5;
}

.serviePro-type-rate span i {
  font-size: 24px;
  color: #f4795a;
  vertical-align: sub;
}

.serviePro-type-rate span {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #666666;
}

.reviewer-imgAndName-wrap .reviewer-img {
  display: inline-block;
  width: 40px;
  height: auto;
}

.reviewer-imgAndName-wrap {
  display: flex;
  align-items: center;
}

.reviewer-name-rating span.revieweName {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #5b5b5b;
}

.reviewer-name-rating {
  margin-left: 17px;
}

.reviewer-name-rating span {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f4795a;
}

.reviewer-content p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #515151;
  margin: 15px 0 20px;
  font-weight: 500;
  font-family: "Gotham Rounded Book";
}

.reviewer-name-rating span i {
  vertical-align: top;
}

.service-pro-rating-type {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 25px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
}

.service-product-rate-review-block {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.reviewer-content {
  margin-left: 57px;
}


/*.service-pro-rating-type {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 25px;
    }*/

.service-product-review-wrap {
  border-top: 1px solid #c9c9c9;
  padding-top: 40px;
}

.single-offer-right-area .productSingle-gallery-slider-wrap {
  margin-bottom: 55px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 40px;
}

.reviewer-content p.reviewTime {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  opacity: 0.5;
  color: #5b5b5b;
}

#productVideo-modal .modal-body {
  padding: 0px;
}

#productVideo-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.productSingle-gallery-carousel {
  background: #fff;
}

.productGallery-item a.video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productGallery-item .video-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 4px solid #368682;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  background: #5abaaf;
  z-index: 999;
}

.productGallery-item {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productGallery-item img {
  max-height: 320px;
  width: auto !important;
}

.productGallery-item .video-btn:after {
  /*content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 37px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    z-index: 999;*/
  content: '\f04b';
  position: absolute;
  -moz-transition: border-color 300ms;
  z-index: 999;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 37px;
  margin-left: 4px;
}

.productPage-totalPro-section h2.productPage-main-title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4d4d;
  margin: 40px 0 15px 0;
}


/****** Product agency page ********/

.singleProduct-pricing-tabs-wrap ul li {
  list-style: none;
  display: block;
  width: 50%;
}

.singleProduct-pricing-tabs-wrap ul li a {
  background: transparent;
  border-radius: 4px;
  border: solid 1px #ababab;
}

.tabs-nav.singleProduct-pricing-tabs-wrap ul.nav.nav-tabs {
  justify-content: space-around;
  flex-wrap: initial;
}

.singleProduct-pricing-tabs-wrap ul li:first-child {
  margin-right: 4px;
}

.singleProduct-pricing-tabs-wrap ul li:last-child {
  margin-left: 4px;
}

.singleProduct-pricing-tabs-wrap ul li a.active {
  background-color: #4ec2bd;
  border-radius: 0;
  border: 1px solid #4ec2bd !important;
}

.tabs-nav.singleProduct-pricing-tabs-wrap ul li:hover {
  border: none;
}

.tabs-nav.singleProduct-pricing-tabs-wrap ul li a {
  padding: 15px 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #555555;
}

.tabs-nav.singleProduct-pricing-tabs-wrap ul li a.active {
  color: #fff;
}


/* extra details page css start */

form.extra_details_class .form-control,
.chosen-container-multi .chosen-choices {
  height: 50px;
}

form.extra_details_class .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 35px;
}

form.extra_details_class .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: -15px;
}

form.extra_details_class h4.heading {
  line-height: 1.5;
  margin: 0;
}

.chosen-container {
  width: 100% !important
}


/****** Product Filter ********/

.product-filter-box input[type=checkbox]+label:before {
  float: right;
  border-radius: 4px;
  border: solid 1px #d3dee3;
  background-color: #ffffff;
  margin: 2px 0 0 0;
  line-height: 18px;
}

.product-filter-wrapper .product-filter-title h2 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #515151;
  margin-bottom: 26px;
}

.product-filter-wrapper {
  position: sticky;
  top: 0;
}

.product-filter-box {
  box-shadow: 0 2px 14px 0 #e7e7e7;
  background-color: #ffffff;
  padding: 16px;
}

.product-filter-widget_list h2 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4d4d4d;
  opacity: 0.8;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-bottom: 2px solid #4ec2bd;
  margin-bottom: 6px;
}

.product-filter-widget_list:last-child h2.closed {
  border-bottom: none;
}

.product-filter-widget_list h2.closed {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

.product-filter-widget_list ul.pro-filter-content li .form-group {
  background-color: #f7f7f7;
  padding: 6px 16px;
  margin-bottom: 2px;
}

.product-filter-widget_list ul.pro-filter-content li:last-child .form-group {
  margin-bottom: 10px;
}

.product-filter-widget_list ul.pro-filter-content input[type=checkbox]+label {
  margin: 0;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #6e6e6e;
}

.pro-filter-content .input-group.search-inputGroup {
  border-bottom: 1px solid #ced4da;
}

.pro-filter-content .input-group.search-inputGroup input {
  border: none;
}

.pro-filter-content .input-group.search-inputGroup span.input-group-addon {
  padding: 11px 0 7px 5px;
}

ul.pro-filter-content.cd-filters {
  max-height: 343px;
  overflow-y: auto;
}

.product-filter-widget_list h2::before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  /*top: 2px;
    width: 16px;
    height: 16px;*/
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-size: 18px;
  color: #6e6e6e;
  font-weight: 300;
}

.product-filter-widget_list h2.closed::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.productPrice-table-wrap table tbody tr td.hiddenRow-table {
  padding: 0;
  border: 0;
}

.searchpage-product-list .tab-content .panel-heading {
  padding: 0;
}

.searchpage-product-list .tab-content a {
  text-decoration: none;
}


/*.searchpage-product-list .tab-content .searchpage-proMobile-head a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
    text-decoration: none;
    }*/

.searchpage-product-list ul.nav.nav-tabs li.searchpage-product-tabs {
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.searchpage-product-list ul.nav.nav-tabs li.searchpage-product-tabs a {
  width: 100%;
  padding: 15px;
  background: #4e4e4e;
  color: #ffffff;
  display: block;
  border: 1px solid #4e4e4e;
  border-radius: 0;
}

.searchpage-product-list ul.nav.nav-tabs li.searchpage-product-tabs a.active {
  background: #4ac2bd;
  border-color: #4ac2bd;
}

.searchpage-product-list ul.nav.nav-tabs {
  display: none;
}

.searchpage-tab-notFound i {
  font-size: 70px;
  color: #f26759;
}

.searchpage-tab-notFound h3 {
  margin: 20px 0 0;
  font-size: 27px;
}

.searchpage-tab-notFound {
  margin-top: 40px;
  text-align: center;
}

@media(min-width:768px) {
  .searchpage-product-list ul.nav.nav-tabs {
    display: flex;
    /*justify-content: space-evenly;
        align-items: center;*/
  }
  .searchpage-product-list .card {
    border: none;
    padding: 0;
  }
  .searchpage-product-list .card .card-header {
    display: none;
  }
  .searchpage-product-list .card .collapse {
    display: block;
  }
}

@media(max-width:767px) {
  .searchpage-product-list .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
    padding: 0;
    border: 1px solid #4ac2bd;
  }
  .searchpage-proMobile-head .card-header {
    border: none;
    padding: 0;
  }
  .searchpage-product-list .tab-content .card-header a {
    padding: .75rem 1.25rem;
    display: block;
    color: #fff;
    background: #4ac2bd;
  }
}


/******* 404 Error Page Start *********/

.not-found-section {
  padding: 50px 0;
}

.not-found-section svg {
  display: block;
  margin: 0 auto;
  overflow: visible !important;
}

.not-found-section svg #robot_1_ {
  animation-name: verticalAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.not-found-section svg #light_1_ {
  animation-name: blinkLight;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: steps(2);
}

.not-found-section svg #leftEye_1_,
.not-found-section svg #rightEye_1_ {
  animation-name: blinkEye;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
}

.not-found-section svg #leftArm_1_ {
  animation-name: moveLeftArm;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 10%;
  transition: all;
}

.not-found-section svg #rightArm_1_ {
  animation-name: moveRightArm;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 10%;
}

.not-found-section svg #shadow_1_ {
  animation-name: shadowAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50%;
}

@keyframes wave {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(170deg);
  }
}

@keyframes moveLeftArm {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(4deg);
  }
}

@keyframes moveRightArm {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-4deg);
  }
}

@keyframes shadowAnimation {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.15);
    opacity: 0.6;
  }
}

@keyframes verticalAnimation {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes blinkLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinkEye {
  0% {
    transform: scaleY(0);
  }
  4% {
    transform: scaleY(1);
  }
}

a.btn.backToHome-btn {
  background: #5abaaf;
  color: #fff;
  padding: 7px 20px;
  margin-top: 20px;
}

section.not-found-section .error-404.not-found h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

section.not-found-section .error-404.not-found h5 {
  color: #4e4e4e;
  font-size: 17px;
  font-family: "Gotham Rounded Book", sans-serif !important;
}


/******* 404 Error Page End *********/

ul#ui-id-1.ui-widget.ui-widget-content {
  background: #4ac2bd;
  z-index: 999999999;
}

ul#ui-id-1.ui-widget.ui-widget-content .ui-menu-item-wrapper {
  padding: 10px 15px;
  color: #fff;
}

ul#ui-id-1.ui-widget.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #30a094;
  background: #30a094;
  font-weight: normal;
  color: #fff;
}

.form-checkbox-block {
  display: inline-block;
}

.form-checkbox-block input[type=checkbox]+label:before {
  margin: 0 5px 0 0;
}

.form-item-left-wrap {
  width: 24%;
  display: inline-block;
}

.form-item-right-wrap {
  width: 75%;
  display: inline-block;
}

.footer .footer-info-area .text p {
  font-family: "Gotham Rounded Book", sans-serif !important;
  font-weight: 400;
  padding-right: 40px;
}

.footer .footer-widget .fotter-social-links ul li a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Gotham Rounded Book", sans-serif !important;
}

.footer .footer-widget .fotter-social-links ul li:after {
  content: "|";
  color: #fff;
  margin: 0 5px;
  font-family: "Gotham Rounded Book", sans-serif !important;
}

.footer .footer-widget .fotter-social-links ul li:last-child:after {
  display: none;
}

.serviceBundle-page-banner {
  border-bottom: solid 1px #c9c9c9;
  padding: 70px 0 47px;
}

.serviceBundle-page-banner .serviceBundle-left-img {
  width: 240px;
  height: 240px;
  border: solid 1px #cacaca;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceBundle-page-banner .serviceBundle-left-img img {
  width: 190px;
}

.serviceBundle-banner-content {
  margin-left: 32px;
}

.serviceBundle-banner-content h1 {
  font-size: 42px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
  margin: 0 0 24px 0;
}

.serviceBundle-banner-content h1 span {
  color: #f68465;
}

.serviceBundle-banner-content p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #515151;
  font-family: "Gotham Rounded Book", sans-serif;
}

button.submit-btn.loginSubmit-btn {
  background: #0b4f93 !important;
}

.login-signup .login-area .submit-btn:hover {
  background: #f26659 !important;
}

section.tabs-contant-section.popular-category-tabs-contant {
  padding: 90px 0 50px;
}

.popular-category-item {
  box-shadow: 0 2px 14px 0 rgba(114, 114, 114, 0.2);
  background-color: #ffffff;
  margin-bottom: 46px;
}

.popular-category-title {
  height: 150px;
  box-shadow: 0 2px 4px 0 #727272;
  /*background-image: linear-gradient(85deg, #0a4f93 14%, #2a68a8 102%);*/
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  background: url(../../images/top-categories-bg.png) no-repeat center center/cover;
}

.popular-category-title h5 {
  margin: 0;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

.popular-category-wrapper a {
  text-decoration: none;
}

.popular-category-wrapper .popular-separator-border {
  width: 69px;
  margin-top: 35px;
  background: #f26759;
  border-image-source: linear-gradient(to right, #f26759, #f26759 91%);
  border-image-slice: 1;
  border-style: solid;
  border-width: 2px;
  height: 5px;
}

section.advertisement-banner-block {
  padding: 40px 0 170px 0;
}

textarea.form-control {
  height: auto !important;
}

.uploadCom-file-title h4.heading {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  color: #465541;
}

.wraningModal-header-content {
  padding: 30px 40px;
}

.wraningModal-errorIcon i {
  color: #f65656;
  font-size: 60px;
  text-align: center;
  display: block;
}

.wraningModal-title-box h3.wraningModal-title {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 15px;
}

footer.wraningModal-close-block .warningModalCloseBtn {
  display: block;
  width: 100%;
  background: #f65656;
  border: none;
  padding: 14px 12px;
  color: #fff;
  font-size: 20px;
}

.serviceBundle-banner-coontent-wrapper {
  display: flex;
  align-items: center;
}

.vendorPage-link {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

.vendorPage-link a.vendorLink-btn {
  font-size: 20px;
}

.registration-alert-box {
  background: #f44336;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.registration-alert-box {
  background: #4dc5ce;
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration-alert-box i {
  cursor: pointer;
}

.registration-alert-box h5 {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

.frontCrop-uploadImg {
  overflow: hidden;
}

ul.dropdown-menu.userProfile-dropdown {
  padding: 0;
  z-index: 99999999;
  margin: 0;
}

ul.dropdown-menu.userProfile-dropdown {
  border: none;
  top: 25px !important;
  box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.10);
}

ul.dropdown-menu.userProfile-dropdown li {
  display: block;
  text-align: left;
}

ul.dropdown-menu.userProfile-dropdown li a {
  display: block;
  right: 0;
  text-align: left;
  padding: 14px 16px;
  margin: 0;
  font-size: 15px;
}

.userProfile-toggle.dropdown-toggle::after {
  display: none;
}

a.dropdown-toggle.userProfile-toggle i {
  font-size: 13px;
  margin-left: 9px;
}

a.dropdown-toggle.userProfile-toggle {
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #515151;
}

.buyer-cta-banner-wrap {
  background: url(../../images/buyer-cta-bg.jpg) no-repeat center center/cover;
  padding: 80px 0;
}

.buyer-cta-title {
  padding: 0 270px;
}

.buyer-cta-banner-wrap h2 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #515151;
}

.buyer-cta-banner-wrap .btn.buyer-cta-btn {
  width: 314px;
  padding: 12px 0;
  border-radius: 4px;
  background-color: #4ec2bd;
  margin: auto;
  display: block;
  margin-top: 50px;
  color: #fff;
}

.buyer-cta-banner-wrap .buyer-cta-title p {
  font-size: 20px;
  font-family: "Gotham Rounded Book", sans-serif !important;
  margin: 25px 0 0 0;
}

.categroylisting-banner-wrap .item {
  background: url("../../images/categorylist-banner.jpg") no-repeat center center/cover;
  height: 453px;
  display: flex;
  align-items: center;
}

.page-main-content-banner .categroylisting-slider h1.bannerTitle {
  color: #fff;
  margin: 0;
}

select:focus {
  outline: none;
  box-shadow: none !important;
}

.register-selectBox {
  flex-wrap: nowrap;
}

.register-selectBox select.custom-select~.chosen-container a {
  border-left: none !important;
  padding-left: 0;
  line-height: 48px;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Gotham Rounded book' !important;
}

.register-selectBox .input-group-prepend,
.register-selectBox select.custom-select~.chosen-container a,
.register-selectBox select.custom-select~.chosen-container a .chosen-search-input {
  height: 50px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.register-selectBox .input-group-prepend .input-group-text {
  background: transparent;
  border: none;
  width: 45px;
  text-align: center;
}


/************** Choose Option Css ***********/


/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0b4f93;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #47404f;
  padding: 0.375rem 0.75rem;
  font-size: 0.813rem;
  border-radius: 0.25rem;
  height: 42px;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../admin/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

ul.chosen-choices:focus {
  outline: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}


/*.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          }*/

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}


/* @end */


.dropdownNotification-link {
  position: relative;
  display: block;
}

.dropdownNotification-link .notification-count {
  height: 16px;
  width: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 100px;
  color: #fff;
  background-color: #f16059;
}

.dropdownNotification-link svg {
  font-size: 19px;
  color: #515151;
  max-width: 25px;
  height: 25px;
}

body #cometchat {
  display: none;
}

.vendorDashBoard-project-menu ul.dropdown-menu {
  position: static !important;
  transform: initial !important;
  float: none;
  width: 100%;
  border: none;
  padding-top: 0;
}

.vendorDashBoard-project-menu>a.dropdown-toggle {
  width: 100%;
  display: block;
}

.vendorDashBoard-project-menu ul.dropdown-menu a {
  padding-left: 15px;
}

.vendorDashBoard-project-menu>a.dropdown-toggle {
  position: relative;
}

.vendorDashBoard-project-menu>a.dropdown-toggle::after {
  display: none;
}

.vendorDashBoard-project-menu>a.dropdown-toggle::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 600;
  right: 0;
  top: 2px;
  /* width: 16px; */
  /* height: 16px; */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-size: 13px;
}

.vendorDashBoard-project-menu.show>a.dropdown-toggle::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.needHelp-modal-wrap .modal-dialog .modal-content {
  background: url(../../images/needhelp-modal-bg.jpg)no-repeat center center/cover;
  border: 5px solid #fff;
}

.modal-footer.needHelp-modal-footer {
  padding-bottom: 40px;
}

.needHelp-modal-wrap .modal-header,
.needHelp-modal-wrap .modal-footer {
  border: none;
}

.needHelp-title-block h2,
.needHelp-title-block h4,
.needHelp-des-block p {
  color: #fff;
}

.needHelp-modal-wrap .modal-header .close {
  opacity: 1;
}

.needHelp-modal-wrap .modal-header .close span {
  border-radius: 100px;
  width: 26px;
  height: 26px;
  background: #fff;
  display: block;
  line-height: 26px;
  font-size: 19px;
  text-shadow: none;
  color: #000;
}

.needHelp-title-block h2 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.needHelp-title-block h4 {
  font-family: 'Gotham Rounded Book';
  font-size: 32px;
}

.needHelp-des-block {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  text-align: center;
}

.needHelp-des-block {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  text-align: center;
  margin: 50px 25px 30px;
  border-radius: 5px;
}

.needHelp-des-block p {
  font-family: 'Gotham Rounded Book';
  margin: 0;
  font-size: 16px;
}

.modal-footer.needHelp-modal-footer {
  justify-content: space-around;
}

.needHelp-modal-footer .needHelp-btn {
  background: #fff;
  border-radius: 4px;
  width: 190px;
  display: block;
  font-size: 15px;
}

.needHelp-modal-wrap .modal-dialog {
  max-width: 600px;
}


/*Agency Profile Css*/

.agencyProfile-half-Banner {
  background: url(../../images/agencyTopBanner.jpg) no-repeat top right/cover;
  height: 220px;
}

.vendorProfile-banner {
  background: url(../../images/vendor-banner.png) no-repeat center center/cover;
  height: 220px;
}

.agencyProfile-left-view {
  width: 275px;
}

.agencyProfile-top-view,
.agencyProfile-badge-wrap .agencyProfile-badge-item,
.agencyProfile-badge-wrap,
.agencyProfile-skill-proSpecialization-wrap {
  display: flex;
}

.agencyProfilePrice h3 {
  font-size: 27px;
  line-height: normal;
  color: #e76161;
}

.agencyProfilePrice p {
  font-size: 18px;
  line-height: normal;
  color: #515151;
  margin: 0;
}

.agencyProfile-price-wrap {
  margin: 50px 0 33px 0;
}

.agencyProfile-info-btn a.btn.agencyProfile-inviteBid-btn {
  padding: 14px;
  border-radius: 4px;
  background-color: #0a4f93;
  display: block;
  width: 275px;
  color: #fff;
}

.agencyProfile-info-btn a.btn.agencyProfile-inviteBid-btn:last-child {
  margin-top: 16px;
}

.agencyProfile-right-view {
  padding: 25px 0 0 37px;
  width: 100%;
}

.agencyProfile-top-view {
  margin-top: -112px;
}

.agencyProfile-name-wrap h2 {
  font-size: 42px;
  line-height: normal;
  margin: 0;
  color: #515151;
  text-transform: capitalize;
}

.agencyProfile-name-wrap p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.09;
  color: #515151;
}

.agencyProfile-badge-wrap .badgesIcon img {
  width: 25px;
}

.agencyProfile-badge-item .badgesTitle h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  margin-left: 10px;
  color: #515151;
}

.agencyProfile-badge-wrap .agencyProfile-badge-item {
  margin-left: 28px;
}

.agencyProfile-badge-wrap .agencyProfile-badge-item:first-child {
  margin-left: 0px;
}

.agencyProfile-badge-wrap,
.agencyIndustry-Exp-wrap,
.agencyProfile-skill-proSpecialization-wrap {
  padding: 23px 0 20px 0;
  border-bottom: solid 1px #d8d8d8;
}

.agencyIndustry-Exp-wrap h4.agencyIndustry-label {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-right: 20px;
  color: #515151;
}

.agencyLocation-wrap.agencyIndustry-Exp-wrap h4.agencyIndustry-label {
  margin-right: 50px;
  width: 230px;
}

.agencyIndustry-Exp-wrap,
.agencyIndustry-Exp-wrap .agencyIndustry-items-block,
ul.agencyProfile-skillTags-block {
  display: flex;
  align-items: center;
}

.agencyIndustry-Exp-wrap .agencyIndustry-items-block {
  flex-wrap: wrap;
}

.agencyIndustry-Exp-wrap.industry_exp-block .agencyIndustry-items-block {
  width: 82%;
}

.agencyIndustry-Exp-wrap.industry_exp-block h4.agencyIndustry-label {
  width: 180px;
}

.agencyIndustry-items-block p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #e76161;
  margin: 0 10px 0 0;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #979797;
}

.agencyLocation-wrap .agencyIndustry-items-block p {
  color: #515151;
}

.agencyIndustry-items-block p:last-child {
  border: none;
}

.agencyProfile-skill-title h3,
.agencyProfile-about-title h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  color: #515151;
  margin-bottom: 20px;
}

.agencyProfile-skill-proSpecialization-wrap .agencyProfile-skill {
  width: 48%;
  margin-right: 2%;
}

ul.agencyProfile-skillTags-block li.skillTags-item,
.skillTags-loadMore,
.specializationTags-loadMore {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 11px;
  font-family: "Gotham Rounded Book", sans-serif;
  margin: 0 5px 8px 0;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 4px;
  background-color: #7694b1;
  text-align: center;
  display: none;
}

ul.agencyProfile-skillTags-block li.skillTags-item {
  background-color: #e2f3eb;
  color: #000;
}

.skillTags-loadMore,
.specializationTags-loadMore {
  display: block;
  cursor: pointer;
}

ul.agencyProfile-skillTags-block {
  flex-wrap: wrap;
}

.agencyProfile-about-content p {
  width: 780px;
  margin: 0;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.44;
  color: #515151;
}

.agencyProfile-about-title h3 {
  margin-bottom: 10px;
}

.agencyProfile-about-content {
  margin-top: 15px;
}

.agencyProfile-tabs-wrap ul.agencyProfile-proTabs {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agencyProfile-tabs-wrap ul.agencyProfile-proTabs li {
  position: relative;
  border-bottom: 3px solid #eeeeee;
}

.agencyProfile-tabs-wrap ul.agencyProfile-proTabs li.active,
.agencyProfile-tabs-wrap ul.agencyProfile-proTabs li:hover {
  border-bottom: 3px solid #0e4f92;
}

.agencyProfile-tabs-wrap ul.agencyProfile-proTabs li.active:after,
.singleProduct-tabs-wrap ul.nav.nav-tabs li.active:after {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0e4f92;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
}

.agnecyOver-sameDetails-wrap {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 120px;
}

.project-highlight-wrap>h2 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
}

.project-highlight-wrap h5.hightlightPro-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: normal;
  color: #0e4f92;
}

.project-highlight-wrap p {
  color: #515151;
  margin: 0;
  font-family: "Gotham Rounded Book";
  font-size: 16px;
  line-height: 25px;
}

.certified_cosultant-block {
  margin-top: 38px;
}

.certified_cosultant-block p {
  color: #4ec2bd;
  margin-bottom: 6px;
}

.certified_cosultant-block>h2 {
  margin-bottom: 18px;
}

.project-highlight-wrap .hightlightPro-items {
  margin-bottom: 36px;
}

.topThree-pro-high .hightlightPro-items p,
.certified_cosultant-block>h2 {
  padding-right: 66px;
}

.award-recog-wrap .hightlightPro-items {
  margin-bottom: 20px;
}

.project-highlight-wrap .hightlightPro-items:last-child {
  margin-bottom: 0;
}

ul.agencyProfile-servicesTag-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.agencyProfile-servicesTag.project-highlight-wrap {
  margin-bottom: 33px;
  padding-bottom: 34px;
  border-bottom: solid 1px #d8d8d8;
}

ul.agencyProfile-servicesTag-block .servicesTag-item {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  font-family: "Gotham Rounded Book", sans-serif;
  margin: 0 5px 8px 0;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 4px;
  background-color: #7694b1;
  text-align: center;
  list-style: none;
}

.totalPro-block>h2,
.yearEstablished-block>h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
  color: #515151;
}

.yearEstablished-block>h2 {
  margin-top: 50px;
}

.totalPro-block p,
.yearEstablished-block p {
  font-size: 18px;
  line-height: normal;
  color: #4ec2bd;
  margin: 0;
}

.agnecyOver-proHistroy {
  padding: 70px 0 0px;
}

.over-proHistroy-content {
  margin-bottom: 60px;
}

.over-proHistroy-title h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  color: #515151;
}

.over-proHistroy-content .over-proHistroy-item .proHistroy-itemTitle {
  font-size: 22px;
  line-height: normal;
  color: #4ec2bd;
  margin-bottom: 38px;
}

.over-proHistroy-content .over-proHistroy-item p {
  font-size: 16px;
  line-height: normal;
  color: #515151;
}

.employment-timeline-block {
  position: relative;
}

.employment-timeline-item {
  padding: 0 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  /*border-left: 1px solid #d8d8d8;*/
  display: none;
}

.employment-timeline-block:before {
  content: "";
  display: block;
  position: absolute;
  height: 94%;
  width: 1px;
  left: 0;
  top: 9px;
  background: #d8d8d8;
}

.employment-timeline-item p {
  font-size: 1rem;
}

.employment-timeline-item::after {
  width: 15px;
  height: 15px;
  display: block;
  top: 8px;
  position: absolute;
  left: -8px;
  border-radius: 10px;
  content: '';
  /*border: 2px solid rgba(0, 0, 0, 0.3);*/
  background: #0e4f92;
}


/*.employment-timeline-item:last-child {
  padding-bottom: 0;
  }*/

.employment-timeline-head {
  margin-bottom: 20px;
}

.employment-timeline-item h2 {
  font-size: 24px;
  line-height: normal;
  color: #515151;
  margin: 0;
}

.employment-timeline-item span {
  font-size: 16px;
  line-height: normal;
  color: #0e4f92;
}

ul.employment-timeline-content {
  padding: 0 0 0 15px;
}

ul.employment-timeline-content li {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  color: #515151;
  list-style: outside;
  margin-bottom: 15px;
}

.employment-status-wrap {
  padding: 60px 0;
  border-bottom: solid 1px #d8d8d8;
}

.tabs-contant-section .tab-content a {
  text-decoration: none;
}

section.tabs-contant-section.consultantProfile-tab-section {
  padding: 60px 0;
}

.consultantProfile-tab-section .agnecyOver-sameDetails-wrap {
  padding-bottom: 65px;
}

.employment-timeline-item span,
.consultantProfile-tab-section .tab-content {
  font-family: "Gotham Rounded";
}

.agnecyOver-proHistroy.consultantProfile-proHistroy {
  padding: 90px 0;
  border-bottom: solid 1px #d8d8d8;
}

.conProfile-education-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conProfile-education-head .conProfile-edtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #4ec2bd;
}

span.conProfile-edYear {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
  color: #515151;
}

.conProfile-education-head~p {
  width: 75%;
  font-size: 16px;
  line-height: normal;
  color: #515151;
}

.consultantProfile-education-section {
  padding: 88px 0 75px;
}

.conProfile-education-content {
  padding-bottom: 26px;
}

.employment-timeline-more-block {
  padding: 20px 0 0 30px;
}

.employment-timeline-more-block .empLead-more {
  font-size: 16px;
  font-weight: 500;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #4ec2bd;
  color: #4ec2bd;
  transition: all 0.3s ease-in-out;
}

.employment-timeline-more-block .empLead-more:hover {
  background: #4ec2bd;
  color: #fff;
}


/*
textarea.vendor-about-textarea{
  height: 126px !important;
  }*/

.location_supported {
  display: flex;
}

.location_supported input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.location_supported button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.supOnsite-block .location_supported input {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.location_supOnsite-label,
.vendor_details_title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.location_supOnsite-label label {
  margin: 0;
}

h4.vendor_block_title:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #d0d0d0;
  margin-top: 17px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

a.about-morelink,
a.readMore-btn {
  font-size: 15px;
  text-transform: capitalize;
}

.simple-pagination ul {
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  list-style: none !important;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 0 4px;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #515151;
}

.simple-pagination .current {
  color: #4ec2bd;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  color: #bfbfbf;
}

.simple-pagination .prev i,
.simple-pagination .next i {
  font-size: 14px;
  font-weight: 800;
}

.simple-pagination li a.page-link:hover,
.simple-pagination li span.page-link:hover {
  background-color: transparent;
  border: none;
  color: #4ec2bd;
}

.agencyProfile-top-view .agencyProfile-img-wrap img {
  background: #fff;
  border: 1px solid #eeeeee;
  height: 273px;
  width: 273px;
  object-fit: cover;
}

.agencyProfile-top-view .agencyProfile-img-wrap-consultant img {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}

.productProfile-details-wrapper.product-details-page>.container {
  margin-top: -175px;
}

.productProfile-details-wrapper.product-details-page ul.product-side-link {
  margin-top: 150px;
}

input[readonly] {
  background: #e4e4e4 !important;
}

.checkbox,
.radio {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.checkbox .checkmark,
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #dee2e6;
}

.checkbox .checkmark:after,
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  width: 4px;
  bottom: 0;
  margin: auto;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input:checked~.checkmark:after,
.radio input:checked~.checkmark:after {
  display: block;
}

.checkbox input:checked~.checkmark,
.radio input:checked~.checkmark {
  background-color: #f26659;
}

.checkbox-primary input:checked~.checkmark {
  background-color: #f26659 !important;
}

.agencyProfile-img-wrap {
  position: relative;
}

.contact-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.contact-icon-block a.contactIcon-item {
  height: 40px;
  width: 40px;
  display: block;
  background: #000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  margin: 0 7px;
}

a.contactIcon-item.callIcon {
  background: #0b4f93;
}

a.contactIcon-item.chatIcon {
  background: #4ac2bd;
}

a.contactIcon-item.videoIcon {
  background: #f2615c;
}

.contact-icon-block.about-seller-contact {
  position: relative;
  justify-content: flex-start;
}

.agencyIndustry-items-block p {
  display: none;
}

.industry_exp-loadMore {
  display: block;
  cursor: pointer;
  color: #fff;
  background: #0b4f93;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 11px;
  font-family: "Gotham Rounded Book", sans-serif;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.expertscol,
.productscol,
.servicecol {
  display: none;
}


.vendorSearch-filter .product-filter-wrapper .product-filter-title h2 {
  margin-bottom: 26px;
}

h4.vendor_block_title:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #d0d0d0;
  margin-top: 17px;
}

.vendorList-content-box {
  padding: 15px 15px 22px;
}

.vendorList-badge-item .vendorList-badgesIcon,
.vendorList-type-price-box {
  display: flex;
  align-items: center;
}

.vendorList-type-price-box {
  justify-content: space-between;
}

.vendorList-badge-item .vendorList-badgesIcon img {
  width: 24px;
  margin-right: 9px;
}

.vendorList-content-box h5.vendorList-productName {
  margin: 10px 0 5px;
  white-space: nowrap;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vendorList-content-box h5.vendorList-productName a {
  font-size: 20px;
  color: #515151;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.vendorList-content-box h5.vendorList-productName a {
  color: #4ec2bd;
}

.vendorList-type-price-box span.vendorList-type {
  color: #0a4f93;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  width: 63%;
  text-overflow: ellipsis;
}

.vendorList-type-price-box span.vendorList-Price {
  color: #e76161;
  font-weight: 400;
  font-size: 15px;
}

.vendorList-product-list-box span.vendorList-productItems {
  margin: 6px 0 0;
  font-size: 15px;
  display: block;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vendorList-badge-item .vendorList-badgesIcon {
  height: 24px;
}

.singleProduct-tabs-wrap ul.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.singleProduct-tabs-wrap ul.nav-tabs li {
  min-width: initial;
  border-bottom: 3px solid #fff;
  flex: 1 1 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.singleProduct-tabs-wrap ul.nav-tabs li a {
  color: #0e4f92;
}

.singleProduct-tabContent-wrap .product-filter-wrapper li {
  list-style: none;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.34);
}

.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  filter: contrast(20);
}

.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}

.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}

.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}

@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

.privacy-policy-banner {
  background: url("/assets/images/privacy-policy-banner.jpg") no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
}

.privacy-policy-banner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(11, 79, 147, 0.9);
  height: 100%;
  width: 100%;
}

.privacy-policy-banner>.container {
  position: relative;
  z-index: 9;
}

.privacy-policy-banner h1 {
  color: #fff;
}

.content-page-box {
  padding: 60px 0;
}

.content-page-box p {
  font-family: Gotham Rounded Book;
}

.content-page-box h4 {
  padding-top: 30px;
}
.content-page-box ul,.content-page-box ol{padding-left:20px;}

.content-page-box ul li,
.content-page-box ol li {
  padding-bottom: 12px;
  font-family:Gotham Rounded;
  font-weight: lighter;
  list-style-type:disc;
  font-size: 18px;

}
.content-page-box.terms_of_use ul li,
.content-page-box.terms_of_use ol li{
  list-style-type: lower-roman;

}
.content-page-box.terms_of_use ul li ul li{
  list-style-type: lower-alpha;
}
.content-page-box h5{
  border-top: 1px solid #dedede;
  padding-top: 30px;
}
.content-page-box h5{font-size:28px;font-weight:300;}
.content-page-box h5:first-child{
  border-top:1px solid #fff;
}
.showrevised-proposal-block {
  padding: 20px 0 0 50px;
  position: relative;
}

.revised-proposal-wrap {
  position: relative;
}

.showrevised-proposal-block:before {
  content: "";
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #4ac2bd;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  transform: translate(0px, -50%);
}

.revised-proposal-wrap:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #4ac2bd;
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 1;
  bottom: 0;
}

.showPro-cus-box .showPro-box-content {
  white-space: initial;
}


/*.showPro-cus-box span.showpro-box-title {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #0b4f93;
    margin: 0;
    color: #fff;
    padding: 12px 18px !important;
    border-radius: 6px 6px 0 0;
}

.showPro-cus-box .showPro-box-content {
    border-radius: 0 0 6px 6px;
    border-color: #0b4f93;
    }*/

.agnecyOver-sameDetails-wrap .topVendor-ente-slider .item img {
  width: initial;
  height: auto;
  padding: 15px;
}

.agnecyOver-sameDetails-wrap .topVendor-enterprises-slider-box {
  padding-top: 50px;
}

.agnecyOver-sameDetails-wrap.vendorProfile-details-box {
  padding-bottom: 50px;
}

.vendorProfile-tabs-wrapper .agencyProfile-name-wrap h2,
.vendorProfile-tabs-wrapper .agencyProfile-name-wrap p {
  color: #fff;
}

.vendorProfile-banner .breadcrumb-area .pages li a {
  color: #fff;
}

.previouslyImg-block img {
  width: 75px;
  height: auto;
}

.modal.fullpageModal-box {
  padding: 0 !important;
  z-index: 99999999;
  background: #fff;
}

.modal.fullpageModal-box .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.modal.fullpageModal-box .modal-dialog .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
}

.modal.fullpageModal-box .modal-dialog .modal-header {
  border-radius: 0;
  border: none;
}

.modal.fullpageModal-box .modal-dialog .modal-body {
  padding: 0;
  position: relative;
}

.modal.fullpageModal-box .modal-dialog .modal-body>.close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999999999;
}

.modalFlow-left-side {
  width: 700px;
  margin: auto;
  display: block;
}

.modalFlow-title img {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 50px;
}

.modalFlow-title h4 {
  font-size: 30px;
  font-family: "Gotham Rounded Book", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}

.modoal_question_flow_img {
  padding: 15px;
}

.productModalFlow-btn-block {
  margin-top: 35px;
  padding-top: 16px;
  border-top: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productModalFlow-btn-block .flow-back {
  color: #929292;
  background: #fff;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.productModalFlow-btn-block .flow-back i {
  font-size: 13px;
  padding-right: 5px;
}

.productModalFlow-btn-block .flow-back:hover {
  color: #515151;
}

.productModalFlow-btn-block .product_q {
  color: #fff;
  padding: 9px 42px 9px 22px;
  background: #0a4f93;
  border: 1px solid #0a4f93;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.productModalFlow-btn-block .product_q i {
  position: absolute;
  top: 37%;
  right: 10px;
  font-size: 13px;
}

.productModalFlow-btn-block .product_q:hover i {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.modalFlow-left-side label {
  font-family: "Gotham Rounded BBok", sans-serif;
  margin-bottom: 20px !important;
}

.phoneNum-select-box {
  display: flex;
  align-items: center;
}

.phoneNum-select-box .chosen-container-single {
  width: 130px !important;
  margin-right: 10px;
}

.phoneNum-select-box .chosen-container-single .chosen-single,
.countryList-select .chosen-container-single .chosen-single {
  background: #fff;
  border: 1px solid #ced4da;
  color: #47404f;
  padding: 0.375rem 0 0.375rem 0.75rem;
  font-size: 0.813rem;
  border-radius: 0.25rem;
  height: 42px;
  cursor: text;
  box-shadow: none;
  margin: 0;
  line-height: 30px;
}

.flow-userDetails label {
  margin-bottom: 7px !important;
}

.ctaVendorPro-logoslider .item img {
  max-width: 140px;
}

.ctaVendorPro-logoslider .item img,
.previouslyImg-block .previouslyImg-item img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.ctaVendorPro-logoslider .item img:hover,
.previouslyImg-block .previouslyImg-item img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.previouslyImg-block .previouslyImg-item {
  margin-right: 30px;
}

.textWysiwyg-block ul,
.textWysiwyg-block ol {
  padding-left: 30px;
  margin: 0 0 20px 0;
  font-family: "Gotham Rounded Book", sans-serif;
}

.textWysiwyg-block ul li {
  list-style: disc;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: inherit;
}

.textWysiwyg-block ul li {
  font-family: "Gotham Rounded Book", sans-serif;
}


/***** Socal Widget *******/

.vs-floatright {
  width: 50px;
  position: fixed;
  right: 0;
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;
  opacity: 1;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}

.vs-floatright .social-widget-box img {
  width: 32px;
}

.vs-floatright .social-widget-box {
  width: 170px;
  height: 50px;
  border-radius: 6px 0 0 6px;
  background-color: #bf1277;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  position: relative;
  right: 0px;
  line-height: 50px;
  margin-bottom: 10px;
}

.vs-floatright .social-widget-box a {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.vs-floatright .social-widget-box a span {
  display: block;
  font-size: 14px;
  padding-left: 14px;
  color: #fff;
  line-height: initial;
}

.vs-floatright .social-widget-box:hover {
  right: 120px;
}

.agencyCat-item h5.agency-category {
  min-height: 48px;
}

div#dynamic_data {
  margin-top: 40px;
}

.textWysiwyg-new-block ul li {
  list-style: none;
  font-size: inherit;
}

.textWysiwyg-new-block ul {
  padding: 0;
  margin: 0;
}

.textWysiwyg-new-block ul li ul,
.textWysiwyg-new-block ul li ol {
  padding-left: 30px;
  margin: 0 0 20px 0;
}

.textWysiwyg-new-block ul li ul li {
  list-style: disc;
}

.textWysiwyg-new-block ul li ol li {
  list-style: decimal;
}

.vendorNoInformation .agnecyOver-sameDetails-wrap {
  border: none;
}

.employerContent-oneLine.projectInfo-attch-box p.fileAttch-link span.iconBox {
  display: flex;
  word-break: break-all;
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  font-family: "Gotham Rounded Book", sans-serif;
}

.employerContent-oneLine.projectInfo-attch-box p.fileAttch-link span.iconBox span {
  height: 34px;
  min-width: 34px;
  width: 34px;
  line-height: 34px;
  background: #0a4f93;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100px;
}

.jobFeed-pagination ul.pagination li a,
.jobFeed-pagination ul.pagination li span {
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  display: block;
  background: #fff;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.jobFeed-pagination ul.pagination li {
  padding: 0 1px;
}

.jobFeed-pagination ul.pagination li a:hover,
.jobFeed-pagination ul.pagination li span:hover,
.jobFeed-pagination ul.pagination li.active span {
  background: #0b4f93;
  border-color: #0b4f93;
  color: #fff;
}

.proFilter-radio-content .form-group label {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #6e6e6e;
  font-size: 14px;
}

.proFilter-radio-content .radio .checkmark {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: auto;
}

.proFilter-radio-content .radio .checkmark:after {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: white;
}

.proFilter-radio-content .radio input:checked~.checkmark {
  background-color: #4ec2bd;
}


/*29-june-2020-start*/

#milestone_revision p {
  font-family: "Gotham Rounded Book", sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #515151;
}

#milestone_revision form textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  resize: none;
}

#milestone_revision::placeholder {
  color: #9c9c9c;
  opacity: 1;
  font-size: 16px;
}

#milestone_revision:-ms-input-placeholder {
  color: #9c9c9c;
  opacity: 1;
  font-size: 16px;
}

#milestone_revision::-ms-input-placeholder {
  color: #9c9c9c;
  opacity: 1;
  font-size: 16px;
}

#milestone_revision .action-footer {
  margin-top: 10px;
}

#milestone_revision button.btn.btn-default {
  margin: 0 6px;
  background: #efefef;
  padding: 12px 22px;
  height: initial;
  line-height: initial;
}

#milestone_revision .action-footer .btn.btn-primary {
  background: #0b4f93;
  border: 1px solid #0b4f93;
  text-transform: capitalize;
  color: #fff;
  padding: 12px 22px;
  height: initial;
  line-height: initial;
}

#milestone_revision .action-footer .btn.btn-primary:hover {
  box-shadow: 0 8px 25px -8px rgba(11, 79, 147, 0.33);
  background: #f15958;
  color: #fff;
  border: 1px solid #f15958;
}

#milestone_approve p {
  font-family: "Gotham Rounded Book", sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #515151;
}

#milestone_approve .action-footer {
  margin-top: 10px;
}

#milestone_approve button.btn.btn-default {
  margin: 0 6px;
  background: #efefef;
  padding: 12px 22px;
  height: initial;
  line-height: initial;
}

#milestone_approve .action-footer .btn.btn-primary {
  background: #0b4f93;
  border: 1px solid #0b4f93;
  text-transform: capitalize;
  color: #fff;
  padding: 12px 22px;
  height: initial;
  line-height: initial;
}

#milestone_approve .action-footer .btn.btn-primary:hover {
  box-shadow: 0 8px 25px -8px rgba(11, 79, 147, 0.33);
  background: #f15958;
  color: #fff;
  border: 1px solid #f15958;
}

#forgot-modal p {
  font-family: "Gotham Rounded Book", sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #515151;
}

#WarningModal {
  z-index: 9999!important;
}

#create_contractform .btn.btn-danger.btn-ok.info-acitonBtn:hover {
  box-shadow: 0 8px 25px -8px rgba(11, 79, 147, 0.33);
  background: #f15958;
  color: #fff;
  border: 1px solid #f15958;
}

#milestone_approve {}


/*29-june-2020-end*/


/*07-07-2020-start*/

.timer_new_profile {
  position: relative;
}

.timer_new_profile .side-tabbar h3 {
  font-size: 32px;
  color: #EF3756;
  margin-bottom: 15px!important;
}

.timer_new_profile .side-tabbar h3 del {
  color: #0B5093!important;
  margin-right: 10px;
}

.timer_new_profile .timer_inner_section h6 {
  color: #EF3756;
  font-weight: 600;
}

.timer_new_profile .timer_inner_section ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 15px;
}

.timer_new_profile .timer_inner_section ul li {
  text-align: center;
  width: 70px;
  border-radius: 5px;
  background-color: #EF3756;
  padding: 12px 10px;
}

.timer_new_profile .timer_inner_section ul li span:first-child {
  font-size: 26px;
}


/*.timer_new_profile .timer_inner_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }*/

.timer_new_profile .timer_inner_section ul li span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.timer_new_profile h5 {
  color: #0B5093;
  font-size: 18px;
  font-weight: 600;
}

.timer_new_profile .btn-border {
  border: 1px solid #60C3BE!important;
  color: #60C3BE!important;
}

.timer_new_profile .btn-border:hover {
  color: #fff!important;
}

.timer_new_profile .how_it_works button {
  position: relative;
  z-index: 2;
  color: #60C3BE;
  font-size: 16px;
  background-color: transparent!important;
  border: none!important;
}

.timer_new_profile .how_it_works img {
  width: 25px;
  margin-left: 5px;
}

#welcome_varselor_first {
  display: none;
}


/*.modal_box_1{
    padding: 30px 15px!important;
    background: #fff;
    border: 1px solid #000;
    max-width: 320px;
    width: 100%;
    position: absolute;
    top: 30%;
    right: 40px;
}
.modal_box_1 h3{
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom:20px;
}
.modal_box_1 p{
  color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.lets_go_btnn{
    color: #fff!important;
    background-color: #0B5093;
    display: inline-block;
    margin-left: auto;
    padding: 8px 20px;
    display: flex;
    width: 140px;
    font-size:14px;
    font-weight:300;
    align-items:center;
}
.lets_go_btnn i{margin-left:10px;}*/


/*07-07-2020-end*/


/*10-07-2020-css-start*/

.accordion.faqAccordion-wrap {
  background-color: #fff;
}

.accordion.faqAccordion-wrap .card-header {
  padding: 0px!important;
  border: none!important;
  background-color: #f9f9f9!important;
}

.accordion.faqAccordion-wrap .card.faqCard-box {
  border: 1px solid #efefef!important;
  margin-bottom: 20px;
}

.accordion.faqAccordion-wrap .card-header h6 a {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 50px;
  position: relative;
  color: #515151!important;
  font-size: 18px;
  letter-spacing: 0.7px;
  font-weight: 400;
  border-radius: 10px;
}

.accordion.faqAccordion-wrap .card-header h6 a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  position: absolute;
  left: 15px;
  transition: 0.5s;
  font-size: 24px;
  color: #4ec2bd!important;
  top: 50%;
  transform: translateY(-50%);
}

.accordion.faqAccordion-wrap .card-header h6 a[aria-expanded=true]:before {
  content: "\f068";
}

.accordion.faqAccordion-wrap p {
  font-weight: 500;
  font-family: "Gotham Rounded Book";
}


/*10-07-2020-css-end*/

.profilePricing-hoWok-wrap {
  width: auto;
  position: relative;
  display: inline-block;
}

.profileOnBoarding-step-item:not(.profileOnBoarding-show) {
  display: none;
}

.profile-onboarding-mainBlock {
  display: block;
  position: absolute;
  bottom: 360%;
  right: 20px;
}

.profile-onboarding-wrap {
  padding: 50px 20px 30px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(89, 98, 104, 0.3);
  border-radius: 5px 5px 0 5px;
  width: 380px;
  background-repeat: no-repeat;
}

.profile-onboarding-wrap.welbg {
  background-image: url(../images/welbg-onboarding.png);
  background-size: 97%;
  background-position: 50% 4%;
}

.profile-onboarding-wrap.browsebg {
  background-image: url(../images/browsebg.png);
  background-size: 83%;
  background-position: top right;
}

.profile-onboarding-wrap.shortlistbg {
  background-image: url(../images/shortlistbg.png);
  background-position: 68% 9px;
  background-size: 9%;
}

.profile-onboarding-wrap.contactbg {
  background-image: url(../images/contactbg.png);
  background-size: 86%;
  background-position: top center;
}

.profile-onboarding-wrap.orderbg {
  background-image: url(../images/orderbg.png);
  background-size: 30%;
  background-position: 100% 23px;
}

.profileOnBoarding-content h4 {
  font-size: 26px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #1A1A1C;
  margin: 0 0 18px 0;
}

.profileOnBoarding-content p {
  font-family: Gotham Rounded Book;
  font-size: 16px;
  text-align: center;
  color: #1A1A1C;
  margin-bottom: 30px;
}

ul.profileOnBoarding-bullet-nav {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}

ul.profileOnBoarding-bullet-nav li {
  margin-right: 10px;
}

ul.profileOnBoarding-bullet-nav li span {
  display: block;
  border-radius: 100px;
  background: #020306;
  opacity: 0.15;
}

ul.profileOnBoarding-bullet-nav li:first-child span,
ul.profileOnBoarding-bullet-nav li:last-child span {
  height: 2px;
  width: 2px;
}

ul.profileOnBoarding-bullet-nav li:nth-child(2) span,
ul.profileOnBoarding-bullet-nav li:nth-child(4) span {
  height: 4px;
  width: 4px;
}

ul.profileOnBoarding-bullet-nav li:nth-child(3) span {
  height: 8px;
  width: 8px;
  background: linear-gradient(214.2deg, #0B5093 -59.37%, #0B5093 100%), #264E93;
  opacity: 1;
}

button.btn.profileOnBoarding-next-btn {
  display: flex;
  width: 151px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: #0B5093;
  border-radius: 4px;
  color: #fff;
  margin: 0 0 0 auto;
}

button.btn.profileOnBoarding-next-btn span {
  font-family: Gotham Rounded;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-right: 10px;
}

button.btn.profileOnBoarding-next-btn.orangeOnBoard-color {
  background: #E76161;
}

button.btn.profileOnBoarding-next-btn.grayOnBoard-color {
  background: #F4F6F8;
}

button.btn.profileOnBoarding-next-btn.grayOnBoard-color span {
  color: #000000;
}

button.btn.profileOnBoarding-next-btn.grayOnBoard-color img {
  filter: brightness(1) invert(1);
}

.profile-onboarding-wrap:after {
  content: "";
  background: url(../images/bottomcur.png) no-repeat;
  position: absolute;
  height: 123px;
  width: 151px;
  position: absolute;
  top: 99%;
  right: -60px;
  z-index: 1;
  background-size: 60%;
}

.profileOnBoarding-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.profileOnBoarding-fooLeft {
  margin-bottom: 10px;
}


/*17-07-2020-css-start*/

ul.pagination {
  justify-content: flex-end;
}
ul.pagination li{
  list-style-type:none;
}

ul.pagination li a.page-link {
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  display: block;
  background: #fff;
  transition: all 0.3s ease-in-out;
  color: #000;
}

ul.pagination li a.page-link:hover,
ul.pagination li.disabled a.page-link:hover,
ul.pagination li.active a.page-link {
  background: #0b4f93;
  border-color: #0b4f93;
  color: #fff;
}


/*17-07-2020-css-start*/

@media (max-width: 991px) {
  .profile-onboarding-mainBlock {
    display: none;
  }
}

.offer-area-page ul.product-side-link li:first-child a {
  color: #ffffff!important;
  background: #60C3BE;
}

ul.showbullets {
    padding-left: 15px;
}
ul.showbullets li {
    list-style: disc;
    margin-bottom: 10px;
}

ul.showbullets li:last-child{
  margin: 0;
}
.gotham-round-select p{
  font-family: 'Gotham Rounded' !important;
}
/*new-css-start-29-07-2020*/
.datermigration_modal .top_header{
  padding:20px 150px 30px 150px;
}
.datermigration_modal .top_header button.close{
  width:70px;
  opacity:1!important;

}
.datermigration_modal .top_header button.close span{
  color: #939598;
  font-size:18px;
  font-weight: 400;
}
.datermigration_modal .top_header button.close i{
  color:#0E4F92;
  font-size:36px;
}
.datermigration_modal .top_banner{
  padding:50px 0px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/home/varselor-home-banner.jpg);
}
.datermigration_modal .top_banner h4{
  width: 50%;
  margin: auto;
  font-size: 36px;
  line-height: 50px;
}
.datermigration_modal .productModalFlow-btn-block .product_q {
    background:#E76161;
    border: 1px solid #E76161;
    opacity:1;
    padding: 9px 55px 9px 25px;
}
.datermigration_modal .productModalFlow-btn-block .product_q:hover{
    color:#E76161;
    background:transparent;
}
.datermigration_modal .productFlow-sub-btn .product_q {
    background: #E76161;
    border: 1px solid #E76161;
    opacity: 1;
    padding: 9px 55px 9px 25px;
}
.datermigration_modal .productFlow-sub-btn .product_q:hover {
    color: #E76161;
    background: transparent;
}
.datermigration_modal .productModalFlow-btn-block .product_q:hover i{
  color:#E76161;
}
.datermigration_modal .productModalFlow-btn-block .product_q i {
    right: 20px;
}
.datermigration_modal .productModalFlow-btn-block .flow-back {
    color:#515151;
    opacity: 1;
}
.datermigration_modal .productFlow-sub-btn .flow-back {
    color:#515151!important;
    opacity: 1;
}
.datermigration_modal .productFlow-sub-btn{
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:1600px){
  .datermigration_modal .top_header button.close i {
    font-size: 30px;
}
.datermigration_modal .top_header button.close span {
    font-size: 16px;
}
.datermigration_modal .top_banner h4 {
    font-size: 30px;
}
.tabs-nav.category-tabs-wrap .tabs-nav .nav li {
    min-width: auto;
    padding: 0px 10px;
}
}
@media(max-width:1400px){
.datermigration_modal .top_banner h4 {
    width: 70%;
    font-size:24px;
    line-height: 34px;
}

}
@media(max-width:1200px){
  .datermigration_modal .top_header{
    padding: 20px 30px 30px 30px;
}
.datermigration_modal .top_banner h4 {
    width: 70%;
}
.datermigration_modal .modalFlow-row .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tabs-nav.category-tabs-wrap .tabs-nav .nav li {
    font-size:12px;
}

}
@media(max-width:991px){
  .datermigration_modal .top_header {
    padding: 20px 15px 30px 15px;
}
.datermigration_modal .top_banner h4 {
    width: 100%;
    padding: 0px 15px;
    font-size: 24px;
    line-height: 32px;
}
}

@media(max-width:767px){
  .datermigration_modal .top_banner {
    padding: 30px 0px;
}
.datermigration_modal .top_banner h4 {
    font-size: 20px;
    line-height:28px;
}
}

/*new-css-end-29-07-2020*/

.vendorSearch_filter_custom .input-group-append button.btn.btn-secondary{
  background-color:#0b4f93!important;
  border-color:#0b4f93!important;
}
.vendorSearch_filter_custom .input-group-append button.btn.btn-secondary:hover{
  box-shadow:0 8px 25px -8px #0b4f93;
}
.vendorSearch_filter_custom #searchresults{
  background: #fff;
  
  border-radius: 6px;
  margin: 0px 15px;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item{
  padding: 20px 30px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  margin-bottom:30px;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item .bids-jobTitle{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item .bids-jobTitle .bids-jobLocation>span{
  font-size:15px;
  color:#0056b3;
  font-weight: 400;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item .bids-jobTitle .bids-jobLocation>span> span {
    color: #f15d58;
    margin-right:5px;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item p{
  font-size:14px;
}
.vendorSearch_filter_custom .bids-jobprice>span{
  font-weight:400;
  color:#0056b3;
}
.vendorSearch_filter_custom .bids-jobprice{
  font-weight:400;
  color:#663399;
}
.vendorSearch_filter_custom #searchresults .jobFeedControl-item p{
  font-size:14px;
  font-weight:400;
}
.vendorSearch_filter_custom .bids-jobSkill span{
    margin: 0 6px 10px 0;
    background-color: rgba(11, 79, 147, 0.24);
    border-radius: 4px;
    color: #0b4f93;
    font-size: 12px;
    display: inline-block;
    padding: 8px 13px;
    line-height: 1;
}
.vendorSearch_filter_custom .product-filter-wrapper .product-filter-title h2 {
    color: #000;
}
.vendorSearch_filter_custom .input-group{
    margin: 0px 15px;
    width: calc(100% - 30px);
}