html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   font-family: Calibri;
}
html { overflow-y: scroll; }

body{font-family: 'Open Sans', Calibri, sans-serif; position: relative;}

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-size: 3.0em;
  line-height: 1.55em;
  margin-bottom: 10px;
  color: #666;
}

p {
  font-size: 1em;
  line-height: 1.35em;
  color: #414141;
  margin-bottom: 15px;
}

.top_phone {
    text-align: right;
    line-height: 5.3em;
    color: #131313;
    font-size: 15px;
}
header {
    margin-top: 15px;
    margin-bottom: 0px;
}
.top_phone span:first-child {
    padding: 24px;
}
.top_phone span a {
    text-decoration: none;
    color: #000;
}
nav {
 text-align: right;
}
nav ul {
    margin: 0px;
}
#topbar .dropdown-menu {
    box-shadow: none;
    border: 0;
}
#topbar .navbar-inverse {
    background-color: #7e2c90;
    border-color: transparent;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 0px;
    border:0px;
}#topbar 
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
#topbar .navbar-inverse .navbar-toggle:focus, #topbar .navbar-inverse .navbar-toggle:hover {
    background-color: #7e2c90;
        border-radius: 0px;
}
#topbar .navbar-header button {
    float: left;
}
#topbar #myNavbar {
    border: 0px;
}
#topbar nav ul li {
    list-style: none;
    display: inline;
}
#topbar nav ul li a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    padding: 9px 22px;
    transition: 1s ease-in;
    line-height: 1.3em;
    width: 100%;
}
#topbar nav ul li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #90278e;
	transition: 0.5s ease-out;
}
#topbar nav ul li a.active{
	color: #fff;
	text-decoration: none;
	background-color: #851383;
	transition: 0.5s ease-out;
}
#topbar .navbar{min-height:39px;}
/** page structure **/


#topbar {
  display: block;
}


/** heading bar **/

#topnav ul li a#searchtoggl {
  margin-right: 0;
  padding:9px 14px;
}


/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  border-top: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  position: absolute;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}

#s {
    display: block;
    width: 88%;
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    font-weight: normal;
    color: #676767;
}

#searchsubmit {
    display: block;
    float: right;
    margin-top: 14px;
    background: none;
    color: #851383;
    border: 0;
    outline: none;
    cursor: pointer;
}
a.carousel-control i {
    position: absolute;
    top: 45%;
}
.slider_content {
    top: 118px;
    position: absolute;
    z-index: 9999;
    right: 11%;
    background-color: rgba(255,255,255, 0.8);
    padding: 40px 30px;
    text-align: center;
    width: 31%;
    line-height: 3em;
}
.slider_content h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #7e2c90;
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: Calibri;
  
}
.slider_content h4 {
    text-transform: capitalize;
    font-weight: lighter;
    font-size: 30px;
    color: #3c3c3c;
    line-height: 0.9em;
    margin-bottom: 30px;
}
.slider_content a {
    background-color: #851383;
    color: #fff;
    text-decoration: none;
    padding: 15px 45px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s ease-out;
}
.slider_content a:hover{
    background-color: #423d91;
    transition: 0.5s ease-out;
}
.carousel-indicators .active {
    background-color: #7e2c90;
    border-color:#7e2c90; 
}
.carousel-indicators li {
    border: 1px solid #c9c9c9;
    background-color: #c9c9c9;
    width: 12px;
    height: 12px;
}
.carousel-indicators {
    bottom: -27px;
}
.home_about {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}
.home_about .about_bg {
    background-color: #ececec;
    padding: 30px 30px;
    width: 100%;
    float: left;
}
.about_pic {
    width: 24%;
    float: left;
    position: absolute;
}
.about_text {
    float: left;
    width: 75%;
    margin-left: 26%;
}
.about_text_new {float: left;
    width: 75%;
    margin-left: 5%;}
.about_text h3, .about_text_two h3,.about_text_new h3  {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
}
.about_text p, .about_text_two p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    letter-spacing: 0.4px;
    margin-right: 15px;
}
.about_text_two {
    margin-top: 82px;
    margin-left: 28px;
}
/*.about_pic:after {
    position: absolute;
    width: 90%;
    height: 100%;
    border: 2px solid #7e2c90;
    z-index: 999;
    content: '';
    top: 6px;
    left: -8px;
}
.about_pic_two:after {
    position: absolute;
    width: 93%;
    height: 100%;
    border: 2px solid #7e2c90;
    z-index: 999;
    content: '';
    top: 7px;
    left: 6px;
}*/

.copy {
    border-top: 1px solid #ccc;
    padding-bottom: 0px;
    padding-top: 10px;
}
/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }


section.arrivals, section.collections, section.testimonial, section.footer {
    width: 100%;
    float: left;
    margin: 20px 0px;
}
section.arrivals h1, section.collections h1  {
    font-size: 30px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    font-family: Calibri;
    font-weight: bold;
}
.about_text p:last-child {
    display: none;
}
section.arrivals a {
    width: 100%;
    float: left;
}
.arrivals .col-lg-6{
  position: relative;
}
.arrivals .hvr-grow {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    max-height: 152px;
}
.arrivals_text {
    position: absolute;
    z-index: 999;
    content: '';
    left: 33% !important;
    width: auto !important;
    padding: 20px !important;
}
.arrivals_text h3 {
    font-size: 20px;
    text-transform:capitalize;
    color: #1e1e1e;
    font-weight: bold;
    font-family: Calibri;
}
.arrivals_text h5 {
    font-size: 18px;
    line-height: 1em;
    padding-top: 9px;
    color: #343434;
}
.arrivals_text p {
    margin-bottom: 0px;
}
.arrivals_img img {
    width: 100%;
}
.collections.home .collections_img {
    min-height: 557px !important;
}
.about_text p:nth-child(4) {
    display: none !important;
}
.collections_img img {
    width: 100%;
}
.collections_img h2 {
    position: absolute;
    z-index: 999;
    content: '';
    bottom: 42%;
    width: 80%;
    background-color: rgba(133,19,123,0.8);
    text-align: center;
    left: calc( 40% - 30%);
    padding: 7px 15px;
    color: #fff;
    font-size: 22px;
    font-family: Calibri;
    font-weight: 100;
    text-transform: uppercase;
}
section.collections .container .row {
    margin-bottom: 20px;
}
#myTestimonial {
    text-align: center;
    background-image: url(../images/testimonial_bg.jpg);
    background-repeat: no-repeat;
    padding: 50px 0px;
}
#myTestimonial h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#myTestimonial .carousel-inner .item img {
    display: inline;
    border-radius: 100%;
}
#myTestimonial .carousel-inner {
    width: 70%;
    margin: auto;
}
#myTestimonial .carousel-indicators {
    bottom: 13px;
}

#myTestimonial .item {
    text-align: center;
    width: 100%;
    margin: auto;
}
#myTestimonial p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
.footer{
  border-top:2px solid #423d91; 
}
section.footer {
    padding-top: 40px;
}
.footer h3 {
    color: #423d91;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer ul li, .footer p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1.8em;
}
.footer ul li a {
    color: #5f5f5f;
}
.footer ul li a:hover {
    color: #5f5f5f;
    text-decoration: none;
}
ul.social li {
    display: inline;
    padding-right: 6px;
    color: #999999;
    transition: 0.5s ease-out;
}
ul.social li a:hover {
    display: inline;
    color: #851383;
    transition: 0.5s ease-out;
}
ul.main_cat_list {
    font-size: 17px;
}
ul.main_cat_list li.cat {
    background-color: #7e2c90;
    color: #fff !important;
    font-size: 20px;
    padding: 7px 15px !important;
    margin-bottom: 15px;
    line-height: normal;
}
ul.main_cat_list li a {
    color: #333;
    text-decoration: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: bold;
}
ul.main_cat_list li a:hover {
    color: #7e2c90;
    text-decoration: none;
}
ul.main_cat_list li {
    padding-left:0px !important;
}
ul.main_cat_list li ul.sub-cat {
    margin-bottom: 14px;
    float: left;
    width: 100%;
    padding-top: 5px;
}
ul.main_cat_list li ul.sub-cat li {
    padding-left:10px !important;
    line-height: 1.6em;
}
ul.main_cat_list li ul.sub-cat li a {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.thumb_cat a {
    width: 100%;
}
ul.sub-cat li a {
    font-weight: 100;
}
/*---------our-products-page---css---------*/
#product .collections h6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#product .collections h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.product_name {
    text-align: center;
    padding: 10px 0px;
    line-height: 1.7em;
}
.product_name button {
    background: #3b3491;
    border: 0px;
    padding: 3px 27px;
    color: #fff;
}
.product_name h2 {
    font-size: 17px;
}
.product_name h4 {
    font-size: 17px;
    font-weight: bold;
}
.product_name{
    text-align: left;
}
/*----------------product-details--start--13-jan-------------*/




