body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    background: url(../images/ser-bg.jpg) repeat;
}

body a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: 'Arsenal', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul,label {
    margin: 0;
    padding: 0;
}

body a:hover,body a:focus {
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

* {
    padding: 0;
    margin: 0;
}

.inner-banner .particle-network-animation {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    height: 270px !important;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
img.imgesf-ab{ display: none  !important;}

/*@media (min-width: 1200px) {
  .container { width: 1250px !important; }
}*/
.container {
    width: 1230px;
    margin: 0px auto !important;
}

a.click-1 {
    background: #6aca0b;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    margin: 0 0;
}

a.click-1:hover {
    background: #346801;
}

/*-- HEADER --*/
.header {
    position: fixed;
    width: 96%;
    content: "";
    margin: 0px auto 0;
    display: block;
    z-index: 999;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 0;
}

/*header top*/
.header .header-top {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0 5px;
    margin: 0px 0;
    z-index: 999;
    background: linear-gradient(70deg, rgb(253, 253, 253) 32%, rgb(60, 22, 1) 32%);
    border-radius: 10px;
}

.header .header-top .logo-new {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}

.header .header-top .logo-new img.logo-img {
    width: 100%;
    height: auto;
}

.header-top .book_search {
    width: 80%;
    padding: 2px 0 0 0;
    margin: 0px auto 0;
    border-radius: 0;
    float: right;
}

.header-top .book_search form {
    width: 100%;
    display: inline-block;
    padding: 0 0;
    margin: 0 0;
    border-radius: 5px;
    background: #fff;
}

.header-top .book_search form .search-container {
    width: 85%;
    background: #fff;
    float: right;
    border-radius: 0;
}

.header-top .book_search form .search-container input[type="text"] {
    width: 90%;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 5px 10px;
    margin: 0;
    float: left;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    color: #000;
    height: 35px;
    border-left: 0.5px solid #cccccc52;
    font-size: 15px;
}

.header-top .book_search form .search-container button[type="submit"] {
    color: #000;
    width: 10%;
    background: #fcb800;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    float: right;
    height: 35px;
    text-align: center;
}

.header-top .book_search form .search-container button {
    color: #000;
    width: 10%;
    background: #fcb800;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    float: right;
    height: 35px;
    text-align: center;
}

.header-top .book_search form .select-container {
    width: 15%;
    background: #fff;
    float: left;
    padding: 8px 1px 0px 7px;
    height: 35px;
}

.header-top .book_search form .search-container button[type="submit"]:hover {
    color: #fff;
}

.header-top .book_search form .select-container select {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 0 0px 0 0;
    padding: 0;
    margin: 0;
    float: left;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    color: #020416;
    font-size: 15px;
}

.header-top .barnd-cart {
    float: right;
    width: 20%;
    height: 35px;
    text-align: left;
    transition: color 0.25s ease-in-out;
    border-left: 0.5px solid #fcb800d4;
    padding: 8px 0 0 0;
    margin: 10px 0 0 0;
}

.header-top .barnd-cart a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    vertical-align: text-top;
    padding: 0;
    color: #fff;
    line-height: 9px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.header-top .barnd-cart a:hover {
    color: #fcb800;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-cart a.cart-h {
    text-decoration: none;
    font-size: 15px;
    display: block;
    vertical-align: text-top;
    padding: 0;
    color: #fff;
    line-height: 9px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    width: 50%;
    float: left;
}

.header-top .barnd-cart a.cart-h:hover {
    color: #fcb800;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-cart a.Wallet-h {
    text-decoration: none;
    font-size: 15px;
    display: block;
    vertical-align: text-top;
    padding: 0;
    color: #fff;
    line-height: 9px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    width: 50%;
    float: right;
    text-align: right;
}

.header-top .barnd-cart a.Wallet-h:hover {
    color: #fcb800;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-cart a.Wallet-h i.fa {
    font-size: 15px;
    padding: 0 0 0 7px;
    color: #f7f7f7;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-cart a i.fa {
    font-size: 15px;
    padding: 0 0 0 7px;
    color: #f7f7f7;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-cart i.fa:hover {
    color: #fcb800;
    transition: color 0.25s ease-in-out;
}

.header-top .barnd-login {
    float: left;
    width: 80%;
    display: inline-block;
    text-align: right;
    height: 40px;
    padding: 6px 15px 0 0px;
    margin: 10px 0 0 0;
}

.header-top .barnd-login .dropbtn {
    color: white;
    background: none;
    font-size: 16px;
    border: none;
}

.header-top .barnd-login .dropbtn span {
    color: #fcb800;
    padding: 0 5px 0 0px;
    margin: 0;
}

.header-top .barnd-login .dropbtn {
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    vertical-align: text-top;
    padding: 0;
    color: #fff;
    line-height: 9px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    display: block;
    width: 100%;
    font-weight: bold;
}

.header-top .barnd-login .dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}

.header-top .barnd-login .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    transition: color 0.25s ease-in-out, border-radius: 4px 0px 4px 4px;
    background-color: #121212;
    left: 0px;
    top: 15px;
}

.header-top .barnd-login .dropdown-content ul {
    list-style-type: none;
    z-index: 100;
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.header-top .barnd-login .dropdown-content ul li {
    margin: 0;
    float: left !important;
    width: 100%;
    text-align: left !important;
}

.header-top .barnd-login .dropdown-content ul li a {
    width: 100%;
    display: block;
    line-height: 32px;
    padding-left: 15px;
    color: #ededed;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
    border-radius: 0px !important;
    padding: 0 0 0 20px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 400;
}

.header-top .barnd-login .dropdown-content ul li a:hover {
    color: #fff;
    background: #292929;
    transition: color 0.25s ease-in-out ;
    background-color 0.25s ease-in-out; }

.header-top .barnd-login .dropdown-content ul li a i {
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #ff9906;
}

.header-top .barnd-login .dropdown-content ul.log-sing {
    margin: 0;
    list-style-type: none;
    z-index: 100;
    width: 100%;
    float: left;
    padding: 4px 0 10px;
    border-top: 2px solid #ff9b05;
}

.header-top .barnd-login .dropdown-content ul.log-sing li {
    float: left !important;
    width: 100%;
    text-align: left !important;
}

.header-top .barnd-login .dropdown-content ul.log-sing li a {
    width: 100%;
    display: block;
    line-height: 32px;
    color: #ffbf00;
    font-size: 13px;
    text-decoration: none;
    border-radius: 0px !important;
    padding: 0 0 0 20px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}

.header-top .barnd-login .dropdown-content ul.log-sing li a:hover {
    color: #fff;
    background: #292929;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
}

.header-top .barnd-login .dropdown-content ul.log-sing li a i {
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #ff9906;
}

.header-top .barnd-login .dropdown:hover .dropdown-content {
    display: block;
    transition: color 0.25s ease-in-out,
}

.header-top .barnd-login .dropdown:hover .dropbtn {
    color: #fcb800;
    transition: color 0.25s ease-in-out,
}

.header-top .barnd-login .dropbtn i.fa {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding: 5px;
    color: #f7f7f7;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0 10px;
    transition: color 0.25s ease-in-out,
}

.header-top .barnd-login .dropbtn i.fa:hover {
    color: #fcb800;
    transition: color 0.25s ease-in-out,
}

.header-bottom {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 14px 0 1px;
    margin: 0 0 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: linear-gradient(90deg,rgb(253, 253, 253) 0%, rgb(244, 241, 241) 50%, rgb(253, 253, 253) 100%);
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.13);
}

.header-bottom .menu-new {
    width: 96%;
    padding: 0 0;
    margin: 0 auto;
    text-align: center;
    transition: color 0.25s ease-in-out,;
    float: right;
}

.header-bottom .menu-new ul {
    position: relative;
    width: 100%;
    padding: 5px 0 6px;
    margin: 0;
}

.header-bottom .menu-new ul li {
    position: relative;
    list-style: none;
    padding: 0 0;
    margin: 0 12px;
    display: inline list-item;
}

.header-bottom .menu-new ul li a {
    text-decoration: none;
    transition: all 600ms ease-in-out;
}

.header-bottom .menu-new ul li img.menu-img {
    width: 2.5%;
    display: inline-block;
}

.header-bottom .menu-new ul li:hover img.menu-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: color 0.25s ease-in-out;
    -webkit-box-shadow: -1px 9px 12px -10px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 9px 12px -10px rgba(0, 0, 0, 0.17);
}

.header-bottom .menu-new ul li a span {
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: #2d1101;
    transition: all 600ms ease-in-out;
    letter-spacing: 0.5px;
    padding: 0 0;
    margin: 0 0 0 3px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.57);
    /*! display: block; */
    transition: color 0.25s ease-in-out,
}

.header-bottom .menu-new ul li a:hover span {
    text-shadow: 0px 0px 0px rgb(0, 0, 0);
    color: #e89b34;
    transition: color 0.25s ease-in-out;
    transition: all 600ms ease-in-out;
}

.header-bottom .menu-all {
    background-color: #f8f9fa;
    width: 4%;
    float: left;
    padding: 0 0;
    margin: 0;
}

.header-bottom .menu-all .navbar {
    padding: 0 0;
    margin: 0 0;
    background: #fff !important;
    width: 100%;
    overflow: hidden;
    display: block;
}

.header-bottom .menu-all .navbar .container-fluid {
    padding: 0 0;
    margin: 0 0;
    border: none;
    width: 100%;
}

.header-bottom .menu-all .navbar .container-fluid .button-icon {
    width: 100%;
    padding: 0 0;
    margin: 0;
    font-size: 20px;
    background: #3c1601;
    line-height: 35px;
    color: #fcb800;
}

.header-bottom .menu-all .wrapper {
    position: absolute;
    display: flex;
    flex: 1;
    overflow: hidden;
    -webkit-box-shadow: -10px 10px 15px 5px rgba(128, 128, 128, 0.3);
    border-radius: 9px;
}

.header-bottom .menu-all .wrapper .sidebar {
    width: 0;
    color: #3c1601;
    transition: all 0.3s ease;
    background: url(../images/ser-bg.jpg) repeat;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

.header-bottom .menu-all .wrapper .sidebar h5 {
    background: #3c1601;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding: 0 0;
    margin: 0;
}

.header-bottom .menu-all .wrapper .sidebar h5 span {
    padding: 0 10px 0 10px;
}

.header-bottom .menu-all .wrapper .sidebar a {
    color: #3c1601;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 13px;
    line-height: 20px;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffffffe0;
    margin: 0 0 5px;
}

.header-bottom .menu-all .wrapper .sidebar a:hover {
    background: #2b1001;
    transition: background 0.3s;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar .submenu {
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}

.header-bottom .menu-all .wrapper .sidebar .submenu a {
    background: #eaeaea;
    font-size: 12px;
    padding: 7px 5px 7px 20px;
    color: #000000cf;
}

.header-bottom .menu-all .wrapper .sidebar .submenu a:hover {
    color: #fcb800;
    background: #3c1601;
}

.header-bottom .menu-all .wrapper .sidebar.collapsed {
    width: 250px;
    overflow: hidden;
}

.content {
    flex: 1;
    padding: 20px;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.header-bottom .menu-all .wrapper .sidebar a span.float-end {
    text-align: right;
    float: right;
}

.header-bottom .menu-all .wrapper .sidebar #category2 {
}

.header-bottom .menu-all .wrapper .sidebar #category2 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category2 a:hover {
    background: #d95106;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category11 {
}

.header-bottom .menu-all .wrapper .sidebar #category11 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category11 a:hover {
    background: #d95106;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category12 {
}

.header-bottom .menu-all .wrapper .sidebar #category12 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category12 a:hover {
    background: #d95106;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category13 {
}

.header-bottom .menu-all .wrapper .sidebar #category13 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category13 a:hover {
    background: #d95106;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category14 {
}

.header-bottom .menu-all .wrapper .sidebar #category14 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category14 a:hover {
    background: #d95106;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category15 {
}

.header-bottom .menu-all .wrapper .sidebar #category15 a {
    background: #a83d02;
    color: #fff;
}

.header-bottom .menu-all .wrapper .sidebar #category15 a:hover {
    background: #d95106;
    color: #fff;
}

/*Various-Category*/
.Various-Category {
    position: relative;
    width: 100%;
    padding: 10px 0 70px;
    margin: 0 auto;
    background: #571f00;
    border-radius: 0;
    overflow: hidden;
}

.Various-Category .video-block {
    width: 100%;
    padding: 0 0;
    margin: 0;
    display: block;
}

.Various-Category h3 {
    position: relative;
    color: #fdffff;
    text-align: left;
    font-size: 30px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.Various-Category .video-block iframe {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    border: 10px solid #fff;
    height: 320px;
}

.Various-Category p {
    color: #eaeaea;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}

.Various-Category #Various-demo {
    position: relative;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}

.Various-Category #Various-demo .item {
    background: #9d3507;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.29);
    margin: 0 10px 30px;
    transition: all 600ms ease-in-out;
    padding: 1px;
}

.Various-Category #Various-demo .item img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.Various-Category #Various-demo .item:hover {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.Various-Category #Various-demo .item h3 {
    font-family: 'Raleway', sans-serif;
    color: #fea100;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0;
    margin: 10px 0 0px;
    height: 50px;
}

.Various-Category #Various-demo .item h4 {
    font-family: 'Arsenal', sans-serif;
    color: #ccc;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 0;
    margin: 0 0 6px;
}

/*video-bg*/
.video-bg {
    position: relative;
    width: 100%;
    padding: 0px 0 0px;
    margin: 0 auto;
    background: #000;
    border-radius: 0;
    overflow: hidden;
}

.video-bg img {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
    opacity: 0.6;
}

.video-bg .video-block {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    overflow: hidden;
    background: #f7eada;
    padding: 10px 10px;
    border-radius: 15px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.65);
}

.video-bg .video-block video {
    width: 100%;
    border-radius: 15px;
}

/*all-Sub-Category*/
.all-Sub-Category-block {
    position: relative;
    width: 90%;
    padding: 30px 0 10px;
    margin: 0 auto;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
    height: 325px;
}

.all-Sub-Category-block #all-Sub-Category {
    width: 100%;
    padding: 0 0;
    margin: 0;
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book a {
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    list-style: none;
    text-align: center;
    transition: all 600ms ease-in-out;
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book a img {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    display: block;
    transition: all 600ms ease-in-out;
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book a span {
    display: block;
    padding: 0;
    margin: 3px 0 5px;
    color: #515050;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book:hover img {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.all-Sub-Category-block #all-Sub-Category .Category-block-book:hover a span {
    color: #000;
    transition: all 600ms ease-in-out;
}

.ps-product__badge {
    background-color: #fcb800 !important;
    position: absolute;
    top: 0;
    color: #fff;
    content: "";
    font-family: arial;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #fae8cd;
}

/*BANNER*/
.banner {
    position: relative;
    width: 95%;
    padding: 0 0;
    margin: 150px auto 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.banner img.banner-img {
    width: 100%;
    height: auto;
    height: 200px;
}

.banner .slick-slider .element {
    height: 200px;
    width: 100px auto;
    background-color: #350908;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    margin: 5px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.banner .slick-slider .slick-disabled {
    opacity : 0;
    pointer-events: none;
}

.slick-initialized .slick-list {
}

.slick-initialized .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0%;
    top: 35%;
    background: url(../images/aro-L.png) no-repeat center;
    transition: all 500ms ease-in-out;
    opacity: 0.7 !important;
    font-size: 0px;
    border: none;
}

.slick-initialized .slick-prev:hover {
    background: url(../images/aro-L.png) no-repeat center;
    opacity: 1 !important;
}

.slick-initialized .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 35%;
    background: url(../images/aro-R.png) no-repeat center;
    transition: all 500ms ease-in-out;
    opacity: 0.7 !important;
    font-size: 0px;
    border: none;
}

.slick-initialized .slick-next:hover {
    background: url(../images/aro-R.png) no-repeat center;
    opacity: 1 !important;
}

.title-home {
    position: relative;
    width: 100%;
    padding: 0px 0;
    margin: 0 0;
}

.title-home h2 {
    position: relative;
    color: #130700;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    padding: 0 0 20px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.title-home h2 span {
    font-family: 'Parisienne', cursive;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #9c3409;
    line-height: 40px;
    padding: 0;
    letter-spacing: 2px;
    margin: 0;
    display: block;
}

.title-home h2 span:after {
    position: absolute;
    content: "";
    top: 65px;
    left: 0;
    right: 230px;
    width: 60px;
    height: 2px;
    background: #a0360b;
    margin: 0 auto;
    border-radius: 10px;
}

.title-home h2 span:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 230px;
    right: 0px;
    width: 60px;
    height: 2px;
    background: #a0360b;
    margin: 0 auto;
    border-radius: 10px;
}

/*Top-Trending*/
.Top-Trending {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 0;
    background: #fff;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.38) 50%, rgb(87, 31, 0) 50%);
}

.Top-Trending .trending-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.56);
    margin: 0 0px 30px;
    transition: all 600ms ease-in-out;
    padding: 10px;
}

.Top-Trending .trending-box:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgb(36, 13, 0);
    margin: 0 0px 30px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 600ms ease-in-out;
}

.Top-Trending .trending-box .trending-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 ;
    -webkit-box-shadow: 0px 5px 10px -3px rgba(86, 30, 0, 0.67);
    border: 1px solid #fff;
}

.Top-Trending .trending-box .trending-img h6 {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    background: #fbd61a;
    padding: 10px 10px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border-radius: 0;
    -webkit-box-shadow: 2px -11px 10px -1px rgba(0, 0, 0, 0.16);
    border: 1px solid #fff;
}

.Top-Trending .trending-box .trending-img img {
    width: 100%;
    border-radius: 0;
    height: 180px;
}

.Top-Trending .trending-box:hover .trending-img img {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.Top-Trending .trending-box h3 {
    font-family: 'Raleway', sans-serif;
    color: #2b0e03f0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0;
    margin: 10px 0 0px;
    height: 44px;
    overflow: hidden;
}

.Top-Trending .trending-box h4 {
    font-family: "Roboto", Sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #303940e3;
    padding: 0;
    margin: 0;
    height: 30px;
}

.Top-Trending .trending-box h4 b {
}

.Top-Trending .trending-box h5 {
    text-align: center;
    color: #2b0e01;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: arial;
}

.Top-Trending .trending-box h5 b {
    font-family: arial;
    color: #000;
}

.Top-Trending .trending-box h5 del {
    font-family: arial;
    font-weight: normal;
    color: #0000008f;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 0 0 7px;
}

.Top-Trending .trending-box a {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 600ms ease-in-out;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 0;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #853900);
    color: #fff;
    transition: all 600ms ease-in-out;
}

.Top-Trending .trending-box a i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.Top-Trending .trending-box a:hover {
    border: 0.5px solid #d55b00;
    border-radius: 100px;
    background: linear-gradient(to top, #220d01, #ff6d00);
    color: #fff;
    box-shadow: 0px 10px 20px -10px rgb(0, 0, 0);
    transition: all 600ms ease-in-out;
}

.Best-Sellers {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 0;
    background: #fff;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.44) 50%, rgb(63, 181, 151) 50%);
}

.Best-Sellers .trending-box a {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #06ffc0, #03513d);
    color: #fff;
    border: 0.5px solid #2bdbae;
    border-radius: 100px;
}

.Best-Sellers .trending-box a i {
    font-size: 25px;
    padding: 0 5px 0 0;
    line-height: 30px;
    margin: 0;
}

.Best-Sellers .trending-box a:hover {
    border: 0.5px solid #d55b00;
    border-radius: 100px;
    border: 0.5px solid #00ffbe;
    background: linear-gradient(to top, #3fb597, #03513d);
    border-radius: 100px;
    box-shadow: 0px 10px 20px -10px rgb(0, 0, 0);
    transition: all 600ms ease-in-out;
}

.MerchandiseDecor .trending-box a {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #b9e5ff, #005182);
    color: #fff;
    border: 0.5px solid #b9e5ff;
}

.MerchandiseDecor .trending-box a i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.MerchandiseDecor .trending-box a:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

a.single_class {
    width: auto !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

a.single_class:hover {
}

.trending-box button {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 600ms ease-in-out;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 0;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #853900);
    color: #fff;
    transition: all 600ms ease-in-out;
}

.Top-Trending .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff5b00, #571f00);
    color: #fff;
    border: 0.5px solid #ff5b00;
}

.Top-Trending .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.Top-Trending .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.Best-Sellers .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #00533e, #00ffbe);
    color: #fff;
    border: 0.5px solid #00ffbe;
}

.Best-Sellers .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.Best-Sellers .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.MerchandiseDecor .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #b9e5ff, #005182);
    color: #fff;
    border: 0.5px solid #b9e5ff;
}

.MerchandiseDecor .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.MerchandiseDecor .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.HomeDecor-Sellers .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #f7eada, #9f9992);
    color: #fff;
    border: 0.5px solid #f7eada;
}

