<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700|Open+Sans|Open+Sans');/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Store Search
 *   Author: Shashank Agarwal
 */
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Carousels
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Carousels +++++++++++++++++++++++++++++ */

#banner .slick-dots li button {
  background-color: red;
  color: red;
}
#homepage-slider .carousel-indicators li {
  background-color: none;
  border-color: red;
}
#homepage-slider .carousel-indicators .active {
  background-color: red;
  border-color: red;
}
@media screen and (min-width: 768px) {
  #homepage-slider .carousel-control .fa {
    background: red;
  }
}
/* +++++++++++++++++++++++++++++ Slick Slider +++++++++++++++++++++++++++++ */

.slick-prev:before,
.slick-next:before {
  color: white;
}
.slick-prev,
.slick-next {
  background: red;
  color: white;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #2e2e2e;
  color: white;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Checkout Page
 *   Author: Shashank Agarwal
 *   Description: Entire Checkout Process
 */

/* +++++++++++++++++++++++++++++ Checkout Page +++++++++++++++++++++++++++++ */

.label-required-fields {
  text-align: right;
  font-size: 0.9rem;
}
#checkout-accordion .panel-heading a:not(.collapsed) {
  background: #2e2e2e;
  color: white;
}
#checkout-accordion .panel-heading a span.no {
  border-right: 2px solid white;
}
#checkout-accordion .panel-heading a:not(.collapsed) span.no {
  background: red;
  border-right: 0;
}
#checkout-accordion .panel-body {
  border: 1px solid #2e2e2e;
  border-top: 0px;
  padding-top: 15px;
  margin-bottom: 15px;
}
#checkout-accordion .bordered-box.note {
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 0.9rem;
  padding: 20px;
  line-height: 1.5rem;
}
#checkout-accordion .small-heading-nb {
  padding: 10px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 15px;
}
#checkout-accordion .bordered-box {
  border: 1px solid #b2b2b2;
  padding: 20px;
}
#checkout-accordion .bordered-box .small-heading {
  margin-top: 0;
  padding-top: 0;
}
#checkout-accordion .bordered-box .name,
#checkout-accordion .bordered-box .phone {
  margin-bottom: 10px;
}
#checkout-accordion .bordered-box .name {
  font-size: 15px;
  font-weight: bold;
}
#checkout-accordion .shipping-options-box {
  border: 1px dashed #b2b2b2;
  font-size: 0.9rem;
  padding: 20px;
  margin-bottom: 15px;
}
#checkout-accordion .shipping-options-box .cost {
  font-size: 16px;
  float: right;
}
#checkout-accordion .shipping-options-box .form-group input[type=checkbox],
#checkout-accordion .shipping-options-box input[type=radio] {
  margin: 4px 4px 0 0;
}
#checkout-accordion .shipping-options-box h4 {
  color: red;
}
#checkout-accordion .banners-wrapper .trust-banners {
  text-align: center;
  border: 1px solid #b2b2b2;
  margin-bottom: 12px;
  padding: 10px;
}
#checkout-accordion .banners-wrapper .trust-banners h4 {
  color: red;
}
#checkout-accordion #divOrderConfirmCntrls {
  margin-top: 1.5rem;
}
#checkout-accordion .checkbox {
  margin-bottom: 25px;
}
/*/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Globals
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ THEME LEVEL GLOBAL STYLES +++++++++++++++++++++++++++++ */