ul.search_bar {
    width: 57px;
    float: right;
}
.badge {
    color: #000;
    background-color: #fff;
    padding: 4px 7px;
}
.no-padding{
    padding: 0px;
}
.product_details h2 {
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product_details p {
    font-size: 15px;
    line-height: 1.7em;
}
h4.price span {
    font-size: 20px;
    font-weight: bold;

}
h4.price span:first-child {
    text-decoration: line-through;
    margin-right: 10px;
    margin-left: 10px;
}
h4.price span:last-child {
    text-decoration: none;
}
h4.price, h4.size, h4.colors {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4.size span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 14px;
}

#menu ul li a#color-one {
    background-color:#e43600;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
}
#menu ul li a#color-two {
    background-color: #423d91;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
}
#menu ul li a#color-three {
    background-color: #3fa850;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
}
#menu ul li a#color-four {
    background-color: #cb29b2;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
}
#menu ul li {
    display: inline-block;
    border-radius: 10px;
}
#menu span {
    float: left;
    padding-right: 7px;
    margin-top:3px;
    font-size: 18px;
}
#menu {
    margin-bottom: 20px;
}
.current {
    border: 2px solid #000;
}
.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.product_details button.order_details {
    background: #7e2c90;
    color: #fff;
    border: 0px;
    padding: 10px 40px;
    font-size: 20px;
    margin-top: 40px;
    transition: 0.5s ease-out;
}
.product_details button.order_details:hover {
    background: #851383;
    transition: 0.5s ease-out;
}
.center {
    width: 100%;
    margin: 0;
    float: left;
    display: inline-flex;
}
.center .input-group {
    width: 114px;
    margin-left: 20px;
}
.center h4 {
    margin-top: 7px;
}
.current {
    text-decoration: underline;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
/*----------------product-details--end--13-jan-------------*/



/*-----------cart-page-start-16-jan---------------*/
    /* info (hed, dek, source, credit) */
    table.rg-table td div {
    width: 20px;
    height: 20px;
    background-color: red;
    margin: auto;
}
.cart-total  th.text, .cart-total td.text {
    text-align: left;
    font-size: 17px;
}
.cart-total button.product-cart-btn {
    border: 0px;
    background-color: #7e2c90;
    color: #fff;
    padding: 11px 21px;
    margin-right: 10px;
    width: 100%;
    font-size: 20px;
        margin-top: 20px;

}
button.product-cart-btn {
    border: 0px;
    background-color:#7e2c90;
    color: #fff;
    padding: 5px 21px;
    margin-right: 10px;
}
.products-cart-list table.rg-table thead tr {
    background-color: #7e2c90;
    color: #fff;
}
    #product-cart .collections h6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#product-cart .collections h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
}
.rg-container {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding:0;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
  text-align: center;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
  vertical-align: middle;
  text-align: center;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

section.contact_page h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
        font-size: 30px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    font-family: Calibri;
    font-weight: 100;
}
.contact-address h5 i {
    font-size: 11px;
}
.contact_page .text-muted {
    color: #777;
    font-size: 14px;
    text-align: right;
}
.contact_page input.btn.btn-success.btn-send {
    background-color: #7e2c90;
    border: 0px;
    font-size: 20px;
    padding: 7px 25px;
    transition: 0.5s ease-out;
}
.contact_page input.btn-success:hover{
  background-color: #851383;
    border: 0px;
    transition: 0.5s ease-out;
}
.contact_page label {
    font-size: 16px;
    padding-bottom: 8px;

}
.contact-address {
    padding: 20px;
    background-color: #eee;
}
.contact-address h3 {
    font-size: 18px;
    margin-left: 15px;
    font-weight: bold;
}
.contact-address p {
    font-size: 17px;
    margin-top: 6px;
    margin-left: 15px;
}
.contact-address p a{
color: #414141;
}
.contact-address h5 {
    font-size: 13px;
    margin-left: 15px;
    color: #7e2c90;
    margin-bottom: 7px;
}
.contact-address h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/*-----------cart-page-end-16-jan---------------*/