.HomeDecor-Sellers .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.HomeDecor-Sellers .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.scholl-Stationary .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #f7eada, #9f9992);
    color: #fff;
    border: 0.5px solid #f7eada;
}

.scholl-Stationary .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.scholl-Stationary .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.Pre-Order {
    position: relative;
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
}

.Pre-Order .trending-box {
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.50);
}

.Pre-Order h5 {
    margin: 0;
    padding: 0;
    font-family: 'Arsenal', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #351401;
}

.Pre-Order h4 {
    font-size: 38px;
    line-height: 46px;
    padding: 2px 0 5px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #461b02;
}

.Pre-Order h6 {
    font-size: 12px;
    line-height: 11px;
    padding: 0 0 7px;
    margin: 0 0;
    color: #311302;
}

.Pre-Order .Pre-box {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.41);
    transition: all 600ms ease-in-out;
    margin: 0 0px 30px;
    transition: all 600ms ease-in-out;
    padding: 0;
}

.Pre-Order .Pre-box img {
    width: 100%;
    height: 420px;
    transition: all 600ms ease-in-out;
    border-radius: 12px;
}

.Pre-Order .Pre-box:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgb(36, 13, 0);
    margin: 0 0px 30px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 12px;
    transition: all 600ms ease-in-out;
}

.Pre-Order .Pre-box:hover img {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.Pre-Order video {
    width: 100%;
    height: 268px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.22);
    border: 1px solid #fae8cd;
}

.Pre-Order-book {
    position: relative;
    width: 100%;
    margin: 0 0;
    overflow: hidden;
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.38) 50%, rgb(250, 232, 205) 50%);
}

.Pre-Order-book .trending-box a {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.47);
    display: block;
    padding: 10px 0;
    border: 0.5px solid #ffe9c6;
    border-radius: 100px;
    background: linear-gradient(to top, #fff3e0, #6f6556a1);
    color: #fff;
    transition: all 600ms ease-in-out;
}

.Pre-Order-book .trending-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.16);
    margin: 0 0px 30px;
}

.Pre-Order-book .trending-box:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.32);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 12px;
    transition: all 600ms ease-in-out;
}

.Latest-Books {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background: #fae8cd;
    overflow: hidden;
}

.Latest-Books h4 {
    font-size: 35px;
    line-height: 45px;
    padding: 1px 0 15px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.Latest-Books h6 {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0;
    margin: 0 0 10px;
    color: #777472;
}

.Latest-Books h5 {
    margin: 0;
    padding: 0;
    font-family: 'Arsenal', sans-serif;
    font-size: 20px;
    line-height: 35px;
    color: #464646;
}

.Latest-Books video {
    width: 100%;
    height: 268px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.22);
    border: 1px solid #fae8cd;
}

.New-Arrival {
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.44) 50%, rgb(0, 42, 41) 50%);
}

.New-Arrival .trending-box a {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #008a87, #002a29);
    color: #fff;
    border: 0.5px solid #00bfbb;
    border-radius: 100px
}

.New-Arrival .trending-box a:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #00ddd8, #000000d6);
    color: #fff;
    border: 0.5px solid #00fffa;
    color: #fff;
}

/*midel-patishan*/
.midel-patishan {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 0;
    background: #fff;
    overflow: hidden;
    background: url(../images/ser-bg.jpg) repeat;
}

.midel-patishan .patishan-left {
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 0 0;
    background: #e50b14;
    border-radius: 8px;
}

.midel-patishan .patishan-left img.patishan-left-img {
    width: 30%;
    margin: 0 auto;
    display: block;
    padding: 0px 0 0;
}

.midel-patishan .patishan-left h6 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    padding: 0 0 20px;
    margin: 0;
}

.midel-patishan .patishan-left .school-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    margin: 0 0px 15px;
    transition: all 600ms ease-in-out;
    padding: 5px;
}

.midel-patishan .patishan-left .school-box:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.24);
    transition: all 600ms ease-in-out;
}

.midel-patishan .patishan-left .school-box .school-img {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 0;
    margin: 0 ;
}

.midel-patishan .patishan-left .school-box .school-img h6 {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    background: #00c18f;
    padding: 0px 10px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px -11px 10px -1px rgba(0, 0, 0, 0.29);
    border: 1px solid #ffffffab;
    font-family: arial;
    line-height: 35px;
}

.midel-patishan .patishan-left .school-box .school-img img {
    width: 100%;
    border-radius: 0;
    height: auto;
}

.midel-patishan .patishan-left .school-box:hover .school-img img {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.midel-patishan .patishan-left .school-box h3 {
    font-family: 'Raleway', sans-serif;
    color: #2b0e03c2;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0;
    margin: 5px 0 10px;
    height: 40px;
}

.midel-patishan .patishan-left .school-box h4 {
    font-family: "Roboto", Sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #303940b5;
    padding: 0;
    margin: 0;
    height: 20px;
}

.midel-patishan .patishan-left .school-box h4 b {
}

.midel-patishan .patishan-left .school-box h5 {
    text-align: center;
    color: #2b0e01;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0;
    margin: 0;
    font-family: arial;
}

.midel-patishan .patishan-left .school-box h5 b {
    font-family: arial;
    color: #000;
}

.midel-patishan .patishan-left .school-box h5 del {
    font-family: arial;
    font-weight: normal;
    color: #0000008f;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 0 0 7px;
}

.midel-patishan .patishan-left .school-box a {
    background: #fbd61a;
    width: 60%;
    margin: 10px auto 10px;
    width: 60%;
    margin: 15px auto 20px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.34);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff000b, #7d0005);
    color: #fff;
    border: 0.5px solid #f00;
    border-radius: 100px;
}

.midel-patishan .patishan-left .school-box a i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.midel-patishan .patishan-left .school-box a:hover {
    background: #4a1d04;
    width: 64%;
    color: #fff;
    letter-spacing: 0.3px;
    border: 3px solid #311303;
    -webkit-box-shadow: 0px 15px 11px -15px rgba(0, 0, 0, 0.9);
    transition: all 600ms ease-in-out;
}

.midel-patishan .patishan-left .school-box button {
    background: #fbd61a;
    width: 60%;
    margin: 10px auto 10px;
    width: 60%;
    margin: 15px auto 20px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.34);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff000b, #7d0005);
    color: #fff;
    border: 0.5px solid #f00;
    border-radius: 100px;
}

.midel-patishan .patishan-left .school-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.midel-patishan .patishan-left .school-box button:hover {
    background: #4a1d04;
    width: 64%;
    color: #fff;
    letter-spacing: 0.3px;
    border: 0.5px solid #311303;
    -webkit-box-shadow: 0px 15px 11px -15px rgba(0, 0, 0, 0.9);
    transition: all 600ms ease-in-out;
}

.midel-patishan .patishan-right {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0;
    background: #fff;
}

.midel-patishan .patishan-right img.patishan-right-top-L {
    width: 48%;
    margin: 0 10px 0 0;
    padding: 0px 0 0;
    float: left;
    border-radius: 8px;
}

.midel-patishan .patishan-right img.patishan-right-top-R {
    width: 48%;
    margin: 0 auto;
    padding: 0px 0 0;
    float: right;
    border-radius: 8px;
}

.midel-patishan .patishan-right img.patishan-right-bottom {
    width: 100%;
    margin: 25px auto 0;
    padding: 0px 0 0;
    border-radius: 8px;
}

.Pre-Order-book .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #714402, #eed1b5);
    color: #fff;
    border: 0.5px solid #e8cbac;
}

.Pre-Order-book .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.Pre-Order-book .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.New-Arrival .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #00918d, #002a29);
    color: #fff;
    border: 0.5px solid #02cac5;
}

.New-Arrival .trending-box button i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.New-Arrival .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #fff, #434648);
    color: #fff;
    border: 0.5px solid #fff;
}

.Wish-block {
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.71) 50%, rgba(244, 244, 244, 0.93) 50%);
    margin: 0 0 30px;
}

.Wish-block .trending-box h5 {
    text-align: center;
    color: #2b0e01;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    padding: 0px 0 0 0;
    margin: 0 0 0;
    font-family: arial;
}

.Wish-block .trending-img i {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    font-size: 20px;
    color: #f00;
    border: 1px solid #fff;
    background: #f5f5f5;
    padding: 5px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.7);
}

.Wish-block .trending-box button {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #950000, #f00);
    color: #fff;
    border: 1px solid #f00;
    border-radius: 100px;
    padding: 8px 0;
}

.Wish-block .trending-box button:hover {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #590000, #f00);
    color: #fff;
    border: 1px solid #640000;
}

/*Customer-Feedback*/
.Customer-Feedback {
    position: relative;
    border-radius: 10px;
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
}

.Customer-Feedback .category-left {
    width: 28%;
    float: left;
    display: block;
    padding: 0 0;
    margin: 0;
}

.Customer-Feedback .category-left ul {
    position: relative;
    width: 100%;
    padding: 0px 0;
    margin: 40px 0 0;
}

.Customer-Feedback .category-left ul li {
    position: relative;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    padding: 0 0 10px;
    margin: 0;
}

.Customer-Feedback .category-left ul li a {
    color: #728683;
    font-size: 42px;
    line-height: 60px;
    padding: 0 0 0;
    margin: 0;
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-left ul li a:hover {
    color: #000;
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-right {
    width: 100%;
    float: right;
    background: #fff;
    padding: 15px;
    margin: 10px 0 50px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    transition: all 600ms ease-in-out;
    background: url(../images/ser-bg.png) repeat;
}

.Customer-Feedback .category-right .item-img {
    position: relative;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    transition: all 600ms ease-in-out;
    height: 245px;
    overflow: hidden;
    border: 0.5px solid #cccccc69;
}

.Customer-Feedback .category-right .item-img:hover {
    background: #1e3085;
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-right .item-img img {
    width: 25%;
    transition: all 600ms ease-in-out;
    float: left;
}

.Customer-Feedback .category-right .item-img:hover img {
    transform: scale(1.1);
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-right .item-img p {
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    color: #22201cba;
    text-align: left;
    line-height: 25px;
    padding: 0;
    transition: all 600ms ease-in-out;
    height: 150px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    overflow: hidden;
    width: 100%;
}

.Customer-Feedback .category-right .item-img:hover p {
    opacity: 1;
    color: #ffffffcf;
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-right .item-img h3 {
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    color: #000;
    font-size: 17px;
    line-height: 25px;
    padding: 2px 0 5px 0;
    width: 70%;
    float: right;
}

.Customer-Feedback .category-right .item-img h6 {
    font-family: arial;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    color: #000;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    width: 70%;
    float: right;
}

.Customer-Feedback .category-right .item-img:hover h6 {
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    color: #fff;
    transition: all 600ms ease-in-out;
}

.Customer-Feedback .category-right .item-img:hover h3 {
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    color: #fff ;
    transition: all 600ms ease-in-out;
}

/*Choose Category*/
.ChooseCategory {
    position: relative;
    width: 100%;
    background: #3fb597;
    padding: 0px 0 60px;
    margin: 0;
    display: inline-block;
}

.ChooseCategory-left {
    width: 43%;
    background: #02403f;
    display: inline-block;
    height: 400px;
    float: left;
    margin: 0 0 0 7%;
    padding: 0;
}

.ChooseCategory-left .ChooseCategory-left-top {
    width: 100%;
    height: 200px;
    background: #666363;
    overflow: hidden;
    position: relative;
    padding: 0 0;
    margin: 0;
}

.ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left .hulf-img {
    width: 100%;
    display: inline-block;
    height: 200px;
    padding: 0;
    opacity: 0.8;
}

.ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left:hover .hulf-img {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left {
    width: 50%;
    float: left;
    padding: 0 0;
    margin: 0;
    position: relative;
    border: 1px solid #fff;
    background: #000;
}

.ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left h5 {
    position: absolute;
    content: "";
    left: 3px;
    width: 98%;
    transition: all 600ms ease-in-out;
    bottom: 1px;
    background: #000c;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0 15px 10px;
    opacity: 0;
}

.ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left:hover h5 {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-left .ChooseCategory-left-bottom {
    width: 100%;
    height: 200px;
    background: #6f5757;
    float: left;
    padding: 0 0;
    margin: 0;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}

.ChooseCategory-left .ChooseCategory-left-bottom h5 {
    position: absolute;
    content: "";
    left: 0px;
    transition: all 600ms ease-in-out;
    width: 100%;
    bottom: 1px;
    background: #000000db;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 35px 0 30px 10px;
    opacity: 0;
}

.ChooseCategory-left .ChooseCategory-left-bottom:hover h5 {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-left .ChooseCategory-left-bottom .full-img {
    width: 100%;
    height: 200px;
}

.ChooseCategory-right {
    width: 43%;
    background: #00302f;
    display: inline-block;
    height: 400px;
    float: right;
    margin: 0px 7% 0 0;
    padding: 0;
}

.ChooseCategory-right .ChooseCategory-right-left {
    width: 50%;
    float: left;
    background: #000;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
}

.ChooseCategory-right .ChooseCategory-right-left .right-full-img {
    width: 100%;
    height: 400px;
    opacity: 0.8;
}

.ChooseCategory-right .ChooseCategory-right-left:hover .right-full-img {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-right .ChooseCategory-right-left h5 {
    position: absolute;
    content: "";
    left: 0px;
    transition: all 600ms ease-in-out;
    width: 100%;
    bottom: 1px;
    background: #000000db;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 35px 0 30px 10px;
    opacity: 0;
}

.ChooseCategory-right .ChooseCategory-right-left:hover h5 {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-right .ChooseCategory-right-right {
    width: 50%;
    float: right;
    background: #cabbbb;
    display: inline-block;
    height: 400px;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top .top-hulf-img {
    width: 100%;
    float: left;
    display: inline-block;
    height: 200px;
    opacity: 0.8;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top {
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    height: 200px;
    background: #000;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top h5 {
    position: absolute;
    content: "";
    transition: all 600ms ease-in-out;
    left: 3px;
    width: 98%;
    bottom: 1px;
    background: #000c;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0 15px 10px;
    opacity: 0;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top:hover h5 {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom .top-hulf-img {
    width: 100%;
    float: left;
    opacity: 0.8;
    display: inline-block;
    height: 200px;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom:hover .top-hulf-img {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom {
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    height: 200px;
    background: #000;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom h5 {
    position: absolute;
    content: "";
    left: 3px;
    transition: all 600ms ease-in-out;
    width: 98%;
    bottom: 1px;
    background: #000c;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0 15px 10px;
    opacity: 0;
}

.ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom:hover h5 {
    opacity: 1;
    transition: all 600ms ease-in-out;
}

/*Popular-Series*/
.Popular-Series {
    position: relative;
    width: 100%;
    padding: 50px 0 20px;
    margin: 0 0;
    background: #fff;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
}

.Popular-Series ul {
    width: 100%;
    padding: 0 0;
    margin: 0;
    position: relative;
}

.Popular-Series .Popular-Series-img {
    width: auto;
    float: left;
    position: relative;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.08);
    margin: 0 0 30px;
    transition: all 600ms ease-in-out;
    padding: 2px;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.Popular-Series .Popular-Series-img:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.4);
    transition: all 600ms ease-in-out;
}

.Popular-Series ul li a {
    background: #cccccc52;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    line-height: 120px;
    transition: all 600ms ease-in-out;
}

.Popular-Series ul li a:hover {
    color: #000;
    background: #fff;
    text-shadow: 1px 1px 0px rgb(255, 0, 0);
    transition: all 600ms ease-in-out;
}

.Popular-Series .Popular-Series-img a {
    background: #cccccc52;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    line-height: 120px;
    transition: all 600ms ease-in-out;
}

.Popular-Series .Popular-Series-img a:hover {
    color: #000;
    background: #fff;
    text-shadow: 1px 1px 0px rgb(255, 0, 0);
    transition: all 600ms ease-in-out;
}

.Bookshelf {
    position: relative;
    width: 100%;
    padding: 30px 0 0px;
    margin: 0;
    height: 350px;
}

.Bookshelf .Language-block a img {
    width: 100%;
}

.Bookshelf .Language-block {
    width: auto;
    float: left;
    position: relative;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.08);
    margin: 10px 10px 30px 10px;
    transition: all 600ms ease-in-out;
    padding: 2px;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.Bookshelf .Language-block a.a {
    color: #fff;
    background: #41b698;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    display: block;
}

.Bookshelf .Language-block a.b {
    color: #fff;
    background: #fdc200;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    display: block;
}

.Bookshelf .Language-block a.c {
    color: #fff;
    background: #fa8992;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    display: block;
}

.Bookshelf .Language-block a.d {
    color: #fff;
    background: #461c04;
    text-shadow: 1px 1px 0px rgb(255, 0, 0);
    display: block;
}

.Bookshelf .Language-block a.e {
    color: #fff;
    background: #1e748f;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    display: block;
}

.Bookshelf .Language-block a.f {
    color: #fff;
    background: #d01010;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    display: block;
}

.Bookshelf .Language-block:hover {
    color: #000;
    background: #fff;
    text-shadow: 1px 1px 0px rgb(255, 0, 0);
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.4);
    transition: all 600ms ease-in-out;
}

.Books-Stories ul li a {
    background: none;
}

.Books-Stories {
    background: #fff;
    padding: 15px 0 10px;
    margin: 0;
}

.Books-Stories ul {
    width: 75%;
    padding: 0 0;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.Books-Stories ul li {
    width: 14.5%;
    float: left;
    position: relative;
    margin: 8px;
    transition: all 600ms ease-in-out;
    padding: 2px;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background: none;
    box-shadow: none;
}

.Books-Stories ul li a img {
    width: 95%;
}

.Books-Stories ul li:hover {
    box-shadow: none;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-10px);
}

/*Endiess-Fun*/
.Endiess-Fun {
    position: relative;
    width: 100%;
    padding: 50px 0 20px;
    margin: 0 0;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
}

.Endiess-Fun img {
    width: 100%;
    border-radius: 10px;
    border: 4px solid #fff;
    height: 220px;
}

.Endiess-Fun h3 {
    font-family: 'Raleway', sans-serif;
    color: #311302;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    padding: 5px 0 0 0;
    margin: 0;
    height: 45px;
}

.Endiess-Fun a {
    background: #fbd61a;
    width: 35%;
    margin: 0px auto 30px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 0;
    padding: 4px 0px;
    border: 3px solid #fffb0087;
    -webkit-box-shadow: 0px 15px 11px -15px rgba(0, 0, 0, 0.65);
    transition: all 600ms ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
}

.Endiess-Fun a i {
    font-size: 15px;
    padding: 0 5px 0 0;
    line-height: 10px;
    margin: 0;
}

.Endiess-Fun a:hover {
    background: #4a1d04;
    color: #fff;
    letter-spacing: 0.3px;
    border: 3px solid #311303;
    -webkit-box-shadow: 0px 15px 11px -15px rgba(0, 0, 0, 0.9);
    transition: all 600ms ease-in-out;
}

/*video-youtub*/
.video-youtub {
    position: relative;
    width: 100%;
    padding: 30px 0 20px;
    margin: 0;
    overflow: hidden;
    background: #ebf3f991;
    display: none;
}

.video-item {
    width: 100%;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    margin: 0 0px 30px;
    transition: all 600ms ease-in-out;
    padding: 0 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
}

.video-item iframe {
    width: 100%;
}

/*.Publishers-Shop*/
.Publishers-Shop {
    position: relative;
    width: 100%;
    padding: 50px 0 20px;
    margin: 0 0;
    background: url(../images/ser-bg.jpg) repeat;
    overflow: hidden;
}

.Publishers-Shop .Publishers-box {
    width: 100%;
    background: linear-gradient(90deg,rgb(82, 44, 21) 0%, rgb(255, 96, 0) 50%, rgb(77, 40, 17) 100%);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0 40px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    border: 5px solid #f85d0054;
}

.Publishers-Shop .Publishers-box li {
    list-style: none;
    display: inline-block;
    padding: 0 0;
    margin: 10px 10px 14px;
    font-family: 'Raleway', sans-serif;
    width: 22.7%;
    border-radius: 8px;
    background: url(../images/ser-bg.png) repeat;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    border: 2px solid #eee;
    transition: all 600ms ease-in-out;
}

.Publishers-Shop .Publishers-box li a {
    font-size: 20px;
    line-height: 25px;
    padding: 21px 10px;
    display: block;
    text-align: center;
    color: #461c04;
    transition: all 600ms ease-in-out;
}

.Publishers-Shop .Publishers-box li a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 0;
    color: #461c04a8;
}

.Publishers-Shop .Publishers-box li:hover {
    box-shadow: none;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-10px);
    transition: all 600ms ease-in-out;
}

.Publishers-Shop .Publishers-box li:hover a {
    color: #000;
    transition: all 600ms ease-in-out;
}

/*#footer */
#footer {
    position: relative;
    width: 96%;
    padding: 0 0;
    margin: 0 auto 30px;
    background: url(../images/bg-footer.png) no-repeat top left;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.34);
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px 0 20px;
    width: 100%;
    display: inline-block;
}

#footer .footer-widgets-wrap iframe {
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.08);
}

#footer img.footer-logo {
    width: 100%;
    margin: 0 0 5px;
    border-radius: 8px;
    opacity: 1;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.28);
}

#footer .footer-widgets-wrap h5 {
    font-size: 25px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    line-height: 30px;
    padding: 0 0 0 2px;
    margin: 0 0 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#footer .footer-widgets-wrap h5 b {
    color: #451b03;
    padding: 0;
    margin: 0 2px 0 0;
    border-radius: 0px;
    background: #fff;
}

#footer .footer-widgets-wrap h5::after {
}

#footer .footer-widgets-wrap p {
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    color: #dfdfdf;
    font-weight: 200;
    margin: 0 0 20px 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#footer .footer-widgets-wrap ul {
    padding: 0;
    margin: 0;
}

#footer .footer-widgets-wrap ul li {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    font-style: normal;
}

#footer .footer-widgets-wrap ul li a {
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    font-style: normal;
    transition: all 600ms ease-in-out;
    color: #dfdfdf;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#footer .footer-widgets-wrap ul li a:hover {
    color: #e59a30 !important;
    transition: all 600ms ease-in-out;
}