html,
body {
  font-size: 12px;
  background: white;
  color: black;
}
a {
  color: #2e2e2e;
}
a:hover {
  color: red;
  cursor: pointer;
}
.btn-primary {
  background: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-primary {
  color: white;
}
.btn-default {
  /*.switch-color(@primary-color);
        background: @switch-color;
        border-color: @switch-color;
        .fontonprimary();*/

  background: #ff6666;
  border-color: #ff6666;
  color: white;
}
.btn-outline {
  border: 2px solid red;
  color: red !important;
}
.btn:hover,
.btn:focus {
  background: red;
  border-color: red;
}
.btn:hover,
.btn:focus {
  color: white;
}
.pd16 {
  padding: 16px;
}
.required {
  color: red;
}
/*Page header*/

.page-header,
.category-name {
  color: red;
  position: relative;
}
.section .section-heading &gt; span:after,
.category-name:after,
.page-header:after,
.sidebaracc .panel .panel-heading:after {
  background: #2e2e2e;
}
/* Sections */

.section h3.section-heading {
  color: red;
  text-align: center;
  font-size: 2rem;
}
.section .flexslider .slider-box {
  border: 1px solid #e6e6e6;
}
.section .flexslider .flex-direction-nav a {
  background: #cccccc;
  color: #2e2e2e;
}
.section .flexslider .flex-direction-nav:hover a {
  background: red;
}
.section .flexslider .flex-direction-nav:hover a {
  color: #2e2e2e;
}
/*Sub section heading*/

.sub-section-heading {
  font-size: 1.6rem;
  color: #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  font-weight: bold;
  margin: 30px 0;
  padding: 10px 0;
}
.small-heading,
.box-heading {
  padding: 10px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #2e2e2e;
}
/* Breadcrumb */

.breadcrumb {
  background: #e6e6e6;
}
/*wishlist*/

a#divWishList {
  font-size: 0.8rem;
  display: block;
  line-height: 1;
}
/*Table*/

.table th {
  background: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.table td {
  border: 0 !important;
}
/*Content Sidebar*/

#column-left ul.menu li {
  border-bottom: 1px solid #2e2e2e;
}
/*Contact Us*/

.contact-info .icon .lnr {
  color: #2e2e2e;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Footer
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++ */

#footer {
  background: #2e2e2e;
}
#footer .newsletter .btn-default:hover {
  background: red;
  border-color: red;
}
#footer .select-option label {
  background: white;
  color: red;
}
#footer .select-option input[type="radio"]:checked + label {
  background: red;
}
#footer .select-option input[type="radio"]:checked + label {
  color: white;
}
#footer .social ul li:hover {
  background: red;
  cursor: pointer;
}
#footer a:hover {
  color: #2e2e2e;
}
#footer .panel-title &gt; a {
  color: white;
}
#footer .panel-title &gt; a:after {
  background: red;
}
#footer .social .fa {
  border: 1px solid red;
  color: red;
}
#footer .social .fa:hover {
  background: red;
  color: white;
}
/*Back to top*/

#back-to-top {
  background: red;
  color: white;
}
#back-to-top:hover {
  background: #2e2e2e;
  color: white;
}
.sticky-icon a {
  background: red;
}
.sticky-icon a:hover {
  background: #2e2e2e;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Header - Bottom
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Header Bottom +++++++++++++++++++++++++++++ */

.headerbottom {
  background: red;
}
/* +++++++++++++++++++++++++++++ Search +++++++++++++++++++++++++++++ */

.headerbottom .logo {
  color: red;
}
.search-box .input-group-addon {
  background: #cc0000;
  border-color: #cc0000;
}
.search-box .input-group-addon:hover,
.search-box .input-group-addon:focus {
  background: #2e2e2e;
  border-color: #2e2e2e;
}
.search-box .input-group-addon a {
  color: #2e2e2e;
  display: inline-block;
}
.search-box .input-group-addon a:hover {
  color: red;
}
/*Header RightSide Control*/

.header-right-wrap .last-col .bag-icon {
  color: #2e2e2e;
  background: none;
}
.header-right-wrap .last-col .bag-icon:hover,
.header-right-wrap .last-col .open .bag-icon {
  color: red;
  background: none;
}
.top-links .dropdown-menu li a {
  color: red;
}
.header-right-wrap .last-col .login.lnr.user-name {
  background: #2e2e2e;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Header &amp; Footer Panel Groups
 *   Author: Shashank Agarwal
 *   Description: Used in Full width Menu, Tall Footer
 */

/* +++++++++++++++++++++++++++++ Header &amp; Footer Panel Groups +++++++++++++++++++++++++++++ */

/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Header - Top
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Header Top +++++++++++++++++++++++++++++ */

#header .headertop {
  border-bottom: 0;
  padding: 3px 10px;
  background-color: #2e2e2e;
}
#header .headertop a {
  color: white;
}
/* +++++++++++++++++++++++++++++ Currency +++++++++++++++++++++++++++++ */

