@font-face {
  font-family: LCALLIG;
  src: url(".././font/lucidaCalligraphyItalic.ttf");
}

body {
  margin: 0px;
  padding: 0px;
  color: #800020;
  font-family: LCALLIG;
}
.search-box {
  width: 100%;
  padding-top: 220px;
}
.txt-search {
  position: absolute;
  right: 30px;
}
.txt-search input[type="text"]:focus {
  outline: none;
  color:#fff;  
}

.txt-search input[type="text"] {
  padding: 8px;
  background: #932435;
  color: #fff;
  box-shadow: none;
  border-top: 1px solid;
  border-right: 0px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #ffffff;
  float: left;
}
.txt-search input[type="text"]::placeholder {
    color: #fff;
}
.footer-mail-box input[type="text"]:-ms-input-placeholder {
    color: #fff;
  }
  .footer-mail-box input[type="text"]::-ms-input-placeholder {
    color: #fff;
  }
.txt-search button {
  height: 42px;
  background: #932435;
  border-left: none;
}

.header {
  height: 350px;
  background: url("../images/logo/logo.jpg");
  background-size: 100% 100%;
}
.top-menu {
  width: 100%;
  font-size: 13px;
}
.top-menu ul {
  list-style: none;
  position: absolute;
  right: 19%;
  padding: 15px;
}
.top-menu ul li {
  display: inline;
  font-weight: bold;
  padding: 0px 15px;
  border: 0px solid #800020;
  border-right: 1px solid #800020;
}

.main-menu {
  display: flex;
  background: #800020;
  color: #ffffff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.main-menu ul {
  list-style: none;
  margin: auto;
  padding: 9px;
}
.main-menu li {
  display: inline;
  padding: 0px 15px;
  border: 0px solid #800020;
  border-right: 1px solid #800020;
}
.main-menu li a {
  text-decoration: none;
  color: #ffffff;
}
.main-menu-active {
  background: #932435;
  padding-top: 9px !important;
  padding-bottom: 10px !important;
}

.contant {
  background: #932435;
  color: #fff;
}
.contant > .container {
  min-width: 94% !important;
  margin-top: 30px;
  margin-bottom: 50px;
}

.vartical-menu {
  padding: 0px;
  background: #800020;
}
.vartical-menu ul {
  background: #800020;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.vartical-menu li {
  padding: 8px 15px;
  border: 0px solid #fff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.vartical-menu a {
  text-decoration: none;
  color: #ffffff;
}
.vartical-menu li a:hover {
  color: #800020;
}
.vartical-menu li:hover,
.vartical-menu li:hover a {
  background: #ffffff !important;
  color: #800020 !important;
}
.var-menu-active {
  background: #ffffff !important;
  color: #800020 !important;
}
.var-menu-active a {
  color: #800020 !important;
}
.creativity-main {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.creativity-main > .container-fluid {
  display: flex;
  background: #932435;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  border: 15px solid #800020;
}
.creativity {
  margin: auto;
  font-size: 5vw;
}

.footer {
  background: #932435;
  padding-bottom: 10px;
  color: #ffffff;
}
.footer > .container {
  margin: 20px 0px 0px 0px;
  max-width: 100% !important;
}

.footer-menu-1 ul {
  list-style: none;
}
.footer-menu-1 ul li {
  line-height: 1.7;
}
.footer-menu-1 ul li a {
  color: #fff;
}
.footer-menu-1 ul li a:hover,
.footer-menu-2 ul li a:hover {
  text-decoration: none;
  /*color: #800020;  */
  font-weight: bold;
}

.footer-menu-2 ul {
  list-style: none;
}
.footer-menu-2 ul li {
  line-height: 1.7;
}
.footer-menu-2 ul li a {
  color: #fff;
}

.cart-box {
  margin-bottom: 10px;
}
.card-link {
  background: #e8e8e8;
}
.card-link,
.card-link:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.card-body {
  color: #000;
}
.arrow-icon {
  font-weight: bold !important;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: left; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 42px;
  cursor: pointer;
}
.nav-side-menu li a {
  padding-left: 15px;
}
.sub-menu {
  max-height: 172px;
  overflow: auto;
  background: #711b28 !important;
  border-bottom: 1px solid;
}
.sub-menu li {
  padding-left: 30px;
  border: transparent;
  font-size: 14px;
  line-height: 34px;
}
.sub-menu li a{
    
}

.addCdBox {
  font-size: 1.75em;
  min-width: 70%;
    max-width: 70%;
  margin: 0;
  padding-left: 1em;
  float: left;
}

@media (max-width: 768px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .pagination-box {
    /* margin-top:20%;  */
  }
  .top-menu ul {
    right: 0%;
  }

  .search-box {
    padding-top: 285px;
  }
  .txt-search
  {
    right: auto;
  }

  .txt-search input[type="text"] {
    width: 80%;    
  }
  .txt-search button,
  .txt-search input[type="text"] {
    height: 41px;
  }
  .top-wishlist {
    display: none !important;
  }
  .top-menu ul li {
    padding: 0px 8px;
  }

  .header {
    height: 284px;
  }
  .creativity-main > .container-fluid {
    border: 10px solid #800020;
    padding: 10px 0px;
  }
  .message-box span {
    padding-left: 15px;
  }
  .footer > .container {
  }
  .btn-remove-wishlist {
    display: none;
  }
  .title {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .left-padding {
    padding-left: 20px !important;
  }

  .addCdBox {
    font-size: 0.8em;
  }

  .image-gallery-box img{
    /* width: 90% !important;
    height: auto; */
  }
}


@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #main {
    width: calc(100% - 300px);
    float: right;
  }
  .pagination-box {
    /* margin-top:10%;  */
  }
}

