/* .trustpilot-widget{
    margin-left: -20px;
} */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
span{
    display: inline-block;
}
body{
    /* font-family: 'Raleway', sans-serif; */
}
h1{
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
}
h2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
}
html, body{
    overflow-x: hidden;
}
.btn{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #2aa5de;
    border: none;
    border-radius: 25px;
    padding: 8px 40px;
    outline: 0;
}
.btn:focus, input:focus{
    box-shadow: none !important;
}
.btn:hover{
    color: #fff;
    background-color: #063d7d;
}
button:focus{
    outline: none;
}
::-webkit-input-placeholder { 
  opacity: 1;
}
::-moz-placeholder { 
  opacity: 1;
}
:-ms-input-placeholder { 
  opacity: 1;
}
:-moz-placeholder { 
  opacity: 1;
}
.block{
    display: block;
}
.at-image-sharing-mobile-icons{
    display: none !important;
}
/*==========banner-wrapper============*/
/* .banner-wrapper{
    background: rgba(41,164,221,1);
    background: -moz-linear-gradient(left, rgba(41,164,221,1) 0%, rgba(21,90,174,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,164,221,1)), color-stop(100%, rgba(21,90,174,1)));
    background: -webkit-linear-gradient(left, rgba(41,164,221,1) 0%, rgba(21,90,174,1) 100%);
    background: -o-linear-gradient(left, rgba(41,164,221,1) 0%, rgba(21,90,174,1) 100%);
    background: -ms-linear-gradient(left, rgba(41,164,221,1) 0%, rgba(21,90,174,1) 100%);
    background: linear-gradient(to right, rgba(41,164,221,1) 0%, rgba(21,90,174,1) 100%);
}
header nav.navbar.navbar-expand-md.navbar-light.bg-light {
    background-color: inherit !important;
    padding: 0px;
}
.header-top {
    padding: 8px 0px;
    border-bottom: 1px solid #50a6da;
}
.logo-sec .navbar-brand {
    max-width: 387px;
    position: relative;
    z-index: 1;
}
.header-top-right ul.header-top-right {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top-right ul li {
    padding-right: 30px;
}
.header-top-right ul li:last-child {
    padding-right: 0px;
}
.header-top-right ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top-right ul li a span {
    margin-left: 6px;
}
.header-top-right ul li a i {
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top-right ul li a span.cart-icon i {
    border: none;
    background-color: #fff;
    color: #2aa5de;
}
.header-top-right ul li a span.cart-icon {
    position: relative;
    margin-left: 0px;
}
.header-top-right ul li a span.cart-icon .cart-items {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #2aa5de;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
    font-size: 15px;
    color: #ffff;
    font-weight: 700;
    top: -6px;
    right: -7px;
}
.header-top-right ul li a span.cart-cnt {
    font-size: 16px;
    font-weight: 700;
}
.header-top-right ul li a span.cart-cnt span {
    margin: 0px;
    padding: 0px 6px;
    border-right: 2px solid #fff;
    line-height: 15px;
}
.header-top-right ul li a span.cart-cnt span:last-child {
    border-right: 0px;
    padding-right: 0px;
}
.header-bottom {
    padding: 10px 0px;
    border-bottom: 1px solid #4c97d1;
}
.lefe-menu{
      position: relative;
    overflow: hidden;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #2aa5de;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px;
}
.categories a.goto-categories {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.categories a.goto-categories:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
}

.categories-logo {
    padding: 0px 25px;
}
.categories-logo a {
    max-width: 345px;
    margin-left: auto;
    display: block;
}
.categories-logo img {
    max-width: 320px;
}
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: inherit;
    border: none;
    box-shadow: none;
    outline: 0;
}
.btn-secondary.focus, .btn-secondary:focus{
    box-shadow: none !important;
}
.mask-open{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.mask{
    z-index: 3;
}
.navbar.bg-light{
        padding: 0px;
        background-color: inherit !important;
    }
.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    line-height: 20px;
    position: relative;
}
.navbar-nav .nav-item .nav-link:after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
     -webkit-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
     transition: all .2s ease-out;
    bottom: -1px;
    height: 1px;
    background-color: #fff;
    border: none;
}
.navbar-nav .nav-item .nav-link:hover:after,
.navbar-nav .nav-item.active .nav-link:after{
    width: 100%;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link{
    color: #fff;
}
.navbar-nav .nav-item {
    padding: 0px 15px;
    border-right: 1px solid #4c98d1;
}
.navbar-nav .nav-item:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.navbar-nav .nav-item:first-child{
    padding-left: 0px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu{
    display: block;
}
.navbar-nav .nav-item.dropdown .dropdown-menu{
    background-color: transparent;
    border: none;
}
.navbar-nav .nav-item.dropdown .dropdown-inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 12px 0px;
    right: 50px;
    top: 13px;
    -webkit-animation: 0.2s ease-in-out 0.2s normal both 1 running animate;
    animation: 0.2s ease-in-out 0.2s normal both 1 running animate;
    position: absolute;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
}
 @-webkit-keyframes animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
   @keyframes animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.navbar-nav .nav-item.dropdown .dropdown-inner:before{
    content: "";
    width: 0;
    height: 0;
   border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 65px;
    margin: auto;
    bottom: 100%;
}
.navbar-wrapepr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
li.cart-wrapper {
    position: relative;
}
.cart-content {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 13px 14px 35px;
    width: 336px;
    position: absolute;
    right: -21px;
    top: 51px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    display: none;
}
.cart-content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
}
.basket-cnt {
    padding: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.basket-cnt .basket-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    max-width: 50%;
}
.basket-cnt .basket-total {
     -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right;
    max-width: 50%;
}
.basket-cnt .basket-total h5 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.basket-cnt .basket-total span {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}
.check-out-bnt a.btn{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}
.check-out-bnt a.btn:hover{
    background-color: #1559ae;
}
ul.basket-items-wrapper li {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
     -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
}
ul.basket-items-wrapper li figure {
    max-width: 72px;
    height: 73px;
    border: 1px solid #e5e5e5;
    flex: 0 0 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
}
.basket-items-txt {
    padding-left: 12px;
}
.basket-items-txt h4 {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}
.basket-items-txt h5 {
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    line-height: 24px;
}
.qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.qty {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.qty h6 {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    margin-right: 6px;
}
.qty input {
    height: 25px;
    width: 28px;
    font-size: 15px;
    color: #444;
    padding: 4px;
    border: 1px solid #e6e6e6;
    font-weight: 500;
    outline: 0;
}
.qty input:placeholder{
     color: #444;
}
.edit-delete {
    margin-left: auto;
}
.edit-delete span {
    padding-right: 6px;
}
.header-top-right .edit-delete span a i{
    font-size: 20px;
    color: #696969;
}
.header-top-right .edit-delete span a:hover i{
    color: #2aa5de;
}
.edit-delete span:last-child {
    padding-right: 0px;
}
.view-edit {
    padding-top: 28px;
}
.header-top-right .view-edit a {
    font-size: 16px;
    color: #2ba5de;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top-right .view-edit a:hover{
    color: #145aae;
}
.close-btn {
    width: 31px;
    height: 31px;
    background-color: #29a1db;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    -moz-box-shadow: inset 0 0 10px #165fb1;
    -webkit-box-shadow: inset 0 0 10px #165fb1;
    box-shadow: inset 0 0 10px #165fb1;
    cursor: pointer;
} */

/*==========categories menu============*/

.menu-trigger {
  position: relative;
  font-size: 0.9em;
}

.mp-pusher {
    position: fixed;
    left: 0;
    height: 100vh;
    perspective: 1000px;
    z-index: 9999;
    top: 0;
}

.mp-menu {
  position: absolute;  
  top: 0;
  left: 0;
  z-index: 1;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
    background: rgba(19,89,170,1);
    background: -moz-linear-gradient(left, rgba(19,89,170,1) 0%, rgba(7,61,127,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,89,170,1)), color-stop(100%, rgba(7,61,127,1)));
    background: -webkit-linear-gradient(left, rgba(19,89,170,1) 0%, rgba(7,61,127,1) 100%);
    background: -o-linear-gradient(left, rgba(19,89,170,1) 0%, rgba(7,61,127,1) 100%);
    background: -ms-linear-gradient(left, rgba(19,89,170,1) 0%, rgba(7,61,127,1) 100%);
    background: linear-gradient(to right, rgba(19,89,170,1) 0%, rgba(7,61,127,1) 100%);
    -webkit-box-shadow: 5px 0px 6px -3px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 0px 6px -3px rgba(0,0,0,0.44);
    box-shadow: 5px 0px 6px -3px rgba(0,0,0,0.44);
    padding: 20px 0px;
}
.mp-level.mp-level-open{
    z-index: 9;
}

.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
  z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40, 0, 0);
}


.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* cover */