#currency .dropdown a {
  font-size: 0.8rem;
}
#currency .dropdown &gt; a {
  line-height: 2;
}
#currency .dropdown .dropdown-menu {
  background-color: #2e2e2e;
}
#currency .dropdown .dropdown-menu &gt; li &gt; a:hover,
#currency .dropdown .dropdown-menu &gt; li &gt; a:focus {
  color: red;
}
/* +++++++++++++++++++++++++++++ Top Links +++++++++++++++++++++++++++++ */

.top-links .dropdown-menu {
  background-color: #e6e6e6;
}
.top-links .dropdown-menu li a {
  color: #2e2e2e;
}
.top-links .dropdown-menu li a:hover,
.top-links .dropdown-menu li a:focus {
  color: red;
  background: none;
}
.top-links .dropdown-toggle {
  color: #2e2e2e !important;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.top-links .dropdown-toggle:hover,
.top-links .dropdown.open .dropdown-toggle {
  color: red !important;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Homepage
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++Tab section +++++++++++++++++++++++++++++ */

.nav-tabs &gt; li &gt; a {
  color: #2e2e2e;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li:hover &gt; a,
.nav-tabs &gt; li.active:hover &gt; a,
.nav-tabs &gt; li.active &gt; a:focus {
  color: red;
  border-color: red;
}
.nav-tabs li:before {
  border-top: 1px solid #2e2e2e;
}
.nav-tabs li:after {
  border-bottom: 1px solid #2e2e2e;
}
.nav-tabs li.active:before,
.nav-tabs li.active:after,
.nav-tabs li:hover:before,
.nav-tabs li:hover:after {
  border-color: red;
}
.section .section-heading &gt; span {
  background: red;
}
.section .section-heading &gt; span:after {
  border-color: red transparent transparent red !important;
}
/* +++++++++++++++++++++++++++++ About Us +++++++++++++++++++++++++++++ */

.about-title &gt; span {
  color: red;
}
.about-title h2 {
  color: #2e2e2e;
}
/* +++++++++++++++++++++++++++++ Section BG +++++++++++++++++++++++++++++ */

.cat-box .title {
  background: red;
}
.cat-wrap .cat-box .overlay {
  background: red;
}
.cat-wrap .cat-box .overlay .fa {
  color: red;
}
.cat-wrap .cat-box:hover .btn-outline {
  border-color: red;
  background: red;
}
.top-wrap .menu-cat ul li {
  background: red;
}
.top-wrap .menu-cat ul li:hover a {
  color: red;
}
/* +++++++++++++++++++++++++++++ discount-tag green +++++++++++++++++++++++++++++ */

.discount-tag.green {
  color: red;
}
/* +++++++++++++++++++++++++++++ Why Us +++++++++++++++++++++++++++++ */

.we-wrap .title {
  color: #2e2e2e;
}
.we-wrap .we-box .icon .lnr,
.we-wrap .we-box .icon .fa {
  background: #2e2e2e;
  color: white;
}
.we-wrap .we-box:hover .icon .lnr,
.we-wrap .we-box:hover .icon .fa {
  background: red;
  color: white;
}
/* +++++++++++++++++++++++++++++ order online +++++++++++++++++++++++++++++ */

.work .work-box .icon .fa,
.work .work-box .icon .lnr {
  color: red;
}
/* +++++++++++++++++++++++++++++ Newsletter +++++++++++++++++++++++++++++ */

.newsletter .input-group-addon {
  background: #616161;
  border-color: #616161;
}
.newsletter .input-group-addon:hover {
  background: red;
  border-color: red;
}
.newsletter .form-control {
  border-color: #2e2e2e;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Main Menu
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Main Menu +++++++++++++++++++++++++++++ */

#main-menu .navbar {
  background: none;
  border: 0;
  border-radius: 0;
}
#main-menu li:hover &gt; a,
#main-menu li &gt; a:focus,
#main-menu li.open &gt; a {
  background: #cc0000;
}
#main-menu li:hover &gt; a,
#main-menu li &gt; a:focus,
#main-menu li.open &gt; a {
  color: white;
}
#main-menu li.active a {
  background: none;
}
#main-menu li .dropdown-menu {
  background: #cc0000;
  border: 0;
}
#main-menu li .dropdown-menu li a {
  border-bottom-color: red;
}
#main-menu li .dropdown-menu li:hover &gt; a {
  background: none;
  color: white;
}
#main-menu li .dropdown-menu &gt; li &gt; a,
#main-menu .dropdown-menu.categories .panel-body a {
  color: #2e2e2e;
}
#main-menu .dropdown-menu.categories .panel-body a:hover {
  color: white;
}
#main-menu .dropdown-menu.categories .panel-title a {
  color: red;
}
@media screen and (max-width: 991px) {
  #main-menu .navbar {
    background-color: red;
  }
  #main-menu li a {
    color: #2e2e2e;
  }
  #main-menu .navbar-toggle.close-menu {
    color: white;
  }
}
@media screen and (min-width: 992px) {
  #main-menu {
    background: red;
  }
  #main-menu li a {
    color: #2e2e2e;
    background: none;
  }
  #main-menu li.active &gt; a {
    background: #cc0000;
  }
  #main-menu li.active &gt; a {
    color: white;
  }
}
.menu-beside-logo #main-menu {
  background: none;
}
.menu-beside-logo #main-menu .nav &gt; li a {
  color: white;
  background: none;
}
.menu-beside-logo #main-menu .nav &gt; li:hover &gt; a,
.menu-beside-logo #main-menu .nav &gt; li &gt; a:focus,
.menu-beside-logo #main-menu .nav &gt; li.selected &gt; a,
.menu-beside-logo #main-menu .nav &gt; li.open &gt; a {
  background: none;
  color: red !important;
}
.menu-beside-logo #main-menu .nav &gt; li .dropdown-menu {
  background: #2e2e2e;
}
.menu-beside-logo #main-menu .nav &gt; li .dropdown-menu li a {
  color: #2e2e2e;
}
.menu-beside-logo #main-menu .nav &gt; li .dropdown-menu li:hover &gt; a {
  color: red;
  text-decoration: none;
}
.menu-beside-logo #main-menu .panel-group .panel-title:hover a {
  color: red;
  text-decoration: none;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Modals
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Modal +++++++++++++++++++++++++++++ */

