/*---------------------------------------------------
:::::Global Header Section
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*, html {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'ARROYO';
    src: url(fonts/ARROY.TTF), 
         url(fonts/ARROY_0.TTF), 
         url(fonts/ARROY_I.TTF);
}
a:focus {
  outline: none !important;
}
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
}
.btn:active {
    color: #d2232a !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
    transition: 0.5s;
}
i, .clientReview .owl-item {
    transition: 0.5s;
}
p {
    font-weight: 300;
}
.sectionTitle, .sectionTitle > span {
    font-size: 40px;
    line-height: 45px;
}
.btn {
    transition: 0.5s;
}
button {
    outline: 0 !important;
}
input, textarea {
    outline: 0 !important;
}
.section-padding {
    padding: 100px 0;
}
.sp-top {
    padding-top: 100px;
}
.sp-bottom {
    padding-bottom: 100px;
}
.z-index0 {
    z-index: 0;
}
.z-index2 {
    z-index: 2;
}
.bg-red {
    background: #ee1d23;
}
.bg-dark {
    background: #0c0e0d !important;
}
.freButton {
    padding: 8px 22px;
    border-radius: 6px;
}
.freButton.bg-red:hover {
    background: #0c0e0d;
}
.freButton.bg-dark:hover {
    background: #ee1d23 !important;
}
.text-red {
    color: #ee1d23;
}
.text-dark {
    color: #0c0e0d !important;
}
/*7.5.21*/
.text-light {
    color: #FFF !important;
}
.text-pink {
    color:#FF33CC !important;
}
.text-yellow {
    color:#FFCC00 !important;
}
.text-green {
    color:#00CC00 !important;
}
.store_hd
{
background:#cf1516;
padding:10px 20px;
font-weight:bold;
color:#fff;
font-size:20px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.store_div
{
box-shadow: 0 0 20px rgb(238 29 35 / 20%);
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.store_div table {

    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

.store_div  table tr {
   
    padding: 5px;
  }

.store_div  table th, table td {
    padding: 10px;
    text-align: center;
	width:16%;
  }

.store_div  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  
.store_in { padding:10px 20px; }
.st_table .store_in span , .st_table .store_in { font-size:18px !important; text-align:center; }
.st_table .store_hd  { border-radius:0px; font-size:20px; text-transform:uppercase; text-align:center; }

.transition {
    transition: 0.5s;
}
/*---------------------------------------------------
:::::Header Section
---------------------------------------------------*/
header .topHeader {
    background: #ee1d23;
}
header .topHeader i, footer .copyright i {
    font-size: 14px;
    width: 36px;
    height: 36px;
    color: #000;
    border: 2px solid #fff;
}
header .topHeader ul li a:hover {
    color: #000 !important;
}
header .topHeader ul li:hover i, footer .copyright ul li:hover i {
    background: #fff;
    color: #ee1d23;
}
header .cartBox {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 50px;
    padding: 6px 25px 6px 6px;
}
header .cartBox i {
    width: 40px;
    height: 40px;
    background: #ee1d23;
    border: 2px solid #fff;
}
header .cartBox ul li:hover i {
    background: #0c0e0d;
}
header .cartBox ul li strong span {
    color: #ee1d23;
}
header nav ul.navbar-nav li.dropdown {
    margin-right: 10px;
}

header nav {
  /*background: #fff !important;*/
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
header .navbar-brand {
    position: absolute;
    top: -76px;
    left: 0;
    z-index: 9;
    background: #f4f4f4;
    padding: 20px 12px 12px;
    border-radius: 0 0 130px 130px;
}
header nav ul.navbar-nav > li {
    padding: 6px 15px;
}
header nav ul > li > a {
  color: #000 !important;  
}
header nav ul.navbar-nav > li > a:hover, header nav ul.navbar-nav > li > a.active {
    color: #d2232a !important;
    border-color: #d2232a;
}
header .navbar-expand-lg .navbar-nav li.dropdown::after {
    content: '';
    position: absolute;
    border: 1px solid #242424;
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}
header .navbar-expand-lg .navbar-nav li.dropdown:hover::after {
    border-color: #d2232a;
}
.dropdown-item:hover {
    background: transparent !important;
}
header nav ul.navbar-nav > li {
    position: relative;
}
header nav ul.navbar-nav > li > a {
    padding: 0 !important;
}
header nav ul.navbar-nav > li > a::before, header nav ul.navbar-nav > li > .dropdown-menu a::before {
    content: '';
    width: 0px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #e5e5e5;
    left: 0;
    z-index: -1;
    border-radius: 3px;
    opacity: 0;
    transition: 0.5s;
}
header nav ul.navbar-nav > li > a::after, header nav ul.navbar-nav > li > .dropdown-menu a::after {
    content: '';
    width: 5px;
    position: absolute;
    height: 5px;
    bottom: 0;
    background: #ee1d23;
    left: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
header nav ul.navbar-nav > li:hover > a::before, header nav ul.navbar-nav > li > a.active::before, header nav ul.navbar-nav > li > .dropdown-menu a:hover::before {
    width: 40px;
    opacity: 1;
}
header nav ul.navbar-nav > li:hover > a::after, header nav ul.navbar-nav > li > a.active::after, header nav ul.navbar-nav > li > .dropdown-menu a:hover::after {
    left: 35px;
    opacity: 1;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu {
    border: 0;
    top: 100%;
    background: #ee1d23;
    background-image: linear-gradient(to bottom, white 15.5%, #ee1d23 15.5%);
    border-radius: 0;
    width: max-content;
    min-width: max-content;
    padding: 45px 15px 0;
}
.dropdown-item:hover{
    background:#085ca5;
    color:#fff;
}
.dropdown-menu a:hover {
    padding-left: 18px;
    color: #ffbabd;
}
header nav ul.navbar-nav li .dropdown-menu a:last-child {
    margin-bottom: 15px;
}
header nav ul.navbar-nav li .dropdown-menu a {
    padding: 6px 10px !important;
    font-size: 15px;
    border-bottom: 1px dashed rgba(255,255,255,0.40);
}
header nav ul.navbar-nav li .dropdown-menu a:last-child {
    border-bottom: 0;
}
header nav ul.navbar-nav li .dropdown-menu a:hover, header nav ul.navbar-nav li .dropdown-menu a.active {
    color: #000 !important;
}
header nav ul.navbar-nav li .dropdown-menu a:hover::before {
    background: rgba(255,255,255,0.20);
}
header nav ul.navbar-nav li .dropdown-menu a:hover::after {
    background: #000;
}
header nav ul.navbar-nav li .dropdown-menu a {
    color: #d2232a;
}
/*---------------------------------------------------
:::::Banner Section
---------------------------------------------------*/
.bannerSlider .item .firstBox {
    background: url(../images/sliderBg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.bannerSlider .item .firstBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.85);
    left: 0;
}
.bannerSlider .item .contentBox > h1 {
    font-size: 55px;
    line-height: 40px;
}
.bannerSlider .item .contentBox > h1 > small {
    font-size: 30px;
}
.bannerSlider .item .contentBox > span {
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 200;
}
.bannerSlider .item .contentBox > p > strong {
    font-size: 18px !important;
}
#banner_slider .owl-item .item img {
    width: 55vw;
    float: right;
}
.bannerSlider .item .container {
    left: 0;
    right: 0;
}
.bannerSlider .item .contentBox {
    width: 42%;
}
/* Slider 2 */
.bannerSlider .item .secondBox {
    background: url(../images/slider2Bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.bannerSlider .item .secondBox > h2 > .container, .bannerSlider .item .secondBox > h2 > .container > a {
    font-size: 40px;
}
.bannerSlider .item .secondBox > h3 > .container {
    font-size: 20px;
}
.bannerSlider .item .secondBox > img {
    width: 200px !important;
}
.bannerSlider .item .secondBox > a {
    font-size: 40px;
}
.bannerSlider .item .secondBox > h2 > .container, .bannerSlider .item .secondBox > h2 > .container > a, 
.bannerSlider .item .secondBox > h2 > .container > small, .bannerSlider .item .secondBox > h3 > .container, 
.bannerSlider .item .secondBox > a, .bannerSlider .item .secondBox > h5 > .container {
    font-family: 'ARROYO';
}
/* End Slider 2 */

/* Slider 3 */
.bannerSlider .item .thirdBox {
    background: url(../images/slider3Bg.jpg) no-repeat;
    background-size: cover;
}
.bannerSlider .item .thirdBox > img {
    top: 0;
    left: 0;
}
.bannerSlider .item .thirdBox > h2 {
    margin-top: 107px;
    width: 40%;
}
.bannerSlider .item .thirdBox > h2, .bannerSlider .item .thirdBox > h2 > span {
    font-size: 35px;
}
.bannerSlider .item .thirdBox > p, .bannerSlider .item .thirdBox > p > strong {
    font-size: 22px;
}
.bannerSlider .item .thirdBox > p {
    width: 55%;
}
.bannerSlider .item .thirdBox > .contactDetails > a, .bannerSlider .item .thirdBox > .contactDetails > a > i {
    font-size: 25px;
}
.bannerSlider .item .thirdBox > .contactDetails > a:hover, .bannerSlider .item .secondBox > h2 > .container > a:hover {
    color: #0c0e0d !important;
}
.bannerSlider .item .thirdBox > .contactDetails::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 4px;
    top: -10px;
    background: #0c0e0d;
    left: 0;
}


.bannerSlider #banner_slider .owl-nav {
    position: absolute;
    width: 100%;
}
.bannerSlider #banner_slider .owl-nav button, .partnerSec #partner_slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #0c0e0d;
    border-radius: 5px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.bannerSlider #banner_slider .owl-nav .owl-prev {
    left: 10px;
}
.bannerSlider #banner_slider .owl-nav .owl-next {
    left: 10px;
    top: 55px;
}
.bannerSlider #banner_slider .owl-nav button span, .partnerSec #partner_slider .owl-nav  button span {
    font-size: 0;
}
.bannerSlider #banner_slider .owl-nav button span::before, 
.partnerSec #partner_slider .owl-nav button span::before {
    font-size: 14px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.5s;
    color: #fff;
}
.bannerSlider #banner_slider .owl-nav .owl-next span::before, 
.partnerSec #partner_slider .owl-nav .owl-next span::before {
    content: '\f061';
}
.bannerSlider #banner_slider .owl-nav .owl-prev span::before, 
.partnerSec #partner_slider .owl-nav .owl-prev span::before {
    content: '\f060';
}
.bannerSlider #banner_slider .owl-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerSlider #banner_slider .owl-dots > button {
    border: 1px solid #0c0e0d;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    transition: 0.5s;
}
.bannerSlider #banner_slider .owl-dots > button > span {
    width: 100%;
    height: 100%;
    background: #ee1d23;
    margin: 0;
    transform: scale(0.3);
    transition: 0.5s;
}
.bannerSlider #banner_slider .owl-dots > button:hover, .bannerSlider #banner_slider .owl-dots > button.active {
    border: 1px solid #ee1d23;
}
.bannerSlider #banner_slider .owl-dots > button:hover > span, .bannerSlider #banner_slider .owl-dots > button.active > span {
    transform: scale(1);
}
/*---------------------------------------------------
:::::Brand Section
---------------------------------------------------*/
.brandSec .itemBox {
    box-shadow: 0 0 50px rgb(238 29 35 / 20%);
    padding: 30px 30px 80px !important;
    border-radius: 10px;
}
.brandSec .itemBox > .imgBox {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border: 6px solid #ee1d23;
    border-radius: 15px;
    margin: auto;
}
.brandSec .itemBox > p {
    font-size: 15px;
    color: #242424;
}
.brandSec .itemBox a.freButton {
    bottom: 30px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
}
.brandSec .itemBox:hover {
    background: #ee1d23;
}
.brandSec .itemBox:hover .imgBox {
    border-color: #ee1d23;
}
.brandSec .itemBox:hover h5, .brandSec .itemBox:hover p {
    color: #fff;
}
.brandSec .itemBox a.freButton:hover, .productSec .conetntBox a.freButton:hover {
    color: #ee1d23 !important;
    background: #fff !important;
}
/*---------------------------------------------------
:::::On Sale Section
---------------------------------------------------*/
.onSale {
    background: url(../images/saleBg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.onSale .saleBox {
    background: url(../images/onSale.jpg) no-repeat;
    border-radius: 12px;
    padding: 45px 0 60px;
    background-size: 100% 100%;
}
.onSale .saleBox > .content {
    width: 50%;
}
.onSale .saleBox > .content > h2 {
    font-size: 36px;
}
.onSale .saleBox > .content > h2 > span {
    font-size: 25px;
}
.onSale .saleBox > .content > small {
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 3px;
}
/*---------------------------------------------------
:::::Product Section
---------------------------------------------------*/
.productSec {
    background: url(../images/productBg.jpg) no-repeat;
    background-blend-mode: luminosity;
    background-size: cover;
}
.productSec::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(19,13,13,0.90);
    left: 0;
    z-index: -1;
}
.productSec .proBox img {
    border-radius: 8px;
}
.productSec .proBox .icons {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
    opacity: 0;
}
.productSec .proBox:hover .icons {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.productSec .proBox .icons i {
    width: 46px;
    height: 46px;
    margin: 0 3px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.productSec .proBox .icons i:hover {
    background: #ee1d23 !important;
    color: #fff;
}
.productSec .proBox .content {
    padding: 15px;
    border-radius: 6px;
    bottom: -20px;
    left: 10px;
    right: 10px;
    opacity: 0;
}
.productSec .proBox .content p {
    font-size: 15px;
}
.productSec .proBox:hover .content {
    bottom: 10px;
    opacity: 1;
}
button.fancybox-button {
    background: rgba(255,255,255,0.20);
    transition: 0.5s;
}
button.fancybox-button:hover {
    background: rgba(238,29,35,1);
}
.fancybox-button svg path {
    fill: #fff !important;
}
/*---------------------------------------------------
:::::Designing Services Section
---------------------------------------------------*/
.designingSec .describe {
    height: 85%;
    border: 15px solid #f1f1f1;
}
.designingSec .describe ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 8px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    background: #ee1d23;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
}
/*---------------------------------------------------
:::::Featured Gifts Section
---------------------------------------------------*/
.giftsSec {
    background: #801424;
}
.giftsSec .giftBox {
    padding: 15px 15px 0 0;
    border-radius: 10px;
}
.giftsSec .giftBox a.freButton {
    font-size: 14px;
    padding: 8px 15px;
}
.giftsSec .giftBox h6, .giftsSec .giftBox h6 > span {
    font-size: 22px;
    line-height: 22px;
}
.giftsSec .giftBox > .textBox {
    padding-left: 15px;
}
/*---------------------------------------------------
:::::Client Review Section
---------------------------------------------------*/
.clientReview {
    background: url(../images/reviewBg.jpg) #ee1d23 no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
}
.clientReview::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(238,29,35,0.90);
    left: 0;
    z-index: -1;
}
.clientReview .owl-item .item {
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    border-radius: 12px;
}
.clientReview .owl-carousel .owl-stage-outer {
    padding: 30px 0 50px;
}
.clientReview .owl-item.center .item {
    background: #fff !important;
}
.clientReview .owl-item .item i {
    font-size: 50px;
    color: #f36165;
}
.clientReview .owl-item.center .item i {
    color: #ee1d23;
}
.clientReview .owl-item.center .item p {
    color: #242424 !important;
}
.clientReview .owl-item .item > .designation {
    width: max-content;
    border-radius: 100px;
    transform: translate(0, 50%);
    border: 2px solid #ee1d23;
}
.clientReview .owl-item.center .item > .designation {
    background: #fff !important;
}
.clientReview .owl-item.center .item > .designation > strong {
    color: #000 !important;
}
.clientReview .owl-dots button > span {
    width: 30px !important;
    height: 3px !important;
    margin: 0px 3px !important;
    background: #fff !important;
    transition: 0.5s;
}
.clientReview .owl-dots button.active > span {
    background: #000 !important;
}
/*---------------------------------------------------
:::::Mailing List Section
---------------------------------------------------*/
.mailingList {
    background: url(../images/joiningBg.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.mailingList form .row [class*=col-] {
    padding: 0 10px;
}
.mailingList form input {
    padding: 12px 15px;
    background: #e5e5e5;
    border-radius: 5px;
    font-size: 15px;
}
.mailingList form button {
    padding: 12px 30px !important;
    font-weight: 500;
}
/*---------------------------------------------------
:::::Partner Section
---------------------------------------------------*/
.partnerSec .owl-stage {
    display: flex;
    align-items: center;
}
.partnerSec img {
    width: 60%;
    max-width: 60%;
    margin: auto;
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
    background: url(../images/footerBg.jpg) #fff no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: luminosity;
}
footer::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgb(241 239 239 / 95%);
    left: 0;
    z-index: -1;
}
footer .quickLinks ul li a::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 6px;
    color: #ee1d23;
    font-size: 15px;
}
footer .quickLinks ul li a {
    font-size: 15px;
    margin-top: 8px;
}
footer .contactLink ul li a i {
    width: 40px;
    height: 40px;
    top: 0;
    border: 2px solid #000;
    left: 0;
}
footer .quickLinks ul li a:hover, footer .contactLink ul li a:hover, footer .quickLinks ul li a.active {
    color: #ee1d23 !important;
}
footer .contactLink ul li a {
    margin-bottom: 20px;
}
/* Copyright */
footer .copyright p > a:hover {
    color: #000 !important;
}
/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 45px;
    bottom: 65px;
    right: 10px;
    z-index: 90;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateZ(0);
    border: 3px solid #fff;
}
.back-to-top i {
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #ee1d23 !important;
    opacity: 1
}
.back-to-top.show {
    visibility: visible;
    bottom: 10px;
    opacity: 1;
}
/*---------------------------------------------------
:::::Inner Page Banner Section
---------------------------------------------------*/
.innerBanner .sectionTitle {
    background-image: linear-gradient(
90deg
, transparent, white, transparent);
    padding: 8px 100px;
}
/*---------------------------------------------------
:::::About Us Page Section
---------------------------------------------------*/
/* Special Order */
.specialOrder .offerBox {
    background: url(../images/specialOrder.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}
.specialOrder .offerBox .content {
    width: 50%;
    background: rgba(238,29,35,0.80);
    padding: 50px 20px;
    border-radius: 10px;
}
.specialOrder .offerBox .content > p {
    font-weight: 200;
    font-size: 25px;
}
.specialOrder .offerBox .content > p > strong {
    font-size: 25px;
    font-weight: 700;
}
/* What We Do */
.whatweDo {
    background: url(../images/whatweDo.jpg) #1a1a1a no-repeat;
    background-blend-mode: luminosity;
    background-size: cover;
}
.whatweDo::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(238,29,35,0.92);
    left: 0;
    z-index: -1;
}
/*---------------------------------------------------
::::: Section
---------------------------------------------------*/