.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 1em 0.7em 1.8em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 1.4em;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}
.categories-cnt h3 {
    font-size: 24px;
    background-color: #2aa5de;
    margin-top: 12px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.categories-cnt h3 span {
    max-width: 345px;
    margin-left: auto;
    display: block;
}
.categories-cnt .categories-links{
    position: relative;
    padding: 18px 25px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.categories-cnt .categories-links:hover{
        background-color: #2aa5de;
}
.categories-cnt .categories-links:after{
     content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(11,64,125,1);
    background: -moz-linear-gradient(left, rgba(11,64,125,1) 0%, rgba(13,82,161,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,64,125,1)), color-stop(100%, rgba(13,82,161,1)));
    background: -webkit-linear-gradient(left, rgba(11,64,125,1) 0%, rgba(13,82,161,1) 100%);
    background: -o-linear-gradient(left, rgba(11,64,125,1) 0%, rgba(13,82,161,1) 100%);
    background: -ms-linear-gradient(left, rgba(11,64,125,1) 0%, rgba(13,82,161,1) 100%);
    background: linear-gradient(to right, rgba(11,64,125,1) 0%, rgba(13,82,161,1) 100%);
    height: 1px;
    width: 100%;
}
.categories-cnt .link-items{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 345px;
    margin-left: auto;
}
.categories-cnt .categories-links .click-right-arrow{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: calc(100% - 22px);
    border-left: 1px solid #0d51a1;
    bottom: 0;
    margin: auto;
}
.categories-cnt .categories-links a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    width: calc(100% - 50px);
    background-color: inherit;
    border: none;
    box-shadow: none;
    text-align: left;
    display: block;
    margin-right: auto;
    outline: 0;
}
.back-btn {
    width: 100%;
    height: auto;
    background-color: inherit;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 25px;
    margin-bottom: 18px;
    text-transform: uppercase;
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.back-btn a.mp-back{
    color: #fff;
}
.back-btn a.mp-back i {
    font-size: 18px;
    margin-right: 8px;
}
/*==========banner-warp============*/
.banner-warp {
    padding-top: 55px;
    position: relative;
    background-image: url(../images/banner-shape.png);
    background-position: 94% bottom;
    background-repeat: no-repeat;
}
.banner-warp .container{
    position: relative;
}
.input-wrapper {
    max-width: 935px;
    margin: auto;
    position: relative;
}
.input-field {
    background-color: #fff;
    padding: 14px 42px;
    border-radius: 40px;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-field input {
    border: none;
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    font-size: 15px;
    color: #333;
    font-weight: 500;
    outline: 0;
}
/* .input-field input::placeholder{
    color: #333;
} */
.input-field a {
    font-size: 22px;
    color: #2aa5de;
}
/* ul.search-options {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    display: block;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
} */
ul.search-options.show{
    display: block;
     -webkit-animation: 0.2s ease-in-out 0.2s normal both 1 running animate;
    animation: 0.2s ease-in-out 0.2s normal both 1 running animate;
}
ul.search-options li.options-item {
    padding: 16px 40px;
    border-bottom: 1px solid #f4f4f4;
}
ul.search-options li.options-item:last-child{
    border-bottom: 0px;
}
ul.search-options li.options-item p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
ul.search-options li.options-item ol {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}
ul.search-options li.options-item ol span,ul.search-options li.options-item ol button {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    background-color: #2cc609;
    padding: 7px 13px;
    border-radius: 25px;
    line-height: 16px;
}
ul.search-options li.options-item ol button {
    background-color: #2aa5de;
    padding: 6px 19px;
    margin-left: 5px;
    border: none;
    outline: 0;
    box-shadow: none;
}
.modal-content{
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.5);
}
.modal-content{
    text-align: center;
    border-radius: 30px;
    position: relative;
}
.input-wrapper .modal-dialog{
    max-width: 434px;
}
.modal-body h4 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.modal-body p {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    margin: 20px 0px;
}
.input-wrapper .modal-body p {
    line-height: 22px;
}
.modal-body {
    padding: 70px 40px;
}
.input-wrapper .modal-body ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-wrapper .modal-body ol li {
    margin-left: 7px;
}
.input-wrapper .modal-body ol li a {
    font-size: 16px;
    color: #2aa3dc;
    font-weight: 700;
    width: 165px;
    text-align: center;
    border: 2px solid #2aa5de;
    border-radius: 25px;
    padding: 6px 12px;
}
.input-wrapper .modal-body ol li:last-child a {
    background-color: #2aa5de;
    color: #fff;
}
.modal-close {
    position: absolute;
     right: -17px;
    top: -22px;
    -moz-box-shadow: inset 0 0 23px #165fb1;
    -webkit-box-shadow: inset 0 0 23px #165fb1;
    box-shadow: inset 0 0 23px #165fb1;
    background-color: #29a1db;
    height: 59px;
    width: 59px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
}
.modal-close button{
    opacity: 1;
    width: 100%;
    height: 100%;
    outline: 0;
}
.banner-cnt {
    padding-top: 35px;
    background: transparent !important;
}
.banner-cnt .left {
    padding-top: 40px;
}
.banner-cnt .left h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    line-height: 45px;
}
.banner-cnt .left h1 span {
    display: block;
}
.banner-cnt .left h2 {
    font-size: 37px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 17px;
}
.banner-cnt .left h2 span{
    display: block;
}
.banner-cnt .right {
    text-align: right;
    padding-right: 35px;
}
/*==========get-your-cash============*/
.get-your-cash{
    padding: 75px 0px;
    text-align: center;
}
.bg-set{
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.get-your-cash h2{
    font-size: 36px;
    color: #333333;
}
.get-your-cash ul.row{
    margin-top: 40px;
}
.get-your-cash-cnt{
    margin-top: 22px;
}
.get-your-cash-cnt h3{
    font-size: 37px;
    color: #333333;
    font-weight: 400;
}
.get-your-cash-cnt p{
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 21px;    
    max-width: 210px;
    margin: auto;
    margin-top: 14px;
}
.modal-open{
    padding-right: 0px !important;
}
/*==========how-it-work============*/
.how-it-work{
    background: rgb(20,94,177); 
    background: -moz-linear-gradient(left,  rgba(20,94,177,1) 0%, rgba(6,61,125,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(20,94,177,1) 0%,rgba(6,61,125,1) 100%); 
    background: linear-gradient(to right,  rgba(20,94,177,1) 0%,rgba(6,61,125,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145eb1', endColorstr='#063d7d',GradientType=1 ); 
    padding-top: 70px;
}
.how-it-work .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.how-it-work .right{
    margin-top: 38px;
    padding-left: 60px;
}
.how-it-work .right h2 {
    color: #fff;
    font-size: 36px;
}
.how-it-work .right h5{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    margin: 18px 0px;
}
/*==========what-can-i-trade============*/
.what-can-i-trade{
    padding: 55px 0px;
    text-align: center;
}
.what-can-i-trade h2{
    font-size: 36px;
    color: #333333;
}
/*==========sell-your-game-kit============*/
.sell-your-game-kit{
    padding: 90px 0px;
}
.trade-sec1{
     background: rgb(21,93,177); 
    background: -moz-linear-gradient(left,  rgba(21,93,177,1) 0%, rgba(41,159,218,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(21,93,177,1) 0%,rgba(41,159,218,1) 100%); 
    background: linear-gradient(to right,  rgba(21,93,177,1) 0%,rgba(41,159,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155db1', endColorstr='#299fda',GradientType=1 ); 
}
.trade-sec1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sell-your-game-kit .right h2{
    font-size: 24px;
    color: #fff;
}
.commn-sec p{
    margin: 16px 0px 32px;
}
.sell-your-game-kit .right a.btn:hover{
    color: #fff;
    background-color: #063d7d;
}
/*==========ssell-your-game============*/
.sell-your-game {
    padding: 75px 50px;
}
/*==========sell-your-game-kit============*/
.sell-gaming-accessories{
    padding: 80px 0px 60px;
}
.trade-sec2{
     background: rgb(5,60,125); 
    background: -moz-linear-gradient(left,  rgba(5,60,125,1) 0%, rgba(21,94,177,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(5,60,125,1) 0%,rgba(21,94,177,1) 100%); 
    background: linear-gradient(to right,  rgba(5,60,125,1) 0%,rgba(21,94,177,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053c7d', endColorstr='#155eb1',GradientType=1 ); 
}
.sell-gaming-accessories .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*==========.trade-in-sec============*/
.trade-in-sec{
    padding: 50px 0px;
}   
/*==========sell-your-game============*/
.sell-your-game .right{
   -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/*==========sell-used-ipod============*/
.sell-used-ipod{
    padding: 48px 0px;
}
.sell-used-ipod .right{
    padding-left: 78px;
}
/*==========trade-easy-way============*/
.trade-easy-way .right{
     -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.trade-easy-way{
    padding: 60px 0px;
}

/*==========most-wanted============*/
.most-wanted{
    background: rgb(21,93,177); 
    background: -moz-linear-gradient(left,  rgba(21,93,177,1) 0%, rgba(41,159,218,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(21,93,177,1) 0%,rgba(41,159,218,1) 100%); 
    background: linear-gradient(to right,  rgba(21,93,177,1) 0%,rgba(41,159,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155db1', endColorstr='#299fda',GradientType=1 ); 
    padding: 60px 0px;
}
.most-wanted-slider img{
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
}
.most-wanted-slider{
    text-align: center;
    margin-top: 35px;
}
.most-wanted-slider .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.most-wanted-slider .owl-stage li{
    height: 100%;
}
.most-wanted h2{
    font-size: 36px;
    text-align: center;
}
.most-wanted-wrap{
    background-color: #fff;
    height: 100%;
    padding: 28px 20px 43px;
    position: relative;
}
.most-wanted-wrap figure {
    height: 119px;
}
.most-wanted-cnt h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 27px;
}
.upto {
    margin-top: 18px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.upto span {
    color: #2aa5de;
}
.most-wanted-wrap a.btn{
    position: absolute;
    bottom: 0;
}
.most-wanted-wrap a.btn {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.most-wanted-slider.owl-carousel .owl-stage-outer{
    padding-bottom: 28px;
}
.most-wanted-slider .owl-nav button {
    font-size: 50px !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
     -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
}
.most-wanted-slider .owl-nav button.owl-prev{
    left: 0;
}
.most-wanted-slider .owl-nav button.owl-next{
    right: 0;
}
.most-wanted-slider .owl-nav button.owl-prev {
    left: -36px;
}
.most-wanted-slider .owl-nav button.owl-next {
    right: -36px;
}
/*==========customer-review============*/
.customer-review{
    padding: 70px 0px;
}
.customer-review-top {
    text-align: center;
    max-width: 945px;
    margin: auto;
}
.customer-review-top h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 18px;
}
.customer-review-top p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
}
.customer-review-top p a {
    color: #2aa5de;
    border-bottom: 2px solid #2aa5de;
    line-height: 21px;
}
.customer-review-slider {
    margin-top: 42px;
}
/*==========why-choose-trade============*/
.why-choose-trade{
    background: rgb(21,94,177);
    background: -moz-linear-gradient(left,  rgba(21,94,177,1) 0%, rgba(5,60,125,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(21,94,177,1) 0%,rgba(5,60,125,1) 100%);
    background: linear-gradient(to right,  rgba(21,94,177,1) 0%,rgba(5,60,125,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155eb1', endColorstr='#053c7d',GradientType=1 );
    padding: 60px 0px;
}
.why-choose-trade h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.why-choose-trade p{
    line-height: 26px;
    margin-bottom: 35px;
    text-align: justify;
}
.why-choose-trade p:last-child{
    margin-bottom: 0px;
}
.why-choose-trade .col-md-6{
    padding: 0px 30px;
}
.why-choose-trade .row{
    margin: 0px -30px;
}
.why-choose-trade h4{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;
}
.why-choose-trade h4 span{
    border-bottom: 1px solid #fff;
    line-height: 26px;
}
.why-choose-trade h4 span.block{
    border: none;
}

/*==========blog-sec============*/
.blog-sec{
    background-image: url("../images/blog-sec-left-bg.jpg"),url("../images/blog-sec-right-bg.jpg");
    background-repeat: no-repeat;
    background-position: left top,right top;
    padding-bottom: 60px;
}
.blog-sec .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.blog-sec h2{
    margin: 70px 0px 35px;
    font-size: 36px;
    color: #333;
}
.blog-wrap li.col-lg-6{
    border-left: 1px solid #efefef;
}
.blog-cnt {
    max-width: 304px;
    margin: auto;
}
.blog-content {
    margin-top: 18px;
}
.blog-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 9px 0px;
}
.blog-content p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.blog-content ul li i {
    font-size: 15px;
    color: #2aa5de;
}
.blog-content ul li  span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-left: 5px;
}
.blog-content ul li {
    padding-left: 25px;
}
.blog-content ul li:first-child{
    
    padding-left: 0px;
}
/*==========footer-top============*/
/* .footer-top{
    background: rgb(3,22,46);
    background: -moz-linear-gradient(left,  rgba(3,22,46,1) 0%, rgba(3,17,33,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(3,22,46,1) 0%,rgba(3,17,33,1) 100%);
    background: linear-gradient(to right,  rgba(3,22,46,1) 0%,rgba(3,17,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03162e', endColorstr='#031121',GradientType=1 );
    padding: 25px 0px;
} */
/* .footer-top h3{
    margin-bottom: 35px;
}
.footer-nav li a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer-nav li a:hover{
    color: #2aa5de;
}
.footer-nav li{
    margin-bottom: 10px;
}
.footer-nav li:last-child{
    margin-bottom: 0px;
} */

.address-cnt {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.address-cnt .left-icon {
    font-size: 23px;
    color: #bebebe;
    line-height: 24px;
    margin-right: 8px;
}
.timing-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.timing-cnt h6 {
    font-size: 14px;
    margin-right: 2px;
}
.mail-cnt a {
    color: #fff;
}
ul.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.social-icon li {
    margin-right: 14px;
}
ul.social-icon li a {
    font-size: 29px;
    color: #bebebe;
}
ul.social-icon li a:hover{
    color: #2aa5de;
}
.input-cnt {
    margin-bottom: 8px;
}
.input-cnt input {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background-color: #798594;
    border: none;
    width: 100%;
    height: 44px;
    border-radius: 28px;
    padding: 21px;
    outline: 0;
}
.input-cnt input::placeholder{
    color: #fff;
}
.input-cnt textarea{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background-color: #798594;
    border: none;
    width: 100%;
    border-radius: 20px;
    padding: 21px;
    height: 120px;
    outline: 0;
    resize: none;
}
.input-cnt textarea::placeholder{
    color: #fff;
}
.form-wrapper{
    margin: 0px -3px;
}
.form-wrapper .col-sm-6,.form-wrapper .col-sm-12{
    padding: 0px 3px;
}
.submit-btn button.btn {
    width: 165px;
    font-weight: 700;
    font-size: 14px;
}
.footer-bottm{
    background-color: #020810;
    padding: 12px 0px;
    text-align: center;
}
.footer-bottm p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

/* ================================================== */
/* Category Page */
/* ================================================== */
.inner-banner{
    padding: 20px 0 60px 0;
    background-image: none;
}
.inner-banner h1 {
    display: block;
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
ul.bread-crumbs{
    display: block;
    text-align: right;
    margin-bottom: 45px;
}
ul.bread-crumbs li{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
ul.bread-crumbs li:after{
    display: inline-block;
    margin: 0 7px 0 11px;
    content: "/";
}
ul.bread-crumbs li:last-child:after{
    display: none;
}
ul.bread-crumbs li a{
    display: inline-block;
    color: #fff;
}
.sell-xbox{
    padding: 60px 0;
    background: #135bac;
}
.sell-xbox .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sell-xbox h2{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 16px;
}
.sell-xbox p{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}
.sell-xbox a.btn{
    margin-top: 10px;
}
.get-your-cash.sm{
    padding: 30px 0;
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.get-your-cash.sm h2{
    font-size: 30px;
}
.get-your-cash ul.row {
    margin-top: 15px;
}
.get-your-cash.sm ul li img{
    max-width: 100px;
}
.get-your-cash-cnt {
    margin-top: 10px;
}
.get-your-cash.sm h3{
    font-size: 22px;
}
.get-your-cash.sm p {
    max-width: 180px;
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
}
.sec3{
    padding: 25px 0;
    background: #1053a1;
}
.sec3 .trust-pilot p{
    margin-top: 12px;
    font-size: 10px;
    line-height: 15px;
}
.sec3 ul li{
    position: relative;
    text-align: center;
}
.sec3 ul li.trust-pilot span{
    display: block;
    padding-bottom: 7px;
}
.sec3 ul li:first-child{
    text-align: left;
}
.sec3 ul li:first-child p{
    margin: 0;
}
.sec3 ul li:after{
    width: 2px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/devider.png) no-repeat center top;
}
.sec3 ul li:first-child:after,
.sec3 ul li:last-child:after{
    display: none;
}
.sec3 ul li p{
    max-width: 140px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.sec3 ul li:nth-child(3) p{
    max-width: 250px;
}
.sec3 ul li:nth-child(4) p{
    max-width: 170px;
}
.products-outer{
    padding: 5px 0;
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.category{
    padding: 50px 0px 40px 0px;
    border-radius: 30px;
    background: #145aae; /* Old browsers */
    background: -moz-linear-gradient(left,  #145aae 0%, #29a3dd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #145aae 0%,#29a3dd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #145aae 0%,#29a3dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145aae', endColorstr='#29a3dd',GradientType=1 ); /* IE6-9 */
}
.category h2{
    padding: 0 20px 17px 20px;
    font-size: 30px;
}
ul.cat-list li{
    position: relative;
}
ul.cat-list > li:before{
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    position: absolute;
    left: 22px;
    top: 12px;
    background: url(../images/right-arrow.png) no-repeat center top;
}
ul.cat-list > li:after{
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background: #279dde; /* Old browsers */
    background: -moz-linear-gradient(top,  #279dde 0%, #1459ae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #279dde 0%,#1459ae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #279dde 0%,#1459ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dde', endColorstr='#1459ae',GradientType=0 ); /* IE6-9 */
}
ul.cat-list > li:last-child:after{
    display: none;
}
ul.cat-list > li a{
    display: block;
    padding: 11px 20px 11px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}
.dropdown.sub-nav{
    padding: 0 0 10px 50px;
}
ul.cat-list li ul.sub-nav li{
    padding: 1px 0;
}
.sub-nav.dropdown a{
    display: inline-block;
    padding: 5px 13px 5px 28px;
    font-size: 14px;
    border-radius: 25px;
    position: relative;
}
.sub-nav.dropdown a:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    position: absolute;
    left: 12px;
    top: 11px;
}
.sub-nav.dropdown a.btn-primary{
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.sub-nav.dropdown a.btn-primary:hover,.sub-nav.dropdown.show a.btn-primary{
    background: #33bdfe;
}
ul.cat-list li ul.sub-nav li a:hover,
ul.cat-list li ul.sub-nav li.active a{
    background: #33bdfe;
}
.product-list{
    padding-left: 30px;
}
ul.product-listing li{
    margin-bottom: 55px;
}
ul.product-listing li .inner{
    height: 100%;
    padding: 25px 10px 45px 10px;
    background: #fff;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
ul.product-listing li figure img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
ul.product-listing li .name{
    padding: 15px 0 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #333;
}
ul.product-listing li .name span{
    display: block;
}
ul.product-listing li .price{
    font-size: 14px;
    font-weight: 500;
}
ul.product-listing li .price span{
    color: #2aa5de;
}
ul.product-listing li a.btn{
    max-width: 145px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pager-outer{
    padding: 14px 12px;
    background: #1459ae; /* Old browsers */
    background: -moz-linear-gradient(left,  #1459ae 1%, #29a3dd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1459ae 1%,#29a3dd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1459ae 1%,#29a3dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1459ae', endColorstr='#29a3dd',GradientType=1 ); /* IE6-9 */
}
.pager-outer a{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.pager-outer a i{
    font-size: 23px;
    vertical-align: middle;
    margin-top: -4px;
}
.pager-outer .right{
    text-align: right;
}
.pager-outer .left a.prev i{
    margin-right: 8px;
}
.pager-outer .right a.next i{
    margin-left: 8px;
}
.pager-outer ul.pager{
    text-align: center;
}
.pager-outer ul.pager li{
    display: inline-block;
}
.pager-outer ul.pager li a{
    padding: 0 5px;
}
.sub-nav .dropdown-submenu {
  position: relative;
}

.sub-nav .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.sub-nav .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

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

.sub-nav .dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.sub-nav .dropdown-submenu.pull-left {
  float: none;
}

.sub-nav .dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.sub-nav .dropdown-menu a{
    color: #000 !important;
    padding: 10px 22px;
    width: 100%;
    border-radius: 0px;
}
.sub-nav .dropdown-menu a:hover{
    background-color: #2aa5de;
    color: #fff !important;
}
.sub-nav .dropdown-menu a:after,.sub-nav .dropdown-menu a:before{
    display: none;
}

/* ================================================== */
/* Product Page */
/* ================================================== */
.product-row{
    padding-bottom: 40px;
}
.product-row .product-lg{
    background: #fff;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-row h3{
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.product-info .select-box{
    margin-bottom: 25px;
}
.select-box .selection{
    width: 100%;
}
.select-box .select2-container--default .select2-selection--single{
    height: 41px;
    border: none;
    border-radius: 25px !important;
    background: #2aa5de;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 41px;
    padding-left: 30px;
    padding-right: 40px;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-left: -26px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin-top: 0px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #063d7d;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2ba5de;
}
.select2-results__option{
    padding: 6px 30px;
}
.select2-dropdown{
    border-radius: 5px !important;
    overflow: hidden;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.condition-box{
    padding: 36px 25px;
    background: #fff;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.condition-box h4{
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #0c0e12;
}
.condition-box ul li{
    padding-left: 25px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #0c0e12;
    line-height: 24px;
    position: relative;
}
.condition-box ul li:before{
    font-family:'FontAwesome';
    content: "\f18e";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #2ba5de;
}
.detail-cnt p{
    padding-bottom: 28px;
    color: #444;
    line-height: 27px;
    text-align: justify;
}
.detail-cnt p:last-child{
    padding-bottom: 0px;
}
.summary.item-summary{
    padding-top: 18px;
    padding-bottom: 26px;
}
.summary.item-summary h3{
    padding-bottom: 5px;
}
.item-summary .condition{
    padding-bottom: 15px;
    font-size: 15px;
}
.item-summary .condition span{
    padding-right: 10px;
}
.item-summary .share{
    padding: 12px 0 15px 0;
    border-top: 1px #65bae2 solid;
    border-bottom: 1px #65bae2 solid;
}
.item-summary .share span{
    display: block;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
}
#at-image-sharing-tool{
    display: none !important;
}
.item-summary .offer-price{
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    border-bottom: 1px #65bae2 solid;
}
.item-summary .offer-price span{
    display: block;
}
.item-summary  .offer-price .price{
    font-size: 32px;
    font-weight: 700;
}
.item-summary .btn-outer{
    padding: 18px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-summary .btn-outer button{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.item-summary .btn-outer button:first-child{
    margin-right: 5px;
}
.contains{
    padding: 45px 0 0;
}
.contains h3 {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.contains ul li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 34px;
    color: #444;
    position: relative;
}
.contains ul li:before {
    font-family: 'FontAwesome';
    content: "\f18e";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #2ba5de;
}
.seen-deal-modal .modal-dialog {
        max-width: 772px;
    }
.seen-deal-modal .modal-body p{
    line-height: 25px;
}
.seen-deal-modal .deal-form{
    padding: 10px 0 0;
}
.seen-deal-modal .deal-form h5{
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.seen-deal-modal .deal-form .form-group{
    margin: 0 -6px 12px -6px;
}
.seen-deal-modal .deal-form .input-col{
    padding: 0 6px;
}
.seen-deal-modal .deal-form .form-control{
    height: 44px;
    padding: 0 25px;
    border-color: transparent;
    border-radius: 25px;
    background: #e6e6e6;
    font-size: 13px;
    color: #474747;
}
.seen-deal-modal .deal-form .form-control:focus{
    background: #fff;
    border-color: #2aa5de;
}
.seen-deal-modal .deal-form .btn-submit{
    padding: 11px 58px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
}
.show-mob{
    display: none;
}

/* ================================================== */
/* Cart Page */
/* ================================================== */
.selling-basket{
    padding: 60px 0;
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.selling-basket h2 {
    padding-bottom: 30px;
    font-size: 30px;
    color: #333;
}
.selling-basket .item{
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}
.cash-value{
    text-align: right;
}
ul.cart-listing{
    background: #fff;
    margin-bottom: 45px;
}
ul.cart-listing > li{
    padding: 25px;
    border-top: 1px #ebebeb solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.cart-listing > li:last-child{
    border-bottom: 1px #ebebeb solid;
}
ul.cart-listing > li:nth-child(even){
    background: #f2f2f2;
}
ul.cart-listing > li figure{
    background: #fff;
    border: 1px #e4e4e4 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
ul.cart-listing > li .name{
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
}
ul.cart-listing > li .name span{
    display: block;
    font-weight: 600;
}
ul.cart-listing > li .right{
    margin-left: auto;
}
ul.cart-listing > li .right span{
    width: 100%;
    top: -23px;
    position: relative;
    text-align: right;
}
ul.cart-listing > li ul{
    margin-left: auto;
    bottom: -23px;
    position: relative;
}
ul.cart-listing > li ul li{
    display: inline-block;
    padding-left: 20px;
}
ul.cart-listing > li ul li a{
    display: block;
    color: #696969;
}
ul.cart-listing > li ul li a:hover{
    color: #258dcd;
}
.apply-code a.apply-code:after{
    display: inline-block;
    margin-left: 7px;
    font-family:'FontAwesome';
    content: "\f106";
    transition: all 0.2s;
}
.apply-code a.collapsed:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.apply-code a.btn{
    margin-bottom: 14px;
}
.apply-code .input-group{
    max-width: 475px;
}
.apply-code .form-control{
    padding: 6px 42px;
    background: #f2f2f2;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
}
.apply-code .form-control:focus{
    background: #fff;
    border-color: #2aa5de;
}
.apply-code .apply-btn{
    padding: 8px 20px;
}
.summary{
    padding: 35px 20px 50px 20px;
    background: #2ba5de;
    color: #fff;
}
.summary h3{
    padding-bottom: 20px;
    font-size: 20px;
}
.summary .head{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
    background: none;
    color: #fff;
    border: none;
    border-top: 1px #65bae2 solid;
    border-bottom: 1px #65bae2 solid;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
.summary .head:after{
    display: inline-block;
    margin-left: auto;
    font-family:'FontAwesome';
    content: "\f107";
    transition: all 0.2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.summary .head.collapsed:after{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.summary ul.delivery-method{
    padding: 25px 0 30px 0;
    border-bottom: 1px #65bae2 solid;
}
.summary ul.delivery-method li{
    padding-bottom: 22px;
    font-size: 15px;
    font-weight: 500;
}
.summary ul.delivery-method li:last-child{
    padding-bottom: 0px;
}
.summary ul.delivery-method li h4{
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}
.summary ul.delivery-method li span:before{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0;
    border-radius: 50%;
    content: "";
    background: #74bee1; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #74bee1 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #74bee1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #74bee1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bee1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.summary .order-total{
    padding-top: 24px;
    padding-bottom: 35px;
    font-size: 18px;
    font-weight: 700;
}
.summary .total-amt{
    text-align: right;
}
.summary .proceed-sell{
    display: block;
    padding: 8px 20px;
    background: none;
    border: 2px #fff solid;
    font-weight: 700;
}
.summary .proceed-sell:hover{
    background: #fff;
    color: #2ba5de;
}

/* ================================================== */
/* Thank You Page */
/* ================================================== */
.thank-you{
    padding: 50px 0;
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.thank-you h2{
    font-size: 30px;
    color: #333;
}
.thank-you .sec1{
    padding-bottom: 35px;
    text-align: center;
}
.thank-you .sec1 h2 {
    padding-bottom: 30px;
}
.thank-you .sec1 ul{
    margin-bottom: 25px;
}
.thank-you .sec1 ul li{
    min-width: 245px;
    padding: 8px 35px;
    margin: 0 2px;
    display: inline-block;
    font-weight: 600;
    background: #258dcd;
    color: #fff;
    border-radius: 25px;
}
.thank-you .sec1 p{
    max-width: 510px;
    margin: 0 auto;
    color: #444;
    line-height: 26px;
}
.thank-you .what-need{
    padding-bottom: 50px;
    text-align: center;
}
.thank-you .what-need h2 {
    padding-bottom: 45px;
}
.thank-you ul.what-need-list{
    padding-bottom: 32px;
}
.thank-you ul.what-need-list li figure{
    position: relative;
}
.thank-you ul.what-need-list li .num{
    width: 48px;
    height: 48px;
    line-height: 38px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -24px;
    background: #2ba5de;
    border: 3px #fff solid;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.thank-you ul.what-need-list li p{
    max-width: 150px;
    margin: 0 auto;
    padding: 16px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}
.thank-you .view-your-pack{
    max-width: 510px;
    margin: 0 auto;
}
.thank-you .view-your-pack p{
    color: #444;
}
.thank-you .view-your-pack a{
    font-weight: 600;
    color: #2ba5de;
    position: relative;
}
.thank-you .view-your-pack a:after{
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 3px;
    content: "";
    background: #2ba5de;
}
.thank-you .view-your-pack a:hover{
    color: #333;
}
.thank-you .remove-account{
    padding: 50px 80px;
    background: #2ba5de;
    color: #fff;
}
.thank-you .remove-account p{
    padding-bottom: 20px;
    line-height: 26px;
}
.thank-you .remove-account a.btn{
    padding: 6px 38px;
    margin-right: 4px;
    font-weight: 600;
    border: 2px #fff solid;
}
.thank-you .remove-account a.btn:hover{
    background: #fff;
    color: #2ba5de;
}
.thank-you .need-now{
    padding: 55px 0;
}
.thank-you .need-now h2 {
    padding-bottom: 25px;
}
.thank-you .need-now p{
    padding-bottom: 5px;
    line-height: 26px;
    color: #444;
}
.thank-you .need-now .delivery-truck{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.thank-you .need-now .delivery-truck figure{
    margin-left: auto;
}
.thank-you .need-now .bottom{
    text-align: center;
}
.thank-you .need-now .bottom a.btn{
    font-weight: 600;
    background: #258dcd;
}
.thank-you .need-now .bottom a.btn:hover{
    background-color: #063d7d;
}
.thank-you .need-now .bottom a.btn i{
    margin-right: 4px;
}
.thank-you .need-now .bottom p{
    padding-top: 25px;
    font-weight: 600;
}
.thank-you .packing-slip h2{
    padding-bottom: 30px;
    text-align: center;
}
.thank-you ul.slip-list{
    margin-bottom: 30px;
}
.thank-you ul.slip-list li .inner{
    height: 100%;
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px dashed #dadada;
}
.thank-you ul.slip-list li .inner p{
    padding-bottom: 8px;
}
.thank-you ul.slip-list li .inner span{
    display: block;
}
.thank-you ul.slip-list li .inner span.num{
    padding-bottom: 10px;
}
.thank-you ul.slip-list li .inner span.order-id{
    padding-top: 10px;
    font-weight: 600;
    color: #333;
}
.thank-you ul.slip-list li .inner p{
    font-size: 15px;
    color: #3b3b3b;
}
.thank-you ul.slip-list li .inner h3{
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.thank-you ul.slip-list li.right .inner p{
    max-width: 410px;
    line-height: 32px;
}
.thank-you .delivery-term{
    text-align: center;
}
.thank-you .delivery-term p{
    max-width: 790px;
    margin: 0 auto;
    color: #444;
}
.thank-you .delivery-box{
    padding-top: 50px;
    text-align: center;
}
.thank-you .pack-guideline{
    padding-bottom: 0px;
}
.thank-you .pack-guideline a{
    font-weight: 600;
    color: #2ba5de;
}
.thank-you .pack-guideline a:hover{
    color: #333;
}
.thank-you .pack-guideline .btn-outer{
    margin-top: 30px;
}
.thank-you .pack-guideline .btn-outer a.btn{
    margin-right: 4px;
    background: #258dcd;
    color: #fff;
}
.thank-you .pack-guideline .btn-outer a:hover{
    background-color: #063d7d;
}

/** ======================== **/
/** Review & Payments **/
/** ======================== **/
.bg-none{
    background-image: none;
}
.checkout-contents{
    padding: 60px 0;
    background: url(../images/get-your-cash-bg.jpg) repeat left top;
}
.goback-btn{
    margin-bottom: 30px;
}
.goback-btn a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.goback-btn a img{
    max-width: 20px;
    vertical-align: inherit;
    margin-bottom: -2px;
    margin-right: 10px;
}
.goback-btn a:hover{
    color: #248dcd;
}
.stat-bar{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    margin-bottom: 30px;
}
.stat-bar li{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.stat-bar li .stat-tick{
    position: relative;
    z-index: 1;
}
.stat-bar li span{
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
    background: #fff;
    border: 6px solid #dedede;
    border-radius: 50%;
    margin: auto;
    font-size: 26px;
    color: #333;
    line-height: 46px;
}
.stat-bar li .stat-tick:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: #dedede;
    margin: auto;
    width: 100%;
    z-index: -1;
}
.stat-bar li:first-child .stat-tick:before{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.stat-bar li:last-child .stat-tick:before{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stat-bar li.active span{
    border-color: #258dcd;
    color: #258dcd;
}
.stat-bar li.active .stat-tick:before{
    background: #258dcd;
}
.stat-bar li h5{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.checkout-box h2{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}
.checkout-box .form-box{
    margin-bottom: 20px;
}
.checkout-box .form-holder .head{
    width: 100%;
    text-align: left;
    padding: 15px 35px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    border-radius: 50px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.checkout-box .form-holder .head:after{
    content: "\f106";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
    font-size: 20px;
    color: #333;
    font-family: 'FontAwesome';
    transition: 0.3s all;
}
.checkout-box .form-holder .head.collapsed:after{
    transform: rotate(180deg);
}
.checkout-box .form-holder .head > img{
    max-width: 20px;
    vertical-align: inherit;
}
.checkout-box .form-holder .head > img ~ span{
    margin: 0 10px;
}
.checkout-box .form-holder .head .pay-icon{
    font-size: 22px;
    color: #2ba5de;
    margin-right: 10px;
}
.checkout-box .form-holder .head .fa-forward{
    font-size: 18px;
    margin-left: 10px;
}
.checkout-box .form-holder .form-list{
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.checkout-box .form-holder .form-list .form-group{
    margin-bottom: 10px;
}
.checkout-box .form-holder .form-list .form-control{
    height: 45px;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 14px;
    color: #6b6b6b;
    background: #fafafa;
    border: 1px solid #e4e4e4;
}
.checkout-box .form-holder .form-list .form-control:focus{
    border-color: #2ba5de;
    background: #fff;
}
.checkout-box .form-holder .form-desc{
    margin-top: 30px;
}
.checkout-box .form-holder .form-list p{
    max-width: 540px;
    color: #444;
    font-size: 16px;
}
.checkout-box .form-holder .form-list h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.checkout-box .form-holder .head.voucher{
    background: #258dcd;
    color: #fff;
    padding: 10px 35px;
    max-width: 250px;
    border: 0;
}
.checkout-box .form-holder .head.voucher:after{
    color: #fff;
    font-size: 17px;
    height: 26px;
}
.form-voucher{
    padding: 15px 0;
}
.form-voucher .form-mix{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 470px;
}
.form-voucher .form-mix .form-control{
    background: #f2f2f2;
    border-radius: 30px 0 0 30px;
    padding: 8px 10px 8px 30px;
    font-size: 16px;
    color: #636363;
    font-weight: 500;
}
.form-voucher .form-mix .form-control:focus{
    background: #fff;
    border-color: #2aa5de;
}
.form-voucher .form-mix .btn-vo{
    padding: 6px 20px;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    font-weight: 600;
    width: 154px;
    background: #258dcd;
}
.form-voucher .form-mix .btn-vo:hover{
    background: #063d7d;
}
.form-reward{
    padding: 15px 0;
}
.form-reward .reward-view{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
}
.form-reward .reward-view .col-box{
    padding: 0 10px;
    width: 100%;
}
.form-reward .reward-view .rew-box{
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 25px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.06);
}
.form-reward .reward-view .rew-box .rew-val{
    font-size: 46px;
    color: #333;
    font-weight: 600;
    line-height: normal;
}
.form-reward .reward-view .rew-box span{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-left: 10px;
    text-align: left;
}
.form-reward .reward-view .rew-box span sub{
    font-size: 14px;
    font-weight: 400;
    display: block;
    bottom: 0;
    line-height: normal;
}
.form-reward .form-group .form-control{
    background: #f2f2f2;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 16px;
    color: #636363;
    font-weight: 500;
    max-width: 470px;
}
.form-reward .form-group .form-control:focus{
    background: #fff;
    border-color: #2aa5de;
}
.form-reward .form-group .btn-re{
    width: 100%;
    max-width: 240px;
    background: transparent;
    border: 2px solid #258dcd;
    font-size: 16px;
    color: #258dcd;
    margin-top: 10px;
    font-weight: 600;
}
.form-reward .form-group .btn-re:hover{
    background: #258dcd;
    color: #fff;
}
.summary table.order{
    border: 0;
    margin-bottom: 10px;
}
.summary table.order tbody,
.summary table.order tfoot{
    border-top: 1px solid rgba(255,255,255,0.30);
}
.summary table.order tr td{
    border: 0;
    padding: 5px 0;
    font-size: 15px;
    color: #fff;
}
.summary table.order tr td:last-child{
    font-weight: 600;
    text-align: right;
}
.summary table.order tbody tr:first-child td{
    padding-top: 17px;
}
.summary table.order tbody tr:last-child td{
    padding-bottom: 17px;
}
.summary table.order tfoot tr td{
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
}
.payment-summaryaccord .head{
    border: 0;
}
.shipp-address{
    margin-bottom: 10px;
}
.shipp-address .shipp-box .shipp-head{
    border-top: 1px solid rgba(255,255,255,0.30);
    border-bottom: 1px solid rgba(255,255,255,0.30);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 0;
}
.shipp-address .shipp-box .shipp-head span{
    display: block;
    font-size: 15px;
    color: #fff;
}
.shipp-address .shipp-box .shipp-head a{
    font-size: 17px;
    color: #fff;
}
.shipp-address .shipp-box .ship-cts{
    padding: 20px 0 5px;
}
.shipp-address .shipp-box .ship-cts span,
.shipp-address .shipp-box .ship-cts address{
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

/** ======================== **/
/** shipping **/
/** ======================== **/
.address-bx {
    max-width: 360px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.2);
}
.address-bx address {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 25px;
    font-weight: 400;
}
.address-bx address span{
    display: block;
    margin: 5px 0px;
}
.new-address-btn{
    margin-top: 30px;
}
.new-address-btn .btn i {
    margin-right: 4px;
    font-size: 13px;
}
.address-wrap {
    margin-bottom: 50px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 46px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    -moz-box-shadow: inset 0 0 10px #ededed;
    -webkit-box-shadow: inset 0 0 10px #ededed;
    box-shadow: inset 0 0 10px #ededed;
    bottom: 0;
    margin: auto;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #757575;
    position: absolute;
    top: 0;
    left: 18px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    bottom: 0;
    margin: auto;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.shipping-method h2{
    margin-bottom: 0px;
}
.radio-sec li label{
    padding: 24px 14px 24px 46px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.radio-sec li:nth-child(odd) label{
    background-color: #ffffff;
}
.radio-sec li:nth-child(even) label{
    background-color: #f2f2f2;
}
span.radio-cnt {
    width: 100%;
}
span.radio-cnt span:first-child {
    width: 17%;
}
span.radio-cnt span {
    width: 24%;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 400;
}
span.radio-cnt span.radio-heading{
    font-weight: 600;
}
ul.order-summary-cnt li {
    padding: 16px 0px;
    border-bottom: 1px solid #65bae2;
}
ul.order-summary-cnt li:last-child{
    border-bottom: 0px;
}
.summary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.summary-inner figure {
    -ms-flex-preferred-size: 73px;
    flex-basis: 73px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    height: 73px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.summary-txt {
    padding-left: 15px;
    -ms-flex-preferred-size: calc(100% - 73px);
    flex-basis: calc(100% - 73px)
}
.summary-txt h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.summary-txt p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 4px;
}
.next-page-btn {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.next-page-btn a.btn {
    width: 180px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}


/* ================================================== */
/* Responsive */
/* ================================================== */
@media(min-width:1200px){
	.container{
		max-width:1200px;
    }
}

@media(max-width:1600px){

    img{
        display: inline-block;
        max-width: 100%;
        width: auto;
    }
}

/*==========categories menu============*/

@media(max-width:1600px){

    .mp-level{
        box-shadow: none;
    }
}

/*Large devices (desktops, 992px and up)*/
@media(max-width:1199px){

    .banner-cnt .left h2{
        font-size: 32px;
    }
    .banner-cnt .right {
        padding-right: 15px;
    }
    .get-your-cash img {
        max-width: 160px;
    }
    .how-it-work .right {
        margin: 60px 0px;
    }
    .how-it-work{
        padding-top: 0px;
    }
    .get-your-cash,.what-can-i-trade,.commn-sec,.customer-review,.footer-top{
        padding: 60px 0px;
    }
    .most-wanted{
        padding: 60px 40px;
    }
    .blog-sec h2 {
        margin: 60px 0px 35px;
    }
    .blog-sec{
        background-position: -59% top,148% top;
    }
    .product-list {
        padding-left: 0;
    }
    .summary.item-summary {
        padding-bottom: 25px;
    }
    .item-summary .btn-outer button{
        font-size: 14px;
        padding: 7px 15px;
    }
    .item-summary .offer-price {
        padding: 12px 0;
    }
    
    
    /*==========categories menu============*/
    .categories-cnt .categories-links a{
        font-size: 15px;
    }
    .categories-cnt .categories-links{
        padding: 15px 25px;
    }
    
    .dropdown.sub-nav {
        padding: 0px 0 10px 15px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    /* header .navbar-light .navbar-toggler-icon{
        background-image: none !important;
        position: relative;
        height: 3px;
        width: 20px;
        background-color: transparent;
        display: inline-block;
    }
   header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon{
        background-color: #ffffff;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-icon:before,header .navbar-light .navbar-toggler .navbar-toggler-icon:after{
        content: "";
        position: absolute;
        background-color: #ffffff;
        height: 3px;
        width: 20px;
        left: 0px;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-icon:before{
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
    header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:before{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -7px !important;
    }
     header .navbar-light .navbar-toggler .navbar-toggler-icon:after{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
     header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:after{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -7px !important;
        top: inherit;
    }
    header .navbar-light .navbar-toggler{
        outline: 0;
        padding: 0px;
        padding: 32px 0px 32px 32px;
        border-left: 1px solid #4786c6!important;
        border-radius: 0px;
        margin-left: auto;
    }
    header button.navbar-toggler.collapsed {
        outline: 0;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler{
        border-color: transparent;
    }
    header .nav-link {
        font-size: 14px;
    }
    header .nav-item {
        padding-right: 0px;
        padding-top: 15px;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-txt{
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 7px;
    }
    .header-bottom{
        padding: 0px;
    }
    .navbar-collapse.collapse.show{
        position: relative;
    }
    .navbar-nav .nav-item {
        padding: 12px 0px;
    }
     .navbar-wrapepr {
        position: relative;
        padding: 30px 0px;
    } */
    /* .logo-sec {
        position: absolute;
        top: 63px;
        left: 15px;
        width: auto;
    } */
    .logo-sec img {
        max-width: 330px;
    }
    .header-top-right {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         max-width: 100%;
    }
    .header-top{
        padding: 0;  
    }
    .menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
         flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    .menu-btn:after {
        content: "";
        width: 130%;
        position: absolute;
        left: 0;
        top: 100%;
        height: 1px;
        background-color: #4d9cd3;
        right: 0;
        margin: auto;
    }
    .navbar-nav .nav-item .nav-link:hover:after, .navbar-nav .nav-item.active .nav-link:after{
        display: none;
    }
    .navbar-nav .nav-item.active .nav-link,.navbar-nav .nav-item .nav-link:hover{
        color: #063d7d;
    }
    .navbar-nav .nav-item{
        border-right: 0px;
    }
    .navbar-wrapepr{
         -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .navbar-nav{
        margin-left: inherit !important;
        width: 100%;
    }
   .navbar-nav .nav-item.dropdown .dropdown-inner {
        position: relative;
        right: inherit;
        top: inherit;
        width: 222px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-inner:before{
        right: inherit;
        left: 27px;
    }
    .banner-warp{
        background-position: 474% bottom;
        background-size: 95%;
    }
    .banner-cnt .right {
        display: flex;
        align-items: flex-end;
    }
    .banner-cnt .left {
        padding: 40px 0px;
    }
    .banner-cnt{
        padding-top: 0px;
    }
    .banner-cnt .left {
        padding: 80px 0px;
    }
    .get-your-cash img {
        max-width: 100%;
    }
    .get-your-cash{
        padding-bottom: 0px;
    }
    .get-your-cash .col-sm-6{
        margin-bottom: 60px;
    }
    .how-it-work{
        padding-top: 60px;
    }
    .how-it-work .left{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .how-it-work .left{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .how-it-work .right{
        margin-top: 0px;
        text-align: center;
        padding-left: 15px;
    }
   
    .trade-sec1 .left{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sell-your-game-kit .right{
         -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .commn-sec{
        text-align: center;
    }
    .trade-sec2 .right {
        margin-top: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .why-choose-trade{
        text-align: center;
    }
    .block{
        display: inline-block;
    }
    .why-choose-trade p{
        text-align: center;
    }
    .blog-sec {
        background-position: -270% top,295% top;
    }
    .blog-sec .left img {
        max-width: 395px;
    }
    .blog-wrap li.col-lg-6:last-child{
        display: none;
    }
    footer .container{
        max-width: 550px;
    }
    .form-sec {
        text-align: center;
        margin-top: 30px;
    }
    .sell-used-ipod .right{
        padding-left: 15px;
    }
    .most-wanted {
        padding: 60px 30px;
    }
    ul.bread-crumbs {
        margin-bottom: 30px;
    }
    .inner-banner {
        padding: 20px 0 40px 0;
    }
    .inner-banner h1 {
        font-size: 33px;
    }
    .inner-banner .banner-cnt{
        padding-top: 20px;
    }
    .category {
        padding: 30px 0px;
    }
    .category h2 {
        padding: 0 20px 10px 20px;
        font-size: 26px;
    }
    ul.cat-list > li a {
        font-size: 14px;
    }
    ul.cat-list li ul.sub-nav {
        padding: 0 0 10px 35px;
    }
    ul.cat-list li ul.sub-nav li a {
        font-size: 12px;
    }
    .sell-xbox{
        text-align: center;
    }
    .sell-xbox .left{
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 45px;
    }
    .pager-outer {
        padding: 10px 12px;
    }
    .pager-outer a {
        font-size: 14px;
    }
    .pager-outer ul.pager li a {
        padding: 0 3px;
    }
    .pager-outer .left a.prev i {
        margin-right: 4px;
    }
    .pager-outer .right a.next i {
        margin-left: 4px;
    }
    .selling-basket h2,
    .thank-you h2{
        font-size: 26px;
    }
    .selling-basket .item {
        font-size: 16px;
    }
    .summary {
        padding: 25px 20px 40px 20px;
    }
    .summary h3 {
        padding-bottom: 15px;
        font-size: 18px;
    }
    .summary ul.delivery-method {
        padding: 15px 0 20px 0;
    }
    .summary ul.delivery-method li h4 {
        padding-bottom: 8px;
        font-size: 16px;
    }
    .summary .order-total {
        padding-top: 15px;
        padding-bottom: 25px;
        font-size: 16px;
    }
    .product-row .product-lg{
        margin-bottom: 20px;
    }
    .item-summary .btn-outer{
        display: block;
    }
    .item-summary .btn-outer button {
        width: 100%;
    }
    .item-summary .btn-outer button:first-child {
        margin: 0 0 10px 0;
    }
    .contains ul li {
        padding-bottom: 8px;
        font-size: 15px;
        line-height: 23px;
    }
    .detail-cnt p {
        padding-bottom: 15px;
        line-height: 26px;
    }
    .seen-deal-modal .modal-dialog {
        max-width: 690px;
    }
    .thank-you .remove-account {
        padding: 40px 50px;
    }
    .thank-you .remove-account a.btn {
        padding: 6px 20px;
    }
    .thank-you .pack-guideline .btn-outer a.btn {
        margin-right: 0px;
        padding: 8px 22px;
    }
    .thank-you .need-now{
        text-align: center;
    }
    .thank-you .need-now .left {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .thank-you .need-now .delivery-truck {
        display: block;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .thank-you .need-now .delivery-truck figure {
        display: inline-block;
        margin-left: inherit;
    }
    .thank-you ul.slip-list li:last-child{
        margin-bottom: 0px;
    }
    .thank-you .delivery-box {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .thank-you .need-now{
        padding-top: 30px;
    }
    .thank-you ul.what-need-list{
        padding-bottom: 0px;
    }
        .goback-btn a {
        font-size: 16px;
    }
    .stat-bar li span{
        width: 50px;
        height: 50px;
        border-width: 4px;
        font-size: 20px;
        line-height: 42px;
    }
    .stat-bar li .stat-tick:before{
        height: 4px;
    }
    .stat-bar li h5 {
        font-size: 16px;
    }
    .checkout-box h2 {
        font-size: 26px;
    }
    .checkout-box .form-holder .form-list{
        padding: 30px 25px;
    }
    .checkout-contents {
        background-size: auto;
    }
    .form-reward .reward-view{
        display: block;
    }
    .summary {
        margin: 30px 0 0;
    }
    
    /*==========categories menu============*/
    .categories-cnt h3{
        font-size: 18px;
    }
    .categories-logo img {
        max-width: 255px;
    }
    .mp-menu {
        width: 400px;
    }
    .categories-cnt{
        overflow-y: scroll;
    }
    .categories-cnt.mp-level-overlay{
        overflow: inherit;
    }
    
    .sub-nav .dropdown-menu a{
        padding: 7px 15px;
        font-size: 13px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    .logo-sec img {
        max-width: 280px;
    }
    header .navbar-light .navbar-toggler{
        padding: 22px 0px 22px 20px;
    }
    .logo-sec{
        top: 57px;
        left: 0px;
    }
    .banner-warp{
        padding-top: 20px;
    }
    .banner-cnt .left{
        padding: 32px 0px;
        text-align: center;
    }
    .banner-cnt .left h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px;
    }
    .banner-cnt .left h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .input-field {
        padding: 10px 30px;
    }
    .banner-warp {
        background-position: center bottom;
        background-size: 100%;
    }
    .banner-cnt .right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .input-wrapper .modal-body {
        padding: 40px 40px;
    }
    .input-wrapper .modal-close{
        height: 50px;
        width: 50px;
    }
    .input-wrapper .modal-close img {
        max-width: 17px;
    }
    .get-your-cash, .what-can-i-trade, .commn-sec, .customer-review, .footer-top {
        padding: 50px 0px;
    }
    .get-your-cash h2 {
        font-size: 30px;
    }
    .get-your-cash .col-sm-6 {
        margin-bottom: 50px;
    }
    .get-your-cash{
        padding-bottom: 0px;
    }
    .how-it-work{
        padding-top: 50px;
    }
    .how-it-work .right h2 {
        font-size: 30px;
    }   
    .how-it-work .right h5{
        font-size: 18px;
    }
    p{
        font-size: 14px;
        line-height: 22px;
    }
    .what-can-i-trade h2 {
        font-size: 30px;
    }
    .customer-review-top p {
        font-size: 16px;
    }
    .customer-review-top h2 {
        font-size: 30px;
        margin-bottom: 13px;
    }
    .why-choose-trade h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .why-choose-trade p {
        margin-bottom: 25px;
    }
    .why-choose-trade h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .why-choose-trade{
        padding: 50px 0px;
    }
    .blog-sec .left{
        display: none;
    }
    .blog-sec h2 {
        margin: 50px 0px 30px;
        text-align: center;
    }
    .blog-sec {
        background-size: cover;
        background-position: center;
        padding-bottom: 50px;
    }
    .blog-wrap li.col-lg-6{
        border: none;
    }
    .why-choose-trade .row {
        margin: 0px -15px;
    }
    .most-wanted-slider .owl-nav{
        display: none;
    }
    .most-wanted {
        padding: 60px 0px;
    }
    .hide-mob{
        display: none;
    }
    ul.bread-crumbs{
        display: none;
    }
    .sell-xbox p{
        display: none;
    }
    .sell-xbox p:nth-child(2){
        display: block;
    }
    .sec3{
        background: #155db0; /* Old browsers */
        background: -moz-linear-gradient(left,  #155db0 0%, #063d7e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #155db0 0%,#063d7e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #155db0 0%,#063d7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155db0', endColorstr='#063d7e',GradientType=1 ); /* IE6-9 */
    }
    .sec3 ul li{
        padding-bottom: 25px;
    }
    .sec3 ul li:after{
        display: none;
    }
    .sec3 ul li:last-child{
        padding-bottom: 15px;
    }
    .sec3 ul li:first-child {
        text-align: center;
    }
    .sec3 ul li:first-child p {
        margin: 0 auto;
    }
    .get-your-cash.sm ul li{
        padding-bottom: 20px;
    }  
    .selling-basket {
        padding: 40px 0;
    }
    .show-mob{
        display: block;
    }
    .product-row .offer-price {
        padding: 10px 20px;
        margin-bottom: 36px;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        color: #fff;
        background: #2ba5de;
    }
    .product-row .offer-price span {
        display: block;
    }
    .product-row .offer-price .price {
        font-size: 32px;
        font-weight: 700;
    }
    .product-info .select-box {
        margin-bottom: 15px;
    }
    .item-summary .share {
        padding: 7px 0 15px 0;
        border-top: none;
    }
    .item-summary .btn-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .item-summary .btn-outer button:first-child {
        margin: 0 5px 0 0;
    }
    .item-summary .btn-outer button {
        width: auto;
        padding: 8px 35px;
        -ms-flex: none;
        flex: none;
        font-size: 14px;
    }
    .contains {
        padding: 45px 0 15px 0;
    }
    .contains ul li {
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .contains-bottom p{
        padding-bottom: 30px;
        font-size: 16px;
        color: #444;
        line-height: 26px;
    }
    .summary.item-summary{
        margin-top: 0px;
    }
    .seen-deal-modal .modal-dialog {
        max-width: 532px;
    }
    .thank-you ul.what-need-list li{
        margin-bottom: 50px;
    }
    .thank-you .remove-account{
        text-align: center;
    }
    .thank-you .remove-account p {
        padding-top: 20px;
    }
    .thank-you .remove-account a.btn{
        padding: 6px 38px;
        margin-bottom: 10px;
    }
    .thank-you .need-now .delivery-truck figure img{
        max-width: 186px;
    }
    .thank-you ul.slip-list li{
        margin-bottom: 20px;
    }
    .thank-you ul.slip-list li:last-child{
        margin-bottom: 0px;
    }
    .thank-you .delivery-box figure img{
        max-width: 165px;
    }
    .stat-bar{
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .form-reward {
        padding: 15px 0 0;
    }
    span.radio-cnt span{
        width: 33%;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media(max-width: 575px){

    .btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    ul.search-options li.options-item ol span,
    ul.search-options li.options-item ol button{
        font-size: 12px;
    }
    .get-your-cash, .what-can-i-trade, .commn-sec, .customer-review, .footer-top {
        padding: 40px 0px;
    }
    .get-your-cash-cnt h3 {
        font-size: 35px;
    }
    .get-your-cash .col-sm-6 {
        margin-bottom: 40px;
    }
    .get-your-cash{
        padding-bottom: 0px;
    }
    .how-it-work{
        padding-top: 40px;
    }
    .most-wanted {
        padding: 40px 0px;
    }
    .customer-review-slider {
        margin-top: 40px;
    }
    .blog-sec h2 {
        margin: 40px 0px 30px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .touch-us {
        margin-top: 30px;   
    } 
    .address-cnt {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        margin-bottom: 20px;
        text-align: left;
    }
    ul.social-icon{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .input-wrapper .modal-dialog{
        max-width: 415px;
        margin: 0 auto;
    }
    .inner-banner h1 {
        font-size: 23px;
    }
    .product-listing{
        max-width: 262px;
        margin: 0 auto;
    }
    .pager-outer ul.pager li a {
        padding: 0 2px;
    }
    .selling-basket h2 {
        padding-bottom: 20px;
    }
    .summary {
        margin: 30px 0 0;
    }
    .contains {
        padding: 30px 0 15px 0;
    }
    .modal-body {
        padding: 50px 20px 30px 20px;
    }
    .seen-deal-modal .modal-dialog {
        margin: 30px 20px;
    }
    .seen-deal-modal .deal-form .form-group{
        margin-bottom: 0px;
    }
    .seen-deal-modal .deal-form .form-control {
        margin-bottom: 12px;
    }
    .thank-you ul.what-need-list li:last-child {
        margin-bottom: 20px;
    }
    .checkout-box .form-holder .head{
        padding: 10px 25px;
    }
    .checkout-contents {
        padding: 40px 0;
    }
    .stat-bar li h5 {
        font-size: 14px;
    }
    .form-reward .reward-view .rew-box{
        padding: 20px;
    }
    .stat-bar li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 32px;
    }
    span.radio-cnt span{
        width: 38%;
    }
    .next-page-btn a.btn {
        width: 146px;
        height: 42px;
        font-size: 16px;
    }
    /*==========categories menu============*/
    
    .mp-menu {
        width: 350px;
    }
    .categories-cnt .categories-links a {
        font-size: 14px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-inner{
        width: 165px;
    }
    .product-row .offer-price {
        font-size: 14px;
    }
    .product-row .offer-price .price {
        font-size: 28px;
    }
}

@media(max-width: 449px){

    .navbar-nav .nav-item .nav-link{
        font-size: 15px;
    }
    .categories a.goto-categories{
        font-size: 18px;
    }
    .header-top-right ul li a i{
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    .header-top-right ul li a{
        font-size: 13px;
    }
    .header-top-right ul li a span {
        margin-left: 5px;
    }  
    .header-top-right ul li a span.cart-cnt {
        font-size: 14px;
    }
    .header-top-right ul li a span.cart-cnt span {
        border-right: 0px;
        display: block;
        line-height: 17px;
    }
    .logo-sec img {
        max-width: 180px;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-txt {
        font-size: 15px;
    }
    header .navbar-light .navbar-toggler {
        padding: 16px 0px 16px 20px;
    }
    .logo-sec {
        top: 61px;
    }
    .cart-content {
        width: 300px;
        right: -16px;
        top: 43px;
    }
    .cart-content:before{
        display: none;
    }
    .input-field {
        padding: 7px 18px;
    }
    .input-field input{
        font-size: 12px;
    }
    .banner-cnt .left {
        padding: 30px 0px;
    }
    .how-it-work .right h2 {
        font-size: 23px;
    }
    .banner-cnt .left h2 {
        font-size: 22px;
        line-height: 31px;
    }
    .banner-cnt .left h1 {
        font-size: 23px;
        line-height: 28px;
    }
    .get-your-cash h2 {
        font-size: 26px;
    }
    .how-it-work .right h5 {
        font-size: 17px;
    }
    .how-it-work .right {
        margin-bottom: 40px;
    }
    .what-can-i-trade h2 {
        font-size: 25px;
    }
    .most-wanted h2 {
        font-size: 25px;
    }
    .most-wanted-slider {
        margin-top: 30px;
    }
    .customer-review-top h2 {
        font-size: 25px;
    }
    .why-choose-trade h2 {
        font-size: 25px;
    }
    .why-choose-trade h4 {
        margin-bottom: 25px;
    }
    .blog-sec h2{
        font-size: 30px;
        margin: 30px 0px;
    }
    .input-wrapper .modal-body {
       padding: 30px 15px;
   }
   .input-wrapper .modal-body h4 {
       font-size: 20px;
   }
   .input-wrapper .modal-body p {
       font-size: 14px;
       line-height: 22px;
       margin: 15px 0px;
   }
   .input-wrapper .modal-body ol li a {
       font-size: 13px;
       width: 130px;
       padding: 6px 8px;
   }
   .input-wrapper .modal-close img {
       max-width: 15px;
   }
   .input-wrapper .modal-close {
       height: 35px;
       width: 35px;
       right: -7px;
       top: -11px;
   }
    ul.search-options li.options-item {
       padding: 16px 20px;
    }
    ul.search-options li.options-item p {
       font-size: 14px;
   }
   .input-field a {
       font-size: 20px;color:red;
   }
    .pager-outer a {
        font-size: 13px;
    }
    .pager-outer a i {
        font-size: 18px;
    }
    .pager-outer ul.pager li a {
        padding: 0 1px;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
        padding-left: 41px;
    }
    span.radio-cnt span{
        font-size: 13px;
    }
    /*==========categories menu============*/
     .mp-menu {
        width: 250px;
    }
    .categories-cnt .categories-links {
        padding: 15px 15px;
    }
    .categories-cnt .categories-links a {
        font-size: 12px;
    }
    .categories-logo img {
        max-width: 200px;
    }
    .categories-cnt h3 {
        font-size: 16px;
        padding: 15px 15px;
    }
    .header-top-right ul li {
        padding-right: 21px;
    }
}

/* Landscape iPhone 6 Plus */
@media(max-width: 414px){

    .input-wrapper .modal-dialog{
        max-width: 340px;
    }
    .pager-outer ul.pager li a {
        padding: 0;
    }
    .item-summary .btn-outer button {
        padding: 8px 20px;
    }
}

@media (max-width: 380px){

    ul.search-options li.options-item ol {
        display: block;
    }
    ul.search-options li.options-item ol span,
    ul.search-options li.options-item ol button{
        width: 130px;
        text-align: center;
    }
    ul.search-options li.options-item ol span{
        margin-bottom: 5px;
    }
    ul.search-options li.options-item ol button {
        margin-left: 0px;
    }
    .checkout-box h2 {
        font-size: 22px;
    }
    .checkout-box .form-holder .head{
        font-size: 14px;
    }
    .checkout-box .form-holder .head span{
        max-width: 160px;
        vertical-align: middle;
    }
    .checkout-box .form-holder .head .pay-icon {
        font-size: 18px;
    }
    .checkout-box .form-holder .head .fa-forward {
        font-size: 14px;
    }
    .checkout-box .form-holder .head:after{
        right: 20px;
    }
    .checkout-box .form-holder .form-list {
        padding: 20px 15px;
    }
    .checkout-box .form-holder .form-list p{
        font-size: 14px;
    }
    .checkout-box .form-holder .form-desc {
        margin-top: 15px;
    }
    .checkout-box .form-holder .head > img{
        vertical-align: middle;
    }
    .form-voucher .form-mix{
        display: block;
    }
    .form-voucher .form-mix .form-control{
        border-radius: 30px;
        padding-left: 20px;
    }
    .form-voucher .form-mix .btn-vo{
        border-radius: 30px;
        margin-top: 10px;
    }
    .form-reward .reward-view .rew-box .rew-val {
        font-size: 38px;
    }
    .checkout-box .form-holder .form-list .form-control,
    .form-reward .form-group .form-control{
        padding: 8px 20px;
    }
}

/* Landscape iPhone 4 */
@media(max-width: 320px){

    .input-wrapper .modal-dialog{
        max-width: 300px;
    }
}