.modal .modal-dialog .modal-header {
  border-color: black;
}
.modal .modal-dialog .modal-header .modal-title {
  color: red;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-body .modal-title {
  color: red;
  border-bottom: 1px solid red;
  padding: 0px 0px 5px 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
.modal .modal-dialog .modal-body .item-name {
  margin: 0 0 10px 0;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: My Account
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ My Account +++++++++++++++++++++++++++++ */

.my-account {
  line-height: 1.5;
}
.my-account .my-account-details {
  background: #e6e6e6;
}
.my-account .my-list {
  background: #f2f2f2;
}
.my-account .my-account-details,
.my-account .my-list {
  padding: 15px 10px;
  margin: 20px 0;
}
.my-account .clearfix {
  margin-bottom: 15px;
}
.my-account .fa {
  font-size: 1.5rem;
  color: red;
}
.my-account .icon-heading &gt; a {
  font-weight: bold;
  margin-left: 10px;
}
/* +++++++++++++++++++++++++++++ View Order Detail +++++++++++++++++++++++++++++ */

.order-complete-detail .order-number-date-wrap .order-number {
  float: left;
  font-weight: bold;
  color: #2e2e2e;
  padding: 0 15px;
}
.order-complete-detail .order-number-date-wrap .order-date {
  float: right;
  font-weight: bold;
}
/* +++++++++++++++++++++++++++++ View Messages +++++++++++++++++++++++++++++ */

.view-message-detail .MyAccount-message {
  padding: 20px 0;
}
.view-message-detail .message-wrap .media-msg {
  padding: 20px 10px;
  margin: 20px 0;
  background: #e6e6e6;
}
.view-message-detail .message-wrap .msg-date {
  padding: 10px 0;
}
.view-message-detail .message-wrap .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}
.view-message-detail .message-wrap small {
  line-height: 2;
  text-align: justify;
}
.view-message-detail .message-wrap .btn-panel .btn {
  margin: 10px 0;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (3 Color)
 *   Snippet Name: My Account
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ My Orders +++++++++++++++++++++++++++++ */

.order-complete .fa {
  color: red;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: OffCanvas - Menus and Filter
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Off Canvas +++++++++++++++++++++++++++++ */

.offcanvas-toggle.bars .icon-bar {
  background: red;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Product Details
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Product Details +++++++++++++++++++++++++++++ */

/*Product Image Zoom*/

/* +++++++++++++++++++++++++++++ Large Image +++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++ Product Thumbnails +++++++++++++++++++++++++++++ */

#productthumbs .owlSlides .owl-item #image {
  border-color: #cccccc;
}
#productthumbs .owlSlides .owl-item #image:hover {
  border-color: #2e2e2e;
}
#productthumbs .owl-controls .owl-prev,
#productthumbs .owl-controls .owl-next {
  color: #2e2e2e;
  background: #bfbfbf;
}
#divImageGallery .slider-nav img {
  border: 1px solid red;
}
#divImageGallery .slider-nav img:hover {
  border: 1px solid #2e2e2e;
}
/* +++++++++++++++++++++++++++++ Right Column +++++++++++++++++++++++++++++ */

