html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", serif;
    overflow-x: hidden;
}

a, a:hover {
    color: black;
    text-decoration: none;
}

.flexible-img {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}

.top-line-1 {
    text-align: center;
    font-size: 14px;
    color: #0054b0;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d9ebff;
}

.top-line-1 a {
    color: #0054b0;
}

.top-line-1 a:hover {
    text-decoration: underline;
}

.top-line-2 a {
    font-size: 13px;
    margin-right: 18px;
}

.top-line-2 a:first-child {
    margin-right: 30px;
}

.top-line-2 a:last-child {
    margin-right: 0;
}

.top-line-2 a:hover {
    color: #0054b0;
}

.top-line-2 a:first-child:hover {
    color: black;
}

.top-line-2 {
    text-align: right;
    padding: 0;
}

.logo img {
    /*width: 100%;*/
    max-width: 300px;
}

.logo {
    padding: 7px 35px 0 20px;
    text-align: center;
}

.header .actions a {
    font-size: 14px;
    padding-left: 23px;
    font-weight: bold;
    white-space: nowrap;
}

.header .actions a:hover {
    color:#dd006d;
}

.search-form input[type="text"] {
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 10px 15px;
    border-radius: 3px;
}

.search-form input[type="text"]:focus {
    outline-color: #0053af;
}

.search-form input[type="submit"] {
    display: none;
}

.search-form button {
    position: absolute;
    right: 15px;
    top: 28px;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.search-form button:focus {
    outline: none;
}

.no-padding {
    padding: 0;
}

.user-icon {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../img/user.webp);
    background-size: 20px 23px;
    top: 1px !important;
}

.send-icon {
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(../img/send.webp);
    background-size: 21px 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.share-icon {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../img/share.webp);
    background-size: 17px 15px;
    position: relative;
    top: 2px;
}

.print-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/print.webp);
    background-size: 16px 16px;
    position: relative;
    top: 2px;
}

.arrow-gray-right {
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(../img/arrow-right-gray-8-13.webp);
    background-size: 8px 13px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.info-blue-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/info-2.webp);
    background-size: 16px 16px;
    position: relative;
    top: 2px;
}

.protect-icon {
    display: inline-block;
    width: 35px;
    height: 40px;
    background: url(../img/protect.webp);
    background-size: 35px 40px;
    top: 20px;
    position: relative;
}

.in-stock-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/in-stock.webp);
    background-size: 12px 12px;
    position: relative;
    top: 2px;
}

.not-in-stock-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/not-in-stock.webp);
    background-size: 12px 12px;
    position: relative;
    top: 2px;
}

.preorder-icon {
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url(../img/preorder.webp);
    background-size: 11px 12px;
    position: relative;
    top: 2px;
}

.backorder-icon {
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(../img/backorder.webp);
    background-size: 13px 12px;
    position: relative;
    top: 2px;
}

.action-1-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/action-1.webp);
    background-size: 16px 16px;
    position: relative;
    top: 2px;
}

.action-2-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/action-2.webp);
    background-size: 16px 16px;
    position: relative;
    top: 2px;
}

.action-3-icon {
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url(../img/action-3.webp);
    background-size: 15px 17px;
    position: relative;
    top: 2px;
}

.arrow-down-icon {
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(../img/arrow-down-2.webp);
    background-size: 9px 6px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.bc-arrow-icon {
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url(../img/bc-arrow.webp);
    background-size: 4px 7px;
}

.search-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/search-icon.webp);
    background-size: 22px 22px;
}

.star-fill-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/star-fill.webp);
    background-size: 14px 14px;
    position: relative;
    top: 3px;
}

.heart-empty-icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(../img/heart-empty.webp);
    background-size: 23px 20px;
    position: relative;
    top: 4px;
    float: right;
    cursor: pointer;
}

.info-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/info.webp);
    background-size: 22px 22px;
    position: relative;
    top: 3px;
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.heart-icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(../img/heart.webp);
    background-size: 23px 20px;
}

.cart-icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(../img/cart.webp);
    background-size: 23px 20px;
}

.cart-white-icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../img/cart-white.webp);
    background-size: 22px 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.check-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../img/check.webp);
    background-size: 20px 14px;
    margin-right: 3px;
}

.car-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/car.webp);
    background-size: 16px 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.car-2-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/car-2.webp);
    background-size: 16px 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.icon {
    left: 10px;
    position: absolute;
    top: 3px;
}

.no-padding-right {
    /*padding-right: 0;*/
}

.items-in-cart {
    color: #00ab0c;
}

.search-form {
    padding-top: 18px;
}

.actions {
    padding-top: 29px;
}

.main-menu ul li {
    display: inline-block;
    font-size: 18px;
    /* font-weight: bold; */
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu .dropdown-menu {
    background-color: #0053af;
    top: 40px;
    padding: 0;
}

.main-menu .dropdown-menu li {
    padding: 10px;
    width: 100%;
}

.main-menu .dropdown-menu .active {
    background-color: #387ac1;
}

.main-menu ul .dropdown a {
    color: white !important;
}

.main-menu .dropdown-menu li a {
    font-size: 14px;
}

.main-menu ul {
    margin-bottom: 0;
}

.main-menu {
    background-color: #0053af;
}

.header {
    margin-bottom: 20px;
}

.body {
    background-color: #f0f0f0;
    width: 100%;
}

.studs-buy-address {
  margin-bottom: 30px;
}

.studs-buy-address .item {
    background-color: white;
    padding: 25px 25px 70px;
    height: 100%;
}

.studs-buy-address .item .title {
    font-size: 24px;
    font-weight: bold;
}

.studs-buy-address .item .subtitle {
    font-weight: bold;
    font-size: 16px;
}

.studs-buy-address .item img {
    width: 100%;
    margin-bottom: 25px;
}

.studs-buy-address .item .learn-more p {
    color: #0054b0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
}

.studs-buy-address .item .learn-more {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 80px);
}
.studs-buy-address .item .learn-more p:hover {
    background-color: #0054b0;
    color: white;
}