/*---------------------------------------------------
::::: Section
---------------------------------------------------*/




/*---------------------------------------------------
::::: Section
---------------------------------------------------*/



/*---------------------------------------------------
:::::Contact Us Page Section
---------------------------------------------------*/
.contactDescrip .iconBox > h5 {
    font-size: 18px;
    margin: 30px 0 15px;
}
.contactDescrip .iconBox .icon {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    box-shadow: 0 10px 50px #dbdbdb;
}
.contactDescrip .iconBox .icon > i {
    font-size: 24px;
}
.contactDescrip .mainBox {
    padding: 30px 20px;
}
.contactDescrip .mainBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 0%;
    top: 0;
    background: #ee1d23;
    left: 0;
    z-index: -1;
    right: 0;
    transition: 0.5s;
}
.contactDescrip .mainBox:hover::before {
    height: 100%;
}
.contactDescrip .mainBox:hover .icon {
    box-shadow: 0 10px 50px rgba(0,0,0,0.20);
    background: #0c0e0d !important;
}
.contactDescrip .mainBox:hover .icon > i {
    color: #fff !important;
}
.contactDescrip .mainBox:hover .iconBox > h5 {
    color: #fff;
}
.contactDescrip .mainBox:hover .iconBox > a, .contactDescrip .mainBox:hover .iconBox > p {
    color: #fff !important;
}
.contactDescrip .mainBox .iconBox > a:hover {
    color: #fff;
}
.contactForm {
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
    padding: 60px 50px;
    border-radius: 12px;
}
.contactForm > form input, .contactForm > form textarea {
    padding: 15px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.contactForm > form > .namePhone input:last-child {
    width: 48%;
}
.contactForm > form > .namePhone input:first-child {
    width: 48%;
    margin-right: 4%;
}
.contactForm > form button {
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
}
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    border: 5px solid #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.map-responsive > iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/*---------------------------------------------------
:::::Responsive Section
---------------------------------------------------*/
@media only screen and (max-width: 1230px) {
    .bannerSlider .item .contentBox {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    header .topHeader a {
        font-size: 14px;
    }
    header .navbar-brand {
        width: 166px;
    }
    header nav ul.navbar-nav > li {
        padding: 6px 13px;
    }
    header nav div#navbarCollapse {
        flex-direction: unset !important;
        justify-content: flex-end;
    }
    .bannerSlider .item .contentBox {
        padding-left: 20px;
    }
    .bannerSlider #banner_slider .owl-nav .owl-next, .bannerSlider #banner_slider .owl-nav .owl-prev {
        left: 2px;
    }
    .bannerSlider #banner_slider .owl-nav .owl-next {
        top: 47px;
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 45px;
    }
    .bannerSlider .item .contentBox > p {
        font-size: 0;
    }
    .bannerSlider .item .secondBox > img {
        width: 100px !important;
        margin: 15px auto 0 !important;
    }
    .bannerSlider .item .thirdBox > h2 {
        margin-top: 80px;
        width: 60%;
    }
    .bannerSlider .item .thirdBox > p {
        width: 90%;
    }
    .section-padding {
        padding: 70px 0;
    }
    .sp-top {
        padding-top: 70px;
    }
    .sp-bottom {
        padding-bottom: 70px;
    }
    .sectionTitle, .sectionTitle > span {
        font-size: 35px;
        line-height: 40px;
    }
    .onSale .saleBox {
        padding: 40px 0;
    }
    .onSale .saleBox > .content > h2 {
        font-size: 30px;
    }
    .onSale .saleBox > .content > h2 > span {
        font-size: 22px;
    }
    .giftsSec .giftBox img {
        width: 50% !important;
        max-width: 60%;
    }
    .giftsSec .row [class*=col-]:last-child .giftBox img {
        width: 38% !important;
    }
    footer a, footer p {
        font-size: 13px !important;
    }
    footer .contactLink ul li a {
        margin-bottom: 25px;
    }
    .specialOrder .offerBox .content > p, .specialOrder .offerBox .content > p > strong {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
.store_div { margin-bottom:20px; }
.store_div table {
      border: 0;
    }

  .store_div  table thead {
      display: none;
    }

  .store_div  table tr {
      margin-bottom: 10px;
      display: block;

    }
.store_div  table td , .store_div  table th { width:100%; }
  .store_div  table td {
      display: block;
      text-align: right !important;
      font-size: 13px;

    }

  .store_div  table td:last-child {
      border-bottom: 0;
    }

  .store_div  table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    .section-padding {
        padding: 50px 0;
    }
    .sp-top {
        padding-top: 50px;
    }
    .sp-bottom {
        padding-bottom: 50px;
    }
    p {
        font-size: 15px;
    }
    header .topHeader [class*=col-] {
        justify-content: flex-end !important;
    }
    header .topHeader [class*=col-] ul:first-child {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(255,255,255,0.30);
    }
    header .topHeader [class*=col-] ul:first-child > li:nth-child(2) {
        margin: 0 5px !important;
        display: inline-block;
    }
    header .topHeader a {
        font-size: 0;
    }
    header .topHeader ul:first-child i {
        margin-right: 0 !important;
    }
    .btmHeader {
        height: 100px;
    }
    header nav .navbar-toggler {
        color: #000;
        border: 0;
    }
    header nav ul.navbar-nav {
        padding: 10px 0;
        background: #ee1d23;
        margin: 76px 0 0 !important;
    }
    header nav ul.navbar-nav > li > a {
        font-size: 16px;
        margin: 2px 0 !important;
        padding: 8px 20px 6px !important;
        position: relative;
        z-index: 0;
    }
    header nav ul.navbar-nav > li {
        padding: 6px 15px;
    }
    header nav ul.navbar-nav > li > a:hover, header nav ul.navbar-nav > li > a.active {
        color: #fff !important;
    }
    header .navbar-expand-lg .navbar-nav li.dropdown:hover::after {
        border-color: #fff !important;
    }
    header nav ul.navbar-nav > li > a::before, header nav ul.navbar-nav > li > .dropdown-menu a::before {
        background: rgba(255,255,255,0.20);
    }
    header nav ul.navbar-nav > li > a::after, header nav ul.navbar-nav > li > .dropdown-menu a::after {
        background: #000;
    }
    header .navbar-expand-lg .navbar-nav li.dropdown::after {
        right: 15px;
    }
    .dropdown-menu {
        background-image: none;
        padding: 10px 15px 0;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
    }
    header nav ul.navbar-nav li .dropdown-menu a:last-child {
        margin-bottom: 10px;
    }
    header .dropdown-menu {
        position: absolute !important;
    }
    header .toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 8px;
        right: 0;
        z-index: 9;
        padding: 0;
    }
    header .toggle span {
        display: block;
        background: #000;
        width: 38px;
        height: 4px;
        border-radius: 0;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
    }
    header .toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    header .toggle span:nth-child(3) {
        margin-top: 8px;
    }
    header .toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
    }
    header .toggle.active span:nth-child(1) {
        margin-top: 8px;
        margin-bottom: -4px;
    }
    header .toggle.active span:nth-child(1),
    header .toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .toggle.active span:nth-child(3) {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    header .cartBox {
        position: absolute;
        top: 0;
        right: 70px;
    }
    header nav ul.navbar-nav li.dropdown {
        margin-right: 0px;
    }
    .bannerSlider .item .contentBox > h1 > small {
        font-size: 22px;
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 33px;
        line-height: 30px;
    }
    .bannerSlider .item .contentBox > span {
        padding: 5px 10px;
        font-size: 16px;
        margin: 10px 0 5px!important;
    }
    .bannerSlider .item .contentBox > p > strong {
        font-size: 15px !important;
    }
    .bannerSlider .item .secondBox > h2 > .container, .bannerSlider .item .secondBox > h2 > .container > a, .bannerSlider .item .secondBox > a {
        font-size: 36px;
    }
    .bannerSlider .item .secondBox > h3 > .container {
        font-size: 18px;
    }
    .sectionTitle, .sectionTitle > span {
        font-size: 30px;
        line-height: 35px;
    }
    .bannerSlider .item .thirdBox > h2, .bannerSlider .item .thirdBox > h2 > span {
        font-size: 25px;
    }
    .bannerSlider .item .thirdBox > p, .bannerSlider .item .thirdBox > p > strong {
        font-size: 17px;
    }
    .onSale .saleBox > .content > h2 {
        font-size: 22px;
    }
    .onSale .saleBox > .content > h2 > span {
        font-size: 18px;
    }
    .onSale .saleBox > .content > small {
        font-size: 14px;
        display: block !important;
        width: max-content;
        margin: auto;
    }
    .onSale .saleBox > .content > p {
        display: none;
    }
    .designingSec .row {
        align-items: center;
    }
    .designingSec .describe {
        height: 100%;
    }
    .giftsSec .giftBox {
        flex-direction: column-reverse;
    }
    .giftsSec .giftBox img, .giftsSec .row [class*=col-]:last-child .giftBox img {
        width: 100% !important;
        max-width: 100%;
        margin-top: 130px;
    }
    .giftsSec .giftBox > .textBox {
        padding-left: 0;
        position: absolute;
        top: 20px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .giftsSec .row [class*=col-]:nth-child(2) .giftBox img {
        padding: 0 15px;
    }
    .giftsSec .row [class*=col-]:last-child .giftBox img {
        padding: 0 30px;
    }
    .mailingList form .row [class*=col-] {
        padding: 0 5px;
    }
    footer > .container > .row [class*=col-]:nth-child(4), footer > .container > .row [class*=col-]:last-child {
        margin-top: 20px;
    }
    footer .copyright .row [class*=col-] {
        text-align: center;
        justify-content: center;
        display: flex;
    }
    footer .copyright ul {
        margin-top: 6px;
    }
    .innerBanner > img {
        height: 200px;
        object-fit: cover;
    }
    .specialOrder .offerBox .content {
        width: 70%;
        padding: 30px 20px;
    }
    .specialOrder .offerBox .content > p, .specialOrder .offerBox .content > p > strong {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .bannerSlider .item .contentBox {
        margin-top: 30px;
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 24px;
        line-height: 20px;
    }
    .bannerSlider .item .contentBox > span {
        font-size: 15px;
        margin: 10px 0 5px!important;
    }
    .bannerSlider .item .contentBox > p > strong {
        font-size: 11px !important;
    }
    .bannerSlider .item .secondBox > h3 > .container {
        font-size: 14px;
    }
    .bannerSlider .item .secondBox > h2 > .container, .bannerSlider .item .secondBox > h2 > .container > a, .bannerSlider .item .secondBox > a {
        font-size: 26px;
    }
    .bannerSlider .item .thirdBox > h2, .bannerSlider .item .thirdBox > h2 > span {
        font-size: 18px;
        margin-top: 50px;
    }
    .bannerSlider .item .thirdBox > p, .bannerSlider .item .thirdBox > p > strong {
        font-size: 16px;
    }
    .bannerSlider .item .thirdBox > .contactDetails > a, .bannerSlider .item .thirdBox > .contactDetails > a > i {
        font-size: 18px;
    }
    .freButton {
        padding: 6px 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .sectionTitle, .sectionTitle > span {
        font-size: 25px;
        line-height: 30px;
    }
    .onSale .saleBox {
        padding: 30px 0;
    }
    .onSale .saleBox > .content > h2 {
        font-size: 17px;
    }
    .onSale .saleBox > .content > h2 > span {
        font-size: 15px;
    }
    .onSale .saleBox > .content > small {
        font-size: 12px;
        padding: 5px 10px !important;
        letter-spacing: 2px;
    }
    .productSec .conetntBox {
        text-align: center;
    }
    .giftsSec .giftBox h6, .giftsSec .giftBox h6 > span {
        font-size: 18px;
        line-height: 20px;
    }
    .giftsSec .giftBox p {
        font-size: 15px;
    }
    .mailingList p {
        margin-bottom: 0;
    }
    .mailingList form .row [class*=col-] {
        margin-top: 10px;
        text-align: center;
    }
    footer .row [class*=col-]:nth-child(4) {
        margin-top: 0;
    }
    footer .copyright {
        margin-top: 30px !important;
    }
    .specialOrder .offerBox {
        background-size: cover;
        background-position: center right;
    }
    .map-responsive {
        padding-bottom: 40%;
    }
}
@media only screen and (max-width: 575px) {
    header .topHeader [class*=col-] {
        justify-content: center !important;
    }
    header .topHeader i {
        font-size: 10px;
        width: 30px;
        height: 30px;
    }
    .btmHeader {
        height: 80px;
    }
    header .navbar-brand {
        top: -24px;
        width: 80px !important;
        border-radius: 50%;
        padding: 8px;
    }
    header .cartBox i {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    header nav ul > li > a strong, header nav ul > li > a span {
        font-size: 12px !important;
    }
    header nav ul.navbar-nav {
        margin: 56px 0 0 !important;
    }
    header .cartBox {
        right: 35px;
        padding: 2px 10px 2px 2px;
    }
    header .toggle span {
        width: 25px;
        height: 2px;
    }
    header .toggle.active span:nth-child(1) {
        margin-bottom: -2px;
    }
    header .toggle.active span:nth-child(3) {
        margin-top: -3px;
    }
    header .toggle span:nth-child(1) {
        margin-bottom: 6px;
    }
    header .toggle span:nth-child(3) {
        margin-top: 6px;
    }
    #banner_slider .owl-item .item img {
        width: 99vw;
    }
    .bannerSlider .item .container {
        position: relative !important;
    }
    .bannerSlider .item .contentBox {
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .bannerSlider .item .contentBox > h1 {
        font-size: 28px;
        line-height: 26px;
    }
    .bannerSlider .item .contentBox > h1 > small {
        font-size: 25px;
    }
    .bannerSlider .item .contentBox > span {
        font-size: 18px;
        margin: 5px !important;
    }
    .bannerSlider .item .contentBox > p > strong {
        font-size: 16px !important;
    }
    .bannerSlider #banner_slider .owl-nav .owl-next {
        top: 0;
        right: 2px;
        left: auto;
    }
    .bannerSlider #banner_slider .owl-dots {
        bottom: -20px;
    }
    .bannerSlider .item .thirdBox > h2 {
        width: 100%;
    }
    .bannerSlider .item .thirdBox > p {
        width: 70%;
        margin: 10px auto 30px !important;
    }
    .bannerSlider .item .thirdBox > p, .bannerSlider .item .thirdBox > p > strong {
        font-size: 15px;
    }
    .bannerSlider .item .thirdBox > .contactDetails > a, .bannerSlider .item .thirdBox > .contactDetails > a > i {
        font-size: 16px;
        display: flex;
        padding-left: 8px;
        align-items: center;
    }
    .sectionTitle, .sectionTitle > span {
        font-size: 20px;
        line-height: 25px;
    }
    .onSale .saleBox > .content {
        width: 60%;
    }
    .onSale .saleBox > .content > h2 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .onSale .saleBox > .content > h2 > span {
        font-size: 10px;
    }
    .onSale .saleBox > .content > small {
        font-size: 10px;
        padding: 3px 8px !important;
        border-radius: 3px;
        margin-bottom: 5px !important;
    }
    .productSec .proBox .icons {
        transform: translate(-50%, -60px);
    }
    .productSec .proBox:hover .icons {
        transform: translate(-50%, -100%);
        opacity: 1;
    }
    .mailingList form .row [class*=col-] {
        padding: 0 15px;
    }
    footer .row [class*=col-]:nth-child(4) {
        margin-top: 20px;
    }
    footer .copyright {
        margin-top: 20px !important;
    }
    .innerBanner > img {
        height: 150px;
    }
    .specialOrder .offerBox {
        padding: 15px !important;
    }
    .specialOrder .offerBox .content {
        width: 100%;
        padding: 15px;
    }
    .specialOrder .offerBox .content > p, .specialOrder .offerBox .content > p > strong {
        font-size: 16px;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
}