#footer .footer-widgets-wrap ul li i {
    color: #e49a30;
    font-size: 15px;
    line-height: 25px;
    padding: 5px -1px 0px 5px;
    transform: rotate(30deg);
    transition: transform 0.5s;
    margin: 0 7px 0px 0px;
}

.footer-widgets-wrap form {
}

#footer .footer-widgets-wrap ul li:hover i {
    color: #000 !important;
    transition: all 600ms ease-in-out;
}

.footer-widgets-wrap form .email-box {
    width: 90%;
    position: relative;
    padding: 5px;
    margin: 0 0 0 10px;
    background: #eee;
    display: inline-block;
    border-radius: 25px;
}

.footer-widgets-wrap form .email-box input {
    width: 70%;
    background: none;
    outline: none;
    border: none;
    padding: 10px 0 0 10px;
    margin: 0;
    float: left;
    font-size: 14px;
    color: #000;
}

.footer-widgets-wrap form .email-box button {
    width: 30%;
    outline: none;
    border: none;
    padding: 10px 0;
    margin: 0;
    float: right;
    text-align: center;
    background: #f53f1f;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    border-left: 2px solid #08171e47;
}

img.footer-map {
    position: absolute;
    top: 180px;
    right: 0;
}

/*copyrights*/
.Copyrights-footer {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.Copyrights-footer h6.copy {
    font-weight: 200;
    margin: 0px 0 10px 0px;
    font-size: 16px;
    line-height: 35px;
    font-family: arial;
    color: #fff;
}

.Copyrights-footer h6.copy b a {
    font-family: "Caveat", serif;
    font-family: "Abel-Regular";
    color: #ff6c00;
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.Copyrights-footer h4 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #fffc;
    letter-spacing: 0.5px;
}

.Copyrights-footer h4 b {
    font-family: "Caveat", serif;
    font-family: "Abel-Regular";
    color: #ff6c00;
}

.Copyrights-footer .justify-content-md-end {
    width: 100%;
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0;
}

.Copyrights-footer .justify-content-md-end a {
    margin: 0 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0 0 0;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    background: #0dae4a;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgba(255, 255, 255, 0.26);
    color: #fffffff5;
    transition: all 400ms ease-in-out;
    box-shadow: 0px 10px 20px -5px rgba(255, 255, 255, 0.51);
    border: 1px solid #cccccc57;
}

.Copyrights-footer .justify-content-md-end a:hover {
    background: #00c64b;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(255, 255, 255);
    border: 1px solid #00afff;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer .justify-content-md-end a.h-bg-facebook {
    background: #22b2f470;
    color: #fffffff5;
    transition: all 400ms ease-in-out;
    border: 1px solid #cccccc57;
}

.Copyrights-footer .justify-content-md-end a.h-bg-facebook:hover {
    background: #22b2f4ba;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(255, 255, 255);
    border: 1px solid #00afff;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer .justify-content-md-end a.h-bg-twitter {
    background: #f53f1fb0;
}

.Copyrights-footer .justify-content-md-end a.h-bg-twitter:hover {
    background: #f53f1f;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(255, 39, 1);
    border: 1px solid #ff2600;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer .justify-content-md-end a.h-bg-google {
    background: #00ffffad;
}

.Copyrights-footer .justify-content-md-end a.h-bg-google:hover {
    background: #0ff;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(2, 225, 225);
    border: 1px solid #00fe57;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer .justify-content-md-end a.h-bg-pinterest {
    background: #eeb120c4;
}

.Copyrights-footer .justify-content-md-end a.h-bg-pinterest:hover {
    background: #ffb300e3;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(227, 160, 2);
    border: 1px solid #ffb300;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer .justify-content-md-end a.h-bg-linkedin {
    background: #9700ff73;
}

.Copyrights-footer .justify-content-md-end a.h-bg-linkedin:hover {
    background: #9700ff;
    color: #fffffff5;
    box-shadow: 0px 10px 20px -5px rgb(151, 0, 255);
    border: 1px solid #9700ff;
    transition: all 600ms ease-in-out;
}

.Copyrights-footer ul.footersocial-new {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.Copyrights-footer ul.footersocial-new li {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    font-style: normal;
    display: inline list-item;
}

.Copyrights-footer ul.footersocial-new li a {
}

.Copyrights-footer ul.footersocial-new li a:hover {
}

.Copyrights-footer ul.footersocial-new li a i {
    color: #f53f1f !important;
    font-size: 30px !important;
    line-height: 25px !important;
    padding: 0 !important;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0);
    margin: 10px 6px;
    border-radius: 5px;
    overflow: hidden;
}

/*inner-banner*/
.inner-banner {
    position: relative;
    width: 95%;
    padding: 0 0px;
    margin: -18px auto 0;
    height: 250px;
    overflow: hidden;
    background: #8a2a00;
    border-radius: 10px;
    box-shadow: 0px -60px 71px -5px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px -60px 71px -5px rgb(0, 0, 0) inset;
    -moz-box-shadow: 0px -60px 71px -5px rgba(0,0,0,1) inset;
    z-index: 1;
}

.inner-banner .inner-banner-img {
    width: 100%;
    padding: 0 0px;
    margin: -60px 0 0 0;
    opacity: 0.8;
}

.inner-banner ul {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    z-index: 9;
    background: #fdb302;
    padding: 0 0;
    margin: 0;
}

.inner-banner ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0;
    color: #fff;
}

.inner-banner ul li a {
    position: relative;
    font-family: "Abel-Regular";
    margin: 0 0 0 0px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    padding: 7px 0 8px;
    display: block;
}

.inner-banner ul li a:hover {
    color: #ff9800;
    transition: all 600ms ease-in-out;
}

.inner-banner ul li a.active {
    position: relative;
    margin: 0 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    padding: 7px 0 8px;
    display: block;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.inner-banner p {
    position: absolute;
    content: "";
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Parisienne', cursive;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 5px 10px 5px rgb(0, 0, 0);
}

.inner-profile {
    position: relative;
    width: 95%;
    padding: 0 0px;
    margin: 150px auto 0;
    height: 180px;
    overflow: hidden;
    background: #312929;
    border-radius: 10px;
    box-shadow: 0px -60px 71px -5px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px -60px 71px -5px rgb(0, 0, 0) inset;
    -moz-box-shadow: 0px -60px 71px -5px rgba(0,0,0,1) inset;
}

.inner-profile .inner-banner-img {
    width: 100%;
    padding: 0 0px;
    margin: -60px 0 0 0;
    opacity: 0.8;
}

.inner-profile p {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Parisienne', cursive;
    z-index: 99;
    color: #fcc900;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 1px 1px rgb(0, 0, 0);
}

/*About*/
.about-inner {
    width: 100%;
    height: auto;
    background: #ffffff14;
    background: url(../images/ser-bg.jpg) repeat;
    padding: 30px 0 50px;
    margin: 0;
    position: relative;
}

.about-inner .left-text-top h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding: 10px 0 10px;
    margin: 0;
    color: #192f33;
    font-family: 'Raleway', sans-serif;
}

.about-inner .left-text-top p {
    text-align: justify;
    font-size: 20px;
    color: #192f33ba;
    line-height: 35px;
    padding: 0 0 10px;
    margin: 0;
    font-family: arial;
    font-weight: normal;
}

.about-inner .left-text-top ul {
    position: relative;
    padding: 0 0;
    margin: 0 0;
}

.about-inner .left-text-top ul li {
    list-style: none;
    padding: 0 0;
    font-size: 20px;
    line-height: 40px;
    color: #192f33de;
    font-weight: 200;
    margin: 0 0 0 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*faq-us*/
.faq {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 35px 30px;
    margin: 0px 0;
}

.faq .accordion-box .accordion {
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    transition: .4s;
    line-height: 28px;
    border-bottom: 1px solid #cccccc70;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 8px;
    background: linear-gradient(90deg,rgb(69, 27, 3) 0%, rgb(147, 147, 147) 60%, rgb(70, 28, 4) 100%);
}

.faq .accordion-box button.accordion::after {
    content: '\002B';
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.faq .accordion-box button.accordion.active::after {
    content: "\2212";
}

.faq .accordion-box .panel {
    padding: 0 18px;
    display: none;
    background-color: #f9f9f9;
    overflow: hidden;
    color: #000;
}

.faq .accordion-box .accordion:hover {
    background-color: #094a88;
    background-color: #642104 !important;
}

.faq .accordion-box .panel p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #101c1e;
}

.faq .accordion-box {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

.terms {
    background: #ececec8a;
    padding: 20px 0 50px;
    margin: 0;
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/ser-bg.jpg) repeat;
}

.terms p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #101c1e;
}

/*contact-inner*/
.contact-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 40px 0 50px;
    margin: 0;
    background: url(../images/ser-bg.jpg);
}

.contact-inner .contact-block {
    width: 70%;
    background: none;
    margin: 9px auto 0;
    padding: 11px 20px;
    border-radius: 9px;
}