/* width */
.sub-menu::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.sub-menu::-webkit-scrollbar-track {
  background: #932435;
  box-shadow: 0px 0px 2px 0px grey;
}
/* Handle */
.sub-menu::-webkit-scrollbar-thumb {
  background: transparent;
  border: 1px solid #fff;
}

/* Handle on hover */
.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-box {
  height: 20vw;
  background: #800020;
  margin: 0% 6%;
  margin-bottom: 15%;
}
.product-box a {
  text-decoration: none;
  color: #fff;
}
.product-image {
  height: 85%;
  padding: 15px;
}
.img-box {
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.product-title {
  text-align: center;
  padding-top: 10px;
}

.pagination {
  list-style: none;
}
.pagination li {
  display: inline;
  padding: 9px 13px;
  background: #800020;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.active-page {
  cursor: default !important;
  background: #fff !important;
  color: #800020 !important;
}
.pagination li:hover {
  background: #fff !important;
  color: #800020 !important;
}
.next {
  border-right: 1px solid #ffffff;
}
.disabledLi {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.disabledLi:hover {
  background: #800020 !important;
  opacity: 0.5;
}
.show-result {
  margin-left: 2%;
  margin-bottom: 2%;
}
.dotedLine {
  border: 0.5px dotted;
}

.chkSelSize {
  list-style: none;
  padding: 0px;
  background: #fff;
  border: 2px solid;
  max-height: 148px;
  overflow: scroll;
  overflow-x: hidden;
}
.chkSelSize li {
  color: #800020;
  padding: 1px 0px 0px 10px;
  border-bottom: 1px solid;
}
.chkSelSize li label {
  margin: 3px 0px 3px 0px;
  font-weight: bold;
  font-size: 14px;
}

/* width */
.chkSelSize::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.chkSelSize::-webkit-scrollbar-track {
  background: #932435;
  box-shadow: 0px 0px 2px 0px grey;
}
/* Handle */
.chkSelSize::-webkit-scrollbar-thumb {
  background: transparent;
  border: 1px solid #fff;
}

/* Handle on hover */
.chkSelSize::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.vv-button {
  background: #800020;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 5px 14px;
  cursor: pointer;
}
.vv-button:hover {
  text-decoration: none;
  background: #ffffff;
  color: #800020 !important;
  border-color: #800020;
}
.vv-button:focus {
  outline: none;
}

.info-box {
  padding: 5px 10px;
  background: #800020;
  display: inline-block;
}
.info-box:hover {
  background: #ffffff;
  color: #800020;
}
.addInfo a {
  color: #ffffff;
}
.nav-link:hover {
  border-color: #932435 !important;
  border-bottom-color: #ffffff !important;
}
.nav-item .active {
  background: #800020 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #800020 !important;
}
.nav-item .active:hover {
  border: 1px solid #fff !important;
  border-bottom: 1px solid #800020 !important;
  margin-bottom: -1px !important;
}

.productImg {
  width: 100%;
  height: auto;
  min-height: auto;
}

.zoom {
  display: inline-block;
  position: relative;
}

/* magnifying glass icon */
.zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}

.message-box {
  background: #f7f6f7;
  color: #800020;
  padding: 10px 15px;
  margin: 0px;
  margin-bottom: 20px;
  border-top: 5px solid;
}
.rigth-tik-green {
  color: #8fae1b;
}
.rigth-tik-red {
  color: #800020;
}
.header a {
  text-decoration: none;
  color: #800020;
}
.delete-icon:hover {
  color: red;
  cursor: pointer;
}
.cart-image-box {
  width: 90px;
  height: 90px;
  background: #800020;
  padding: 6px;
  border: 5px solid #800020;
  background-repeat: no-repeat;
  background-position: center;
  outline: 1px solid;
}

.cart td {
  vertical-align: middle;
}
.btn-view-cart {
  position: absolute !important;
  top: 15px !important;
  right: 20px !important;
}

.cart-total-penal {
  background: #800020;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-total-penal .line {
  border-bottom: 1px solid !important;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 23px;
}
.add-cd {
  font-weight: bold;
  float: right !important;
}
.checkout-button {
  text-align: center;
  background: #932435;
  color: #ffffff;
  font-weight: bold;
}
.checkout-button:hover a {
  color: #800020 !important;
}
.checkout-button a {
  text-decoration: none;
  color: #ffffff;
}
.checkout-button a:hover {
  color: #800020 !important;
}

.vv-textbox {
  background: #932435;
  outline: none;
  border-radius: 0;
  color: #fff;
  border: 1px solid;
  margin-bottom: 12px !important;
  height: 35px !important;
}
.vv-textbox::placeholder {
  color: #ffffff;
}
.vv-textbox:focus {
  outline: none !important;
  border-color: #ffffff !important;
  background: #800020 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.bill-address input,
.ship-address input {
}
.bill-address label,
.ship-address label {
  margin-bottom: 1px !important;
}
.bill-address select,
.ship-address select {
  margin-bottom: 12px !important;
  height: 35px !important;
  border-radius: 0px !important;
}
.bill-address select:focus,
.ship-address select:focus {
  outline: none !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}

textarea {
  background: #932435 !important;
  outline: none;
  border-radius: 0px !important ;
  color: #fff !important;
  border: 1px solid;
  margin-bottom: 12px !important;
}
textarea:focus {
  background: #800020 !important;
  outline: none !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.req {
  float: right;
}

.orderDetail {
  list-style: none;
}

.orderDetail > li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding: 0.5em;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  letter-spacing: 1px;
}

.orderDetail > li:last-child {
  border-right: 0px dashed #d3ced2;
}

.orderDetail > li > strong {
  line-height: 2em;
}
.login-box a {
  text-decoration: none;
  color: #ffffff !important;
}
.login-box a:hover {
  color: #800020 !important;
}

.main-ac-menu-active li {
  background: #fff;
  color: #800020;
}

.address ul {
  list-style: none;
  display: contents;
}
.address a {
  text-decoration: none;
  color: #ffffff;
}
.address a:hover {
  color: #800020;
}

.mobileMenuIcon,
.mobileMenuVerticalIcon {
  display: none;
  width: 100%;
}

.mobileMenuIcon > i,
.mobileMenuVerticalIcon > i {
  padding: 7px 10px;
  background-color: #932435;
  margin-top: 6px;
  color: white;
  margin: 5px;
  float: right;
}

.mobileMenuVerticalIcon > i {
  float: left;
  width: 97%;
}

@media screen and (max-width: 1024px) {
  .main-menu li {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 900px) {
  .mobileMenuIcon,
  .mobileMenuVerticalIcon {
    display: inline-block;
  }

  .main-menu ul {
    width: 100%;
    display: none;
  }

  .main-menu li {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #3b3b3b;
  }

  .header {
    background: url("../images/logo/footerLogo.jpg");
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 600px) {
  .vartical-menu {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1em;
  }

  .vartical-menu .menu {
    display: none;
  }

  .vartical-menu .nav-side-menu {
    margin: 0;
  }
}

@media screen and (min-width: 900px) {
  .main-menu ul {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .vartical-menu .menu {
    display: block !important;
  }
}

.arrow-icon {
  transition-duration: 1s;
}

.card-link + .collapsed .arrow-icon {
  /*transform: rotateZ(-180deg);*/
}
.rotate-arr {
  transform: rotate(-180deg);
}
.collapsed .arrow-icon {
  /*transform: rotateZ(180deg);*/
}

.footer-mail-box input[type="text"] {
  background: rgb(255, 255, 255) !important;
  color: rgb(128, 0, 32) !important;
  height: 45px !important;
  font-size: 15px;
}
.footer-mail-box input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #800020;
  opacity: 1; /* Firefox */
}
.footer-mail-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #800020;
}
.footer-mail-box input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #800020;
}

.custom-mail-box input[type="text"],
.custom-mail-box textarea {
  background: rgb(255, 255, 255) !important;
  color: rgb(128, 0, 32) !important;
  height: 45px !important;
  font-size: 15px;
  width: 100%;
}
.custom-mail-box textarea {
  height: 200px !important;
}
.custom-mail-box input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #800020;
  opacity: 1; /* Firefox */
}
.custom-mail-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #800020;
}
.custom-mail-box input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #800020;
}