@media(max-width: 1920px){
	.slider_content {
    top: 100px;
    right: 11%;
    padding: 40px 30px;
    width: 30%;
}
}
@media(max-width: 1024px){
.col-lg-9.thumb_cat {
    display: inline-block;
}
#product .collections h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
  .arrivals_text {
    padding: 12px 9px;
}
.arrivals .hvr-grow {
    max-height: 125px;
}
.collections_img h2 {
    bottom: 87px;
    width: 80%;
    font-size: 21px;
}
.slider_content {
    top: 75px;
    right: 11%;
    padding: 15px 30px;
    width: 37%;
}
.slider_content h4 {
    margin-bottom: 13px;
}
.about_text {
    width: 64%;
    margin-left: 34%;
}
.about_text_new {
    width: 100%;
    margin-left: 5%;
}
}
@media(max-width: 768px){
  .slider_content {
    top: 75px;
    left: 0px;
    padding: 15px 17px;
    width: 74%;
    margin: auto;
    right: 0px;
}
.home_about {
    margin-bottom: 0px;
}
.arrivals .hvr-grow {
    max-height: 198px;
    margin-bottom: 30px;
    height: 198px;
}
.collections a.hvr-bob {
    display: inline;
}
.collections_img {
    margin-bottom: 20px;
}
.collections_img h2 {
    bottom: 45%;
    width: 80%;
    font-size: 21px;
}
#myTestimonial .carousel-inner {
    width: 90%;
    margin: auto;
}

}
@media(max-width: 767px){
  header#topbar .col-xs-12 {
    text-align: center;
}
#topnav ul li a#searchtoggl {
    margin-right: 0;
    padding: 8px 14px;
}
.top_phone span {
    width: 100%;
    float: left;
    padding: 0px !important;
    line-height: 1.5;
    margin-bottom: 10px;
}
#topbar nav ul.nav li a {
    width: 100%;
}
#topbar nav ul li {
    list-style: none;
    display: block;
}
.top_phone {
    text-align: center;
    float: unset;
}
.slider_content h2 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1em;
}
.slider_content {
    top:56px;
        width: 66%;
}
a.carousel-control i {
    position: absolute;
    top: 38%;
}
a.carousel-control {
    display: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-nav {
    text-align: left;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #851383;
}
section.collections {
    margin-top: 0px;
}
#topbar .navbar {
  position: relative;
  border:0px;
}
#topbar .navbar .col-md-1.col-sm-1 {
    position: absolute;
    z-index: 99999;
    content: "";
    top: 0;
    right: 0;
}
.navbar-toggle {
    padding: 3px 10px;
}
.new_arrival {
    /* padding-top: 20px !important; */
    /* height: 200px; */
    width: 100%;
    float: left;
    height: auto !important;
}
.new_arrival a {
    width: 100% !important;
    float: left !important;
    position: inherit;
    max-height: inherit !important;
    height: inherit !important;
}
.new_arrival a .arrivals_text {
    width: 100% !important;
    position: inherit;
    padding: 0 !important;
    margin-bottom: 10px;
}
.new_arrival a div img {
    width: 100% !important;
    height: auto !important;
}
.about_text p, .about_text_two p {

    text-align: UNSET;
    margin-right: 0;
}
}
@media(max-width: 568px){
  .slider_content {
    top: 17px;
}
}
@media(max-width: 414px){
.about_pic {
    display: none;
}

.about_text {
    width: 100%;
    margin-left: 0;
}
.about_text h3 {
    font-size: 30px;
}
.slider_content {
    left: 0px;
    padding: 18px 8px;
    width: 90%;
    line-height: 1.6em;
      top: 15px;
}
.slider_content h2 {
    margin-bottom: 0px;
    font-size: 20px;
}
.slider_content h4 {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 18px;
    color: #9c9b9a;
    line-height: 0.9em;
        margin-bottom: 16px;
}
.slider_content a {
    padding: 8px 22px;

}
.arrivals_text h3 {
    font-size: 17px;
}
.arrivals_text h5 {
    font-size: 16px;
}
.arrivals .hvr-grow {
    max-height: 198px;
    margin-bottom: 25px;
    height: 96px;
}
.section.collections{
  margin-top: 0px;
}
#myTestimonial {
    padding: 14px 0px;
}
#myTestimonial h1 {
    font-size: 24px;
    margin-bottom: 9px;
}
#s {
    width: 83%;
    font-size: 18px;
    height: 45px;
}
#searchsubmit.fa-2x {
    font-size: 1.4em;
}

#searchbar {
    height: 50px; display:inline-block;
}
.about_text h3 {
    font-size: 24px;
}
}
@media(max-width: 320px){
  .slider_content {
    top: 6px;
    width: 90%;
}
section.arrivals h1{
  font-size: 24px;
}
.about_text h3 {
    font-size: 24px;
}
.arrivals_text h3 {
    font-size: 14px;
}
.arrivals_text h5 {
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
}
.arrivals .hvr-grow {
    max-height: 198px;
    margin-bottom: 15px;
    height: 81px;
}
section.collections .container .row:nth-child(2) {
    margin-bottom: 0px;
}
section.arrivals, section.collections, section.testimonial, section.footer {
    width: 100%;
    float: left;
    margin: 10px 0px;
}
}
.continue-shopping-btn{
	border: 0px;
    background-color: #7e2c90;
    color: #fff;
    padding: 5px 0px 5px 21px;
    margin-right: 10px;}

.new_arrival{padding-top:20px !important;height:200px; }
.dropdown-menu{
    border:0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
#big_size_cat{display:block;}
#small_size_cat{display:none;}


@media screen and (max-width: 1200px) {
#big_size_cat{display:none;}
#small_size_cat{display:block;}
}
#mobile_subtotal{ display:block !important;}

@media screen and (max-width: 359px) {
.product-cart-btn{ margin-top:10px !important}
}
@media screen and (max-width: 600px) {
.mobile_color{    width:  auto !important;
    height: auto !important;
    background-color: #fff !important;
    margin: initial !important;}
}