.studs-buy-address .item ul {
    padding-left: 20px;
}

.studs-buy-address .item .street {
    font-size: 24px;
    margin-bottom: 5px;
}

.studs-buy-address .item .phone {
    text-decoration: underline;
    margin-bottom: 0;
}

.studs-buy-address .item .work-hours {
    margin-bottom: 0;
}

.save-up {
   margin-bottom: 30px;
}

.save-up .item {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(135deg, #5293fc40, 25%, #ffffff);
    box-shadow: 0 0 5px 0px #a6a6a6;
}

.save-up .item .title {
    font-size: 26px;
}

.save-up .item .subtitle {
    font-size: 18px;
    color: #dd006d;
    margin-bottom: 0;
    text-transform: uppercase;
}

.save-up .item .value {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
}

.deals-of-day {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    border: 3px solid #0054b0;
}

.deals-of-day .left-item div {
    background-color: #0054b0;
    color: white;
    padding: 30px;
}

.deals-of-day .left-item {
    padding: 0;
}

.deals-of-day .left-item div .title {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1;
}

.deals-of-day .left-item div .subtitle {
    font-size: 14px;
    margin-bottom: 0;
    color: #6cb2ff;
}

.deals-of-day .right-item {
    padding-top: 15px;
    background-color: white;
}

.deals-of-day .deal-ending {
    padding-top: 10px;
    background: linear-gradient(#ffffffbd, 80%, #0061ff2e)
}

.deals-of-day .right-item img {
    width: 96px;
    height: 81px;
    object-fit: scale-down;
}

.deals-of-day .right-item .prod-name {
    color: #0054b0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
}

.deals-of-day .right-item .stars {
    margin-bottom: 10px;
    font-size: 14px;
}

.deals-of-day .right-item .details {
    color: white;
    background-color: #0054b0;
    padding: 5px 30px;
    border-radius: 3px;
    font-size: 14px;
}

.deals-of-day .right-item .title {
    color: #dd006d;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.deals-of-day .right-item .time {
    color: #333333;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.bp {
  margin-bottom: 30px;
}

.bp .left-item div {
    background-color: #431f07;
    padding: 15px 25px;
    height: 100%;
}

.bp .left-item p {
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

.bp .left-item {
    padding-right: 0;
}

.bp .left-item img {
    margin-bottom: 15px;
    width: 75%;
}

.bp .left-item .make-btn {
    font-size: 14px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 5px 35px;
    background-color: transparent;
    cursor: pointer;
}

.bp .left-item .make-btn:hover {
    background-color: #ffffff;
    color: #431f07;
}


.bp .right-item {
    padding-left: 0;
}



.bp .right-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.new-products {
    margin-bottom: 30px;
}

.new-products .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.new-products .item {
    text-align: center;
    background-color: white;
    padding: 40px 15px 60px 15px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.related-info .item {
  border: none;
}

.new-products .item:last-child {
    border-right: none;
}

.related-info .item {
    width: 25%;
    flex-basis: auto;
    /* max-width: 25%; */
}

.new-products .item img {
    /*min-height: 150px;*/
    /*min-width: 150px;*/
    /*object-fit: scale-down;*/
    margin-bottom: 20px;
}

.new-products .items-row {
    margin: 0;
}

.new-products .item p {
    text-align: left;
}
.new-products .item .price {
    margin-bottom: 0;
    font-size: 16px;
}

.new-products .item .price b {
    margin-right: 5px;
}

.new-products .item .model {
    font-size: 12px;
    margin-bottom: 5px;
}

.new-products .item .title {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-products .item .title:hover,
.top-savings .item .title:hover {
   color: #0054b0;
}

.related-info .item .title {
   color: #2d1111;
}

.new-products .item .stars {
    font-size: 12px;
}

.stars i {
    font-size: 14px;
    color: #fea82d;
}

.new-products .item .price span {
    text-decoration: line-through;
    color: #666666;
}

.new-products .item .price i {
    float: right;
    color: #999;
    cursor: pointer;
    font-size: 18px;
}

.new-products .item .price i:last-child {
    margin-right: 5px;
}

.new-products .item .price i:hover {
    color: #dd006d
}

.new-products .item .saved {
    color: #dd006d;
    font-size: 12px;
}

.new-products .item button {
    border: 2px solid #e1e1e1;
    width: calc(100% - 30px);
    color: #dd006d;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    bottom: 20px;
    background: transparent;
}
.new-products .item button:hover {
  background-color: #dd006d;
    color: white;
}
.new-products .item .top-rated-mark {
    background-color: #0054b0;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 5px;
}

.new-products .item .bestsellers-mark {
    background-color: #00b000;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 5px;
}

.new-products .item .on-sale-mark {
    background-color: #dd006d;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 5px;
}

.bp-2 .left-item div {
    background-color: #4D4950;
    color: white;
    height: 100%;
    padding: 30px 10px 30px 45px;
}

.bp-2 .left-item .first-title {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.bp-2 .left-item .big-title {
    font-size: 30px;
}

.bp-2 .left-item .make-btn {
    font-size: 14px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 5px 35px;
    background-color: transparent;
    cursor: pointer;
}

.bp-2 .left-item .make-btn:hover {
    background-color: #ffffff;
    color: #4D4950;
}

.bp-2 .left-item .simple-text {
    font-size: 18px;
}

.bp-2 .left-item {
    padding-right: 0;
}

.bp-2 .right-item {
    padding-left: 0;
}

.bp-2 .right-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.additional-info .left-item p {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}

.additional-info .right-item p {
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
}

footer .title {
    color: #333333;
    font-size: 18px;
}

footer .item {
    padding-top: 30px;
}

footer .item .simple-text {
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
}

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

footer .item ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

footer .item ul {
    padding-left: 0;
}

footer a {
    color: #0054b0;
}

footer .item .sf {
    background-color: #d9ebff;
    padding-top: 20px;
    padding-left: 75px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer .item .sf p {
    font-size: 14px;
    margin-bottom: 5px;
}

footer .item .sf p:first-child {
    font-weight: bold;
}

footer .item .sf img {
    position: absolute;
    top: 25px;
    left: 20px;
}

footer .item .get-5 {
    padding-left: 20px;
    padding-right: 20px;
}

footer .item .get-5-email {
    width: 100%;
    padding: 10px 55px 10px 15px;
    border: 1px solid #cdcdcd;
}

footer .item form {
    position: relative;
}

footer .item form button[type='submit'] {
    right: 0;
    position: absolute;
    background-color: #d9ebff;
    height: 100%;
    color: #333333;
    width: 50px;
    border: none;
	cursor: pointer;
}

footer .item .socials {
    margin-top: 25px;
    padding-left: 15px;
}

footer .item .socials li {
    display: inline-block;
}

footer .item .socials img {
    margin-right: 5px;
}

footer .all-rights {
    background-color: #0054b0;
}

footer .all-rights p {
    padding-left: 15px;
    color: #81bdff;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .all-rights a {
    color: #81bdff;
    font-size: 14px;
}

footer .all-rights .terms {
    text-align: right;
    padding-right: 30px;
    padding-top: 20px
}

footer .all-rights .terms a:first-child {
    margin-right: 15px;
}

.holiday {
    text-align: center;
    background-color: #6cb2ff;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../img/top_banner_bg.jpg);
}

.holiday p {
    margin: 0;
    color: #dd006d;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.holiday a {
    color: white;
    background-color: #dd006d;
    text-transform: none;
    font-size: 14px;
    padding: 5px 15px;
    top: -4px;
    position: relative;
    margin-left: 5px;
    border-radius: 2px;
}

.top-savings ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.top-savings ul li {
    display: inline-block;
    padding: 10px;
    color: #1d66b7;
    cursor: pointer;
}

.top-savings {
  margin-bottom: 30px;
}

.top-savings .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.top-savings .item {
    text-align: center;
    background-color: white;
    padding: 40px 15px 20px 15px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.top-savings .items-row {
    margin: 0;
}
.top-savings .item .title {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top-savings .item p {
    text-align: left;
}
.top-savings .item .model {
    font-size: 12px;
    margin-bottom: 5px;
}
.top-savings .item .price span {
    text-decoration: line-through;
    color: #666666;
}
.top-savings .item .saved {
    color: #dd006d;
    font-size: 12px;
}
.top-savings .item img {
    max-height: 150px;
    max-width: 150px;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.top-savings .item .stars {
    font-size: 12px;
}
.top-savings .active {
    background-color: white;
    color: #333333;
    border-bottom: 1px #d8d8d8 solid;
}

.custom-breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-breadcrumb .item {
    font-size: 12px;
    color: #0054b0;
}

.custom-breadcrumb .bc-arrow-icon {
    margin-right: 3px;
    margin-left: 3px;
}

.sub-categories {
    background-color: white;
    margin: 0;
    padding-top: 20px;
}

.sub-categories .items {
    padding-top: 45px;
    padding-bottom: 35px;
}

.sub-categories a:hover p {
    color: #0054b0 !important;
}

.sub-categories .title {
    color: #333333;
    font-size: 24px;
}

.sub-categories .item {
    text-align: center;
}

/*.sub-categories .item img {*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    object-fit: scale-down;*/
/*}*/

.sub-categories .item p {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}

.action-panel .pager {
    float: right;
    display: flex;
}

.action-panel .pager .item {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 12px 18px;
    background-color: white;
    color: #333333;
    font-size: 14px;
}

.action-panel .pager .item:hover {
    background-color: #0054b0;
    color: white;
}

.action-panel .pager .item:first-child {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #cdcdcd;
}

.action-panel .pager .item:last-child {
    border-radius: 0 3px 3px 0;
}

.action-panel .pager .active,
.action-panel .pager .active:hover {
    color: #0054b0;
    background-color: white;
    font-weight: bold;
}

.action-panel {
    padding: 15px
}

.action-panel .sort span {
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
}

.action-panel .sort select {
    border: 1px solid #cdcdcd;
    padding: 12px;
    background-color: white;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.action-panel .sort .select {
    position: relative;
    display: inline-block;
}
.action-panel .sort .select:after {
    content: url(../img/arrow-down.webp);
    padding: 0 3px;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 14px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.action-panel .sort select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.price-review .price .warranty .select select {
    width: 100%;
    font-size: 16px !important;
}

.select {
    position: relative;
}

.select::after {
    content: url(../img/arrows-select.webp);
    padding: 0 3px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.select select {
    padding-right: 55px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background-color: transparent;
    padding: 12px 55px 12px 12px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.select select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.slider .slick-dots {
   text-align: center;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.slider .slick-dots li {
    display: inline-block;
    border: 6px solid #acd3ff;
    background-color: #acd3ff;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}

.slider .slick-dots .slick-active {
    border: 7px solid #0054b0;
    background-color: #0054b0;
}

.order-id .left-item p {
   font-size: 24px;
    font-weight: bold;
}

.order-id .right-item {
    text-align: right;
}

.order-info .left-item .item {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 40px;
}

.order-info .left-item .item .info .name {
    padding-right: 60px;
    margin-bottom: 0;
}

.order-info .left-item .item .info .name a {
    color: #0054b0;
    font-size: 18px;margin-bottom: 5px;
    line-height: 1;
}

.order-info .left-item .item .info .name a:hover {
    color: #dd006d;
}

.order-info .left-item .item .price p {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
}

.order-info .left-item .item .info .sku,
.order-info .left-item .item .info .unit-price {
    font-size: 12px;
    color: black;
    margin-right: 15px;
    white-space: nowrap;
}

.order-info .left-item .item .info .in-stock{
    font-size: 12px;
    color: #198500;
    white-space: nowrap;
}

.order-info .left-item .item .info .actions {
    padding-top: 15px;
}

.order-info .left-item .item .info .actions a {
    font-size: 13px;
    color: #767676;
    font-weight: normal;
    margin-right: 20px;
}

.order-info .left-item .item .info .actions a i {
    margin-right: 5px;
}

.order-info .left-item .item .info {
    padding-top: 15px;
}

.order-info .left-item .item .close {
    cursor: pointer;
    top: 39px;
    position: absolute;
    right: 10px
}

.order-info .left-item .item .counter {
    width: 70px;
    display: flex;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    position: absolute;
    right: -7px;
    top: 10px
}

.order-info .left-item .item .counter input {
    width: 50%;
    border-right: 1px solid #cdcdcd;
    border-left: none;
    border-top: none;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    color: black;
    padding: 3px;
}

.order-info .left-item .item .counter input:focus {
    outline: none;
}

.order-info .left-item .item .counter button {
    width: 50%;
    background-image: url(../img/refresh.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.order-info .left-item .item .counter button:focus {
    outline: none;
}

.order-info .left-item .item .price {
    padding-top: 15px;
}

.order-info .left-item .item .info .actions .action-1 {
    font-size: 14px;
    color: #0054b0;
    background-color: #f0f0f0;
    padding: 8px 10px;
}

.order-info .left-item .item .info .protect {
    margin-bottom: 15px;
}

.order-info .left-item .item .info .protect span {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-right: 10px;
}

.order-info .left-item .item .info .protect .links {
    display: inline-block;
}

.order-info .left-item .item .info .view-protect-options {
    width: 100%;
    padding-left: 45px;
}

.order-info .left-item .item .info .view-protect-options a {
    font-size: 14px;
    color: #dd006d;
    background-color: #f0f0f0;
    padding: 8px 10px;
}

.order-info .left-item .item .info .view-protect-options a:hover {
    background-color: #dd006d;
    color: white;
    font-weight: bold;
}

.order-info .left-item .item .info .protect i {
    margin-right: 5px;
}

.order-info .left-item .item .info .protect a {
    color: #0054b0;
    font-size: 14px;
}

.order-info .left-item .item .info .protect .learn-more {
    margin-right: 10px;
}

.order-info .right-item .estimate-form {
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
}

.order-info .right-item .estimate-form .title {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.order-info .right-item .subtotal {
    background-color: white;
    padding: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.order-info .right-item .subtotal .title {
    font-weight: bold;
}

.order-info .right-item .subtotal .line div:last-child {
    text-align: right;
}

.order-info .right-item .subtotal .line {
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

.order-info .right-item .grand-total {
    background-color: white;
    padding: 20px 20px 30px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.order-info .right-item .grand-total .title {
    font-weight: bold;
}

.order-info .right-item .grand-total .line div:last-child {
    text-align: right;
}

.order-info .right-item .grand-total .line {
    margin-bottom: 30px;
}

.order-info .right-item .payments {
    background-color: white;
    padding: 0 20px 20px 20px;
    text-align: center;
    margin-bottom: 15px;
}

.order-info .right-item .payments .paypal-btn {
    background-image: url(../img/paypal.webp);
    max-width: 285px;
    height: 55px;
    width: 100%;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.order-info .right-item .payments .sf-btn {
    background-image: url(../img/sf-btn.webp);
    max-width: 307px;
    height: 62px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background-color: transparent;
	cursor: pointer;
}

.order-info .right-item .payments .or {
    font-size: 16px;
    color: #878787;
    padding: 5px;
    position: relative;
    top: -19px;
    background-color: white;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.order-info .right-item .help {
    background-image: url(../img/user-1.webp);
    background-repeat: no-repeat;
    padding: 20px 20px 20px 80px;
    background-color: white;
    background-position: 20px center;
}

.order-info .right-item .help .title {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
}

.order-info .right-item .help .subtitle {
    font-size: 12px;
    color: black;
    margin-bottom: 0;
}

.price-review {
    margin-bottom: 25px;
}

.price-review .price .details {
    background-color: white;
    padding: 25px;
    margin-bottom: 15px;
}

.price-review .price .details .title {
    font-size: 24px;
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
}

.price-review .price .details .info span {
    font-size: 12px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #878787;
}

.price-review .price .details .info {
    margin-bottom: 10px;
}

.price-review .price .details .info span:first-child {
    padding-left: 0;
}

.price-review .price .details .info span:last-child {
    border-right: none;
}

.price-review .price .details .stock-shipping {
    margin-bottom: 10px;
}

.price-review .price .details .stock-shipping .stock {
    font-size: 14px;
    color: #198500;
    margin-right: 25px;
}

.not-stock {
    font-size: 14px;
    color: #d70000;
    margin-right: 25px;
}

.preorder {
    font-size: 14px;
    color: #9d00d7;
    margin-right: 25px;
}

.backorder {
    font-size: 14px;
    color: #e78800;
    margin-right: 25px;
}

.price-review .price .details .stock-shipping .shipping {
    font-size: 14px;
    color: #0054b0;
}

.price-review .price .details .product-cost {
    display: flex;
    margin-bottom: 30px;
}

.price-review .price .details .special {
    background-image: url(../img/special.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 60px;
}

.price-review .price .details .product-cost .cost {
    color: black;
    font-size: 36px;
    font-weight: bold;
    margin-right: 15px;
}

.price-review .price .details .product-cost .save {
    padding-top: 7px;
}

.price-review .price .details .product-cost .save span {
    display: block;
}

.price-review .price .details .product-cost .save span:first-child {
    text-decoration: line-through;
    font-size: 14px;
}

.price-review .price .details .product-cost .save span:last-child {
  font-size: 12px;
  color: #dd006d;
}

.price-review .price .details .financing {
    font-size: 14px;
    color: black;
    margin-bottom: 0;
}

.price-review .price .details .financing a {
    color: #0054b0;
}

.price-review .price .details .financing a:hover,
.price-review .price .warranty .protect a:hover {
    color: #dd006d;
}

.price-review .price .warranty {
    padding: 25px 25px 25px 80px;
    background-color: white;
    margin-bottom: 15px;
    background-image: url(../img/protect.png);
    background-repeat: no-repeat;
    background-position: 25px 25px;
}

.price-review .price .warranty.available1 {
    background-image: url(../img/available.webp);
}

.price-review .price .warranty .protect,
.price-review .price .warranty .also-available {
    font-size: 16px;
    color: black;
}

.price-review .price .warranty .options {
    margin-bottom: 20px;
}

.price-review .price .warranty .options .option-item,
.protect-modal .modal-body .options .option-item {
    display: flex;
}

.price-review .price .warranty .options .option-item div:first-child,
.protect-modal .modal-body .options .option-item div:first-child {
    width: fit-content; display: inline-block; margin-right: 10px;
}

.price-review .price .warranty .options .option-item div:last-child,
.protect-modal .modal-body .options .option-item div:last-child {
    max-width: calc(100% - 20px); display: inline-block;
}

.price-review .price .warranty .also-available {
    margin-bottom: 10px;
}

.price-review .price .warranty .protect a {
    color: #0054b0;
    font-size: 14px;
}

.price-review .price .warranty .protect a:first-child {
    margin-right: 15px;
    margin-left: 7px;
}

.price-review .price .counter {
    margin-bottom: 15px;
    background-color: white;
    padding: 25px;
}

.price-review .price .help {
    background-color: white;
    padding: 25px 25px 25px 90px;
    background-image: url(../img/user-1.png);
    background-position: 25px center;
    background-repeat: no-repeat;
}

.price-review .price .help .title {
    color: black;
    font-size: 16px;
    margin-bottom: 0;
}

.price-review .price .help .subtitle {
    color: black;
    font-size: 12px;
    margin-bottom: 0;
}

.price-review .price .counter .add-to-cart-btn {
    color: white;
    background-color: #0069d9;
    font-size: 18px;
    padding: 10px 70px;
    font-weight: bold;
    border-radius: 3px !important;
    border: none;
	cursor: pointer;
}


.price-review .price .counter .number-input input[type="number"],
.order-info .left-item .item .counter input[type="number"] {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
}

.price-review .price .counter .number-input input[type=number]::-webkit-inner-spin-button,
.price-review .price .counter .number-input input[type=number]::-webkit-outer-spin-button,
.order-info .left-item .item .counter input[type="number"]::-webkit-inner-spin-button,
.order-info .left-item .item .counter input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

.price-review .price .counter .number-input {
    display: inline-flex;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-right: 25px;
}

.price-review .price .counter .number-input,
.price-review .price .counter .number-input * {
    box-sizing: border-box;
}

.price-review .price .counter .number-input a {
    outline:none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin: 0;
    position: relative;
    color: #333333;
    font-size: 19px;
    text-align: center;
    padding-top: 9px;
}

.price-review .price .counter .number-input a:before,
.price-review .price .counter .number-input a:after {
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}

.price-review .price .counter .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.price-review .price .counter .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 60px;
    padding: .5rem;
    font-size: 19px;
    height: 45px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;;
}

.price-review .price .counter .number-input input[type=number]:focus {
    outline: none;
}

.related-info .tabs li {
    display: inline-block;
    color: #0054b0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
}

.related-info .tabs li:hover {
    color: #dd006d;
}

.related-info .tabs {
    padding-left: 0;
    margin-bottom: 0;
}

.related-info .items-row .tab-title {
    margin: 20px 15px 15px 30px;
    font-size: 24px;
    color: black;
}

.related-info .tabs .active {
    color: black;
    background-color: white;
    font-weight: bold;
}

.related-info .items-row {
    padding: 0 30px 0 30px;
}

.related-info .items-row .tab-content {
    background-color: white;
}

.related-info .left-tabs li {
    list-style-type: none;
    border-bottom: 1px solid #d8d8d8;
    color: #0054b0;
    font-size: 14px;
    padding: 12px 15px;
    cursor: pointer;
    position: relative;
}

.related-info .left-tabs li:hover {
    color: #dd006d;
}

.related-info .left-tabs .active:hover {
    color: white;
}

.related-info .tabs .active:hover {
    color: black;
}

.related-info .left-tabs li:last-child {
    border-bottom: none;
}

.related-info .left-tabs {
    padding-left: 0;
    border: 1px solid #d8d8d8;
}

.related-info .left-tabs .active {
    background-color: #dd006d;
    color: white;
    font-weight: bold;
}

.related-info .left-tabs .active .arrow-gray-right {
    background: url(../img/arrow-right-white-8-13.webp);
}

.price-review .preview {
    background-color: white;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.price-review .preview .sp-thumbnail-container {
    border: 1px solid #cdcdcd;
    padding: 3px;
    margin-bottom: 10px;
}

.price-review .preview .sp-selected-thumbnail {
    border: 1px solid #dd006d;
}

.price-review .detail-slider .preview .share-print {
    position: absolute;
    bottom: 20px;
    right: 50px
}

.price-review .detail-slider .preview .share-print a {
    font-size: 14px;
    color: #333333;
}

.price-review .detail-slider .preview .share-print a:first-child {
    margin-right: 20px;
}

.new-products .item,
.top-savings .item {
    width: 100%;
    flex-basis: auto;
    /* max-width: 100%; */
}

.price-review .price {
    width: 100%;
    flex-basis: auto;
    max-width: 100%;
}

.price-review .detail-slider {
    width: 100%;
    flex-basis: auto;
    max-width: 100%;
}

.slider .slide img {
    width: 100%;
    min-height: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.br-663 {
    display: none;
}

.main-menu .navbar-toggle {
    background: #004487;
    display: none;
    cursor: pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.main-menu .navbar-toggle .icon-bar {
    background: #ececec;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.main-menu .mobile-menu-title {
    display: none;
    font-size: 18px;
    color: white;
    padding-top: 10px;
    padding-left: 25px;
}

.slider .slick-slider .slick-next {
    right: 0;
    position: absolute;
    top: 50%;
    font-size: 0;
    background-image: url(../img/slider-next.webp);
}

.slider .slick-slider .slick-prev {
    left: 0;
    position: absolute;
    top: 50%;
    font-size: 0;
    background-image: url(../img/slider-prev.webp);
}

.slider .slick-slider button {
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: 23px 45px;
    background-position: center;
    width: 23px;
    height: 45px;
	cursor: pointer;
}

.slider .slick-slider button:focus {
    outline: none;
}

.slider .slick-slider .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.about-us-info .right-item div {
    background-color: white;
    height: 100%;
    padding-right: 35px;
    padding-left: 32px;
    padding-bottom: 100px;
}

.about-us-info .right-item {
    padding-left: 0;
}

.about-us-info .right-item img {
    width: 100%;
}

.about-us-info .title div {
    background-color: white;
    padding-bottom: 45px;
    padding-top: 73px;
    padding-left: 35px;
}

.about-us-info .title p {
    font-size: 30px;
    color: #333333;
    margin-bottom: 0;
}

.about-us-info .left-item {
    padding-right: 0;
}

.about-us-info .left-item div,
.about-us-info .only-text div {
    background-color: white;
    height: 100%;
    padding-left: 35px;
    padding-right: 32px;
    padding-bottom: 100px;
}

.about-us-info .left-item .text {
    font-size: 16px;
    color: #333333;
    margin-bottom: 45px;
    /*text-align: justify;*/
}

.contact-us-info .left-item {
    padding-right: 0;
}

.contact-us-info .left-item  .sub-item {
    background-color: white;
    padding-left: 35px;
    padding-right: 32px;
    height: 100%;
}

.contact-us-info .right-item {
    padding-left: 0;
}

.contact-us-info .right-item .sub-item {
    background-color: white;
    padding-left: 32px;
    padding-right: 35px;
    height: 100%;
    padding-bottom: 25px;
}

.contact-us-info .title div {
    background-color: white;
    padding-bottom: 25px;
    padding-top: 73px;
    padding-left: 35px;
}

.contact-us-info .title p {
    font-size: 30px;
    color: #333333;
    margin-bottom: 0;
}

.contact-us-info .right-item .subtitle,
.contact-us-info .left-item .subtitle {
    font-size: 18px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 45px;
}

.contact-us-info .left-item .big-map {
    margin-bottom: 35px;
}

/*.contact-us-info .left-item .big-map img {*/
/*    width: 100%;*/
/*}*/

.contact-us-info .left-item .big-map iframe {
    width: 100%;
}

.contact-us-info .left-item .info {
    font-size: 16px;
    color: #333333;
    margin-bottom: 60px;
}

.contact-us-info .left-item .info a {
    color: #0054b0;
}

.contact-us-info .left-item .info a:hover {
    text-decoration: underline;
}

.contact-us-info .left-item .info .section-title {
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 18px;
}

.require:after {
    content: '*';
    color: #dd006d;
    font-size: 16px;
    margin-left: 5px;
}

.checkout-forms .sub-item {
    background-color: white;
    padding: 25px 30px 150px 30px;
}

.checkout-forms .title {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.checkout-forms .billing-info .billing-title,
.checkout-forms .payment-info .payment-title {
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

.checkout-forms .billing-info .shipping-options-title {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}

.checkout-forms .right-item .review-title {
    font-size: 18px;
    color: black;
    margin-bottom: 30px;
    font-weight: bold;
}

.checkout-forms .right-item hr {
    border-top: 1px solid #d8d8d8;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    margin-top: 8px;
    margin-bottom: 0;
}

.checkout-forms .right-item .order-items-table .table-head .table-col {
    font-size: 14px;
    color: #a3a3a3;
}

.checkout-forms .right-item .order-items-table .table-head {
    margin-bottom: 20px;
}

.checkout-forms .right-item .order-items-table .table-col:last-child {
    text-align: right;
}

.checkout-forms .right-item .order-items-table a {
    color: #0054b0;
}

.checkout-forms .right-item .order-items-table a:hover {
    text-decoration: underline;
}

.checkout-forms .right-item .order-items-table .table-row .table-col {
   font-size: 14px;
    color: #333333;
}

.checkout-forms .right-item .order-items-table .table-row {
    margin-bottom: 20px;
}

.checkout-forms .right-item .order-items-table {
    margin-bottom: 30px;
}

.checkout-forms .right-item .cart-total,
.checkout-forms .right-item .grand-total {
    font-size: 16px;
    color: black;
    line-height: 2;
}

.checkout-forms .right-item .cart-total .price-item,
.checkout-forms .right-item .grand-total .price-item {
    text-align: right;
}

.checkout-forms .right-item .cart-total {
    margin-top: 30px;
}

.checkout-forms .right-item .grand-total {
    margin-top: 15px;
    margin-bottom: 35px;
}

.checkout-forms .right-item .order-notes {
  margin-bottom: 20px;
}

.checkout-forms .right-item .order-notes label {
    font-size: 14px;
    color: #04345c;
    margin-bottom: 13px;
}

.checkout-forms .right-item .sub-item {
    padding-bottom: 30px;
}

.checkout-forms .right-item textarea:focus {
    outline-color: #0054b0;
}

.checkout-forms .right-item .submit-order button,
.order-info .right-item .grand-total .checkout {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.blowout-sale {
    font-size: 16px;
    font-weight: bold;
    color: #dd006d;
    text-transform: uppercase;
    float: right;
}

.blowout-sale #sale-timer {
    color: black;
}

.protect-modal .options input,
.protect-modal .options label {
    cursor: pointer;
}

.protect-modal .preview-photo {
    max-width: 70px;
    position: absolute;
    left: 15px;
}

.protect-modal .modal-header div {
    display: block;
    padding-left: 80px;
}

.protect-modal .modal-header .close span {
    top: 0;
    position: absolute;
    right: 15px;
}

.additional-info {
    padding-top: 45px;
}

.form-control {
    width: auto;
    padding: 12px;
}

.btn-primary {
    background-color: #3b99ff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-success {
    background-color: #0069d9;
    border-color: #0069d9;
    padding-bottom: 10px;
    padding-top: 10px
}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e64788;
    border-color: #e64788;;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem #e0739c;;
}

.sp-left-thumbnails {
    left: 35px !important;
    top: 50px !important;
}

.slider-pro {
    position: unset !important;
}

.slider {
    padding: 0;
}

.main-categories {
    background-color: white;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 0.3125rem #cdcdcd;
    margin-bottom: 50px;
}

.main-categories .category-item p {
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.main-categories .category-item img {
    margin-bottom: 15px;
}

.main-categories .category-item {
  padding: 15px 25px;
}

.main-categories .category-item div:hover {
    background-color: rgba(242, 241, 241, 0.7);
}

.main-categories .category-item div {
    padding: 10px;
}

.slick-list {
    margin-bottom: -110px !important;
}


@-moz-document url-prefix() {
    .protect-modal .modal-header .close span {
        top: -44px;
        position: absolute;
        right: 0px;
    }
}


.protect-modal .modal-header .close:focus {
    outline: none;
}

.protect-modal .modal-footer button {
    background-color: #3b99ff;
    border-color: #3b99ff;
}

.protect-modal .modal-footer button:focus {
    outline: none;
}


@media (min-width: 576px) {
    .new-products .item,
    .top-savings .item {
        width: 50%;
        flex-basis: auto;
        max-width: 50%;
    }

    .new-products .item .title,
    .top-savings .item .title {
        height: 65px;
    }

    .main-categories .category-item {
        width: 33.3%;
        flex-basis: auto;
        max-width: 33.3%;
    }
}

@media (min-width: 768px) {
    .new-products .item,
    .top-savings .item {
        width: 33.3%;
        flex-basis: auto;
        max-width: 33.3%;
    }

    .related-info .item {
        width: 50%;
        flex-basis: auto;
        max-width: 50%;
    }

    .order-info .left-item .item .info .actions {
        white-space: nowrap;
    }

    .main-categories .category-item {
        width: 25%;
        flex-basis: auto;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .new-products .item,
    .top-savings .item {
        width: 25%;
        flex-basis: auto;
        max-width: 25%;
    }

    .related-info .item {
        width: 33.3%;
        flex-basis: auto;
        max-width: 33.3%;
    }

    .price-review .price {
        width: 50%;
        flex-basis: auto;
        max-width: 50%;
    }

    .price-review .detail-slider {
        width: 50%;
        flex-basis: auto;
        max-width: 50%;
    }

    .price-review .price .details {
        padding: 15px;
    }

    .price-review .price .warranty {
        padding: 15px 15px 15px 65px;
        background-position: 15px 15px
    }

    .price-review .price .counter {
        padding: 15px;
    }

    .price-review .price .help {
        padding: 15px 15px 15px 80px;
        background-position: 15px center;
    }

    .price-review .price .counter .add-to-cart-btn {
        padding: 10px 50px;
    }

    .about-us-info .left-item {
        width: 55%;
        flex-basis: auto;
        max-width: 55%;
    }

    .about-us-info .right-item {
        width: 45%;
        flex-basis: auto;
        max-width: 45%;
    }
}

@media (min-width: 1200px) {
    .new-products .item,
    .top-savings .item {
        width: 20%;
        flex-basis: auto;
        max-width: 20%;
    }

    .related-info .item {
        width: 25%;
        flex-basis: auto;
        max-width: 25%;
    }

    .order-info .left-item .item .info .actions a {
        margin-right: 7px;
    }

    .price-review .price {
        width: 42%;
        flex-basis: auto;
        max-width: 42%;
    }

    .price-review .detail-slider {
        width: 58%;
        flex-basis: auto;
        max-width: 58%;
    }

    .main-categories .category-item {
        width: 20%;
        flex-basis: auto;
        max-width: 20%;
    }
}

@media (min-width: 1440px) {
    .container {
        min-width: 1360px;
    }

    .table-col-1 {
        width: 58.333333%;
        flex-basis: auto;
        max-width: 58.333333%;
    }

    .table-col-2 {
        width: 8.333333%;
        flex-basis: auto;
        max-width: 8.333333%;
    }

    .table-col-3 {
        width: 33.333333%;
        flex-basis: auto;
        max-width: 33.333333%;
    }
}

@media (max-width: 1439px) and (min-width: 1200px) {
    .save-up .item .title {
        font-size: 22px;
    }

    .logo {
        padding-top: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .save-up .item .title {
        font-size: 18px;
    }

    .save-up .item .value {
        font-size: 60px;
    }

    .deals-of-day .left-item div .title {
        font-size: 30px;
    }

    .deals-of-day .right-item .time {
        font-size: 30px;
    }

    .deals-of-day .right-item .title {
        font-size: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .header .actions .action-title {
        display: none;
    }
}

@media (max-width: 1199px) {
    .order-info .left-item .item .info .name a {
        font-size: 16px;
    }

    .deals-of-day .right-item img {
        width: 71px;
    }

    .logo {
        padding-top: 15px;
    }

	.sp-left-thumbnails {
		margin-left: 10px;
	}

    .logo img {
        width: 100%;
    }

    .order-info .left-item .item {
        padding-right: 65px;
    }
}

@media (max-width: 991px) {
    .top-savings .item {
        padding-top: 15px;
        padding-bottom: 5px;
    }

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

    .logo {
        padding-top: 25px;
    }

    .checkout-forms .left-item .billing-info {
        padding-bottom: 60px;
    }

    .checkout-forms .left-item .sub-item {
        padding-bottom: 50px;
    }

    .checkout-forms .left-item {
        margin-bottom: 20px;
    }

	.slider .slick-slider .slick-prev, .slider .slick-slider .slick-next {
		display: none;
	}

	.top-links	{
		display: none;
	}


}

@media (max-width: 767px) {
    .container {
        max-width: 95%;
    }

    .order-id .right-item {
        text-align: left;
        margin-bottom: 15px;
    }

    .order-info .left-item .item .info .name a {
        font-size: 16px;
    }

    .order-info .left-item .item .price p {
        font-size: 24px;
        margin-top: 15px;
    }

    .bp .left-item,
    .bp-2 .left-item {
        padding-right: 15px;
    }

    .bp .right-item,
    .bp-2 .right-item {
        padding-left: 15px;
    }

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

    .margin-bot-10__767 {
        margin-top: 10px;
    }

    .main-menu ul li {
        display: block;
        width: fit-content;
    }

    .main-menu .dropdown-menu {
        background-color: white;
    }

    .main-menu .dropdown-menu li a {
        color: #333333 !important;
    }

    .main-menu .top-menu {
        display: none;
        padding-top: 20px;
    }

    .main-menu .navbar-toggle {
        display: block;
    }

    .main-menu .mobile-menu-title {
        display: inline-block;
    }

    .about-us-info .left-item {
        padding-right: 15px;
    }

    .about-us-info .right-item {
        padding-left: 15px;
    }

    .about-us-info .left-item div {
        padding-bottom: 25px;
    }

    .contact-us-info .right-item {
        padding-left: 15px;
    }

    .contact-us-info .left-item {
        padding-right: 15px;
    }

    .contact-us-info .title div,
    .about-us-info .title div {
        padding-top: 45px;
    }

    .slider .slick-slider .slick-next {
        right: -20px;
    }

    .slider .slick-slider .slick-prev {
        left: -20px;
    }

    .related-info .tabs li,
    .top-savings ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #d8d8d8;
    }

    .new-products .bi-heart {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .new-products .bi-heart {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .new-products .bi-info-circle {
        position: absolute;
        top: 10px;
        right: 30px;
    }

    .order-info .left-item .item .close {
        top: 12px;
    }

    .order-info .left-item .item {
        padding-right: 15px;
    }

    .order-info .left-item .item .counter {
        right: 15px;
    }

    .order-info .left-item .item .info .name {
        padding-right: 70px;
    }

}

@media (max-width: 679px) {
    .additional-info .right-item p,
    .additional-info .left-item p {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 663px) {
    .save-up .item .title {
        font-size: 20px;
    }

    .save-up .item .value {
        font-size: 50px;
    }

    .deals-of-day .right-item img {
        width: 59px;
    }

    .br-663 {
        display: block;
    }

    .no-margin-right__mobile {
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .new-products .item .title,
    .top-savings .item .title {
        font-size: 12px;
        height: 54px;
    }

    .deals-of-day .right-item .title {
        font-size: 12px;
    }

    .deals-of-day .right-item .time {
        font-size: 24px;
    }

    .padding-bot-575 {
        padding: 0 0 15px 0 !important;
    }

    .deals-of-day .right-item img {
        width: 90px;
    }

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

    .action-panel .pager {
        float: none;
        padding-top: 10px;
        width: fit-content;
        margin: 0 auto;
    }

    .price-review .price .counter .add-to-cart-btn {
        margin-top: 10px;
    }

    .price-review .price .details .info span {
        padding: 0;
        border-right: none;
        display: block;
    }

    .price-review .price .warranty, .price-review .price .warranty.available1 {
        background-image: none;
        padding: 25px;
    }

    .price-review .price .details .product-cost,
    .price-review .price .details .stock-shipping .stock,
    .price-review .price .details .stock-shipping .shipping {
        display: block;
    }

    .order-info .left-item .item .info .actions a {
        display: block;
        width: fit-content;
        margin-bottom: 10px;
    }

    footer .all-rights p {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    footer .all-rights .terms {
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .margin-bot-20__575 {
       margin-bottom: 20px;
    }

    .related-info .items-row .tab-title {
        font-size: 16px;
        margin: 15px;
    }

    .sp-left-thumbnails {
        left: 25px !important;
        top: 30px !important;
    }

    .main-categories .category-item {
        width: 50%;
        flex-basis: auto;
        max-width: 50%;
    }

    .slick-list {
        margin-bottom: -45px !important;
    }
}

@media (max-width: 427px) {
        .protect-modal .options label {
            font-size: 14px;
        }
}

@media (max-width: 421px) {
    .order-info .left-item .item .info .protect .links {
        display: block;
        padding-left: 47px;
        margin-top: 10px;
        padding-bottom: 5px;
    }
}