.contact-inner .contact-block .left-con {
    width: 90%;
    display: inline-block;
    position: relative;
    padding: 0 0;
    margin: 0 0;
    background: #461d04;
    border-radius: 8px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.contact-inner .contact-block .left-con h2 {
    padding: 20px 0 0 20px;
    margin: 0 0 0;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
}

.contact-inner .contact-block .left-con p {
    font-family: 'Poppins', sans-serif !important;
    padding: 0px 0 0 20px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.contact-inner .contact-block .left-con form {
    width: 60%;
    padding: 10px 15px;
    background: #461d04;
    position: relative;
    display: block;
    margin: 0 0 10px 15px;
}

.contact-inner .contact-block .left-con form .fill-box {
    width: 100%;
    background: #461d04;
    padding: 10px 15px;
    position: relative;
    display: block;
    border-bottom: 0.5px solid #7b3103;
    border-radius: 5px;
    margin: 0;
}

.contact-inner .contact-block .left-con form .fill-box input {
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    background: #461d04;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contact-inner .contact-block .left-con form .fill-box textarea {
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    background: #461d04;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.contact-inner .contact-block .left-con form .content-submit {
}

.contact-inner .contact-block .left-con form .captcha input {
    background: url(../images/captcha.png) repeat;
    background-size: auto;
    color: #dfdfdf;
    text-align: center;
    letter-spacing: 5px;
    background-size: cover;
    width: 100%;
    border-radius: 4px;
    height: 30px;
    font-family: 'Parisienne', cursive;
}

.contact-inner .contact-block .left-con form .fill-box select {
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
}

.contact-inner .contact-block .left-con form .content-submit input {
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.5);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0px solid #ffffff;
    border-radius: 100px;
    background: linear-gradient(to top, #ffb300, #fffb00);
    color: #162a35;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
    font-size: 15px;
    width: 40%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-inner .contact-block .left-con form .content-submit button {
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0.5px solid #4d1f03;
    border-radius: 100px;
    background: linear-gradient(to top, #aa4406, #572404);
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
    font-size: 15px;
    width: 40%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-inner .contact-block .left-con form .content-submit button:hover {
    transition: all 600ms ease-in-out;
    background: #4b6e74;
    color: #fff;
}

.contact-inner .contact-block .right-con {
    position: absolute;
    padding: 15px;
    margin: 0 0;
    background: #155a9d;
    border-radius: 10px;
    float: right;
    content: "";
    z-index: 9;
    right: 150px;
    bottom: 150px;
    width: 35%;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.37);
    border: 1px solid #903307;
    background: linear-gradient(90deg,rgb(70, 29, 4) 0%, rgb(69, 28, 3) 60%, rgb(149, 53, 7) 100%);
    background: url(../images/bg-footer.png) no-repeat center;
}

.contact-inner .contact-block .right-con h2 {
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
    margin: 10px 0 15px 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.contact-inner .contact-block .right-con ul.contact-addres {
    position: relative;
    width: 100%;
    padding: 0 0;
    margin: 0
}

.contact-inner .contact-block .right-con ul.contact-addres li {
    position: relative;
    display: block;
    padding: 0 0 10px;
    margin: 0;
}

.contact-inner .contact-block .right-con ul.contact-addres li i {
    padding: 0 10px 0 0;
    margin: 0;
    color: #fff;
    font-size: 12px
}

.contact-inner .contact-block .right-con ul.contact-addres li a b {
    color: #fff;
    padding: 0 10px 0 0;
}

.contact-inner .contact-block .right-con ul.contact-addres li a {
    padding: 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #ffffffd6;
    line-height: 25px;
    font-family: arial;
}

.contact-inner .contact-block .right-con ul.contact-addres li a:hover {
    color: #ffef00;
    transition: all 600ms ease-in-out;
}

.contact-inner .contact-block .right-con ul.contact-social {
    position: relative;
    width: 100%;
    padding: 0 0;
    margin: 15px 0;
    text-align: center;
}

.contact-inner .contact-block .right-con ul.contact-social li {
    position: relative;
    display: inline-block;
    padding: 0 0;
    margin: 0 3px 6px;
    box-shadow: 0px 10px 10px -8px rgb(0, 0, 0);
}

.contact-inner .contact-block .right-con ul.contact-social li i {
    color: #421b03;
    padding: 0 0;
    margin: 0;
    font-size: 20px;
}

.contact-inner .contact-block .right-con ul.contact-social li a {
    padding: 6px 0 0 0;
    margin: 0;
    background: #fdb504;
    width: 40px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all 600ms ease-in-out;
}

.contact-inner .contact-block .right-con ul.contact-social li a:hover {
    background: #fff;
    background: #d7d0cd;
    transition: all 600ms ease-in-out;
}

/*login / Sing up*/
.login {
    position: relative;
    width: 90%;
    overflow: hidden;
    padding: 50px;
    margin: 150px auto 50px;
    height: auto;
    border-radius: 10px;
    background: url(../images/login.png) no-repeat right top;
    background-size: cover;
}

.sign {
    position: relative;
    width: 90%;
    overflow: hidden;
    padding: 50px;
    margin: 150px auto 50px;
    height: auto;
    border-radius: 10px;
    background: url(../images/iner-banner.png) no-repeat right top;
    background-size: cover;
}

.user-box {
    position: relative;
    width: 40%;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 10px;
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
    border: 5px solid #fe8a001c;
}

.user-box h4 {
    text-align: center;
    margin: 0 0 0;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 0px rgb(70, 29, 3);
}

.user-box h5 {
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
    margin: 0 0 35px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.user-box img.login-logo-img {
    width: 25%;
    margin: 5px auto 6px;
    display: block;
    padding: 0 0;
}

.user-box form {
    width: 90%;
    position: relative;
    padding: 0 0;
    margin: 0 auto;
    display: block;
}

.user-box form .login-input {
    position: relative; 
    padding: 0 0;
    margin: 0 auto 20px;
    width: 100%;
    display: inline-block;
}

.user-box form .login-input label {
    width: 15%;
    float: left;
    background: #000;
    height: 40px;
    text-align: center;
    border: 1px solid #451c0269;
    padding: 0 0;
    margin: 0;
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
}

.user-box form .login-input label i {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 0 0 0;
    margin: 0 0;
    text-shadow: 1px 1px 0px rgb(70, 29, 2);
}

.user-box form .login-input input {
    width: 85%;
    float: right;
    background: #461d02;
    height: 40px;
    border: 1px solid #7b3204;
    padding: 0 0 0 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.user-box form .login-input input:hover {
}
.user-box form .login-input #togglePassword{position: absolute;
    content: "";
    right: 10px;
    top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;}

.user-box form .login-input textarea {
    width: 85%;
    float: right;
    background: #461d02;
    height: 40px;
    border: 1px solid #7b3204;
    padding: 0 0 0 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    outline: none;
}

.user-box form .login-input select {
    width: 85%;
    float: right;
    background: #461d02;
    height: 40px;
    border: 1px solid #7b3204;
    padding: 0 0 0 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    outline: none;
}

.user-box form .login-input ul {
    width: 100%;
    text-align: center;
    padding: 0 0;
    margin: 0;
    display: inline-block;
}

.user-box form .login-input ul li {
    list-style: none;
    width: 50%;
    display: inline;
    padding: 0 0;
    margin: 0 25px;
}

.user-box form .login-input ul li a {
    color: #461d02;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}

.user-box form .login-input ul li a:hover {
    color: #fff5ee;
}

.user-box form .login-input input[type="submit"] {
    cursor: pointer;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #853900);
    color: #fff;
    text-transform: uppercase;
    margin: 10px auto 0;
    font-size: 15px;
    width: 40%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    float: none;
    display: block;
    height: 50px;
}

.user-box form .login-input input[type="submit"]:hover {
    box-shadow: 0px 20px 20px -15px rgb(0, 0, 0);
    transition: all 500ms ease-in-out;
    background: linear-gradient(to top, #f88600, #2b1302);
}

.user-box form .sign-input {
}

.user-box form .captcha input {
    background: url(../images/captcha.png) repeat;
    color: #dfdfdf;
    text-align: center;
    letter-spacing: 5px;
    background-size: cover;
    width: 85%;
    border-radius: 4px;
    height: 40px;
    font-family: 'Parisienne', cursive;
}

.user-box form .checkbox {
}

.user-box form .checkbox ul li {
    list-style: none;
    width: 65%;
    display: inline-block;
    padding: 0 0;
    margin: 5px 0px 0;
}

.user-box form .checkbox ul li a {
    width: 90%;
    float: right;
    color: #461d02;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0px;
}

.user-box form .checkbox ul li a:hover {
    color: #fff5ee;
}

.user-box form .checkbox ul li input {
    width: 10%;
    height: 20px;
    float: left;
    display: block;
}

.sign .user-box form {
    width: 100%;
}

.sign .user-box {
    position: relative;
    width: 60%;
}

.user-box form .sign-input {
    width: 47%;
    float: left;
    margin: 5px;
    padding: 0;
}

.login .form-left-to-w3l label {
    color: #fff;
    padding: 10px 0 4px 0;
    margin: 0;
}

/*cart_empty*/
.cart_empty {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 0px 100px 0;
    margin: 0px 0;
}

/*CART FLIPKART*/
.cart-flipkart {
    padding: 30px 0;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/ser-bg.jpg) repeat;
}

.cart-flipkart .flipkart-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cart-flipkart .flipkart-box .flipkart-box-left {
    padding: 15px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    border: 1px solid #e9e9e9;
}

.cart-flipkart .flipkart-box .flipkart-box-left h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    background: #6a2903;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
}

.cart-flipkart .flipkart-box .flipkart-box-left .title-top {
    padding: 10px 10px;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    background: #6a2903;
    border-radius: 5px;
}

.cart-flipkart .flipkart-box .flipkart-box-left .title-top h3 {
    padding: 0;
    margin: 0;
    float: left;
    width: 39%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
}

.cart-flipkart .flipkart-box .flipkart-box-left .title-top select {
    display: inline-block;
    float: right;
    width: 45%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ff9800;
    border-radius: 4px;
    outline: none;
    background: #fff;
}

.cart-flipkart .flipkart-box .flipkart-box-left .title-top lable {
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom {
    padding: 8px 0 10px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-box {
    float: left;
    width: 20%;
    overflow: hidden;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-box img {
    width: 95%;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text {
    float: right;
    width: 75%
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text a.button {
    margin: 5px 0 0 0;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    padding: 3px 15px 5px !important;
    display: inline-block;
    border: 1px solid #fff;
    background: linear-gradient(to top, #863100, #e3962a) !important;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text a.button:hover {
    border: 2px solid #ffcb00;
    background: #ff9800 !important;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text h4 {
    text-align: left;
    padding: 0 0 8px;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text h5 {
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
    font-size: 18px;
    color: #1a474f;
    font-family: "Abel-Regular";
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text h6 {
    text-align: left;
    padding: 0 0 3px;
    margin: 0;
    font-size: 17px;
    color: #1a474f;
    font-family: "Abel-Regular";
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text h6 span {
    text-decoration: line-through;
    font-size: 14px;
    color: #878787;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom .det-bottom-text .saving-cart {
    padding: 0 0 2px;
    margin: 0;
    font-size: 13px;
    color: #d61a1a;
    font-weight: normal;
    display: block;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom h5.delivry {
    font-size: 15px;
    padding: 0 0 10px;
    margin: 0;
    text-align: right;
    color: #0b343c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.cart-flipkart .flipkart-box .flipkart-box-left .det-bottom h6.delivry {
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #f00;
    font-family: "Abel-Regular";
    line-height: 5px;
}

.cart-flipkart .flipkart-box .flipkart-box-left .snipcart-details {
}

.cart-flipkart .flipkart-box .flipkart-box-left .snipcart-details input {
    width: 21%;
    cursor: pointer;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.38);
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0.5px solid #fff;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #853900);
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    height: 50px;
}

.cart-flipkart .flipkart-box .flipkart-box-left .snipcart-details input:hover {
    border: 2px solid #1e4d55;
    background: #4b6e74;
    color: #fff;
}

.cart-flipkart .flipkart-box .flipkart-box-left table {
}

.cart-flipkart .flipkart-box .flipkart-box-left table tr.title-top {
    background: #fff;
}

.cart-flipkart .flipkart-box .flipkart-box-left table tr.title-top th {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 0;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.cart-flipkart .flipkart-box .flipkart-box-left table tr.title-top td {
}

.cart-flipkart .flipkart-box .flipkart-box-left table tr td {
}

.cart-flipkart .flipkart-box .flipkart-box-left table tr td h6.discountshow {
    color: #10b610;
    font-size: 18px;
    font-weight: 600;
    color: #10b610;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0 0;
    width: 80%;
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.cart-flipkart .flipkart-box .flipkart-box-right {
    padding: 15px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    border: 1px solid #e9e9e9;
}

.cart-flipkart .flipkart-box .flipkart-box-right h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    background: #6a2903;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
}

.cart-flipkart .flipkart-box .flipkart-box-right p {
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    font-size: 15px;
    color: #122528;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
}

.cart-flipkart .flipkart-box .flipkart-box-right p span {
    float: right;
    color: #000;
    font-weight: bold;
    font-family: "Abel-Regular";
}

.cart-flipkart .flipkart-box .flipkart-box-right h2 {
    padding: 10px 0 10px;
    margin: 0;
    font-size: 16px;
    color: #173d44;
    display: block;
    border-top: 1px solid #bac0c1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.cart-flipkart .flipkart-box .flipkart-box-right h2 span {
    float: right;
}

.ads-grid .flipkart-box-right {
    padding: 15px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    border: 1px solid #e9e9e9;
}

.ads-grid .flipkart-box-right h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    background: #6a2903;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
}

.ads-grid .flipkart-box-right p {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

.ads-grid .flipkart-box-right p span {
    float: right;
    color: #000;
    font-weight: bold;
    font-family: "Abel-Regular";
}

.ads-grid .flipkart-box-right h2 {
    padding: 5px 0 10px;
    margin: 0;
    font-size: 16px;
    color: #173d44;
    display: block;
    border-top: 1px solid #bac0c1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.ads-grid .flipkart-box-right h2 span {
    float: right;
}

.ads-grid .flipkart-box-right h2 span b {
    color: #f4420b;
}

.ads-grid .flipkart-box-right p span b {
    color: #f4420b;
}

.cart-flipkart .flipkart-box .flipkart-box-right h2 span b {
    color: #f4420b;
}

.cart-flipkart .flipkart-box .flipkart-box-right p span b {
    color: #f4420b;
}

#show_for_1 {
    color: #039d38;
}

/*PROFILE*/
.ads-grid {
    padding: 30px 0;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/ser-bg.jpg) repeat;
}

.ads-grid .profile-banner {
    box-shadow: 0px 0px 15px 0px #D6D6D68F;
    border: 3px double #56717445;
    background: #fff;
    padding: 15px;
    margin: 0 0 30px;
    box-shadow: 4px 5px 4px #e8e8e8;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.ads-grid .profile-banner h4 {
    padding: 5px 15px;
    margin: 0 0 10px 0;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    display: block;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
    border: 5px solid #fe8a001c;
}

.bp {
    text-align: right;
    padding: 0 0;
    margin: 0;
    float: right;
    font-family: arial;
    font-weight: normal;
    font-size: 20px;
}

form.profile input[type="submit"] {
    width: 20%;
    line-height: 24px;
    height: 45px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 40px 12px;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #ff9416, #853900);
    color: #fff;
    text-transform: uppercase;
}

form.profile input[type="submit"]:hover {
    background: #FF7800;
}

form.profile label {
    height: 40px;
    font-size: 16px !important;
    text-align: left;
    float: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #042328;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
}

form.profile input {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid #d8d8d845;
    padding: 0px 0 5px 10px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

form.profile button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

form.profile select {
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 0.5px solid #4b6e7466;
    border-radius: 5px;
    padding: 5px 0 5px 10px;
    color: #1b1f2d;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

form.profile textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d8d8d845;
    padding: 5px 0 5px 10px;
    color: #1b1f2d;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    height: 80px;
}

form.profile_edit input[type="submit"] {
    width: 15%;
    line-height: 24px;
    height: 45px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 40px 12px;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #ff9416, #853900);
    color: #fff;
    text-transform: uppercase;
}

form.profile_edit input[type="submit"]:hover {
    background: #FF7800;
}

form.profile_edit label {
    height: 40px;
    font-size: 16px !important;
    text-align: left;
    float: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #042328;
    line-height: 30px;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
}

form.profile_edit input {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid #d8d8d845;
    padding: 0px 0 5px 10px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

form.profile_edit button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

form.profile_edit select {
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 0.5px solid #4b6e7466;
    border-radius: 5px;
    padding: 5px 0 5px 10px;
    color: #1b1f2d;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

form.profile_edit textarea {
    width: 100%;
    outline: none;
    padding: 5px 0 5px 10px;
    color: #1b1f2d;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    height: 80px;
    border: 1px solid #d8d8d845;
}

.profile_edit a.button_b {
    width: 15%;
    line-height: 24px;
    height: 45px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 40px 12px;
    text-transform: uppercase;
    text-align: center;
    border: 0.5px solid #fff;
    border-radius: 100px;
    background: linear-gradient(to top, #fff, #b5c1ff);
    color: #000;
}

.profile_edit a.button_b:hover {
    border: 0.5px solid #3800ff;
    border-radius: 100px;
    background: linear-gradient(to top, #031037, #042bff);
    color: #fff;
}

.pri-information {
}

.pri-information h3 {
    padding: 5px 10px;
    margin: 0 0 10px 0;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    display: block;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
    border: 5px solid #fe8a001c;
}

.pri-information h3 span {
    text-align: right;
    float: right;
    font-size: 15px;
    font-family: arial;
}

.pri-information p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0;
    margin: 0 0;
}

.pri-information p label {
    padding: 0 0;
    margin: 0 0;
    font-size: 15px;
    line-height: 25px;
    color: #391901;
    text-transform: uppercase;
}

/*Wishlist*/
.wishlist {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin: 0;
    box-shadow: 4px 5px 4px #e8e8e8;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.wishlist h4 {
    padding: 5px 15px;
    margin: 0 0 15px;
    float: left;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    font-family: "Abel-Regular";
    line-height: 35px;
    display: block;
    width: 100%;
    background: #4b6e741a;
    border: 1px solid #d8d8d8;
}

.wishlist .wishlist-block {
    width: 100%;
    padding: 15px 0 30px;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
}

.wishlist .wishlist-block .image-block {
    width: 15%;
    float: left;
    padding: 0;
    margin: 0;
}

.wishlist .wishlist-block .image-block img {
    width: 100%;
}

.wishlist .wishlist-block .text-block {
    width: 75%;
    float: left;
    padding: 0 0 0 30px;
    margin: 0;
}

.wishlist .wishlist-block .text-block h5 {
    background: none;
    width: 100%;
    border-radius: 10px;
    padding: 0;
    color: #2c3142;
    font-size: 18px;
}

.wishlist .wishlist-block .text-block h6 {
    letter-spacing: 0px;
    font-weight: normal;
    font-family: "Abel-Regular";
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 30px;
    color: #144048;
    padding: 7px 0;
}

.wishlist .wishlist-block .text-block h6 b {
}

.wishlist .wishlist-block .text-block h6 del {
    margin: 0 10px 0 10px;
    font-size: 17px;
    color: #939393;
    font-weight: normal;
}

.wishlist .wishlist-block .text-block h6 strong {
    font-size: 14px;
    padding: 0;
    color: #ff5400;
    font-weight: 500;
    border-radius: 5px;
    margin: 0;
}

.wishlist .wishlist-block .del-block {
    width: 10%;
    float: right;
    padding: 0;
    margin: 0;
    text-align: right;
}

.wishlist .wishlist-block .del-block i {
    font-size: 18px;
    color: #ccc;
}

.OutofStock {
    background: #311201 !important;
    color: #ff8300 !important;
    border: 1px solid #000 !important;
    cursor: no-drop !important;
}

.OutofStock:hover {
}

/* -- order + Edit profile -- */
#order-view p label {
    color: #021731;
    padding: 0 0 0 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

#order-view p label span {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #461c02;
}

#order-view label {
    color: #032754;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#order-view label b {
    color: #f00;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 5px 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#order-view label b i {
    background: #ededee;
    padding: 6px 8px;
    border-radius: 5px;
    color: #f00;
    font-weight: bold;
}

#order-view h5 {
    transition: all 0.5s ease-in-out;
    margin: 25px 0 10px;
    padding: 5px 15px;
    float: left;
    font-weight: normal;
    color: #712c00;
    display: block;
    width: 100%;
    border: 1px solid #d8d8d86b;
    font-size: 20px;
    line-height: 30px;
    font-family: arial;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    background: url(../images/ser-bg.jpg) repeat;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.mobile-view {
    color: #032754;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inconsolata', monospace;
}

.mobile-view1 {
    color: #032754;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 8px;
}

.profile-banner label {
    font-family: 'Montserrat', sans-serif;
    color: #064fab;
    padding: 18px 0 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

textarea.text-ari {
    width: 215px;
    height: 60px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
}

.snipcart-details a.button {
    margin: 20px 0 10px;
    outline: none;
    font-size: 15px;
    width: 20%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    height: 45px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 10px 0;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #853900);
    color: #fff;
    display: block;
}

.snipcart-details a.button:hover {
    background: linear-gradient(to top, #f88600, #421d02);
    color: #fff;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.79);
}

fieldset a.button {
    font-size: 14px;
    color: #fff;
    background: #2a3c7a;
    text-decoration: none;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: .5em;
    outline: none;
    display: block;
    text-align: center;
}

.text-center_1 {
    text-align: center;
}

.text-center_1 a.button {
    font-size: 14px;
    color: #fff;
    background: #F5820D;
    text-decoration: none;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: .5em;
    outline: none;
}

.text-center_1 a.button:hover {
    background: #064FAB;
}

label.hik {
    font-size: 14px !important;
    color: #064fab !important;
    font-weight: bold;
    text-align: left;
    float: left;
    margin: 0 0 35px 0;
    letter-spacing: 0.5px;
    line-height: 20px;
    border-bottom: 1px solid #064fab;
}

label.hikk {
    font-size: 17px !important;
    text-align: left;
    float: left;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #042328;
    line-height: 30px;
    padding: 10px 0 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

p.hikk {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px !important;
    text-align: left;
    float: left;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: #3d3d3d;
    line-height: 30px;
    padding: 10px 0 0;
    margin: 0px;
}

p.hik {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding: 0 0;
    margin: 0;
}

form .agileinfo_mail_grid_left {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 0;
    margin: 10px 0 10px;
    background: #f9fafb6b;
}

form .agileinfo_mail_grid_left ul.big {
    margin: 0;
    padding: 0;
    width: 40%;
    float: left;
}

form .agileinfo_mail_grid_left ul.big li {
    list-style: none;
    display: inline-block;
    padding: 0 0;
    position: relative;
    margin: 0 0;
    color: #722d00;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

form .agileinfo_mail_grid_left ul.big li i {
    color: #6a2903;
    padding: 0 5px 0 5px;
    font-size: 15px;
    margin: 0;
}

form .agileinfo_mail_grid_left input {
    margin: 0;
    padding: 0 0 5px 6px;
    width: 50%;
    float: right;
    color: #462309d9;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-transition: 0.5s all;
    background: #fcfbfc;
    border-radius: 3px;
    border-bottom: 1px dotted #324e539e;
}

form .agileinfo_mail_grid_left label {
    margin: 0;
    padding: 0 0 5px 6px;
    width: 30%;
    float: left;
    color: #462309d9;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    outline: none;
    -webkit-appearance: none;
    -moz-transition: 0.5s all;
    background: #fcfbfc;
    border-radius: 3px;
    border-bottom: 1px dotted #324e539e;
    text-align: center;
    font-size: 13px;
}

form .agileinfo_mail_grid_left label input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0;
    text-align: left;
    border: none;
    outline: none;
    padding: 0
}

form .agileinfo_mail_grid_left textarea {
    margin: 0;
    padding: 0 0 5px 6px;
    width: 50%;
    float: right;
    color: #462309d9;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-transition: 0.5s all;
    background: #fcfbfc;
    border-radius: 3px;
    border-bottom: 1px dotted #324e539e;
}

a.Ship-Another-Address {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 220px;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    padding: 4px 15px;
    background: linear-gradient(90deg,rgb(255, 0, 0) 0%, rgb(106, 41, 3) 50%, rgb(255, 0, 0) 100%);
    border: 5px solid #ffffff2e;
    font-size: 10px;
}

.button-Place-Order {
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 15px 40px;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #ff9416, #853900);
    color: #fff;
    text-transform: uppercase;
}

.button-Place-Order:hover {
    background: #FF7E01;
}

.profile-banner .no {
    height: 40px;
    width: 100%;
    resize: none;
    padding: 5px;
    border: 0.5px solid #cfc2b9;
}

.snipcart-details input.button_1 {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    width: 50%;
    outline: none;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #f88600, #592904);
    color: #fff;
    text-transform: uppercase;
}

.snipcart-details input.button_1:hover {
    background: #4b6e74;
}

.ed-p-box {
    width: 100%;
    padding: 4px 6px;
    margin: 0;
}

p.or-de-p {
    padding: 10px 0 0;
    margin: 0;
}

.address-box {
    width: 100%;
    position: relative;
    padding: 0px;
    background: #f4ffff70;
    margin: 5px 0 10px;
    border-radius: 10px;
    border: 1px solid #cccccc38;
}

.address-box span {
    font-size: 14px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    line-height: 25px;
    padding: 0 5px;
}

.address-box strong {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    color: #8e3806;
}

.address-box input {
    accent-color: #fb3b00;
}

.profile sup {
    top: 0px;
    position: absolute;
    color: #18a204;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.query-submit {
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 0;
    border: 0.5px solid #fff;
    border-radius: 100px;
    background: linear-gradient(to top, #aa4406, #572404);
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
    font-size: 15px;
    width: 30%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    float: right;
}

.query-submit:hover {
    border: 0.5px solid #0f0e0e;
    border-radius: 100px;
    background: linear-gradient(to top, #ff6000, #000);
}

.agileinfo_mail_grid_right input[type="text"] {
    background: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

.agileinfo_mail_grid_right input[type="email"] {
    background: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

.agileinfo_mail_grid_right select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

.agileinfo_mail_grid_right textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px 5px;
    color: #2c3142;
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
}

span.editanddelet {
}

span.editanddelet a {
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px;
    margin: 0;
    background: #1bc403;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

span.editanddelet a i {
    font-size: 12px;
    padding: 0 4px 0 0;
}

span.editanddelet a:hover {
}

span.cod-a {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 40%;
    font-size: 10px;
    color: #47d507;
}

span.cod-na {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 40%;
    font-size: 10px;
    color: #f00;
}

span.cod-a:hover {
}

span.cod-na:hover {
}

.order-ing-rj {
    width: 30%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
}

.order-bill {
    width: 100%;
    padding: 20px 20px;
    margin: 0 0;
    background: url(../images/ser-bg.jpg) repeat;
}

.order-bill p {
    font-size: 17px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.71);
    color: #1c0b01;
    font-weight: normal;
    font-family: arial;
    line-height: 25px;
    padding: 0 0 5px;
}

.order-bill a {
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 40px;
    border: 0.5px solid #f88700;
    border-radius: 100px;
    background: linear-gradient(to top, #ff9416, #853900);
    color: #fff;
    text-transform: uppercase;
}

.order-bill a:hover {
    background: #5E5E5E;
}

.order-bill button {
    outline: none;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
    display: inline-block;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    padding: 12px 40px;
    border: 0.5px solid #f00202;
    border-radius: 100px;
    background: linear-gradient(to top, #f00, #910e0e);
    color: #fff;
    text-transform: uppercase;
}

.order-bill button:hover {
    background: #A80000;
}

.modal-dialog {
    width: 600px;
    margin: 10% auto;
}

h4.modal-title {
    font-family: 'Oswald', sans-serif;
    font-family: "Abel-Regular";
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.modal-body form {
    position: relative;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
}

.form-horizontal .form-group label {
    width: 30%;
    padding: 9px 0px 0 10px;
    margin: 0 0 10px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    height: 45px;
    background: linear-gradient(90deg,rgb(238, 92, 0) 0%, rgb(255, 139, 0) 50%, rgb(202, 79, 0) 100%);
    border: 5px solid #fe8a001c;
}

.form-horizontal .form-group input {
    width: 65%;
    height: 45px;
    border: 1px solid #d8d8d8;
    padding: 5px 15px;
    margin: 0 0 10px;
    color: #000;
    float: right;
    border-radius: 0;
}

.form-horizontal .form-group select {
    width: 65%;
    height: 45px;
    border: 1px solid #d8d8d8;
    padding: 5px 15px;
    margin: 0 0 10px;
    color: #000;
    float: right;
    border-radius: 0;
}

.form-horizontal .form-group textarea {
    width: 65%;
    height: 45px;
    border: 1px solid #d8d8d8;
    padding: 5px 15px;
    margin: 0 0 10px;
    color: #000;
    float: right;
    border-radius: 0;
}

/* --// order -- */
/* -- User_profile -- */
.category ul {
    margin: 0;
    padding: 0;
}

.category ul li {
    font-size: 15px;
    display: block;
    list-style-type: none;
    border-bottom: 0.5px solid #FFF;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    padding: 10px 0 10px 15px;
    background: linear-gradient(90deg, rgb(113, 44, 0) 16%, rgb(193, 97, 0) 10%);
}

.category ul li a {
    color: #F9FAFB;
    transition: all 0.5s ease-in-out;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 0px rgba(70, 29, 3, 0.71);
}

.category ul li a i {
    font-size: 15px;
    padding: 0 20px 0 0;
}

.side-bar-two {
    padding: 9px;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    margin-bottom: 4px;
    color: #fff;
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
    border: 5px solid #fe8a001c;
}

.side-bar-two i {
    position: relative;
    top: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 35px;
}

.category ul li:hover {
    background: linear-gradient(0deg, rgb(255, 126, 1) 4%, rgb(51, 82, 87) 10%);
    background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
    transform: scale(1.1);
}

.category ul li:hover a {
    color: #fff;
}

.category ul li.active {
    background: linear-gradient(0deg, rgb(255, 126, 1) 4%, rgb(75, 110, 116) 10%);
}

.category ul li.active a {
    color: #ffff;
}

/*Chose-Author*/
.Chose-Author {
    background: url(../images/ser-bg.png) repeat;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    transition: all 600ms ease-in-out;
    padding: 40px 20px;
    margin: 0;
}

.Chose-Author ul {
    position: relative;
    padding: 0 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.Chose-Author ul li {
    position: relative;
    padding: 0 0;
    margin: 3px;
    list-style: none;
    width: 10%;
    float: left;
    text-align: center;
}

.Chose-Author ul li a {
}

.Chose-Author ul li a img {
    width: 80%;
    border-radius: 50%;
    border-bottom: 5px solid #9c3409;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    height: 100px;
}

.Chose-Author ul li a span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 0 0 0;
    margin: 0;
    color: #262323;
    transition: all 400ms ease-in-out;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    height: 50px;
}

.Chose-Author ul li a span:hover {
    color: #2b0e03f0;
    transition: all 400ms ease-in-out;
}

.Chose-Author ul li a img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 400ms ease-in-out;
}

/*Popular-Publishers*/
.Popular-Publishers {
    background: url(../images/ser-bg.png) repeat;
    transition: all 600ms ease-in-out;
    padding: 40px 20px;
    width: 100%;
    margin: 0 auto 30px;
}

.Popular-Publishers .slick-slide {
    height: auto !important;
    min-height: 1px;
}

.Popular-Publishers .slick {
    width: 90%;
    margin: 0 auto;
}

.Popular-Publishers .slick-slide .inner {
    margin: 15px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    border: 2px solid #eee;
    transition: all 600ms ease-in-out;
    border-radius: 15px;
    background: #fff;
}

.Popular-Publishers .slick-slide img {
    display: block;
    height: 110px !important;
    width: 130px !important;
    padding: 5px;
    border-radius: 10px;
}

/*given-reviews*/
.given-reviews {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0 50px;
    margin: 0;
}

.given-reviews h1 {
    display: block;
    text-align: center;
    font-size: 35px;
    font-family: 'Croissant One', cursive;
    padding: 0;
    margin: 30px 0;
    line-height: 40px;
    color: #8c0609;
    font-weight: bold;
}

.w3_login_module1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 30px;
    background: #fff;
    -webkit-box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    box-shadow: 0px 13px 35px -12px rgba(151, 146, 146, 0.34);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.w3_login_module1 form {
    padding: 20px 0 20px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.w3_login_module1 form input[type="text"] {
    border: 1px solid #ccc;
    width: 48%;
    margin: 10px 0 10px;
    padding: 5px 10px 3px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    outline: none;
    outline-style: none;
    height: 50px;
    float: left;
    line-height: 30px;
}

.w3_login_module1 form input[type="email"] {
    border: 1px solid #ccc;
    width: 48%;
    margin: 10px 0 10px;
    padding: 5px 10px 3px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    outline: none;
    height: 50px;
    outline-style: none;
    outline-color: none;
    float: right;
    line-height: 30px;
}

.w3_login_module1 form textarea {
    border: 1px solid #ccc;
    width: 100%;
    margin: 5px 0 10px;
    padding: 10px 10px 3px;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    outline: none;
    outline-style: none;
    height: 100px;
}

.w3_login_module1 .rating1 {
    direction: ltr;
    font-weight: bold;
    color: #00bfff;
    font-size: 16px;
}

.w3_login_module1 h3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    padding: 5px 0 0 15px;
    margin: 0;
}

.w3_login_module1 h6 {
    text-align: left;
    padding: 5px 0 0 15px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0;
    color: #444343;
}

.w3_login_module1 form input[type="text"]:hover {
    border-bottom: 5px solid #203639;
    background: #fff;
}

.w3_login_module1 form input[type="Email"]:hover {
    border-bottom: 5px solid #203639;
    background: #fff;
}

.w3_login_module1 form textarea:hover {
    border-bottom: 5px solid #203639;
    background: #fff;
}

.reviews-rate {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 0;
    margin: 0 auto 10px;
    background: #6f2802;
    border-radius: 5px;
}

.reviews-rate .RatingGive {
    width: 30%;
    position: relative;
    display: block;
    float: left;
    padding: 0 0;
    margin: 0 0;
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: bold;
}

.reviews-rate .rate {
    width: 70%;
    position: relative;
    display: block;
    float: right;
    padding: 0 0;
    margin: 0 0;
    line-height: 20px;
}

.reviews-rate .rate input {
}

.reviews-rate .rate label {
}

/*Career / Jobbox*/
.given-reviews .Jobbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0 0 40px;
    background: #fff;
    border: 0.5px solid #eaeaea94;
    border-radius: 5px;
    -webkit-box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-ou
}

.given-reviews .Jobbox {
    transition: all 600ms ease-in-out;
    width: 100%;
    margin: 0 auto;
    background: #f9f7f7;
    padding: 20px 25px;
    border-radius: 15px;
    border: 1px solid #d2d0d026;
    -webkit-box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
}

.given-reviews .Jobbox form {
    width: 100%;
    margin: 0 auto;
    transition: all 600ms ease-in-out;
    border: 2px double #fff;
    border-radius: 15px;
    padding: 10px 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.31);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
}

.given-reviews .Jobbox:hover form {
    border: 2px double #fff;
    box-shadow: none;
    transition: all 600ms ease-in-out;
}

.given-reviews .Jobbox form .log-input {
    position: relative;
    width: 100%;
    background: #fff;
    display: inline-block;
    border: 0.5px dotted #1f3451;
    margin: 10px 0 15px;
    padding: 0;
    outline: none;
    border-radius: 2px;
}

.given-reviews .Jobbox form .log-input span {
    position: absolute;
    content: "";
    top: -10px;
    font-size: 13px;
    line-height: 15px;
    left: 7px;
    padding: 1px 5px;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    color: #142f53;
}

.given-reviews .Jobbox form .log-input span b {
    color: #f00;
    font-size: 20px;
}

.given-reviews .Jobbox form .log-input label {
    background: #fff;
    width: 10%;
    float: left;
    padding: 15px 0 0 10px;
    margin: 0;
}

.given-reviews .Jobbox form .log-input input {
    background: #fff;
    width: 89%;
    float: right;
    padding: 12px 0 8px 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
}

.given-reviews .Jobbox form .log-input select {
    background: #fff;
    width: 89%;
    float: right;
    padding: 10px;
    margin: 0;
    border: none;
    outline: none;
    font-size: 15px;
    color: #000;
}

.given-reviews .Jobbox form .log-input label i {
    color: #2b4262;
}

.given-reviews .Jobbox form .log-input:hover label i {
    color: #a1062c;
}

.given-reviews .Jobbox form .log-input:hover {
    border: 0.5px dotted #a1062c;
}

.given-reviews .Jobbox form .log-input:hover span {
    color: #a1062c;
}

.given-reviews .Jobbox form .agileits-agree {
    border: none !important;
    width: 100%;
}

.given-reviews .Jobbox form .agileits-agree input {
    width: 10%;
    float: left;
}

.given-reviews .Jobbox form .agileits-agree label {
    width: 90%;
    float: right;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #142f53;
    font-size: 13px;
    line-height: 15px;
}

.given-reviews .Jobbox form .agileits-agree label a {
    color: #a40e33;
    padding: 0 0 0 5px;
}

.given-reviews .Jobbox form .agileits-agree input[type="submit"] {
    transition: all 600ms ease-in-out;
    background: #f00;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 9px 30px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.34);
}

.given-reviews .Jobbox form .agileits-agree input[type="submit"]:hover {
    background: #163054;
    transition: all 600ms ease-in-out;
}

.given-reviews .Writereviewsgiven {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    animation: menu_sticky 0.7s ease-in-out;
    overflow: hidden;
    border: 1px solid #ddddddc7;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.19);
    margin: 0 0 30px;
}

.given-reviews .Writereviewsgiven h6 {
    color: #f00;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-family: "Abel-Regular";
    text-align: center;
}

.given-reviews .Writereviewsgiven a {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 5px solid #a13f1375;
    letter-spacing: 0;
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    padding: 9px 0;
    margin: 5px auto 10px;
    font-style: normal;
    width: 80%;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg,rgb(157, 54, 9) 0%, rgb(255, 127, 2) 50%, rgb(157, 54, 9) 100%);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.72);
    display: block;
}

.given-reviews .Writereviewsgiven a:hover {
    background: #760003;
    border-bottom: 5px solid #b70005;
}

.given-reviews .reviewsProduct {
    width: 100%;
    text-align: center;
}

.given-reviews .reviewsProduct img {
    width: 80%;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

.given-reviews .reviewsProduct h2 {
    position: relative;
    padding: 0;
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 30px;
    color: #4b6e74;
    font-weight: initial;
    letter-spacing: 0.5px;
}

.given-reviews .reviewsProduct h3 {
    color: #4b6e74;
    border-radius: 5px;
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    font-family: arial;
    line-height: 25px;
    padding: 0 0 3px;
    display: block;
}

.given-reviews .reviewsProduct img.img-review {
    width: 35%;
    border-radius: 5px;
    padding: 3px 0 0;
}

/*retaingbox*/
.retaingbox {
    width: 100%;
    padding: 25px;
    margin: 0;
    background: #fff;
    border: 1px solid #cccccc36;
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.11);
}

.retaingbox form {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.retaingbox form .Rate-box {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.retaingbox form .Rate-box label {
    width: 100%;
    display: inline-block;
    font-family: 'Croissant One', cursive;
    font-size: 15px;
    line-height: 22px;
    color: #5b0406;
    padding: 0 0 5px;
    margin: 0;
    font-weight: normal;
}

.retaingbox form .Rate-box input {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000000b0;
    border: 1px solid #cccccc85;
    outline: none;
    padding: 10px;
    margin: 3px 0 10px;
    border-radius: 6px;
}

.retaingbox form .Rate-box textarea {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000000b0;
    border: 1px solid #cccccc85;
    outline: none;
    padding: 10px;
    margin: 3px 0 10px;
    border-radius: 6px;
}

.retaingbox form .Rate-box span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000000b0;
    border: 1px solid #cccccc85;
    outline: none;
    padding: 10px;
    margin: 3px 0 10px;
    border-radius: 6px;
}

.retaingbox form .Rate-box input[type="submit"] {
    transition: all 600ms ease-in-out;
    width: 65%;
    padding: 12px 0;
    margin: 25px 0 0;
    font-size: 15px;
    font-family: 'Croissant One', cursive;
    background: #7e1416;
    color: #fff;
}

.retaingbox form .Rate-box input[type="submit"]:hover {
    background: #147e2f;
    color: #fff;
    transition: all 600ms ease-in-out;
}

.Rate-box {
}

.bootstrap-tab-text-grid {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d8d8d8;
}

.add-review a {
    background: #ffbc00;
    padding: 7px 20px;
    margin: 0;
    border: 4px double #dadada;
    transition: all 600ms ease-in-out;
    color: #FFF;
    text-transform: capitalize;
    font-size: 15px;
}

.Writereviews {
    width: 100%;
    padding: 25px;
    margin: 0;
    background: #fff;
    border: 1px solid #cccccc36;
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.11);
}

.Writereviews h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Croissant One', cursive;
    font-size: 22px;
    line-height: 22px;
    color: #620608;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-weight: normal;
    border-bottom: 0.5px solid #cccccc5c;
}

.Writereviews h5 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #350304d1;
    display: inline-block;
    font-family: 'Croissant One', cursive;
}

.Writereviews h6 {
    padding: 5px 0 0;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #200101e5;
    font-family: arial;
    display: block;
}

/*-- Ratings --*/
.bootstrap-tab-text-grid {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d8d8d8;
}

.add-review a {
    background: #ffbc00;
    padding: 7px 20px;
    margin: 0;
    border: 4px double #dadada;
    transition: all 600ms ease-in-out;
    color: #FFF;
    text-transform: capitalize;
    font-size: 15px;
}

.rating1 {
    direction: ltr;
}

/*--  Review --*/
.man-revew-left {
    padding: 0 0 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.man-revew-left img {
    width: 100%;
}

.man-revew-right {
    padding: 0 0 0;
    width: 80%;
    float: right;
}

.man-revew-right ul {
    padding: 0 0 0;
    margin: 0 0;
}

.man-revew-right ul li {
    padding: 0 0 0;
    margin: 0 0;
    display: inline-block;
    float: left;
    width: 50%;
}

.man-revew-right ul li a {
    padding: 0 0 0;
    margin: 0 0;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    color: #0c5f88;
}

.man-revew-right p {
    display: inline-block;
    padding: 15px 0 0;
    text-align: justify;
    font-size: 13px;
}

.add-review {
    padding: 0 0 0;
}

.add-review h4 {
    padding: 0 0 0;
    font-size: 19px;
    line-height: 25px;
    color: #122e3c;
    text-align: left;
}

.add-review form {
    margin: 2em 0 0;
}

.add-review input[type="text"],.add-review input[type="email"],.add-review textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 48%;
    font-size: 15px;
    color: #888;
    margin: 0;
}

.add-review input[type="email"] {
    margin-left: 1.55%;
}

.add-review textarea {
    width: 100% !important;
    min-height: 120px;
    margin: 1em 0;
    resize: none;
}

.add-review input[type="text"]:nth-child(3) {
    width: 100%;
    margin: 1em 0;
}

.add-review input[type="submit"] {
    outline: none;
    padding: 12px 0;
    background: #2fdab8;
    border: none;
    width: 40%;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

.add-review input[type="submit"]:hover {
    background: #000;
}

/*-- // Review --*/
.all-reviews {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 10px 5px;
    margin: 0 auto;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    box-shadow: 0px 13px 35px -12px rgba(151, 146, 146, 0.34);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.all-reviews-left {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}

.all-reviews-left .all-reviews-left-box {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.all-reviews-left .all-reviews-left-box h4 {
    font-family: 'Croissant One', cursive;
    padding: 30px 10px;
    margin: 0;
    line-height: 25px;
    color: #9d0407;
    font-weight: normal;
    font-size: 18px;
}

.all-reviews-left .all-reviews-left-box h4 span {
    display: block;
    font-family: arial;
    padding: 0;
    margin: 0;
    line-height: 30px;
    color: #880f11;
    font-weight: normal;
    font-size: 16px;
}

.all-reviews-left .all-reviews-left-box ul {
    padding: 0 0 0 30px;
    margin: 0 auto;
    border-right: 0.5px solid #cccccc75;
    border-left: 0.5px solid #cccccc75;
    width: 100%;
}

.all-reviews-left .all-reviews-left-box ul li {
    padding: 0;
    margin: 0;
}

.all-reviews-left .all-reviews-left-box ul li img {
    width: 50%;
    height: auto;
}

.all-reviews-left .all-reviews-left-box ul li span {
    font-family: 'Croissant One', cursive;
    color: #4d090ae0;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 0 5px;
}

.all-reviews-right {
    width: 50%;
    float: right;
    padding: 0 10px 0 0;
}

.all-reviews-right h4 {
    font-size: 20px;
    font-family: 'Croissant One', cursive;
    padding: 0 0 0 30px;
    margin: 6px 0 10px 0;
    line-height: 40px;
    color: #8a0508;
    font-weight: bold;
    text-align: right;
}

.all-reviews-right h4 span {
    display: block;
    font-size: 15px;
    font-family: 'Croissant One', cursive;
    padding: 0 0 0 30px;
    margin: 0;
    line-height: 25px;
    color: #4d0607;
    font-weight: normal;
    text-align: right;
}

.all-reviews-right a {
    transition: all 400ms ease-in-out;
    background: #66b011;
    color: #fff;
    font-size: 15px;
    font-family: 'Croissant One', cursive;
    padding: 8px 20px;
    border-radius: 5px;
    float: right;
}

.all-reviews-right a:hover {
    background: #7e1416;
    transition: all 400ms ease-in-out;
}

.all-reviews .all-reviews-show {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 21px 10px 10px;
    margin: 0 0 5px 0;
    display: block;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.07);
}

.all-reviews .all-reviews-show .lt-box-icon {
    position: relative;
    width: 10%;
    overflow: hidden;
    float: left;
}

.all-reviews .all-reviews-show .lt-box-icon img {
    width: 80%;
}

.all-reviews .all-reviews-show .lt-box-text {
    position: relative;
    width: 90%;
    overflow: hidden;
    float: right;
}

.all-reviews .all-reviews-show .lt-box-text h4 {
    padding: 0;
    margin: 0;
    line-height: 25px;
    color: #4b6e74;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Federo', sans-serif;
}

.all-reviews .all-reviews-show .lt-box-text p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    color: #162628;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

.all-reviews .all-reviews-show .lt-box-text li img {
    width: 15%;
    margin: -5px 0 0 0;
}

.all-reviews .all-reviews-show .lt-box-text li {
    list-style: none;
}

/*BOOK PRODUCT*/
.product-on {
    position: relative;
    overflow: hidden;
    width: 95%;
    padding: 30px 0 50px;
    background: url(../images/ser-bg.jpg) repeat;
    margin: 0 auto;
    background: linear-gradient(900deg, rgba(253, 253, 253, 0.9) 30%, rgb(157, 54, 9) 30%);
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.2);
    margin: 0 auto 30px;
    z-index: 99;
}

.product-on .filter-left {
    width: 21%;
    float: left;
    background: linear-gradient(90deg,rgb(157, 54, 9) 0%, rgb(255, 255, 255) 50%, rgb(157, 54, 9) 100%);
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #bb3f09c7;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.19);
}

.product-on .filter-left form {
}

.product-on .filter-left form .Sort-By {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px 0;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    display: inline-block;
}

.product-on .filter-left form .Sort-By label {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #471d05;
    font-size: 15px;
    float: left;
    width: 35%;
    padding: 8px 0 0;
}

.product-on .filter-left form .Sort-By select {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
    float: right;
    width: 65%;
    padding: 10px 0;
    margin: 0;
    outline: none;
    background: #c13b00;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    outline: none;
    border: none;
}

.product-on .filter-left form .Category {
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 0 5px;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    display: inline-block;
}

.product-on .filter-left form .Category button {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    outline: none;
    background: #c13b00;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.product-on .filter-left form .Category button:hover {
}

.product-on .filter-left form .Category .list-container {
    height: 0;
    overflow: hidden;
    transition: height 1s ease-in-out;
}

.product-on .filter-left form .Category .list-container.active {
    height: 100px;
}

.product-on .filter-left form .Category .list-container ul {
    width: 100%;
    padding: 0 0;
    margin: 0;
}

.product-on .filter-left form .Category .list-container ul li {
    background: #cccccc2e;
    color: #0d0500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #fff;
}

.product-on .filter-left form .Category .list-container ul li:hover {
    transform: scale(1);
    border-bottom: 1px solid #eee9e9;
    background: #fff0;
}

.product-on .filter-left form .Category-sub {
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 0 5px;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.11);
    display: inline-block;
}

.product-on .filter-left form .Category-sub button {
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0;
    outline: none;
    background: #c13b00;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.product-on .filter-left form .Category-sub button:hover {
}

.product-on .filter-left form .Category-sub .accordion-sub {
}

.product-on .filter-left form .Category-sub .accordion-sub .panel {
}

.product-on .filter-left form .Category-sub .accordion-sub ul {
}

.product-on .filter-left form .Category-sub .accordion-sub ul li {
    background: #cccccc2e;
    color: #0d0500;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #fff;
    list-style: none;
}

.product-on .filter-left form .Category-sub .accordion-sub ul li input[type="checkbox"] {
}

.product-on .filter-left form .Category-sub .accordion-sub ul li label {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    padding: 3px 8px 4px 10px;
    margin: 0;
}

.product-on .filter-left form .Category-sub .accordion-sub ul li:hover {
    transform: scale(1);
    border-bottom: 1px solid #eee9e9;
    background: #fff0;
}

.product-on .book-right {
    width: 78%;
    float: right;
    border-radius: 10px;
    padding: 0;
    margin: 0;
}

.product-on .book-right .book-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
    margin: 0 12px 25px;
    transition: all 600ms ease-in-out;
    padding: 5px;
    width: 22%;
    overflow: hidden;
    float: left;
}

.product-on .book-right .book-box .book-img {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    background: #3c1601;
}

.product-on .book-right .book-box .book-img img {
    width: 100%;
    border-radius: 0;
    height: 300px;
    opacity: 0.7;
    transition: all 600ms ease-in-out;
}

.product-on .book-right .book-box:hover .book-img img {
    transform: scale(1.1);
    opacity: 1;
    transition: all 600ms ease-in-out;
}

.product-on .book-right .book-box .book-img h6 {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    background: #fd7700;
    padding: 10px 15px 8px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px -11px 10px -1px rgba(0, 0, 0, 0.14);
    border: 1px solid #ffffff6e;
    font-family: arial;
}

.product-on .book-right .book-box h3 {
    font-family: 'Raleway', sans-serif;
    color: #2b0e03f0;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    padding: 0 0;
    margin: 5px 0 0px;
    height: 40px;
    overflow: hidden;
}

.product-on .book-right .book-box h4 {
    font-family: "Roboto", Sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #303940e3;
    padding: 0;
    margin: 0;
    height: 25px;
}

.product-on .book-right .book-box h5 {
    text-align: center;
    color: #6c2404;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    padding: 0 0;
    margin: 0;
    font-family: arial;
}

.product-on .book-right .book-box h5 del {
    font-size: 18px;
    line-height: 22px;
    color: #403c3cba;
    letter-spacing: 1px;
    padding: 0 0 0 4px;
}

.product-on .book-right .book-box a {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 15px 10px -8px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff7800, #732603);
    color: #fff;
    border: 0.5px solid #ff6c00;
    border-radius: 100px;
}

.product-on .book-right .book-box:hover a {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #401300, #ff8300);
    color: #fff;
    border: 0.5px solid #9d3609;
    transition: all 600ms ease-in-out;
}

.product-on .book-right .book-box:hover {
    -webkit-box-shadow: -1px 9px 16px -3px rgb(36, 13, 0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 600ms ease-in-out;
}

.product-on .book-right .book-box button {
    width: 95%;
    margin: 13px auto 10px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 15px 10px -8px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff7800, #732603);
    color: #fff;
    border: 0.5px solid #ff6c00;
    border-radius: 100px;
}

.book-box .OutofStock {
    background: #311201 !important;
    color: #ff8300 !important;
    border: 1px solid #000 !important;
    cursor: no-drop !important;
}

.book-box .add-to-cart-btn {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff5b00, #571f00);
    color: #fff;
    border: 0.5px solid #ff5b00;
}

.balance-box {
    width: 90%;
    display: inline-block;
    -webkit-box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.22);
    padding: 15px 25px;
    margin: 0;
    height: 200px;
}

.balance-box:hover {
    background: #f2f1f1 !important;
}

.balance-box h6 {
    font-family: 'Arsenal', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0 0;
    margin: 0;
    color: #000;
}

.balance-box h3 {
    font-family: 'Arsenal', sans-serif;
    font-size: 35px;
    line-height: 50px;
    padding: 0 0 5px;
    margin: 0 0 0;
    color: #552703;
}

.balance-box p {
}

/*-- single-page --*/
.banner-bootom-w3-agileits {
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 100px 0 0 0;
    background: url(../images/ser-bg.jpg) repeat;
}

.banner-bootom-w3-agileits img.sing-r {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 15%;
    height: 660px;
}

.single-right-left h3 {
    text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
    margin: 0 0 0 0;
    font-size: 19px;
    line-height: 25px;
    color: #01242be5;
    padding: 2px 0 5px;
    letter-spacing: -0.5px;
    font-weight: lighter;
    font-family: 'Arsenal', sans-serif;
}

span.item_price {
    text-shadow: 4px 4px 2px rgba(234, 234, 234, 0.1);
    letter-spacing: 0px;
    margin: 0 0 0 0;
    font-size: 26px;
    line-height: 50px;
    color: #01242be5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
}

.Available-in-price {
    position: relative;
}

.Available-in-price h4 {
    padding: 5px 0 0;
    margin: 0 0 0 -10px;
    width: 100%;
    display: block;
}

.Available-in-price img.img-review {
    width: 15%;
}

.Available-in-price h4 a {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 25px;
    color: #ff7f02;
    padding: 0 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

.Available-in-price h4 a:hover {
}

.single-right-left del {
    margin: 0 9px 0 20px;
    font-size: 18px;
    color: #7b7979;
    font-weight: normal;
    letter-spacing: 1px;
}

.single-right-left span strong {
    background: #ff9800;
    font-size: 13px;
    padding: 3px 15px;
    color: #000;
    font-weight: 400;
    border-radius: 5px;
    margin: 0;
}

.Available-in-price h5 {
    position: absolute;
    left: 200px;
    bottom: 10px;
    content: "";
    z-index: 9;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #f00;
    border: 1px solid #f00;
    padding: 4px 5px;
    border-radius: 4px;
}

.Available-in-price h5 span {
    background: #f00;
    border-radius: 5px;
    color: #fff;
    padding: 8px 7px;
    margin: 0 5px 0 0;
    font-size: 19px;
}

.single-right-left .product-new-top {
    border: 3px double #FFF;
    width: 60px;
    height: 60px;
    background: #f35f19;
    top: unset;
    border-radius: 50%;
    color: #FFF;
    text-shadow: none;
    line-height: 60px;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    padding: 0 0 0 6px;
}

.single-right-left p {
    font-family: "Abel-Regular";
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 25px;
    color: #0f2a2f;
    padding: 0 0;
}

.single-right-left p label {
    color: #000;
}

.agileinfo_single_right_details p {
    display: inline-block;
    color: #022228;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.agileinfo_single_right_details ul {
    width: 100%;
    padding: 0 0;
    margin: 0 0 20px 10px;
}

.agileinfo_single_right_details ul li {
    list-style: none;
    color: #01242be5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
}

.agileinfo_single_right_details ul li span {
    padding: 0 0 0 10px;
    font-weight: 400;
    margin: 0;
}

.agileinfo_single_right_details ul li i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff9800;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 0 0;
    margin: 0 5px 0 0;
    line-height: 15px;
}

.Check-pincode {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 0;
    margin: 0 0 15px;
}

.Check-pincode label {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    padding: 0 0 5px;
    margin: 0;
    font-weight: bold;
    width: 100%;
}

.Check-pincode label strong {
    color: #f00;
}

.Check-pincode .Chek-pincode {
    width: 50%;
    display: inline-block;
}

.Check-pincode .Chek-pincode input {
    width: 80%;
    float: left;
}

.Check-pincode .Chek-pincode button {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    width: 20%;
    float: right;
}

.Check-pincode .Chek-pincode button:hover {
    background-color: #e10101;
}

.Available-in-check_pincode {
    position: relative;
    margin: 10px 0 0;
    width: 50%;
    display: inline-block;
    padding: 0px 0 0 10px;
    color: #ff6c00;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    font-family: "Abel-Regular";
    display: none;
}

.Available-in-check_pincode i {
}

.Available-in-check_pincode input {
    border: none;
    outline: none;
    color: #000;
    padding: 6px 10px;
    margin: 0;
}

.Available-in-check_pincode button {
    width: 24%;
    float: right;
    border: none;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    background: none;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px;
    background: #ff9800;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.Available-in-check_pincode button:hover {
    background: #4b6e74;
    color: #fff;
}

.agileinfo_single_right_details select {
    font-size: 13px;
    color: #fff;
    background: #ff7f02;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 5px;
    outline: none;
    margin: 0;
    text-align: center;
    border: 0.5px solid #ff9800;
    font-weight: bold;
}

.single-infoagile ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}

.product-single-w3l {
    border-top: 1px solid #1accfd;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-single-w3l p i {
    color: #1accfd;
    margin-right: 11px;
    font-size: 24px;
}

.product-single-w3l p {
    margin: 10px 0;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #040b0d;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
}

.product-single-w3l .des-catagory {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.product-single-w3l .des-catagory .cata-sub {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.product-single-w3l .des-catagory .cata-sub p {
    margin: 10px 0;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #040b0d;
    font-weight: bold;
}

.product-single-w3l .des-catagory .cata-sub p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.product-single-w3l ul li {
    list-style: inside;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
}

.occasion-cart .snipcart-details {
    width: 38%;
    margin: 0;
}

.occasion-cart .snipcart-details input.button {
    font-size: 14px;
    color: #fff;
    background: #4b6e74;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 5px;
    width: 20%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
}

.occasion-cart .snipcart-details:hover .snipcart-details input.button,.snipcart-details input.button:hover {
    background: #fe9126;
}

.hvr-outline-out select {
    font-size: 15px;
    color: #fff;
    background: #3399cc;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 49%;
    text-transform: uppercase;
    padding: 0.5em 0;
    outline: none;
    float: left;
    margin: 0 5px 0 0;
}

img.single {
    display: block;
    width: 75%;
    height: auto;
    border: 4px double #bcbcbc;
}

img.img-responsive_1 {
    display: block;
    max-width: 100%;
    height: 400px;
    border: 4px double #bcbcbc;
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    border: 4px double #f68c1f;
}

img.img-single {
    display: block;
    width: 75%;
    height: auto;
    border-radius: 10px;
}

.single-right-left {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.single-right-left h6 {
    text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
    font-size: 27px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #032b33;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
}

.top_brand_home_details input.button-submit {
    text-decoration: none;
    position: relative;
    width: 24% !important;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff9800, #ff9800);
    color: #282727;
    border: 3px solid #ee8f03;
    border-radius: 100px;
    font-weight: bold;
    margin: 0 0 20px;
}

.top_brand_home_details input.button-submit:hover {
    background: #ff9800;
}

.top_brand_home_details a.viewcart-single {
    text-decoration: none;
    position: relative;
    width: 24% !important;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #3c1601, #ff9800);
    color: #fff;
    border: 3px solid #3c16018f;
    border-radius: 100px;
    font-weight: bold;
    margin: 0 0 20px 10px;
    float: left;
}

.top_brand_home_details a.viewcart-single:hover {
    background: #ff9800;
}

.top_brand_home_details button.button-submit {
    text-decoration: none;
    position: relative;
    width: 24% !important;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff9800, #ff9800);
    color: #282727;
    border: 3px solid #ee8f03;
    border-radius: 100px;
    font-weight: bold;
    margin: 0 0 20px;
    float: left;
}

.top_brand_home_details button.button-submit:hover {
    background: #ff9800;
}

.top_brand_home_details a.button-submit {
    text-decoration: none;
    position: relative;
    width: 24% !important;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.64);
    display: block;
    padding: 10px 0;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #ff9800, #ff9800);
    color: #282727;
    border: 3px solid #ee8f03;
    border-radius: 100px;
    font-weight: bold;
    margin: 0 0 20px;
}

.top_brand_home_details a.button-submit:hover {
    background: #ff9800;
}

.flex-viewport {
    max-height: 600px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    margin: 0;
    float: right;
    width: 78%;
    border-radius: 15px;
}

.flex-control-thumbs {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 20%;
    float: left;
    top: 0;
    left: 0;
}

.flex-control-thumbs li {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.flex-control-thumbs img {
    width: 90%;
    display: block;
    opacity: .7;
    cursor: pointer;
    border-radius: 10px;
}

.single-right-left img.img-soldout {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    padding: 0 0;
    margin: 0 0;
}

.Description-Specification-Reviews {
}

.Description-Specification-Reviews .accordion {
    cursor: pointer;
    padding: 10px 0 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    background: linear-gradient(90deg, rgb(255, 152, 0) 22%, rgb(60, 22, 1) 22%);
    color: #3c1601;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
}

.Description-Specification-Reviews .accordion:hover {
    background-color: #ccc;
}

.Description-Specification-Reviews .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.Description-Specification-Reviews .panel p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #240e01;
    padding: 0 0;
    margin: 0;
}

.Description-Specification-Reviews .accordion::after {
    content: "\2212";
    color: #ff9800;
    font-weight: bold;
    float: right;
    margin: 0 10px;
}

.Description-Specification-Reviews .accordion.active::after {
    content: '\002B';
}

.Description-Specification-Reviews .accordion span {
    font-weight: bold;
    color: #000;
}

.Description-Specification-Reviews .panel ul li {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #240e01;
    padding: 0 0;
    margin: 0;
}

/*-- //single-page --*/
.inner-success-img {
    width: 10%;
    margin: 0 0 10px;
    padding: 0;
}

.success .mail {
}

.success .mail h3 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 60px;
    padding: 0;
    margin: 0;
}

.success .mail h5 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.success .mail h5 a {
    color: #30bf24;
    font-weight: bold;
}

.card-header h5 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 10px 10px;
    background: #ffd1a4;
    border: 0.5px solid #aea8a8;
}

.cart-h #cart-count {
    position: absolute;
    top: 0;
    font-size: 14px;
}

.offer-header {
    position: absolute;
    width: 25%;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

/*----------------------------- RESPONSIV -----------------------------*/
@media(max-width: 768px) {
    /*Index - Home */ /*chek 750*/ .container {
        width: 750px !important;
        margin: 0px auto !important;
    }

    .header {
        position: relative;
        width: 98%;
        padding: 0;
        margin: 5px auto 0;
    }

    .header-top .book_search {
        width: 100%;
        padding: 0px 0 0 0;
        margin: 0px auto 0;
    }

    .header .header-top {
        width: 100%;
        padding: 5px 0 5px;
        margin: 0px 0;
        background: linear-gradient(70deg, rgb(253, 253, 253) 26%, rgb(60, 22, 1) 2%);
    }

    .header-top .book_search form .search-container input[type="text"] {
        background: #fff;
        padding: 3px 3px;
        margin: 0;
        color: #000;
        height: 30px;
        font-size: 13px;
    }

    .header-top .book_search form .search-container button {
        padding: 0;
        margin: 0;
        height: 30px;
        text-align: center;
        font-size: 10px;
    }

    .header-top .book_search form .select-container {
        width: 15%;
        background: #fff;
        float: left;
        padding: 0;
        height: 30px;
        text-align: center;
    }

    .header-top .book_search form .select-container select {
        width: 100%;
        font-size: 13px;
        padding: 6px 0 0 1px;
        text-align: center;
    }

    .header-top .barnd-login {
        float: left;
        width: 80%;
        display: inline-block;
        text-align: right;
        height: 30px;
        padding: 10px 10px 0 0px;
        margin: 0;
    }

    .header-top .barnd-login .dropdown {
        position: relative;
        display: inline-block;
        width: auto;
    }

    .header-top .barnd-login .dropbtn {
        font-size: 14px;
    }

    .header-top .barnd-cart {
        width: 18%;
        height: 30px;
        border-left: 0.5px solid #fcb800d4;
        padding: 5px 0 0 0;
        margin: 0;
    }

    .header-top .barnd-cart a {
        text-decoration: none;
        font-size: 12px;
        display: block;
        vertical-align: text-top;
        padding: 0;
        color: #fff;
        line-height: 9px;
    }

    .header-top .barnd-cart a i.fa {
        font-size: 15px;
        padding: 0 0 0 5px;
        color: #f7f7f7;
    }

    .header-top .barnd-cart {
        float: right;
        width: 18%;
        height: 30px;
        text-align: center;
        transition: color 0.25s ease-in-out;
        border-left: 0.5px solid #fcb800d4;
        padding: 8px 5px 0 0px;
        margin: 0;
    }

    .header-bottom {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 5px 0 1px
    }

    .header-bottom .menu-all {
        background-color: #f8f9fa;
        width: 6%;
        float: left;
        padding: 0 0;
        margin: 0;
    }

    .header-bottom .menu-new {
        width: 94%;
    }

    .header-bottom .menu-new ul {
        position: relative;
        width: 100%;
        padding: 3px 0 4px;
        margin: 0;
    }

    .header-bottom .menu-all .navbar {
        padding: 0 0;
        margin: 0 0;
        background: #fff !important;
        width: 100%;
        overflow: hidden;
        display: block;
        min-height: 40px;
    }

    .header-bottom .menu-new ul li {
        position: relative;
        list-style: none;
        padding: 0 0;
        margin: 0 5px;
        display: inline list-item;
    }

    .header-bottom .menu-new ul li a span {
        font-family: "Roboto", Sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 15px;
        color: #2d1101;
        transition: all 600ms ease-in-out;
        letter-spacing: 0.5px;
        padding: 0 0;
        margin: 0 0 0 3px;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.57);
    }

    .header-bottom .menu-new ul li img.menu-img {
        width: 2.5%;
        display: inline-block;
        display: none;
    }

    .header-top .barnd-login .dropdown-content {
        display: none;
        position: absolute;
        width: 150px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
        background-color: #1c0a00;
        left: -27px;
        top: 15px;
        border-radius: 10px;
    }

    .header-top .barnd-login .dropdown-content ul.log-sing li a i {
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
        color: #ff9906;
    }

    .header-top .barnd-login .dropdown-content ul.log-sing li a {
        width: 100%;
        display: block;
        line-height: 30px;
        color: #ffbf00;
        font-size: 12px;
        text-decoration: none;
        border-radius: 0px !important;
        padding: 0px 0 0 15px;
    }

    .banner .slick-slider .element {
        height: 180px;
    }

    .banner img.banner-img {
        width: 100%;
        height: 180px;
    }

    .Top-Trending {
        position: relative;
        width: 100%;
        padding: 20px 0;
    }

    .title-home h2 {
        position: relative;
        color: #130700;
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        padding: 0 0 10px;
        margin: 0;
    }

    .title-home h2 span {
        font-family: 'Parisienne', cursive;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #9c3409;
        line-height: 30px;
    }

    .title-home h2 span::before {
        position: absolute;
        content: "";
        top: 40px;
        left: 230px;
        right: 0px;
        width: 60px;
        height: 1px;
    }

    .title-home h2 span::after {
        position: absolute;
        content: "";
        top: 40px;
        left: 0;
        right: 230px;
        width: 60px;
        height: 1px;
    }

    .Top-Trending .trending-box .trending-img {
        position: relative;
        height: 400px;
    }

    .Top-Trending .trending-box .trending-img img {
        width: 100%;
        border-radius: 0;
        height: 400px;
    }

    .Pre-Order {
        position: relative;
        width: 100%;
        padding: 40px 10px 10px;
        margin: 0 auto;
    }

    .Pre-Order h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .Pre-Order .Pre-box img {
        width: 100%;
        height: 250px;
    }

    .Pre-Order h4 {
        font-size: 20px;
        line-height: 28px;
        padding: 5px 0 10px;
    }

    .Pre-Order video {
        width: 100%;
        height: 160px;
    }

    .Best-Sellers {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .ChooseCategory {
        position: relative;
        width: 100%;
        background: #3fb597;
        padding: 0px 0 50px;
        margin: 0 0 20px 0;
        display: inline-block;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top {
        border: 1px solid #fff;
        width: 100%;
        height: 120px;
    }

    .ChooseCategory-left .ChooseCategory-left-top {
        width: 100%;
        height: 120px;
    }

    .ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left .hulf-img {
        width: 100%;
        display: inline-block;
        height: 120px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom .top-hulf-img {
        width: 100%;
        float: left;
        opacity: 0.8;
        display: inline-block;
        height: 120px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom {
        overflow: hidden;
        position: relative;
        border: 1px solid #fff;
        width: 100%;
        height: 120px;
    }

    .ChooseCategory-right {
        width: 43%;
        background: #00302f;
        display: inline-block;
        height: 240px;
    }

    .ChooseCategory-right .ChooseCategory-right-right {
        width: 50%;
        float: right;
        background: #cabbbb;
        display: inline-block;
        height: 240px;
    }

    .ChooseCategory-right .ChooseCategory-right-left {
        width: 50%;
        float: left;
        background: #000;
        display: inline-block;
        height: 240px;
    }

    .ChooseCategory-right .ChooseCategory-right-left .right-full-img {
        width: 100%;
        height: 240px;
        opacity: 0.8;
    }

    .ChooseCategory-left .ChooseCategory-left-bottom {
        width: 100%;
        height: 120px;
    }

    .ChooseCategory-left .ChooseCategory-left-bottom .full-img {
        width: 100%;
        height: 120px;
    }

    .ChooseCategory-left {
        width: 43%;
        background: #02403f;
        display: inline-block;
        height: 240px;
    }

    .Best-Sellers {
        position: relative;
        width: 100%;
        padding: 20px 0;
    }

    .video-bg .video-block {
        position: absolute;
        top: 50px;
    }

    .midel-patishan {
        position: relative;
        width: 100%;
        padding: 0px 0 10px;
        margin: 0 0;
    }

    .midel-patishan .patishan-left {
        position: relative;
        width: 100%;
        padding: 15px;
        margin: 0 0 30px;
        background: #e50b14;
        border-radius: 8px;
    }

    .Customer-Feedback {
        position: relative;
        border-radius: 10px;
        width: 100%;
    }

    .Customer-Feedback .category-right .item-img {
        height: 150px;
    }

    .Customer-Feedback {
        position: relative;
        border-radius: 10px;
        width: 100%;
        padding: 20px 0 0;
    }

    .Customer-Feedback .category-right {
        width: 100%;
        float: right;
        background: #fff;
        padding: 15px;
        margin: 10px 0 30px;
    }

    #footer {
        position: relative;
        width: 100%;
        padding: 0 0;
        margin: 0 auto 30px;
    }

    #footer .footer-widgets-wrap h5 {
        font-size: 16px;
        text-align: left;
    }

    #footer img.footer-logo {
        width: 80%;
        margin: 0 0 5px;
    }

    #footer .footer-widgets-wrap p {
        text-align: left;
        font-size: 12px;
        line-height: 21px;
    }

    #footer .footer-widgets-wrap h5 {
        font-size: 16px;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        color: #fff;
        line-height: 30px;
    }

    #footer .footer-widgets-wrap ul li a {
        font-size: 11px;
        line-height: 22px;
    }

    #footer .footer-widgets-wrap ul li i {
        color: #e49a30;
        font-size: 10px;
        line-height: 20px;
    }

    .Copyrights-footer h6.copy {
        font-weight: 200;
        margin: 0px 0 10px 0px;
        font-size: 14px;
        line-height: 30px;
    }

    .Copyrights-footer h6.copy b a {
        font-family: "Abel-Regular";
        color: #ff6c00;
        font-size: 17px;
    }

    /*-------- Allbook --------*/
    .Chose-Author ul li a img {
        width: 95%;
        border-bottom: 5px solid #fff;
        height: 75px;
    }

    .Chose-Author ul li a span {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 15px;
        height: auto;
    }

    .Various-Category h3 {
        position: relative;
        color: #fdffff;
        text-align: left;
        font-size: 21px;
        line-height: 30px;
    }

    .Various-Category p {
        color: #eaeaea;
        font-size: 13px;
        line-height: 24px;
    }

    .Various-Category {
        position: relative;
        width: 100%;
        padding: 40px 0 30px;
    }

    .Books-Stories ul li {
        width: 15%;
        float: left;
        margin: 5px;
    }

    .inner-banner {
        width: 97%;
        padding: 0 0px;
        margin: -15px auto 0;
        height: 150px !important;
    }

    .inner-banner p {
        top: 50px;
        font-size: 45px;
        text-shadow: 5px 10px 5px rgb(0, 0, 0);
    }

    .product-on {
        width: 99%;
        padding: 30px 0 50px;
        background: linear-gradient(900deg, rgba(253, 253, 253, 0.68) 10%, rgb(157, 54, 9) 10%);
        margin: 0 auto 30px;
        z-index: 99;
    }

    .flex-viewport {
        max-height: 550px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        margin: 0;
        float: right;
        width: 82%;
        border-radius: 15px;
    }

    .flex-control-thumbs {
        margin: 0;
        position: relative;
        overflow: hidden;
        width: 15%;
        float: left;
        top: 0;
        left: 0;
    }

    .flex-control-thumbs li {
        width: 100%;
        float: left;
        margin: 0 0 6px 0;
    }

    img.img-single {
        display: block;
        width: 55%;
        height: auto;
        border-radius: 10px;
    }

    .single-right-left {
        position: relative;
        background: #fff;
        padding: 10px 0 0 5px;
        border-radius: 10px;
    }

    .single-right-left h6 {
        text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
        font-size: 25px;
        line-height: 40px;
    }

    .single-right-left h3 {
        text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
        margin: 0 0 0 0;
        font-size: 15px;
        line-height: 20px;
        color: #4b4e4fe5;
        padding: 2px 0 10px;
        letter-spacing: 0;
    }

    .Available-in-price h4 {
        padding: 5px 0 0;
        margin: 0;
        width: 100%;
        display: block;
        font-size: 15px;
        font-family: arial;
        line-height: 20px;
    }

    span.item_price {
        text-shadow: 4px 4px 2px rgba(234, 234, 234, 0.1);
        letter-spacing: 0px;
        margin: 0 0 0 0;
        font-size: 20px;
        line-height: 40px;
        color: #01242be5;
        font-weight: 600;
        padding: 0 0 0 10px;
    }

    .Available-in-price h5 {
        position: absolute;
        left: 200px;
        bottom: 5px;
        content: "";
        z-index: 9;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px;
        color: #ff7f02;
        border: 1px solid #ff7f02;
        padding: 4px 5px;
        border-radius: 4px;
    }

    .Available-in-price h5 span {
        background: #ff7f02;
        border-radius: 5px;
        color: #fff;
        padding: 8px 7px;
        margin: 0 5px 0 0;
        font-size: 15px;
    }

    .snipcart-details {
    }

    .snipcart-details p {
        display: inline-block;
        color: #220d01;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 400;
        font-size: 15px;
        padding: 0 0 0 10px;
        margin: 0 0 5px;
    }

    .agileinfo_single_right_details p {
        display: inline-block;
        color: #220d01;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 400;
        font-size: 15px;
    }

    .agileinfo_single_right_details ul li {
        list-style: none;
        color: #010e11f7;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 5px 0;
        margin: 0;
    }

    .Description-Specification-Reviews .panel p {
        font-weight: 300;
        font-size: 13px;
        line-height: 25px;
        color: #240e01;
        padding: 0 0;
        margin: 0;
    }

    .Description-Specification-Reviews .panel {
        padding: 0 5px;
    }

    .given-reviews {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 10px 0 20px;
        margin: 0;
    }

    .w3_login_module1 h3 {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding: 5px 0 0 10px;
        margin: 0;
    }

    .w3_login_module1 h6 {
        text-align: left;
        padding: 5px 0 0 10px;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0;
        color: #444343;
    }

    .reviews-rate {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0 0;
        margin: 0 auto 10px;
        background: #6f2802;
        border-radius: 5px;
    }

    .reviews-rate .RatingGive {
        width: 30%;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .reviews-rate .rate {
        width: 70%;
        position: relative;
        display: block;
        float: right;
        padding: 5px 0 0 0;
        margin: 0 0;
        line-height: 20px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 20px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 12px;
        color: #eff2f2;
        margin: 0 10px 0 0;
    }

    .w3_login_module1 form input[type="text"] {
        border: 1px solid #ccc;
        width: 100%;
        margin: 5px 0 5px;
        padding: 0px 10px 3px;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        outline: none;
        outline-style: none;
        outline-style: none;
        height: 40px;
        float: left;
        line-height: 30px;
    }

    .all-reviews .all-reviews-show .lt-box-text h4 {
        padding: 0;
        margin: 0;
        line-height: 20px;
        color: #045462;
        font-weight: normal;
        font-size: 15px;
        font-family: 'Federo', sans-serif;
    }

    .all-reviews .all-reviews-show .lt-box-text li img {
        width: 20%;
        margin: -5px 0 0 0;
    }

    .header-bottom .menu-new {
        width: 94%;
        margin: 5px 0 0 0;
    }

    .product-on .filter-left {
        width: 30%;
        padding: 5px;
    }

    .product-on .book-right {
        width: 70%;
    }

    .product-on .book-right .book-box {
        position: relative;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.09);
        margin: 0 10px 25px;
        transition: all 600ms ease-in-out;
        padding: 5px;
        width: 45%;
        overflow: hidden;
        float: left;
    }

    .inner-profile {
        position: relative;
        width: 97%;
        padding: 0 0px;
        margin: 0 auto;
        height: 140px;
    }

    .inner-profile .inner-banner-img {
        width: 100%;
        padding: 0 0px;
        margin: 0;
        opacity: 0.8;
    }

    .inner-profile p {
        position: absolute;
        content: "";
        top: 40px;
        text-align: center;
        font-size: 40px;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left {
        padding: 5px;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .cart-flipkart .flipkart-box .flipkart-box-right {
        padding: 5px;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .cart-flipkart .flipkart-box .flipkart-box-right h3 {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        margin: 0 0 10px;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .flipkart-box-right h4 {
        font-size: 13px !important;
        font-weight: 600;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left table tr td {
        font-size: 12px;
        line-height: 20px;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left table tr td img {
        float: left;
        margin: 0 0 5px;
        padding: 0 5px 0 0;
        border-radius: 10px;
        width: 20% !important;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left table tr td h6.discountshow {
        color: #10b610;
        font-size: 11px;
        font-weight: 600;
        padding: 5px 0 0;
        display: block;
        float: left;
        margin: 0;
    }

    .qty-box button {
        background: #f5f5f5;
        border: none;
        padding: 2px 5px !important;
        cursor: pointer;
        font-size: 15px !important;
    }

    .qty-input {
        width: 30px !important;
        text-align: center;
        border: none;
        font-size: 15px;
        font-weight: bold;
    }

    .qty-box {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        width: fit-content;
        border-radius: 6px;
        margin: 0 5px;
    }

    .cart-flipkart .flipkart-box .flipkart-box-left table tr.title-top th {
        font-size: 15px;
        line-height: 20px;
        padding: 3px 0px 10px 5px;
        color: #000;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 500;
    }

    .snipcart-details a.button-submit {
        width: 60% !important;
        margin: 15px 0 0 0;
        font-size: 12px;
        padding: 5px 0;
    }

    .snipcart-details input.button-submit {
        width: 60% !important;
        margin: 15px 0 0 0;
        font-size: 12px;
        padding: 5px 0;
    }

    #show_for_1 {
        color: #039d38;
        font-size: 11px;
    }

    .login {
        position: relative;
        width: 90%;
        overflow: hidden;
        padding: 50px;
        margin: 15px auto 50px;
        height: auto;
    }

    .user-box {
        position: relative;
        width: 95%;
    }

    .sign .user-box {
        position: relative;
        width: 95%;
    }

    form.profile_edit input[type="submit"] {
        width: 20%;
    }

    .profile_edit a.button_b {
        width: 20%;
    }

    .balance-box {
        width: 100%;
        display: inline-block;
        -webkit-box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.22);
        padding: 10px 25px;
        margin: 0;
        height: 150px;
    }

    img.wallet-G {
        display: none;
    }

    .snipcart-details {
        width: 100%;
        display: inline-block;
        padding: 0 0 0 0;
        margin: 0 0 0 10px;
    }

    .ads-grid .flipkart-box-right h3 {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        margin: 0 0 10px;
    }

    .ads-grid .profile-banner h4 {
        padding: 0px 10px;
        margin: 0 0 10px 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 30px;
        display: block;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        background: linear-gradient(90deg,rgb(111, 43, 0) 0%, rgb(255, 139, 0) 50%, rgb(113, 44, 0) 100%);
        border: 5px solid #fe8a001c;
        border-radius: 5px;
    }

    #order-view h5 {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
    }

    form .agileinfo_mail_grid_left {
        width: 100%;
    }

    .banner {
        position: relative;
        width: 95%;
        padding: 0 0;
        margin: 0 auto 0;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .contact-inner .contact-block {
        width: 100%;
        background: none;
        margin: 0px auto 0;
        padding: 10px 20px;
        border-radius: 9px;
    }

    .contact-inner .contact-block .right-con {
        position: absolute;
        padding: 15px;
        margin: 0 0;
        background: #155a9d;
        border-radius: 10px;
        float: right;
        content: "";
        z-index: 9;
        right: 40px;
        bottom: 150px;
        width: 40%;
    }

    .contact-inner {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 30px 0 50px;
        margin: 0;
        background: url(../images/ser-bg.jpg);
        z-index: 9;
    }

    .offer-header {
        position: relative;
        width: 100%;
        content: "";
        left: -20px;
        right: 0;
        text-align: right;
        margin: 0 auto;
        top: 0;
        color: #fcb800;
        font-size: 10px;
        line-height: 13px;
        padding: 3px 0 5px;
    }
    
}



@media(max-width: 700px) {
    /*chek 550*/ .container {
        width: 550px !important;
        margin: 0px auto !important;
    }

    .header .header-top .logo-new {
        width: 70%;
    }

    .header .header-top {
        width: 100%;
        padding: 5px 0 5px;
        margin: 0px 0;
        background: linear-gradient(70deg, rgb(253, 253, 253) 40%, rgb(60, 22, 1) 2%);
        z-index: 0;
    }

    .header-bottom .menu-all {
        background-color: #f8f9fa;
        width: 8%;
        float: left;
        padding: 0 0;
        margin: 0 0 0 10px;
        position: absolute;
        content: "";
        left: 1px;
        top: -30px;
        z-index: 99999;
    }

    .header-bottom .menu-all .navbar .container-fluid .button-icon {
        width: 100%;
        padding: 0 0;
        margin: 0;
        font-size: 18px;
        background: #3c1601;
        line-height: 27px;
        color: #fcb800;
    }

    .header-bottom .menu-all .navbar {
        padding: 0 0;
        margin: 0 0;
        background: #fff !important;
        width: 100%;
        overflow: hidden;
        display: block;
        min-height: 30px;
    }

    .header-bottom {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .header-bottom .menu-new {
        width: 0;
        margin: 0;
        display: none;
    }

    .header-bottom .menu-all .wrapper {
        border: none;
    }

    .header-bottom .menu-all .wrapper .sidebar .submenu a {
        background: #eaeaea;
        font-size: 12px;
        padding: 5px 5px 5px 20px;
        color: #000000cf;
    }

    .Pre-Order .Pre-box {
        background: #fff;
        overflow: hidden;
        border-radius: 10px;
        -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.41);
        margin: 30px 0px 30px;
        transition: all 600ms ease-in-out;
        padding: 0;
    }

    .Pre-Order .Pre-box img {
        width: 100%;
        height: 300px;
    }

    .Pre-Order video {
        width: 95%;
        height: 300px;
        margin: 0 auto;
        display: block;
    }

    .inner-banner {
        width: 98%;
        padding: 0 0px;
        margin: -15px auto 0;
        height: 100px !important;
    }

    .inner-banner p {
        top: 20px;
        font-size: 40px;
        text-shadow: 5px 10px 5px rgb(0, 0, 0);
    }

    .terms {
        padding: 20px 0 50px;
        margin: 0;
        width: 100%;
        position: relative;
        display: block;
        background: url(../images/ser-bg.jpg) repeat;
        z-index: 9;
    }

    .faq .accordion-box .accordion {
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        width: 100%;
        outline: 0;
        font-size: 16px;
        transition: .4s;
        line-height: 28px;
    }

    .faq .accordion-box .panel p {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        color: #101c1e;
    }

    #footer .footer-widgets-wrap p {
        text-align: left;
        font-size: 20px;
        line-height: 30px;
    }

    #footer img.footer-logo {
        width: 40%;
        margin: 0 0 10px 0;
    }

    #footer .footer-widgets-wrap h5 {
        font-size: 25px;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        color: #fff;
        line-height: 40px;
    }

    #footer .footer-widgets-wrap ul li i {
        color: #e49a30;
        font-size: 16px;
        line-height: 25px;
    }

    #footer .footer-widgets-wrap ul {
        padding: 0;
        margin: 0 0 25px;
    }

    #footer .footer-widgets-wrap ul li a {
        font-size: 18px;
        line-height: 30px;
    }

    .Copyrights-footer h6.copy {
        font-weight: 200;
        margin: 0px 0 10px 0px;
        font-size: 12px;
        line-height: 30px;
    }

    .Copyrights-footer h6.copy b a {
        font-family: "Abel-Regular";
        color: #ff6c00;
        font-size: 14px;
    }

    .Top-Trending .trending-box .trending-img {
        position: relative;
        height: 600px;
    }

    .Top-Trending .trending-box .trending-img img {
        width: 100%;
        border-radius: 0;
        height: 600px;
    }

    .Top-Trending .trending-box .trending-img h6 {
        position: absolute;
        content: "";
        right: 0px;
        bottom: 0px;
        background: #fbd61a;
        padding: 10px 20px 6px;
        font-size: 15px;
        font-weight: bold;
        color: #353535;
    }

    .Top-Trending .trending-box h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0;
        margin: 10px 0 0px;
        height: 45px;
    }

    .Top-Trending .trending-box h4 {
        font-family: "Roboto", Sans-serif;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        color: #303940e3;
        padding: 0;
        margin: 0;
        height: 30px;
    }

    .Top-Trending .trending-box h5 {
        text-align: center;
        color: #2b0e01;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        padding: 5px 0 0 0;
        margin: 0;
        font-family: arial;
    }

    .Pre-Order .Pre-box img {
        width: 100%;
        height: 450px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top .top-hulf-img {
        width: 100%;
        float: left;
        display: inline-block;
        height: 120px;
        opacity: 0.8;
    }

    .video-bg .video-block {
        top: 20px;
        width: 60%;
    }

    .Chose-Author ul li {
        margin: 5px;
        list-style: none;
        width: 16%;
        float: left;
        text-align: center;
    }

    .Chose-Author ul li a span {
        font-size: 13px;
        line-height: 18px;
        height: 45px;
    }

    .Various-Category h3 {
        position: relative;
        color: #fdffff;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .Various-Category p {
        color: #eaeaea;
        font-size: 12px;
        line-height: 18px;
    }

    .Books-Stories ul {
        width: 100%;
        padding: 0 0;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .Books-Stories ul li {
        width: 15%;
        float: left;
        margin: 3px;
    }

    .product-on .book-right .book-box {
        margin: 0 9px 25px;
    }

    .product-on .book-right .book-box .book-img img {
        width: 100%;
        border-radius: 0;
        height: 220px;
    }

    .product-on .book-right .book-box .book-img {
        height: 220px;
    }

    .product-on .book-right .book-box h5 {
        text-align: center;
        color: #6c2404;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
    }

    .product-on .book-right .book-box h4 {
        font-family: "Roboto", Sans-serif;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
    }

    .product-on .book-right .book-box h3 {
        font-family: 'Raleway', sans-serif;
        color: #2b0e03f0;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }

    .product-on .filter-left form .Sort-By label {
        font-size: 15px;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
    }

    .product-on .filter-left form .Sort-By select {
        width: 100%;
        padding: 8px 0;
    }

    .product-on .filter-left form .Category-sub button {
        padding: 8px 0px;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        text-align: center;
    }

    .product-on .filter-left form .Category-sub .accordion-sub ul li {
        background: #cccccc2e;
        color: #0d0500;
        font-weight: 400;
        font-size: 12px;
        padding: 0 0;
        border-bottom: 1px solid #fff;
        list-style: none;
    }

    .product-on .filter-left form .Category-sub .accordion-sub ul li label {
        font-weight: 400;
        padding: 3px 0 4px 3px;
        margin: 0;
    }

    .product-on .filter-left form .Sort-By {
        position: relative;
        width: 100%;
        padding: 5px;
    }

    .product-on .filter-left form .Sort-By select {
        width: 100%;
        padding: 8px 0;
        font-size: 13px;
    }

    .banner-bootom-w3-agileits {
        padding: 10px 0 30px;
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0;
    }

    .Available-in-price {
        position: relative;
        padding: 0 0 0 10px;
    }

    .header-bottom {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 0 0 10px;
    }

    .inner-profile {
        position: relative;
        width: 97%;
        padding: 0 0px;
        margin: 0 auto;
        height: 100px;
    }

    .Description-Specification-Reviews .accordion {
        padding: 7px 0 10px 20px;
        font-size: 18px;
        background: linear-gradient(90deg, rgb(255, 152, 0) 35%, rgb(60, 22, 1) 22%);
        margin: 0 0 5px;
    }

    .top_brand_home_details button.button-submit {
        text-decoration: none;
        position: relative;
        width: 30% !important;
        text-transform: uppercase;
        outline: none;
        text-align: center;
        font-size: 13px;
    }

    .top_brand_home_details a.viewcart-single {
        width: 30% !important;
        text-transform: uppercase;
        outline: none;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
    }

    .header-bottom {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 0 0 10px;
        border: none;
    }

    form.profile label {
        width: 100%;
        display: contents;
    }

    .pri-information h3 {
        padding: 5px 10px;
        margin: 0 0 10px 0;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 30px;
    }

    .pri-information h3 span {
        text-align: right;
        float: right;
        font-size: 11px;
        font-family: arial;
    }

    .pri-information p label {
        padding: 0 0;
        margin: 0 0;
        font-size: 12px;
        line-height: 20px;
    }

    .snipcart-details a.button {
        margin: 20px 0 10px;
        outline: none;
        font-size: 13px;
        width: 35%;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 24px;
        height: 40px;
        padding: 7px 0;
    }

    .order-bill {
        width: 100%;
        padding: 5px 20px;
    }

    .order-bill p {
        font-size: 13px;
    }

    label.hikk {
        font-size: 15px !important;
        text-align: left;
        float: left;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        color: #042328;
        line-height: 25px;
        padding: 5px 0 0;
    }

    p.hikk {
        font-size: 13px !important;
        text-align: left;
        float: left;
        letter-spacing: 0.5px;
        font-weight: normal;
        color: #3d3d3ded;
        line-height: 25px;
        padding: 1px 0 9px;
        margin: 0px;
    }

    .profile_edit a.button_b {
        width: 30%;
    }

    form.profile_edit input[type="submit"] {
        width: 30%;
    }

    .Check-pincode .Chek-pincode {
        width: 100%;
        display: inline-block;
    }

    .cart-h #cart-count {
        position: absolute;
        top: 0;
        font-size: 10px;
    }
    #show_for_1 br{}
    a.click-1 { background: #5db505; border-radius: 5px; font-size: 12px; padding: 4px 10px; color: #fff; font-weight: bold; margin: 10px 0 0; display: inline-block; border: 1px solid #80ff00; }
    .addproductONEshow{ width: 100%; margin: 0 0 30px !important;}
    .addproductONEshow .trending-img{width: 100%; height: auto !important;}
    .addproductONEshow .trending-img img{width: 100%;}    
    .addproductONEshow button { width: 80%;}
    
    
}

@media(max-width: 499px) {
    /*chek 440*/ .container {
        width: 440px !important;
        margin: 0px auto !important;
    }

    .header {
        width: 100%;
    }

    .header-bottom .menu-all {
        background-color: #f8f9fa;
        width: 10%;
        left: 1px;
        top: -40px;
        z-index: 99999;
    }

    .header .header-top .logo-new {
        width: 100%;
    }

    .header .header-top {
        width: 100%;
        padding: 5px 0 5px;
        margin: 0px 0;
        background: linear-gradient(70deg, rgb(253, 253, 253) 35%, rgb(60, 22, 1) 2%);
        z-index: 0;
    }

    .banner .slick-slider .element {
        height: 90px;
    }

    .banner img.banner-img {
        height: 90px;
    }

    .Top-Trending .trending-box .trending-img {
        position: relative;
        height: 300px;
    }

    .Top-Trending .trending-box .trending-img img {
        width: 100%;
        border-radius: 0;
        height: auto;
    }

    .Pre-Order h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .Pre-Order h4 {
        font-size: 30px;
        line-height: 40px;
        padding: 5px 0 10px;
    }

    .Pre-Order video {
        width: 95%;
        height: 230px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top h5 {
        background: #000000ad;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 6px 4px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom h5 {
        background: #000000ad;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 6px 4px;
    }

    .ChooseCategory-right .ChooseCategory-right-left h5 {
        background: #000000ad;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 6px 4px;
    }

    .ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left h5 {
        background: #000000ad;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 6px 4px;
    }

    .ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left h5 {
        background: #000000ad;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 6px 4px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top {
        border: 1px solid #fff;
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-top .top-hulf-img {
        width: 100%;
        float: left;
        display: inline-block;
        height: 80px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom {
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-right .ChooseCategory-right-right .ChooseCategory-right-right-bottom .top-hulf-img {
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-right .ChooseCategory-right-right {
        width: 50%;
        float: right;
        background: #cabbbb;
        display: inline-block;
        height: 160px;
    }

    .ChooseCategory-right {
        width: 43%;
        background: #00302f;
        display: inline-block;
        height: 160px;
    }

    .ChooseCategory-right .ChooseCategory-right-left {
        width: 50%;
        float: left;
        background: #000;
        display: inline-block;
        height: 160px;
    }

    .ChooseCategory-right .ChooseCategory-right-left .right-full-img {
        width: 100%;
        height: 160px;
        opacity: 0.8;
    }

    .ChooseCategory-left .ChooseCategory-left-top .ChooseCategory-left-top-left .hulf-img {
        width: 100%;
        display: inline-block;
        height: 80px;
    }

    .ChooseCategory-left .ChooseCategory-left-bottom {
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-left .ChooseCategory-left-bottom .full-img {
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-left .ChooseCategory-left-top {
        width: 100%;
        height: 80px;
    }

    .ChooseCategory-left {
        width: 43%;
        background: #02403f;
        display: inline-block;
        height: 160px;
    }

    .header-top .barnd-login .dropdown-content {
        display: none;
        position: absolute;
        width: 150px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
        background-color: #1c0a00;
        left: -20px;
        top: 10px;
        border-radius: 10px;
    }

    .header-top .barnd-login .dropdown-content ul.log-sing {
        border-top: 0.5px solid #3c1601;
    }

    .header-top .barnd-cart {
        float: right;
        width: 20%;
        height: 30px;
        text-align: center;
        transition: color 0.25s ease-in-out;
        border: none;
        padding: 8px 5px 0 0px;
        margin: 0;
    }

    .header-top .barnd-cart a i.fa {
        font-size: 13px;
        padding: 0;
        color: #f7f7f7;
    }

    .header-top .barnd-cart a.Wallet-h {
        text-decoration: none;
        font-size: 14px;
    }

    .header-top .barnd-cart {
        float: right;
        width: 20%;
        text-align: center;
        transition: color 0.25s ease-in-out;
        border: none;
        margin: 0;
        height: 30px;
        padding: 10px 2px 0 0px;
    }

    .Customer-Feedback .category-right .item-img img {
        width: 15%;
        transition: all 600ms ease-in-out;
        float: left;
    }

    .Customer-Feedback .category-right .item-img h3 {
        font-size: 16px;
        line-height: 25px;
        padding: 2px 0 5px 0;
        width: 80%;
    }

    .Customer-Feedback .category-right .item-img h6 {
        width: 80%;
    }

    .Customer-Feedback .category-right .item-img p {
        position: relative;
        margin: 0 auto;
        font-size: 15px;
        color: #22201cba;
        text-align: left;
        line-height: 25px;
        padding: 0;
        transition: all 600ms ease-in-out;
        height: auto;
    }

    #all-category .owl-prev {
        width: 30px;
        height: 30px;
        left: -4%;
        top: 35%;
        opacity: 0.4;
    }

    #all-category .owl-next {
        width: 30px;
        height: 30px;
        right: -4%;
        top: 35%;
        opacity: 0.5;
    }

    .Pre-Order {
        position: relative;
        width: 100%;
        padding: 10px 10px 10px;
        margin: 0 auto;
    }

    .Pre-Order video {
        width: 100%;
        height: 200px;
    }

    .Chose-Author ul li a img {
        width: 95%;
        border-bottom: 5px solid #fff;
        height: 70px;
    }

    .Chose-Author ul li a span {
        font-size: 12px;
        line-height: 15px;
        height: 40px;
        overflow: hidden;
    }

    .inner-profile {
        position: relative;
        width: 99%;
        padding: 0 0px;
        margin: 0 auto;
        height: 80px;
    }

    .inner-profile p {
        position: absolute;
        content: "";
        top: 20px;
        text-align: center;
        font-size: 30px;
    }

    .login {
        position: relative;
        width: 95%;
        overflow: hidden;
        padding: 10px;
        margin: 0px auto 50px;
        height: auto;
    }

    .user-box form .login-input ul li {
        list-style: none;
        width: 50%;
        display: inline;
        padding: 0 0;
        margin: 0 10px;
    }

    a.Ship-Another-Address {
        color: #fff;
        position: absolute;
        top: 55px;
        right: 15px;
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        text-align: center;
        padding: 3px 5px;
        background: linear-gradient(90deg,rgb(255, 0, 0) 0%, rgb(106, 41, 3) 50%, rgb(255, 0, 0) 100%);
        border: 5px solid #ffffff2e;
        font-size: 10px;
    }

    .inner-banner {
        width: 98%;
        padding: 0 0px;
        margin: -15px auto 0;
        height: 80px !important;
    }

    .inner-banner p {
        top: 20px;
        font-size: 30px;
    }

    .contact-inner .contact-block {
        width: 100%;
        background: none;
        margin: 0px auto 0;
        padding: 10px 0px;
        border-radius: 9px;
    }

    .contact-inner .contact-block .left-con h2 {
        padding: 10px 0 0 15px;
        margin: 0 0 0;
        color: #fff;
        font-size: 25px;
        line-height: 50px;
    }

    .contact-inner .contact-block .left-con p {
        font-family: 'Poppins', sans-serif !important;
        padding: 0px 0 0 20px;
        margin: 0 0 15px;
        color: #fff;
        font-size: 13px;
        line-height: 10px;
    }

    .contact-inner .contact-block .left-con form {
        width: 60%;
        padding: 0px 10px;
        background: #461d04;
        position: relative;
        display: block;
        margin: 0 0 10px 5px;
    }

    .contact-inner .contact-block .left-con form .fill-box {
        width: 100%;
        background: #461d04;
        padding: 7px 10px;
    }

    .contact-inner .contact-block .left-con form .fill-box input {
        border: none;
        outline: none;
        color: #fff;
        font-size: 13px;
    }

    .contact-inner .contact-block .left-con form .fill-box textarea {
        color: #fff;
        font-size: 13px;
    }

    .contact-inner .contact-block .left-con form .content-submit button {
        width: 70%;
    }

    .contact-inner .contact-block .right-con {
        position: absolute;
        padding: 5px;
        margin: 0 0;
        background: #155a9d;
        border-radius: 10px;
        float: right;
        content: "";
        z-index: 9;
        right: 10px;
        bottom: 150px;
        width: 45%;
    }

    .contact-inner .contact-block .right-con ul.contact-addres li a {
        padding: 0 0;
        margin: 0;
        font-size: 13px;
        font-weight: normal;
        color: #ffffffd6;
        line-height: 20px;
        font-family: arial;
    }

    .contact-inner .contact-block .right-con h2 {
        font-family: 'Poppins', sans-serif !important;
        padding: 0;
        margin: 5px 0 5px 0;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
    }

    .contact-inner .contact-block .right-con ul.contact-social li i {
        color: #421b03;
        padding: 0 0;
        margin: 0;
        font-size: 13px;
        line-height: 25px;
    }

    .contact-inner .contact-block .right-con ul.contact-social li a {
        padding: 6px 0 0 0;
        margin: 0;
        background: #fdb504;
        width: 35px;
        height: 35px;
    }

    .contact-inner .contact-block .right-con {
        position: absolute;
        padding: 5px;
        margin: 0 0;
        background: #823202;
    }

    .contact-inner .contact-block .right-con {
        position: absolute;
        padding: 5px;
        margin: 0 0;
        background: #823202;
        bottom: 120px;
    }

    .Pre-Order video {
        width: 100%;
        height: 240px;
    }

    .user-box form .login-input ul li a {
        color: #461d02;
        font-size: 13px;
        line-height: 25px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .product-on .filter-left {
        width: 40%;
        padding: 5px;
    }

    .product-on .book-right .book-box {
        margin: 0 5px 25px;
        width: 95%;
    }

    .product-on .book-right {
        width: 60%;
    }

    .product-on .book-right .book-box h3 {
        font-family: 'Raleway', sans-serif;
        color: #2b0e03f0;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        height: auto;
        margin: 5px 0 5px;
    }

    .product-on .book-right .book-box h4 {
        font-family: "Roboto", Sans-serif;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
        height: auto;
        padding: 0 0 5px;
        margin: 0;
    }

    .product-on .book-right .book-box h5 del {
        font-size: 14px;
        line-height: 22px;
        color: #403c3cba;
        letter-spacing: 0;
        padding: 0 0 0 4px;
    }

    .product-on .book-right .book-box button {
        width: 90%;
        margin: 10px auto 10px;
    }
    .bp {
  text-align: right;
  padding: 0 0;
  margin: 0;
  float: right;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;}
  #myModal2 .modal-dialog {
  width: 95% !important;
  margin: 10% auto;
}
  #myModal2 .modal-dialog h4.modal-title {
  font-family: arial;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
  #myModal2 .modal-dialog .modal-body {
  position: relative;
  padding: 10px 5px;
}
  #footer {
    position: relative;
    width: 100%;
    padding: 0 0;
    margin: 0 auto 0px;
  }
  
  
}

@media(max-width: 439px) {
    /*chek 420*/ .container {
        width: 420px !important;
        margin: 0px auto !important;
    }
      #myModal2 .modal-dialog .form-horizontal .form-group label { width: 30%; padding: 0px 0px 0 10px; margin: 0 0 10px; color: #fff; float: left; text-transform: uppercase; height: 30px; background: linear-gradient(90deg,rgb(238, 92, 0) 0%, rgb(255, 139, 0) 50%, rgb(202, 79, 0) 100%); border: 5px solid #fe8a001c; font-size: 11px; line-height: 24px; }
  #myModal2 .modal-dialog .form-horizontal .form-group input { width: 70%; height: 30px; border: 1px solid #f06200; padding: 5px 15px; margin: 0 0 10px; color: #000; float: right; border-radius: 0; font-size: 12px; font-weight: normal; }
  #myModal2 .modal-dialog .form-horizontal .form-group textarea { width: 70%; height: 30px; border: 1px solid #f06200; padding: 5px 15px; margin: 0 0 10px; color: #000; float: right; border-radius: 0; font-size: 12px; font-weight: normal; }  
  #myModal2 .modal-dialog .form-horizontal .form-group select { width: 70%; height: 30px; border: 1px solid #f06200; padding: 5px 15px; margin: 0 0 10px; color: #000; float: right; border-radius: 0; font-size: 12px; font-weight: normal; } 
  .snipcart-details input.button_1 {
  font-size: 12px;
  text-decoration: none;
  position: relative;
  width: 60%;
  outline: none;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.62);
  display: inline-block;
  transition: all 500ms ease-in-out;
  vertical-align: middle;
  padding: 8px 0 6px;
  border: 0.5px solid #f88700;
  border-radius: 100px;
  background: linear-gradient(to top, #f88600, #592904);
  color: #fff;
  text-transform: uppercase;
}
    .ads-grid .profile-banner h4 {
    padding: 0px 10px;
    margin: 0 0 30px 0;}
 a.Ship-Another-Address {
    top: 42px;
    margin: 0;
    padding: 3px 0;
    border: 3px solid #ffffff2e;
    font-size: 10px;
    width: 50%;
    left: 15px;
    border-radius: 5px;
  } 
 .cart-flipkart .flipkart-box .flipkart-box-left table tr td {
    font-size: 11px;
    line-height: 16px;
  }
  .header-top .barnd-cart a i.fa {
    font-size: 12px;}
     .cart-h #cart-count {
    position: absolute;
    top: 2px;
    font-size: 10px;
    margin: 0 0 0 2px;
  }
   .pri-information h3 {
    padding: 2px 10px;
    margin: 0 0 10px 0;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
  }
   .order-bill {
    width: 100%;
    padding: 5px 10px;
  }
  .order-ing-rj {
  width: 40%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
.order-bill p {
    font-size: 12px;
    line-height: 18px;
  }
  .ads-grid .profile-banner { padding: 5px;}
    .pri-information h3 span {
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: arial;
  }
    form.profile label {
    width: 100%;
    display: contents;
    font-size: 14px !important;
    padding: 0;
  }
   .snipcart-details a.button {
    margin: 20px 0 10px;
    outline: none;
    font-size: 13px;
    width: 45%;}
    
    .qty-input {
    width: 20px !important;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: normal;
  }
  form.profile_edit label {
  height: 25px;
  font-size: 13px !important;
  text-align: left;
  float: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #042328;
  line-height: 20px;}
   form.profile_edit input[type="submit"] {
    width: 50%;
    padding: 0;
  }
    .profile_edit a.button_b {
    width: 45%;
    padding: 10px 0;
  }
    .header-top .barnd-login .dropbtn {
        font-size: 12px;
    }

    .title-home h2 {
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 10px;
        margin: 0;
    }

    .title-home h2 span {
        font-family: 'Parisienne', cursive;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        color: #752301;
        line-height: 28px;
    }

    .title-home h2 span::before {
        position: absolute;
        content: "";
        top: 35px;
    }

    .title-home h2 span::after {
        position: absolute;
        content: "";
        top: 35px;
    }

    .Top-Trending .trending-box .trending-img {
        position: relative;
        height: 350px;
    }

    .Top-Trending .trending-box h3 {
        font-size: 16px;
        line-height: 25px;
        padding: 0 0;
        margin: 10px 0 9px;
        height: auto;
    }

    .Top-Trending .trending-box h4 {
        font-size: 12px;
        line-height: 15px;
        color: #303940e3;
        padding: 0px 0 5px;
        margin: 0;
        height: auto;
    }

    .Top-Trending .trending-box h4 b {
        font-size: 12px;
        color: #000000c2;
    }

    .Top-Trending .trending-box h5 {
        text-align: center;
        color: #ad3d00;
        font-weight: bold;
        font-size: 17px;
        line-height: 22px;
        padding: 5px 0 0 0;
        margin: 0;
        font-family: arial;
    }

    .Top-Trending .trending-box h5 b {
        font-family: arial;
        color: #ad3d00;
        font-size: 18px;
    }

    .Top-Trending .trending-box button {
        transition: all 600ms ease-in-out;
        background: linear-gradient(to top, #ff5b00, #571f00);
        border: 0.5px solid #ff5b00;
        width: 60%;
    }

    .Pre-Order .Pre-box img {
        width: 100%;
        height: 500px;
    }

    .video-bg .video-block {
        top: 30px;
        width: 50%;
        background: #f7eadaed;
        padding: 5px;
    }

    .Customer-Feedback .category-right .item-img h3 {
        font-size: 15px;
        line-height: 25px;
        padding: 2px 0 2px 0;
        width: 80%;
    }

    .Customer-Feedback .category-right .item-img:hover {
        background: #fbf4f4;
    }

    .Customer-Feedback .category-right .item-img p {
        position: relative;
        margin: 0 auto;
        font-size: 15px;
        color: #22201cba;
        text-align: left;
        line-height: 25px;
        padding: 0 0 0 20px;
    }

    .Top-Trending .trending-box {
        position: relative;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: -1px 9px 16px -3px rgba(0, 0, 0, 0.56);
        margin: 0 0px 5px;
    }

    .midel-patishan .patishan-left .school-box h3 {
        font-family: 'Raleway', sans-serif;
        color: #401200e8;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        padding: 0 0;
        margin: 5px 0 10px;
        height: auto;
    }

    .inner-banner .inner-banner-img {
        width: 100%;
        padding: 0 0px;
        margin: 0px 0 0 0 !important;
        opacity: 0.8;
    }

    .Description-Specification-Reviews .accordion {
        padding: 5px 0 7px 10px;
        font-size: 16px;
    }

    .Description-Specification-Reviews .panel {
        padding: 0;
    }

    .single-right-left h6 {
        text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
        font-size: 20px;
        line-height: 40px;
    }

    .top_brand_home_details button.button-submit {
        text-decoration: none;
        position: relative;
        width: 45% !important;
    }

    .top_brand_home_details a.viewcart-single {
        width: 40% !important;
    }

    .single-right-left h3 {
        text-shadow: 4px 4px 2px rgba(230, 230, 230, 0.19);
        margin: 0 0 0 0;
        font-size: 14px;
        line-height: 20px;
        color: #4b4e4fe5;
        padding: 1px 0 6px;
        letter-spacing: 0;
    }
    .snipcart-details {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0;
  }
}

@media(max-width: 419px) {
    /*chek 400*/ .container {
        width: 400px !important;
        margin: 0px auto !important;
    }
    .inner-profile {
    position: relative;
    width: 99%;
    padding: 0 0px;
    margin: 0 auto;
    height: 70px;
  }
  #footer .footer-widgets-wrap p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }
}

@media(max-width: 399px) {
    /*chek 380*/ .container {
        width: 380px !important;
        margin: 0px auto !important;
    }
}

@media(max-width: 389px) {
    /*chek 360*/ .container {
        width: 360px !important;
        margin: 0px auto !important;
    }
}

@media(max-width: 359px) {
    /*chek 320*/ .container {
        width: 320px !important;
        margin: 0px auto !important;
    }
}

@media(max-width: 319px) {
    /*chek 280*/ .container {
        width: 280px !important;
        margin: 0px auto !important;
    }
}