.products-box {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  padding: 10px;
}

.products-box1 {
  width: 85%;
  height: 100%;
  padding: 5%;
  background: #800020;
  margin: 0 auto;
}
.products-box2 {
  width: 100%;
  height: 85%;
}
.products-box1 a {
  text-decoration: none;
  color: #fff;
}

:-ms-input-placeholder.form-control {
  color: none !important;
}
input:placeholder-shown {
  border: 1px solid #fff !important;
}

.col-collapsed {
  padding-left: 15px !important;
}
.wishlist-table a {
  text-decoration: none;
  color: #fff !important;
}

.btn-search:hover, .btn-search:focus, .btn-search:active{
    border: #fff;
}
select:focus{
  border-color: #fff;
}




.mySlideShow-gallery
{
  position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000087;
}

.mySlideShow-gallery > .closeBtn {
  padding: 15px;
  font-size: 3em;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  right: 0;
}

.mySlideShow-gallery > .carousel-inner {
    height: 100%;
}

.mySlideShow-gallery > .carousel-inner > .carousel-item {
    width: 100%;
    height: 100%;
}
 
.mySlideShow-gallery > .carousel-inner > .carousel-item > img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 80%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mySlideShow-gallery > .carousel-inner > .carousel-item > .carousel-caption {
  background-color: #0e0101b0;
  left: 0%;
  right: 0%;
  bottom: 0;
  padding: 0;
  padding-top: 10px;

}

