
.tab-pane label {
  cursor: pointer !important;
}

.btn-block {
    display: inline-flex;
    width: 111%;
    /* position: absolute; */
    /* bottom: -30px; */
    /* height: 100%; */
}

.review-order {
  text-align: center;
  margin: 10px 0;
  width: 44%;
  display: block;
}

.watchlisttab {
  text-align: center;
  margin: 10px 0;
  width: 45%;
  display: block;
}

.ct-right.ct-mobile h3 {
  font-size: 23px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  text-shadow: 2px 2px 2px black;
}
.ct-right.ct-mobile {
  border: 4px solid black;
  padding: 10px;
  background-color: #c4a960 !important;
  width: 450px;
  position: relative;
}

.cat-total {
  display: block;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.container-example1 {
  /* height: 100px; */
  width: 100%;
  max-width: 100%;
  padding: 5px 10px;
  margin: auto;
}
.your-category {
  background: #fff;
  padding: 10px;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.ct-right.ct-mobile.col-md-3 {
  left: 1%;
  width: 400px;
  margin: 0 auto;
  height: fit-content;
  border-radius: 11px;
  background: radial-gradient(
ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),

radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.ct-right.ct-mobile.col-md-3 :before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		border-radius: 13px; /* inherit container box's radius */
		/*background: linear-gradient(to left, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), linear-gradient(left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
		background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	}
/*
.ctscrool {
  position: fixed;
  width: 373px;
  right: 100px;
  top: 50px;
  transition: top 0.5s ease-out;
}
*/

.tabs-wrap {
    margin-left: 8% !important;
}

.content-wrap p {
  padding-right: 17%;
}
.tab-pane label.container-checkbox input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 25px;
  background-color: #ddd;
  transition: 0.3s;
  cursor: pointer;
}

.content-wrap {
  /* border-bottom: 2px solid black; */
  padding: 35px 0;
box-shadow: rgba(253, 185, 49, 0.7) 0px 25px 20px -20px;
}
a#tab1, a#tab2, a#tab3 {
  padding: 20px 62px;
}
.tab-pane input[type="checkbox"] {
  position: absolute;
  right: 4%;
  top: 20%;
}
.tabs ul.nav.nav-tabs.fancyTabs {
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.tab-pane .container {
  margin-top: 30px;
  margin-left: 13%;
}
.tab-pane h1, .tab-pane h2, .tab-pane h3, .tab-pane h4, .tab-pane h5, .tab-pane h6 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-size: 25px;
 	color:#000;
}
.fancyTab {
  text-align: center;
  padding: 15px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top: 15px;
  transition: top .2s;
}
.fancyTab.active {
  top: 0;
  transition: top .2s;
}
.whiteBlock {
  display: none;
}
.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}
.fancyTab a {
  font-family: 'Source Sans Pro';
  font-size: 1.65em;
  font-weight: 300;
  transition: .2s;
  color: #333;
}
/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/
.fancyTabs {
  border-bottom: 2px solid #ddd;
  margin: 15px 0 0;
}
li.fancyTab a {
  padding-top: 15px;
  top: -15px;
  padding-bottom: 0;
}
li.fancyTab.active a {
  padding-top: inherit;
}
.fancyTab .fa {
  font-size: 40px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}
.fancyTab.active .fa {
  color: #cfb87c;
}
.fancyTab a:focus {
  outline: none;
}
.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 35px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.nav-tabs > li.fancyTab.active > a, .nav-tabs > li.fancyTab.active > a:focus, .nav-tabs > li.fancyTab.active > a:hover {
  border-width: 0;
}
.nav-tabs > li.fancyTab:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}
.nav-tabs > li.fancyTab.active:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}
.nav-tabs > li.fancyTab:hover a {
  border-color: transparent;
}
.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color: transparent;
  border-bottom: 0;
}
.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}
.nav-tabs > li.fancyTab > a {
  margin-right: 0;
  border-top: 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.nav-tabs > li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 10px;
}
.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}
.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
  /* width: 100%; */
}
.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}
.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}
.fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom: 30px;
}
.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid red;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}
.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}
.fancyTab.active .arrow-down {
  display: block;
}
@media (max-width: 1200px) {
  .fancyTab .fa {
    font-size: 36px;
  }
  .fancyTab .hidden-xs {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .fancyTab .fa {
    font-size: 33px;
  }
  .fancyTab .hidden-xs {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .fancyTab > a {
    font-size: 18px;
  }
  .nav > li.fancyTab > a {
    padding: 15px 0;
    margin-bottom: inherit;
  }
  .fancyTab .fa {
    font-size: 30px;
  }
  .nav-tabs > li.fancyTab > a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }
  .fancyTab.active .fa {
    color: #333;
  }
}
.col-md-6.all-tabs {
  margin: 0 auto;
  width: 60%;
  margin-bottom: 60px;
 border-radius: 18px;
  background: radial-gradient(
ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),

radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

@media (max-width: 450px) {
  .col-md-6.all-tabs {
    margin-left: 0 !important;
    width: 100%;
    /*    margin-top: 151%;*/
  }
  span b {
    font-size: 13px;
  }
  .ctscrool {
    width: 305px;
    right: 18px;
    top: 50px;
    /*    transition: top 0.5s ease-out;*/
  }
  .ct-right.ct-mobile.ctscrool {
    left: auto;
    right: -15px !important;
    top: 0 !important;
    width: 300px !important;
    margin: 0 auto;
  }
 .col-md-6.ct-right.ct-mobile.ctscrool {
    margin: 0 auto;
    width: 600px;

}
}