.product-details .product-price .new-price {
  color: #2e2e2e;
}
.product-details .btn-submit {
  background: red;
  color: white;
}
.product-details .btn-submit:hover {
  background: #2e2e2e;
  color: white;
  border-color: #2e2e2e;
}
/* +++++++++++++++++++++++++++++ Product Details +++++++++++++++++++++++++++++ */

.product-description-tabs h4 {
  color: #2e2e2e;
  font-weight: bold;
}
.product-description-tabs .tabs-wrapper .nav-tabs li:hover,
.product-description-tabs .tabs-wrapper .nav-tabs li.active {
  border-bottom: 2px solid red;
}
.product-description-tabs .tabs-wrapper .nav-tabs li a {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
}
.product-description-tabs .tabs-wrapper .nav-tabs li:hover &gt; a,
.product-description-tabs .tabs-wrapper .nav-tabs li.active &gt; a {
  color: red;
}
.product-description-tabs .item-details .item-wrap {
  background: white;
  border: 1px solid #cccccc;
}
.product-description-tabs .item-details .item-label {
  background: #e6e6e6;
  font-size: 13px;
  font-weight: bold;
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Product Listing
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Category-info +++++++++++++++++++++++++++++ */

.category-info .category-name {
  color: red;
}
@media screen and (min-width: 992px) {
  .category-info .category-name {
    margin: 0;
  }
}
.category-info .category-description {
  margin: 20px 0 0 0;
}
/* +++++++++++++++++++++++++++++ Product Listing +++++++++++++++++++++++++++++ */

.product-box .product-info {
  padding: 15px 7px;
}
.product-box .product-info .product-title {
  margin: 5px 0;
}
.product-box .product-info .ratings .fa {
  margin-right: 3px;
}
.product-box .product-info .price-btn-wrap .product-price {
  position: relative;
  margin-right: 50px;
  display: inline-block;
  text-align: center;
}
.product-box .product-info .price-btn-wrap .product-price .new-price,
.product-box .product-info .price-btn-wrap .product-price .old-price {
  display: inline-block;
  margin-right: 5px;
}
.product-box .product-info .price-btn-wrap .product-price .prod-discount {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 5px;
}
.product-box .product-info .price-btn-wrap .product-price .soldout {
  font-weight: bold;
  color: red;
  border: 2px solid red;
  padding: 3px;
}
.slider-box .cart,
.product-box .hover-div,
.cat-wrap .featured-content-block {
  background: #ff6666;
}
.slider-box .cart,
.product-box .hover-div,
.cat-wrap .featured-content-block {
  background: linear-gradient(to right, red 0%, #ff6666 100%);
}
/*.product-btn,   .product-btn .btn
{
    .switch-color(@contrast-color-1);
    background:@switch-color;
     border-color:@switch-color;
   color:@body-background;
}*/

.btn-blocks {
  border-left: 1px solid #545454;
}
.btn-blocks &gt; a,
.choice-avail &gt; a {
  background-color: #2e2e2e;
  color: white;
  border: 1px solid #2e2e2e;
}
.btn-blocks:hover &gt; a,
.choice-avail:hover &gt; a {
  background-color: red;
  color: white;
  border: 1px solid red;
}
/* +++++++++++++++++++++++++++++ Category Image +++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++ Quick View +++++++++++++++++++++++++++++ */

.product-details .product-name {
  color: #2e2e2e;
}
/* +++++++++++++++++++++++++++++ Product Sort and Breadcrumbs +++++++++++++++++++++++++++++ */

.product-sort {
  background: #e6e6e6;
}
/* +++++++++++++++++++++++++++++ Mobile Product Sort +++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++ Pagination +++++++++++++++++++++++++++++ */

.pagination &gt; li &gt; a {
  background: red;
  border-color: red;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a.CurrentPage {
  background: red !important;
  border-color: red !important;
}
/* +++++++++++++++++++++++++++++ Sidebar Filters +++++++++++++++++++++++++++++ */

.sidebaracc .panel {
  background: white;
}
.sidebaracc .panel .panel-heading:before {
  background: red;
}
.sidebaracc .panel .panel-title {
  color: #2e2e2e;
  font-weight: bold;
}
.sidebaracc .panel .panel-body .checkbox label {
  color: #2e2e2e;
}
.sidebaracc .panel .panel-body .checkbox label.activeLeftMenu {
  color: red;
  font-weight: bold;
}
.sidebaracc .panel ul li a {
  color: #2e2e2e;
}
.sidebaracc .panel ul li a:hover {
  color: red;
}
/* Off Canvas */

@media screen and (max-width: 991px) {
  #column-left .filter-toggle .fa:not(.fa-inverse) {
    color: red;
  }
  #column-left .filter-toggle .fa.fa-inverse {
    color: white;
  }
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Products
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Products +++++++++++++++++++++++++++++ */

/*
    Product
*/

/*Products Sold Out*/

/* Product Info */

.flexslider .product-info {
  padding: 7px;
}
.product-info a:not(.btn) {
  color: #2e2e2e;
}
.product-info a:not(.btn):hover {
  color: red;
}
.product-info .product-price .new-price {
  font-size: 1.3rem;
}
.section .slider .slider-wrap:hover .btn-outline {
  background: red;
}
.quick-view a {
  background: red;
}
.quick-view a:hover {
  background: #2e2e2e;
}
/* Product Hover Info */

/*
    Favourite Listing as well as detail    
*/

/* Ratings */

.ratings {
  color: black;
}
/* +++++++++++++++++++++++++++++ Products Grid View +++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++ Products List View +++++++++++++++++++++++++++++ */

/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Header - Shopping Cart
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Header - Shopping Cart +++++++++++++++++++++++++++++ */

/*
    My Bag Header
*/

.bag .total-bag .small-bag-btn {
  color: white;
}
.bag .total-bag .small-bag-btn .item-in-bag {
  background: red;
}
.bag .total-bag .small-bag-btn .item-in-bag {
  color: white;
}
/*
    My Bag Dropdown
*/

#bag-dropdown .dropdown-menu-wrapper {
  background: white;
  border: 2px solid #2e2e2e;
}
#bag-dropdown .dropdown-menu-wrapper .order-summary,
#bag-dropdown .dropdown-menu-wrapper .more-items {
  border-bottom: 1px solid #b2b2b2;
}
#bag-dropdown .dropdown-menu-wrapper .order-summary {
  margin-bottom: 20px;
}
#bag-dropdown .dropdown-menu-wrapper .heading {
  background: #2e2e2e;
  padding: 10px 20px;
}
#bag-dropdown .dropdown-menu-wrapper .heading {
  color: white;
}
/* Shopping Bag */