.mySlideShow-gallery > .carousel-control-next > .carousel-control-next-icon {
  background-color: #000000b0;
}


.mySlideShow-gallery .sliderBtn {
  height: 20px;
  background-color: #000000ba;
  /* padding-top: 3em; */
  padding: 1em;
  padding-bottom: 2.2em;
  border-radius: 50%;
}

.image-gallery{

}
.mySlideShow-gallery a{
  color:#fff;
  text-decoration: none;
}
.mySlideShow-gallery a:hover{
  font-weight: bold;
}


.image-gallery .box{
  display: flex;
  padding: 15px 0px;
}
.image-gallery .box .img{
  width: 82%;
  margin: auto;
  padding-top: 82%;
/* background-size: 100% 100%; */
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center; 
  border: 6px solid #800020;
}
select{
    border-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #fff !important;
}

select > option {
    background-color: #800020 !important;
    color: #fff !important;
}
.showase-heading{
  background: #800020;
  color: #fff;
  border-color: #fff;
  margin: 2px;
}
.showase-heading{
  text-decoration: none;
}
.showase-heading:hover{
  color: #fff;
}

.animateNgShow {
  -webkit-transition:all linear 1s;
  transition:all linear 1s;
}

.animateNgShow.ng-hide {
  opacity:0;
  /* transform: scale(0.8); */
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .product-title{
        padding-top: 0px !important;
    }
}