.shopping-bag-details .item-box {
  border-bottom: 1px solid #b2b2b2;
}
#content .shopping-bag-details .item-box {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.shopping-bag-details .item-box .item-details .item-title h2 {
  font-weight: normal;
  font-size: 1.2rem;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}
.shopping-bag-details .item-box .item-details .item-title h2 a {
  color: #2e2e2e;
}
.shopping-bag-details .item-box .item-details .item-title h2:hover a {
  color: red;
}
.shopping-bag-details .item-box .item-info .item-product-details {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.shopping-bag-details .item-box .item-info .item-product-details span.item-label {
  color: gray;
}
.shopping-bag-details .item-box .item-info .item-product-details span.label-details {
  color: #333333;
}
#content .shopping-bag .order-summary {
  margin: 30px 0 0;
  border: 1px solid #cccccc;
}
#content .shopping-bag .order-summary .form-group {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
#content .shopping-bag .order-summary + .form-group .btn {
  font-size: 1.5rem;
  line-height: 1.8;
  border-radius: 0;
  display: block;
}
#content .shopping-bag .order-summary .label-sub-total-amt,
#content .shopping-bag .order-summary .label-shipping-total-amt,
#content .shopping-bag .order-summary .label-payable-total-amt,
#content .shopping-bag .order-summary .label-tax-total-amt,
#content .shopping-bag .order-summary .label-estimated-total-amt {
  font-size: 0.9rem;
  font-weight: bold;
  float: right;
}
.shopping-bag .order-summ-cart-total {
  font-size: 1.4rem;
  font-weight: bold;
}
.shopping-bag .add-coupon-code-section a {
  color: red;
}
@media screen and (min-width: 992px) {
  .shopping-bag .order-summ-cart-total {
    text-align: right;
  }
}
/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (2 Color)
 *   Snippet Name: Store Search
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ Store Search +++++++++++++++++++++++++++++ */

/*! 
 *   Unlock Commerce
 *   Snippet Type: Skin - (3 Color)
 *   Snippet Name: My Account
 *   Author: Shashank Agarwal
 */

/* +++++++++++++++++++++++++++++ view-address-book +++++++++++++++++++++++++++++ */

.address-book .bordered-box {
  border: 1px solid #b2b2b2;
  padding: 20px;
  margin-bottom: 20px;
}
.address-book .name {
  font-size: 15px;
  font-weight: bold;
  color: #2e2e2e;
}



@media screen and (min-width: 992px){
#homepage-slider .carousel-inner img {
    height: 522px!important;
  }
}</pre></body></html>